The easy way to install ADB in Windows
Without having to download the Android SDK that size can be more than 100 MB (including the Java SDK) in fact we can use the files contained in the package ADB SuperOneClick with small size.
1. Download SuperOneClickv1.9.5-ShortFuse.zip.
2. Create a folder "android" in c: \ or in d: \
3. Find the file begins "adb" from the extract SuperOneClick. There are three to five files.
4. Copy-paste the file to the folder android who had been made.
5. Click Start and select Run (can also shortcut Windows key + R) then type cmd.exe
6. Later entrance prompt, enter the folder for android and test whether the ADB has been able to use type the following command:
If the android folder is on drive C:
code:
cd \ android
adb devices
If the android folder on drive D:
code:
d:
cd \ android
adb devices
It will be seen whether the Galaxy Mini is able to recognize and connect via ADB.
Make sure the following has been wrong before trying:
1. USB Debugging is checked in the phone (settings-applications-development).
2. USB Driver for phone is already installed.
Showing posts with label ADB command. Show all posts
Showing posts with label ADB command. Show all posts
Sunday, November 13, 2011
Sunday, July 10, 2011
ADB command on android
ADB command is often used
1.Open ADB
type in run cmd -> enter then open a command prompt
using android-sdk-windows
2. Android restart
adb shell reboot ENTER ===
3. Android restart into recovery mode
adb shell reboot recovery ENTER ===
4. android to take applications from your computer
adb pull / system / sd / app app
adb pull / system / sd / app-app-private private
5. push applications from your computer to the android.
adb push app / system / sd / app
adb push app-private / system / sd / app-private
1.Open ADB
type in run cmd -> enter then open a command prompt
using android-sdk-windows
2. Android restart
adb shell reboot ENTER ===
3. Android restart into recovery mode
adb shell reboot recovery ENTER ===
4. android to take applications from your computer
adb pull / system / sd / app app
adb pull / system / sd / app-app-private private
5. push applications from your computer to the android.
adb push app / system / sd / app
adb push app-private / system / sd / app-private
6.delete file / apk from your computer
adb shell rm-r / system / sd / app
adb shell rm-r / system / sd / app-private
7. Ext2/ext3/ext4 format the partition a sdcard
Enter code
adb remount ENTER ===
adb shell ENTER ===
rm-r / system / sd / * === select ext2/ext3/ext4
8. eliminate the existing data in the system by the method remount (R / W mount)
adb remount ENTER ===
adb rm / system / app / Stocks.apk === Enter
9. see your android running processes.
adb logcat ENTER ===
10. push the file into your sdcard
adb shell mount / sdcard
adb shell rm / sdcard / update.zip
adb push * filename * / sdcard / update.zip
11. Nandroid restore backups of your computer
command-prompt/terminal open the folder type cd into your nandroid example. c: \ nandroid \ BDES then type this command in
fastboot erase boot
fastboot erase recovery
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash userdata data.img
fastboot flash recovery recovery.img
fastboot reboot
14. cleaning History Search on your android
adb shell rm-r / system / sd / app
adb shell rm-r / system / sd / app-private
7. Ext2/ext3/ext4 format the partition a sdcard
Enter code
adb remount ENTER ===
adb shell ENTER ===
rm-r / system / sd / * === select ext2/ext3/ext4
8. eliminate the existing data in the system by the method remount (R / W mount)
adb remount ENTER ===
adb rm / system / app / Stocks.apk === Enter
9. see your android running processes.
adb logcat ENTER ===
10. push the file into your sdcard
adb shell mount / sdcard
adb shell rm / sdcard / update.zip
adb push * filename * / sdcard / update.zip
11. Nandroid restore backups of your computer
command-prompt/terminal open the folder type cd into your nandroid example. c: \ nandroid \ BDES then type this command in
fastboot erase boot
fastboot erase recovery
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash userdata data.img
fastboot flash recovery recovery.img
fastboot reboot
14. cleaning History Search on your android
make sure when it's in ROOT
open a terminal / cmd make sure you get to the root, give the # sign, if not, type su at the $ sign
type the following command
su
rm / data / data / com.android.vending / databases / suggestions.db
su
rm / data / data / com.android.vending / databases / suggestions.db
Exit the terminal and restart your android.
Subscribe to:
Posts (Atom)


