What does smart TV adb debugging mean? Introduction to the role of adb mode

waterloo

Member
Smart TV is a new product based on the impact of the Internet wave. Its purpose is to bring users a more convenient experience. It has become the trend of TV. So what do you mean by adb debugging for smart TV? What is the use of adb debugging? Let's take a look.


What does smart TV adb debugging mean? Introduction to the role of adb mode

What does smart TV adb debugging mean?

adb is the abbreviation of Android Debug Bridge, meaning the debugging bridge of Android system. Through adb, we can debug Android programs through DDMS in Eclipse. In fact, this is the debug debugging tool for Google Android system.

Adb works in a special way. It monitors Socket TCP 5554 and other ports to allow IDE and Qemu to communicate. By default, adb will daemon related network ports, so when we run Eclipse, the adb process will run automatically.
adb is a tool in android sdk. With this tool, you can directly operate and manage the android emulator or real android device.

What is the use of adb debugging?

* Run device shell (command line)​
* Manage emulator or device port mapping​
* Upload / download files between computer and device​
* Install local apk software to emulator or android device​

The adb mode is a data transmission channel between the TV and external devices, that is, a function that the client computer transmits data to the server-side TV device and installs third-party software. And the adb mode is currently only used for smart TVs, other TVs are not available.

In fact, it can be more simply said that the TV adb mode is like the USB function of the mobile phone. You can install software or debug other applications for your mobile phone when you turn on the USB function of the mobile phone. .
 
Top