Adb and fastboot: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Install= *apt-get install adb and fastboot *adb help 2>&1 | less *fastboot help 2>&1 | less“)
 
Zeile 1: Zeile 1:
 
=Install=
 
=Install=
 
*apt-get install adb and fastboot
 
*apt-get install adb and fastboot
 +
=Help=
 
*adb help 2>&1 | less
 
*adb help 2>&1 | less
 
*fastboot help 2>&1 | less
 
*fastboot help 2>&1 | less

Version vom 13. September 2016, 12:45 Uhr

Install

  • apt-get install adb and fastboot

Help

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