Connect adb with Htek Android Phone
This document introduced how to connect adb with Htek Android Phone, it contains the necessary steps but may not cover everything you want.
For more information, please refer to the Android official guide - Android Debug Bridge (adb) | Android Studio | Android Developers, or contact Htek Support (support@htek.com).
1. Enable Developer options
The Developer options screen is hidden by default. To make it visible, you can do as follows:
On the phone's LCD, enter Menu -> Status, click the
Version
entry 7 times to enable theDeveloper options
.After you enable it, you can enter the Android Develop options screen on the phone's LCD -> Menu -> Advanced (enter the password, default is admin) -> Developer options.
2. Connect your device with USB
Scroll down the Developer options
screen and enable USB debugging
. Now you are able to connect the phone with USB.
Only the Type-C interface supports USB debugging.
For the models without a Type-C interface, or you don’t have a Type-C USB cable, you can still connect the device through Wi-Fi. Please refer to the next section - 3. Connect to a device over Wi-Fi.
3. Connect to a device over Wi-Fi
Connect your workstation and phone are connected to the same wireless network.
Then, enable Wireless debugging
on the phone.
After enabled the Wireless debugging
, tap this entry to enter and get the pairing code.
It is recommended to use the pairing code because it is not easy to use the phone to scan the QR code on your workstation.
Tap the Pair device with pairing code
, you will see the prompt window with the pairing code to pair.
You can use Android Studio to pair or just use command line if you like.