Skip to content

Instantly share code, notes, and snippets.

View cloud9team's full-sized avatar
💭
Living in the cloud

cloud9team cloud9team

💭
Living in the cloud
View GitHub Profile
@tothi
tothi / magisk_ramdisk_patch_avd.sh
Last active July 18, 2024 06:46
Apply Magisk patches on AVD (Android Emulator) RAMDISK images for running Magisk (root) on Android Emulators
#!/bin/bash
#
# patch ramdisk.img (for installing Magisk on x64 Android emulator)
#
# x86_64 on Android 12 (API Level 32) is supported/tested currently
#
# install AVD:
#
# sudo sdkmanager 'system-images;android-32;google_apis_playstore;x86_64'