From 6fa2848b3ec6cef0a6ac5c3ef41478b58a089891 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Thu, 4 Sep 2025 15:59:48 +0200 Subject: [PATCH] add cmds --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 568c4d0..dc684b7 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,11 @@ To stop all emulators, run [`kill_all_emulators.sh`](./kill_all_emulators.sh) ## Delete emulators To delete emulators, run [`delate_emulators.sh`](./delate_emulators.sh) + +## Usefull + +- list devices: `adb devices` +- select specific device: `-s emulator-5554` (eg `adb -s emulator-5554 shell`) +- make a snapshot: `adb emu avd snapshot save snapshot-name` +- load snapshot: `adb emu avd snapshot load snapshot-name` +- start from specific snapshot: `adb @emulator-name -snapshot snapshot-name`