View Single Post
Old 02-21-2011, 03:25 PM   #116
Qualls
Junior Member
Qualls began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2011
Device: Sony PRS-505
Quote:
Originally Posted by Caiolgn View Post
Thanks! Now I'm stuck when I try to add my AndroidID via adb =[
My device is not found by adb
Are you using USB debugging?

If you are using it and you can't see your PB using

adb devices

Try this:


$ sudo adb kill-server
$ sudo adb start-server


Then try again with


adb devices


Saludos.
Qualls is offline   Reply With Quote