Android Debug Bridge (ADB). Installation on STB
To connect to the STB via ADB, please follow these steps:
- Install adb on your computer (installation instructions).
- Turn on developer mode on your STB:
- Android System Settings > About or, if you are already in the app, Settings > System > Native system settings > System > Device preferences > About;
- Press on Build version several times (about 5 or more) until notification appears that you’re developer now.
- Go to Android System Settings > Developer and turn on USB debug.
No need to use USB cable though, it’s just an option that allows you to connect to the STB.
- Connect with ADB:
adb connect <IP>
You should see a prompt to Trust this computer in the STB interface — you need to aggree. - Now you can use ADB with the STB. Here are some commands that you may need.