Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meefik/avd-root

Root permissions for Android Virtual Devices
https://github.com/meefik/avd-root

android avd emulator root su

Last synced: 2 months ago
JSON representation

Root permissions for Android Virtual Devices

Awesome Lists containing this project

README

        

# avd-root

Get root permissions in Android Virtual Devices.

## Usage

Find out the name of AVD:

```sh
emulator -list-avds
```

Start the emulator with the name of AVD:

```sh
emulator -avd "AVD_NAME_HERE" -selinux permissive
```

After starting AVD run the script:

```sh
./avd-root.sh
```