Friday, December 23, 2016
Download ADB Fastboot and Drivers ADB Installer v1 4 2
Download ADB Fastboot and Drivers ADB Installer v1 4 2
Silahkan langsung download disini
untuk referensi bisa langsung kesini ato kesini
ADB Commands
adb devices lists which devices are currently attached to your computer
adb install lets you install an Android application on your phone
adb remount Remounts your system in write mode this lets you alter system files on your phone using ADB
adb push lets you upload files to your phones filesystem
adb pull lets you download files off your phones filesystem
adb logcat starts dumping debugging info from your handset to the console useful for debugging apps
adb shell drops you into a basic linux command shell on your phone with no parameters
adb devices lists which devices are currently attached to your computer
adb install lets you install an Android application on your phone
adb remount Remounts your system in write mode this lets you alter system files on your phone using ADB
adb push lets you upload files to your phones filesystem
adb pull lets you download files off your phones filesystem
adb logcat starts dumping debugging information from your handset to the console useful for debugging your apps
adb shell drops you into a basic linux command shell on your phone with no parameters, or lets you run commands directly
Fastboot Commands
fastboot devices lists which devices in fastboot mode are currently attached to your computer
fastboot boot boots a rom stored on your pc specified by the filename
fastboot flash flashes a rom stored on your pc, partition can be one of {boot, recovery, system, userdata}
sumber:http://forum.xda-developers.com dan http://www.jailbreakeye.com
Go to link Download