Created
June 28, 2015 06:07
-
-
Save seinlin/d18654d4fafd782fefca to your computer and use it in GitHub Desktop.
Get adb work with Cherry Mobile Ace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. | |
$ sudo vi /etc/udev/rules.d/51-android.rules | |
Add this line, then save and exit | |
-- | |
SUBSYSTEM=="usb", ATTR{idVendor}=="1782", MODE="0666", GROUP="plugdev" | |
-- | |
2. | |
$ vi ~/.android/adb_usb.ini | |
Add '0x1782' in this file, then save and exit. | |
3. | |
$ sudo service udev restart | |
Then connect the device to the pc and check if there is a device with 'adb devices' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment