Skip to content

Instantly share code, notes, and snippets.

@awilliams
Last active December 17, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awilliams/5600127 to your computer and use it in GitHub Desktop.
Save awilliams/5600127 to your computer and use it in GitHub Desktop.
BQ Curie Android Dev setup
## /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="2207", ATTR{idProduct}=="0010", MODE="0660", GROUP="plugdev", OWNER="root"
## ~/.android/adb_usb.ini
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x2207
0x0bb4
@awilliams
Copy link
Author

What worked for me getting Android adb tool to work with the BQ Curie on Ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment