There are 2 ways to install adb tool:
Install adb tool in Android SDK - Download and install Android SDK
- Open SDK Manager and install Android SDK Platform-tools package
- After finished installing, navigate the directory where Android SDK is installed
- Press Shift key + right click on platform-tools folder and click Open command window here. Or,
- you can also use Windows Command Prompt (MS-DOS) navigate to platform-tools (On my computer, adb.exe is locate in C:\Program Files (x86)\Android\android-sdk\platform-tools)
Download adb tool only - Download adb tool here
- Extract adb-win.zip
- Press Shift key + right click on adb-win folder, then click Open command window here
cd c:\Program Files (x86)\Android\android-sdk\platform-tools
- To check Android devices which are connected with adb
- Show adb help message
- Receive "keyable.txt" file from Android device to local PC
- Send "keyable.txt" file from local PC to Android device
- Install "keyables.apk" application to Android device
- To view Android device's system log
- Stop the running adb server
adb devices
adb help
adb pull /sdcard/keyables.txt keyables.txt
adb push keyables.txt /sdcard/keyables.txt
adb install keyables.apk
adb logcat
adb kill-server
Hi,
ReplyDeletealso my smartphone HTC One X (Android) is connected on my Windows 7 PC through a USB cable, adb says that there is no device.
Using the option -d (adb -d install DictionaryForMIDs.apk) doesn't help. No device is seen.
PS: by connecting my smartphone I selected to get access to the memory of the phone.
What is wrong ?
I would like to install DictionaryForMIDs.apk
Thanks for your help
Maurice
hey i am using windows xp but when i click shift+right click there is no option of open command window here and when i type the commands in cmd it says adb is not recognized as an internal or external command,operate program or batch file what should i do please help....???????????
ReplyDelete