Enabling Network ADBD Service in Buildroot

Enabling Network ADBD Service in Buildroot

When building the Linux system on chips such as RK3562/6/8, RK3576, and RK3588 using Buildroot, if you want to support the ADBD service for network access to the board, the following operations are required:1. When integrating the ADBD service in Buildroot, if the configuration optionBR2_PACKAGE_ANDROID_ADBD_TCP_PORT is not set, it defaults to 0, meaning that the … Read more

Multi-Connection Network ADB on RK3399 Android 7.1.2

Multi-Connection Network ADB on RK3399 Android 7.1.2

When performing network ADB debugging on the RK3399 Android 7.1.2, if multiple computers connect to the same Android device, the first connected computer can operate normally, while subsequent connections see the device status as OFFLINE. After analyzing the ADBD related code, it was found that there was no distinction made for ACCEPT Client handling, so … Read more