Solution to solve the problem of MX4 mobile phone not connected to ADB under Mac

Source: Internet
Author: User

The General Android Connection Mac is very convenient without the installation of drivers can be, but do not know why the special circumstances of some Android phones (Xiaomi 2, Huawei, etc.) is not connected, down to say how special circumstances to connect.

There are 2 things you can do with a USB connection to your Android phone:

1. System reports on this computer--more information--Overview->usb-> the device--> Vendor ID (Vendor ID) you are connecting to

2. Open Terminal, enter: System_profiler spusbdatatype command to view information for connected USB devices

Through the above two methods to get connected to the phone USB device information, such as vid how MX4 vid: "0x2a45"

Open terminal and enter the following command: mkdir ~/.android
Enter the echo "0x2a45" > ~/.android/adb_usb.ini again to add the MX4 vid information to the Adb_usb.ini file.

Then restart the ADB sever process and enter the following command: ADB kill-server, restart the ADB service.

In terminal, enter the ADB prompt command not found. Need to add ADB's path to the configuration file, terminal edit ~/.bash_profile file

Export path=/users/qc/desktop/adt-bundle-mac/sdk/platform-tools/: $PATH
Restart the terminal after saving and execute the following statement

$ adb kill-server$ adb start-server* daemon not running. Starting it now on port 5037 * * Daemon started successfully *$ adb deviceslist of devices ATTACHED750ACL5H68HC device




Solution to solve the problem of MX4 mobile phone not connected to ADB under Mac

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.