Quote:
Originally Posted by jbearamus
well according to unlockr.com my phone is now unlocked and i plugged it in and opened cmd prompt and right of the bat i typed adb remount and the response:
'adb' is not recognized as an internal or external command, operable program or batch file.
ideas?
|
You got to cd in to the directory that you installed the SDK tool for example:
start/run
cmd
C:\Documents and Settings\chubbz> cd C:\Documents and Settings\chubbz\Desktop\android\android-sdk-windows\tools (hit enter)
C:\Documents and Settings\chubbz\Desktop\android\android-sdk-windows\tools> adb remount (hit enter)
once everything is fine you should see the following
* daemon not running. starting it now *
* daemon started successfully *