more cmd
This commit is contained in:
parent
6fa2848b3e
commit
84aebb180a
1 changed files with 3 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue