Without download Android SDK that have file size is over than 100MB (include Java SDK), actually we can use ADB files in SuperOneClick that have smaller size.
Preparation
- At your android, go to settings -> applications -> development
- Check USB Debugging
- Make sure your device driver is already installed.
Installing ADB in windows without Download Android SDK
- Download SuperOneClickv1.9.5-ShortFuse.zip
- Extract SuperOneClickv1.9.5-ShortFuse.
- Make a folder “android” in your PC.
- Find files that have name begin with “adb” in extract folder SuperOneClick (There`s 3 ~ 5 files).
- Copy those file and paste in “android” folder that you has been made.
- Click windows “start” button and choose “Run” (CTR + R) then type “cmd.exe”.
- To check that adb in “android” folder can be use, type
>d:
cd \android
adb devicesNote: change d: if your folder “android” is at another drive.
No comments:
Post a Comment