Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
kindaichi24
Old
#1  
Senior Member - OP
Thanks Meter 6
Posts: 235
Join Date: Jun 2010
Default HELP adb not found

Hey guys im new here and new to android too. my android sdk doesnt seem to work anymore. when i typed adb shell, it will show daemon starts successfully. it worked flawlessly previously. however when i tried using adb command like adb devices all these, it will shows "adb not found" what does this mean? i open the command prompt at the tools folder and have tried to reinstall my samsung I9000 driver but still it doesnt work. Is it cos of the path i set is wrong or wad? Im using window 7 and the folder name of tat android sdk is called "android" on my desktop. can anyone help me with this??? thanks. i need the adb to work in order to install some game and root. thanks in advance
 
Subsubl
Old
(Last edited by Subsubl; 26th July 2010 at 01:56 AM.)
#2  
Junior Member
Thanks Meter 0
Posts: 17
Join Date: Feb 2010
Reinstall SDK
 
kindaichi24
Old
#3  
Senior Member - OP
Thanks Meter 6
Posts: 235
Join Date: Jun 2010
i tried reinstalling driver and sdk and the result is still the same. any other suggestion?
 
oswade
Old
#4  
Senior Member
Thanks Meter 92
Posts: 962
Join Date: Jun 2010
Not sure if it helps, but I had problems installing i9000 drivers until I installed Kies. Kies installed all the drivers perfectly.
 
jodue
Old
#5  
jodue's Avatar
Senior Member
Thanks Meter 35
Posts: 447
Join Date: Dec 2009
Location: vienna
you have to restart the adb daemon as root, eg:

sudo ./adb kill-server
sudo ./adb start-server

edit: just read that you are using windows ... so run the command without he "sudo" but under the admin-user ...
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...