Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meefik/avd-root
- Owner: meefik
- License: mit
- Created: 2015-10-31T12:24:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T07:58:38.000Z (about 3 years ago)
- Last Synced: 2024-04-14T18:05:38.702Z (9 months ago)
- Topics: android, avd, emulator, root, su
- Language: Shell
- Homepage:
- Size: 16 MB
- Stars: 131
- Watchers: 14
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```