Myandroid
Best app and games for your android.
Home
Apps for free
Games for free
Tips & tricks
Loading
ADB
Download ADB files
Abd.exe
AdbWinApi.dll
Put these file in a folder
while connecting
your andoid with your PC using data cable make your "USB debugging mode" is active.
adb shell
- use to run a variety of commands on an emulator or device.
adb reboot
- used to reboot the device.
adb reboot recovery
- used to reboot device in recovery mode.
Push- Use to send a file
adb push
<file name/address> <remote address>
adb Pull
- use to recieve a file
adb pull
<remote filename/address> <local address>
Home
Subscribe to:
Posts (Atom)