Jump to content

Recommended Posts

Guest steviem
Posted

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
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
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

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!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.