developpement:android:adb
Table des matières
Installer ADB sur macOS
Utiliser brew:
$ brew install android-platform-tools
Sinon en download on peut aller sur 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.txt · Dernière modification : 2022/07/14 14:15 de sgariepy