Thanks Timur for pointing this link to me.
Really helpful.
I followed all the steps to install Android SDK on a Ubuntu Linux machine.
I went to the "/android-sdk-linux_x86-1.1_r1/tools" directory and run "adb shell"
it replies,
"
* daemon not running. starting it now *
* daemon started successfully *
error: device not found
"
The problem is that we need to run everything with root.
So by any chance, if you met the same problem with me, run
"
sudo ./adb kill-server
sudo ./adb shell
"
Then you can use "sudo ./adb push" or "sudo ./adb pull" to copy file between a Android Gphone and a computer
Wednesday, March 25, 2009
Subscribe to:
Post Comments (Atom)
5 comments:
Try "sudo ./adb root" first.
amazin..thanx a tonne !!! thanx to u..i can now download applications..:)
thanks, it was helpfull.
and a little note:
you also should set your phone up for debugging: Settings -> Applications -> Development - > check 'USB Debugging'.
Really Android is one of the best mobile application.You can get very good features by using this.Nice to read about your post.
Post a Comment