Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.12 KB

openTVADB.md

File metadata and controls

35 lines (27 loc) · 1.12 KB

How to open TV/TV Box ADB

1. Different models of phones may be slightly different!

2. This tutorial generally requires a PC

  1. Open system setting app

  2. Click 'Device Preferences'

  3. Click 'About'

  4. Click on 'Android TV OS build' or 'Build number' until developer mode is enabled

  5. Click 'Developer options'

  6. Enable 'USB debugging'

  7. Click 'OK'

  8. Connect the USB cable.

  9. Open your PC shell or powershell and input

    $ adb devices
    List of devices attached
    HT********	device
    
    $ adb tcpip 5555
    restarting in TCP mode port: 5555