meefik / avd-root

Root permissions for Android Virtual Devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avd-root

Get root permissions in Android Virtual Devices.

Usage

Find out the name of AVD:

emulator -list-avds

Start the emulator with the name of AVD:

emulator -avd "AVD_NAME_HERE" -selinux permissive

After starting AVD run the script:

./avd-root.sh

About

Root permissions for Android Virtual Devices

License:MIT License


Languages

Language:Shell 100.0%