Guest steviem Posted January 29, 2011 Report Posted January 29, 2011 So I'm trying to test an app on my Blade running and I have the following entry in /etc/udev/rules.d/51-android.rules (running ubuntu 10.10) SUBSYSTEM=="usb", SYSFS{idVendor}=="19D2", MODE="0666", USER="steve" Annoyingly, when I run adb devices, I get ?????????? No Permissions Does the vendor name change once it is Japanese Jellyfish?
Guest Phoenix Silver Posted January 30, 2011 Report Posted January 30, 2011 So I'm trying to test an app on my Blade running and I have the following entry in /etc/udev/rules.d/51-android.rules (running ubuntu 10.10) SUBSYSTEM=="usb", SYSFS{idVendor}=="19D2", MODE="0666", USER="steve" Annoyingly, when I run adb devices, I get ?????????? No Permissions Does the vendor name change once it is Japanese Jellyfish? you have to make first a sudo ./adb something if you don't make this the daemon doesn't wake up
Guest fonix232 Posted January 30, 2011 Report Posted January 30, 2011 So I'm trying to test an app on my Blade running and I have the following entry in /etc/udev/rules.d/51-android.rules (running ubuntu 10.10) SUBSYSTEM=="usb", SYSFS{idVendor}=="19D2", MODE="0666", USER="steve" Annoyingly, when I run adb devices, I get ?????????? No Permissions Does the vendor name change once it is Japanese Jellyfish? Please take a look at here: http://android.modaco.com/content/zte-blad...-and-the-blade/ I've explained how to install and use ADB under Ubuntu (I guess you're using 10.04 or up, this bug of ADB wasn't present in 9.10).
Guest steviem Posted January 30, 2011 Report Posted January 30, 2011 Thanks fonix! I added adb to my path, so no need to do any ./adb... It looks like the vendorId is different.. All sorted though, so I'm well chuffed!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now