To install RedMi 2 (紅米手機2) USB and ADB drivers, tested on Windows 10:
- Plug in your phone to PC, using USB cable. You will find a CD Driver, click to run the Setup.
- It will install the Xiaomi Assistance program, USB and ADB driver.
To enable USB debug, you have to allow USB debugging on your phone.
To enable ADB Wireless debugging, your PC and your phone should be in the same WiFi network:
- Switch to platform-tools directory, normally in "C:\Program Files (x86)\Android\android-sdk\platform-tools"
- Run "adb devices", you should find the usb connected device.
- Run "adb tcpip 5555" to reset the tcpip connection.
- Run "adb connect <your phone's IP>" to connect adb with wireless
- Run "adb devices" again, you should find both the usb connected and WiFi connected devices.
- Now, you can remove the USB connection, and debug with ADB wirelessly.
إظهار الرسائل ذات التسميات Android Debug Bridge (adb). إظهار كافة الرسائل
إظهار الرسائل ذات التسميات Android Debug Bridge (adb). إظهار كافة الرسائل
الاثنين، 7 سبتمبر 2015
الثلاثاء، 1 سبتمبر 2015
ADB (Android Debug Bridge) connect Android device via WiFi in Windows 10
You can connect ADB with Android devices via WiFi to develop apps.
You can find the adb tool in <sdk>/platform-tools/
in my case, it is in
C:\Users\user\AppData\Local\Android\sdk\platform-tools
To connect to Android devices, enter the command:
>adb connect 192.168.1.107
where 192.168.1.107 is the IP address of Android devices.
Most probably, cannot connect. Connect Android devices to PC with USB cable, wait it to be connected.
Enter the command to reset tcpip:
>adb tcpip 5555
Then connect again:
>adb connect 192.168.1.107
After connected, you can disconnect USB cable.
You can find the adb tool in <sdk>/platform-tools/
in my case, it is in
C:\Users\user\AppData\Local\Android\sdk\platform-tools
To connect to Android devices, enter the command:
>adb connect 192.168.1.107
where 192.168.1.107 is the IP address of Android devices.
Most probably, cannot connect. Connect Android devices to PC with USB cable, wait it to be connected.
Enter the command to reset tcpip:
>adb tcpip 5555
Then connect again:
>adb connect 192.168.1.107
After connected, you can disconnect USB cable.
الاشتراك في:
الرسائل (Atom)







