Outils pour utilisateurs

Outils du site


developpement:android:adb

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
developpement:android:adb [2021/07/23 20:01] – créée sgariepydeveloppement:android:adb [2022/07/14 14:15] (Version actuelle) sgariepy
Ligne 6: Ligne 6:
  
 Sinon en download on peut aller sur [[https://developer.android.com/studio/releases/platform-tools.html|DK Platform Tools]]. Sinon en download on peut aller sur [[https://developer.android.com/studio/releases/platform-tools.html|DK Platform Tools]].
 +
 +
 +===== Commandes communes =====
 +
 +L'appareil doit être en débogguage USB.
 +
 +  adb devices
 +
 +Pour redémarrer sur le bootloader:
 +
 +  adb reboot bootloader
 +
 +
 +Autres commandes moins communes:
 +
 +  adb kill-server
 +  adb shell <command>
 +
 +===== Sur le bootloader =====
 +
 +Voir si l'appareil est détecté sur le bootloader:
 +
 +  fastboot devices
 +
 +
 +Lock / Unlock du bootloader:
 +
 +
 +  fastboot flashing lock
 +  fastboot flashing unlock
 +
 +Sideload:
 +
 +
 +  adb sideload file.zip
 +
 +Rebbot:
 +
 +  fastboot reboot
 +
 +
 +
 +Wipe userdata:
 +  
 +  fastboot format userdata
 +
 +
developpement/android/adb.1627063276.txt.gz · Dernière modification : 2022/02/02 00:43 (modification externe)