Adb and fastboot: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 19: Zeile 19:
 
=Reboot the device to Android as follows=
 
=Reboot the device to Android as follows=
 
*fastboot reboot
 
*fastboot reboot
 +
 +
=Links=
 +
*http://rootmygalaxy.net/install-twrp-recovery-via-fastboot/

Version vom 13. September 2016, 13:16 Uhr

Install

  • apt-get install adb and fastboot

Help

  • adb help 2>&1 | less
  • fastboot help 2>&1 | less

USB Debugging and OEM unlocking

adb services

  • adb devices
List of devices attached
FMIFFQVCYDBASGEY	device

Unlock the Android device

  • adb reboot bootloader

Verify the device is connected to your Ubuntu Desktop as follows

  • fastboot devices
FMIFFQVCYDBASGEY	fastboot

Unlock the device as follows

  • fastboot oem unlock

Reboot the device to Android as follows

  • fastboot reboot

Links