Myandroid
Best app and games for your android.
Loading

ADB

Download ADB files

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>