This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-09-04 16:39:58 +02:00
parent 6fa2848b3e
commit 84aebb180a
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -35,3 +35,6 @@ To delete emulators, run [`delate_emulators.sh`](./delate_emulators.sh)
- 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`
- emulator command: `nc localhost 5554`, interactif (almost) equivalent to `adb emu <cmd>`
- set gps: `adb emu geo fix 48.8531516685685 2.3691162476859464`
- set phone number: `adb emu phonenumber 33639984266`