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 to use Bluetooth to communicate in your project. So it involves using Bluetooth to call ADB.

1. Pairing your computer's Bluetooth with your phone (Control Panel, devices and printers, adding devices)


2. Set on the phone (set à many other wireless connections à 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. Perform HyperTerminal.

Turn on the WiFi lock


6. Execute the following command:

1. su // assume that the symbol shown earlier is $ . Then execute this command to switch to root.

The assumption is # , to be able to use this command

2. setprop service.adb.tcp.port 5555

3. Stop ADBD

4. Start ADBD

7.PC end in cmd find adb folder execution

1. ADB connect bluetooth gateway

Assuming that "connected to192.168.44.1:5555" is displayed to indicate a successful connection

8. Execute the ADB shell hypothesis to enter, then you are done. Otherwise, you need to connect your phone to your computer via a data cable and agree to your computer's connection on your phone. You can use 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.