How to Install ADB without Downloading Android SDK

Easy way to install ADB without download that has size big enough about 100 MB (including Java SDK), actually we can use the files of ADB inside the small SuperOneClick.

Here are the steps :

1. Download SuperOneClickv1.9.5-ShortFuse.zip here.
2. Make folder "android" in local drive c:\ or in d:\
3. Find the files started with "adb" from the extract SuperOneClick. total amount 3-5 files.
4. Copy-paste thosoe files to the folder android we already made.
5. Click Start then choose Run (Windows+R) then put command "cmd.exe"
6. The command prompt will come out, then get into the folder android we made and to know is the ADB already can be used, so put these commands:

If your folder android located in drive C:
Code:
cd \android
adb devices

If your folder android located in drive D:
Code:
d:
cd \android
adb devices

Then we can see if our phone already connected via ADB.

Make sure before trying these steps of these:
1. USB Debugging is already marked (settings-applications-development).
2. USB Driver for the phones is already been installed on the comp.

0 comments:

Post a Comment