Guest glossywhite Posted October 3, 2013 Report Posted October 3, 2013 (edited) How to get "Android Debug Bridge" (adb to you and I), working in a Ubuntu-based distro Working on Linux Mint 15 64 bit (Cinnamon): 1/ Check and see if the file: /etc/udev/rules.d/51-android.rules exists; if not, create it: sudo nano /etc/udev/rules.d/51-android.rules 2/ Paste the following line (excluding the quotation marks " " into that file, save the file out, and exit nano: SUBSYSTEM=="usb", ATTR{idVendor}=="0e79", ATTR{idProduct}=="5009", MODE="0666" 3/ TURN ON "USB debugging", and then un-plug and re-plug your "hudl" into USB. Done :) Edited October 20, 2013 by glossywhite
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now