Skip to content

Instantly share code, notes, and snippets.

@seinlin
Created June 28, 2015 06:07
Show Gist options
  • Save seinlin/d18654d4fafd782fefca to your computer and use it in GitHub Desktop.
Save seinlin/d18654d4fafd782fefca to your computer and use it in GitHub Desktop.
Get adb work with Cherry Mobile Ace
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