Android uses Bluetooth to connect ADB debug app

Source: Internet
Author: User

There are a lot of tutorials on using WiFi to connect Android devices to debug apps, but you need Bluetooth to communicate with your project, so it involves using Bluetooth to call ADB.

1. Pairing your computer's Bluetooth with your phone (Control Panel, device and printer, add device)


2. Set on the phone (set à more wireless connection à network share à bluetooth shared network)

3. PC-side, device and printer-"Select paired phone-" right-"Connect using-" access point


4. After the connection is successful, open cmd to inquire the IP of the Bluetooth adapter


5. Download the application It's needless to say. Run HyperTerminal.

Turn on the WiFi lock


6. Run the following command:

1. su // if the symbol shown earlier is $ , run this command to switch to root. If it is # , you can use this command

2. setprop service.adb.tcp.port 5555

3. Stop ADBD

4. Start ADBD

7.PC end found in cmd in the ADB directory run

1. ADB connect bluetooth gateway

If "Connected to192.168.44.1:5555" is displayed to indicate a successful connection

8. Run adb shell If you can enter, you are done. Otherwise, you need to connect your phone to your computer via a data cable and allow your computer to connect to it.


Android uses Bluetooth to connect ADB debug app

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.