-
Root your phone with Magisk
-
Fetch
framework.jar
andandroid.hidl.base-V1.0-java.jar
This app needs system/hidden functions, and this was the easiest/simplest way I could find to make them available. If you know a better way, please tell me!
mkdir app/system_libs cd app/system_libs # retrieve from running phone adb pull /system/framework/framework.jar . adb pull /system/framework/android.hidl.base-V1.0-java.jar . # convert to .class files, ignoring actual code (basically "headers" only) dex2jar framework.jar -nc dex2jar android.hidl.base-V1.0-java.jar -nc # (optional) delete the original jar files rm framework.jar android.hidl.base-V1.0-java.jar
-
Build and install with Android Studio (probably easier) or
./gradlew installDebug
-
Build the Magisk module with
./gradlew magisk_module
, and installbuild/open_aguiExtModule_permissions.zip
with Magisk on the phone
-
Notifications
You must be signed in to change notification settings - Fork 1
ad1217/M17_Intercom
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published