I am opening this thread to help most Nigerians who don't know how to
use adb and fastboot commands. I have lot of serious experience with all
these stuffs and I have decided to share.
What us adb? Adb simply means Android debug Bridge.
To use adb correctly u have to ensure ur Android phone drivers are correctly installed. Adb isn't specific to just htc or Samsung devices. Adb applies to all Android phones, be it techno or whatever.
How to use adb. Win7. If u have windows 7,using adb is much more easier, download the adb+FASTBOOT zip achieve, unzip it in a folder, open the folder, press shift down, right click inside of empty space on folder and select open command prompt from the options and the cmd screen will open to start accepting commands.
Windows xp. It is quite complex cos u will have to cd to the adb +FASTBOOT folder u have extracted. How is this done? Click on start button, put ur mouse on all programs, take ur mouse to accessories, and select cmd.. And the cmd window will open. Now
Type in
Cd c:\win
Then press enter
Then u can start entering commands.
From the code I have written above i am assuming I extracted adb+FASTBOOT zip to drive c, so that's y I have c there and I am also assuming the name of the adb+FASTBOOT folder is win, that's y I have win there.
What us adb? Adb simply means Android debug Bridge.
To use adb correctly u have to ensure ur Android phone drivers are correctly installed. Adb isn't specific to just htc or Samsung devices. Adb applies to all Android phones, be it techno or whatever.
How to use adb. Win7. If u have windows 7,using adb is much more easier, download the adb+FASTBOOT zip achieve, unzip it in a folder, open the folder, press shift down, right click inside of empty space on folder and select open command prompt from the options and the cmd screen will open to start accepting commands.
Windows xp. It is quite complex cos u will have to cd to the adb +FASTBOOT folder u have extracted. How is this done? Click on start button, put ur mouse on all programs, take ur mouse to accessories, and select cmd.. And the cmd window will open. Now
Type in
Cd c:\win
Then press enter
Then u can start entering commands.
From the code I have written above i am assuming I extracted adb+FASTBOOT zip to drive c, so that's y I have c there and I am also assuming the name of the adb+FASTBOOT folder is win, that's y I have win there.