HELP adb not found - Galaxy S I9000 Q&A, Help & Troubleshooting

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

Reinstall SDK

i tried reinstalling driver and sdk and the result is still the same. any other suggestion?

Not sure if it helps, but I had problems installing i9000 drivers until I installed Kies. Kies installed all the drivers perfectly.

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

Related

ADB HELP

I Followed all the instructions to the T on how to install adb.
When I get to the point where I plug in my phone,....and DONT MOUNT...
it shows up on my computer like its gonna install the adb but then asks me to locate the driver.
I am very confused on what to do from here. Can someone help me please?
I'm assuming you're on a Windows machine. As such, you need to install the windows drivers.
http://stuff.foamcoffee.com/misc/adb/win/android_usb_windows.zip
Those are XP only.
oK i AM ASSUMING I GOT THE DRIVERS INSTALLED, BUT WHEN I TYPE ADB DEVICES INTO MY COMMPAND PROMT. IT SHOWS THIS...
Code:
C:\Documents and Settings\HP_Administrator>cd C:\android-sdk-windows\tools
C:\android-sdk-windows\tools>adb devices
List of devices attached
C:\android-sdk-windows\tools>
There is no deviec being read?
Now what.
spazoid said:
oK i AM ASSUMING I GOT THE DRIVERS INSTALLED, BUT WHEN I TYPE ADB DEVICES INTO MY COMMPAND PROMT. IT SHOWS THIS...
Code:
C:\Documents and Settings\HP_Administrator>cd C:\android-sdk-windows\tools
C:\android-sdk-windows\tools>adb devices
List of devices attached
C:\android-sdk-windows\tools>
There is no deviec being read?
Now what.
Click to expand...
Click to collapse
because you don't have your drivers installed
Um...yes I do...I made sure three times.. I may be a noob at this, but im def not a noob when it comes to a pc
HAHA if you don't have the HTC driver installed it will not read the device. Uninstall the default usb driver in device manager under adb interface, then make sure windows doesn't reintall it and use the one in the file posted above.
I can only assume it is the correct driver that he linked. What OS do you have running x86 or x64?

Help with commands

So I'm trying to get mobile defense to be a system app.
BUT when i try i get the Error
Adb is not a reconized command. I have the android sdk downloaded, I'm just kinda lost and need some help.
Running Darchdroid V2 Stable
you need to cd to android-sdk-windows/tools before running adb

[Q] S-Off 1.56 Help Please

I have been trying to do this at work and cannot figure it out at all. I have unlocked my bootloader and it is rooted and installed custom Twerp recovery. I have downloaded firewater but then am stuck. I have opened up CMD and typed in adp reboot but nothing happens. in the instructions it says I need to do this:
Push, Prepare, and Execute firewater:
adb reboot <–important!!!!
adb wait-for-device push firewater /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/firewater
/data/local/tmp/firewater
Question is how do I push, Prepare etc? Sorry I have read so many posts this afternoon I am starting to go stir crazy. I have moded loads of samsung phones but this really is starting to go over my head. Any help would be wonderfull
Spendy said:
I have been trying to do this at work and cannot figure it out at all. I have unlocked my bootloader and it is rooted and installed custom Twerp recovery. I have downloaded firewater but then am stuck. I have opened up CMD and typed in adp reboot but nothing happens. in the instructions it says I need to do this:
Push, Prepare, and Execute firewater:
adb reboot <–important!!!!
adb wait-for-device push firewater /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/firewater
/data/local/tmp/firewater
Question is how do I push, Prepare etc? Sorry I have read so many posts this afternoon I am starting to go stir crazy. I have moded loads of samsung phones but this really is starting to go over my head. Any help would be wonderfull
Click to expand...
Click to collapse
do you have adb and fastboot installed on your computer?
if yes have you opened your cmd prompt from adb/fastboot folder?
is you rphone drivers correctly installed on the computer?
alray said:
do you have adb and fastboot installed on your computer?
if yes have you opened your cmd prompt from adb/fastboot folder?
is you rphone drivers correctly installed on the computer?
Click to expand...
Click to collapse
[*]do you have adb and fastboot installed on your computer? Yes
[*]if yes have you opened your cmd prompt from adb/fastboot folder? Yes
[*]is you rphone drivers correctly installed on the computer? Yes
Error says adb is not recognised as an internal or external command, operable program or batch file
Will try and watch a youtube video tonight. Spent way to much time on this today
Spendy said:
Error says adb is not recognised as an internal or external command, operable program or batch file
Click to expand...
Click to collapse
That mean your cmd prompt doesn't find ADB.exe either because you don't have it or because you did not started the command prompt from adb.exe folder.

Adb and fastboot don't recognize phone

Adb and fastboot don't recognize phone. I've made sure I installed the correct jre and the SDK is installed at the latest version with the addons needed for it.
Am I missing something?
how about the nexus 6 or adb driver? is it installed? computer wont see your phone without it.
I figured it out. I had to uninstall the adb driver then install it manually pointing it towards the adb folder. Thanks though!

adb backup

I can't get the adb backup interface to show on the phone. adb is working, device is recognized. I've tried both NRT adn from command line (Windows machine)
I'm running the M Dev Preview 3
I don't have any screen changing apps installed, device is not rooted
Any thoughts?
just to give a little more information. I'm running the following adb command
adb backup -apk -shared -all -f C:\temp\Nexus6_2015-10-5.ab
It tells me to unlock the phone and confirm but nothing shows up on the phone
adb devices shows the device
adb reboot will reboot the phone
makes me think adb is working
Figured it out
Downloaded the SDK via android studio and ran it that way instead of through the WugFresh directory

Categories

Resources