SHARE CUSTOM ROM AND MANY MORE

Monday 16 October 2017

apk app magisk miui software xposed xposed miui [2018/01/08] [Magisk] [Systemless] Xposed Framework V90-beta1 Support for All Based Rom and Work on Rom MIUI 9 Edition (SDK 21-27)

[2018/01/08] [Magisk] [Systemless] Xposed Framework V90-beta1 Support for All Based Rom and Work on Rom MIUI 9 Edition (SDK 21-27)






Prerequisite
Magisk is required to be installed on your device!
Magisk - The Universal Systemless Interface
Support Devices
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
  • 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
Donation
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 
paypal.me/tommyoce95

Contributors

Framework

V90 For OREO!!!
sdk26
sdk27

V89 NEW VERSION!!!
Sdk21
Sdk22
Sdk23
Sdk24
Sdk25

Update V88.2 fix xposed module!!!
Sdk24
Old Not Recomended!!!
V88.1_Sdk24_Arm64

No comments: