Jump to content

Blade with JJ RLS9 and adb


Guest steviem

Recommended Posts

Guest steviem

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?

Link to comment
Share on other sites

Guest Phoenix Silver
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

Link to comment
Share on other sites

Guest fonix232
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).

Link to comment
Share on other sites

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.