Prerequisite
Magisk is required to be installed on your device!Support Devices
Magisk - The Universal Systemless Interface
All Magisk compatible devices
Downloads
My Xposed zip is universal across all architectures, so arm/arm64/x86 devices should all download the same zip.
SDK 21: Android 5.0 | SDK 22: Android 5.1 | SDK 23: Android 6.0 | SDK 24: Android 7.0 | SDK 25: Android 7.1
Install Guide
Systemless Xposed does not pass SafetyNet!!!
Credits
@rovo89 for creating Xposed
@wanam for his modified Xposed to expand more compatibilities with devices
Source
All binaries are downloaded and repacked from either places:
Official build from rovo89
The behavior should be 100% identical to original sources, if you experience any Xposed issues, directly report to the original threads would be a better idea
The binaries are then patched with the following code:
Donation
Please donate to rovo89, the master of Xposed
http://repo.xposed.info/donate
- Install the XposedInstaller in the attatchments (I already created a pull request to @rovo89)
- Follow the instructions in the Magisk release thread to install Magisk on to your device
- Install Xposed within Magisk Manager's Download Section, and download the appropriate version. Or you can download the zip and flash in custom recovery
- For uninstallation, remove the Xposed Magisk Module within Magisk Manager
Systemless Xposed does not pass SafetyNet!!!
Credits
@rovo89 for creating Xposed
@wanam for his modified Xposed to expand more compatibilities with devices
Source
All binaries are downloaded and repacked from either places:
Official build from rovo89
The behavior should be 100% identical to original sources, if you experience any Xposed issues, directly report to the original threads would be a better idea
The binaries are then patched with the following code:
Code:
for sdk in {21..25}; do for app_process in xposed_$sdk/*/system/bin/app_process*; do echo "Patching $app_process" sed -i 's/\/system\/xposed.prop\x0/\/xposed.prop\x0\x0\x0\x0\x0\x0\x0\x0/g' $app_process done done
Please donate to rovo89, the master of Xposed
http://repo.xposed.info/donate
https://www.paypal.me/topjohnwu
If you like my work, you can also donate to me
If you like my work, you can also donate to me
No comments:
Post a Comment