# Išplėstinė sąranka naudojant ADB komandas

#### Būtinos sąlygos

* Nešiojamas kompiuteris ir jūsų Android TV, prijungti prie **to paties „Wi‑Fi“ tinklo**
* **Kūrėjo parinktys** įjungtos jūsų televizoriuje
* **Belaidis derinimas** įjungtos jūsų televizoriuje

<details>

<summary>Kaip įjungti kūrėjo parinktis</summary>

Eikite į **Nustatymai** (krumpliaračio piktograma) → **Sistema** arba **Apie** → Raskite **Android TV OS versijos plėtinį** arba **Versijos numeris** → Spauskite 7–8 kartus greitai, kol pamatysite „Dabar esate kūrėjas!“

</details>

<figure><img src="/files/7b6a009b1e116b93f29b4592e7a349d8082a716d" alt=""><figcaption></figcaption></figure>

#### 1 žingsnis: įjunkite belaidį derinimą

1. Eikite į **Nustatymai** → **Sistema** → **Kūrėjo parinktys**
2. Įjungti **Belaidis derinimas**
3. Užsirašykite **IP adresą, prievadą ir susiejimo kodą** rodomus ekrane

<figure><img src="/files/dfe0d0fd420af009958785a447c99d0d63c342a3" alt=""><figcaption></figcaption></figure>

#### 2 žingsnis: susiekite nešiojamąjį kompiuterį su televizoriumi

Atidarykite terminalą savo nešiojamajame kompiuteryje ir vykdykite:

{% code lineNumbers="true" expandable="false" %}

```bash
adb pair IP:PORT
```

{% endcode %}

Pavyzdys: `adb pair 192.168.1.130:37081`

Kai būsite paraginti, įveskite susiejimo kodą. Susiejus sėkmingai, televizoriuje bus rodomas naujas prisijungimo prievadas (paprastai pasibaigiantis `:5555`).

#### 3 žingsnis: prisijunkite prie televizoriaus

{% code lineNumbers="true" expandable="false" %}

```bash
adb connect IP:5555
```

{% endcode %}

Pavyzdys: `adb connect 192.168.1.50:5555`

#### 4 žingsnis: nustatykite „Buzzblender“ kaip ekrano užsklandą

Paleiskite šias komandas, kad įjungtumėte ekrano užsklandą ir nustatytumėte „Buzzblender“ kaip numatytąją:

{% code lineNumbers="true" expandable="false" %}

```bash
adb shell settings put secure screensaver_enabled 1
adb shell settings put secure screensaver_activate_on_sleep 1
adb shell settings put secure sleep_timeout -1
adb shell settings put secure screensaver_components com.buzzblender.tv/.playback.PlaybackDreamService
adb shell settings put system screen_off_timeout 30000
```

{% endcode %}

Ką daro kiekviena komanda:

* `screensaver_enabled 1` — Įjungia ekrano užsklandą
* `screensaver_activate_on_sleep 1` — Įjungia ekrano užsklandą, kai įrenginys pereina į miego režimą
* `sleep_timeout -1` — Išjungia miego laiko limito apribojimus
* `screensaver_components com.buzzblender.tv/.playback.PlaybackDreamService` — Nustato „Buzzblender“ kaip numatytąją ekrano užsklandą (tai yra nustatymas, kurį „Google“ pašalino iš sąsajos)
* `screen_off_timeout 30000` — Nustato ekraną išsijungti po 30 sekundžių neveikimo

#### 5 žingsnis: patikrinkite sąranką

Leiskite savo Android TV 30 sekundžių būti neaktyviam. Dabar „Buzzblender“ turėtų rodyti jūsų turinį kaip ekrano užsklandą.

Reikia pagalbos dėl ADB sąrankos? Rašykite el. paštu <help@buzzblender.com> kad susitartumėte dėl sąrankos skambučio su palaikymo komanda.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://buzzblender.gitbook.io/buzzblender-docs/docs-lt/isplestine-saranka-naudojant-adb-komandas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
