[2019.5.1][Magisk] Systemless Xposed v89.3/v90.2-beta3 (SDK 21-27)

Search This thread

Tito622

Member
Jun 8, 2015
12
0
How's this working? I haven't updated to nougat due to no xposed. Has anyone tested greenify, amplify and gravitybox? If so, how are they working?
 

Zixione

Member
Aug 15, 2013
33
3
Magisk installed fine. MagiskSU working. But no modules can be installed.
There is some error in magisk log - please see attachment.
 

Attachments

  • magisk_error_20170914_191553.log
    671 bytes · Views: 19

rappat

Member
Apr 22, 2016
8
1
not work redmi 3 (ido)

did not work on redmi 3 (ido), with AOSPextended v4.5 Android 7.1.2, when I try to install it it goes in infinite loop.
When I try to install it it goes into infinite loop, what can it be? I did all the procedure that was passed in the topic.
 

Cybertheo

Member
May 22, 2017
5
0
Download

Anybody can me give the systemless-xposed-sdk23-v87.0 ? Because the xposed installer doesn't detect the sdk23-v87.3
 

wwwwwdfrd

Member
Aug 31, 2014
11
2
The universal xposed framework v87. 3 does not work/install on Mi max hydrogen with stock miui v8.5.1.0 nougat 7.0. The installation was done as per the instructions in the thread. On reboot it permanently stays on Android screen. If you can provide an xposed framework for above would be grateful. Thanks and regards, Gautam Gundap
 

architkumar

Member
May 2, 2011
35
2
Noida
I think there are two magisk modules (modded youtube) : OGYoutube (my favorite) and iYTBP (if my memory is correct)
Try one of those
PS: you may have to delete the original YouTube app from your mobile first.

OGYoutube is no longer supported, that's what the website says :(

It is, I just installed it yesterday after safetynet started failing wirh xposed.. You just need to flash the magisk beta and ur good to go
 
May 26, 2017
18
2
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
For SDK 22 and 23, it is Samsung compatible as the binaries are from Wanam's build

Install Guide
  • Install the latest version of Material Design Xposed Installer (This is required!!)
  • 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 cannot pass SafetyNet!!! SN checks the running Zygote process, it is not as simple as unmounting the files to hide it!

Credits
@rovo89 for creating Xposed
@wanam for his modified Xposed to expand more compatibilities with devices
@ErnyTech for the SDK 24 and 25 builds

Source
All binaries are downloaded and repacked from either places:
Official build from rovo89
Samsung Compatible Xposed by wanam
Nougat Compatible Xposed by ErnyTech
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
[url]http://repo.xposed.info/donate[/URL]
If you like my work, you can also donate to me :)
[url]http://topjohnwu.github.io/donate/[/URL]

It did not work in MIUI ROM. installed bu not active.
 

k0m3n9

Senior Member
Apr 19, 2011
274
68
Kuala Lumpur
Magisk 14 installed via Magisk Manager 5.3.0 + patched boot image (no custom recovery). But when try to install Systemless Xposed sdk 22.. flashing via Magisk Manager keeps saying "This zip is not a Magisk Module"

Samsung Galaxy J1 Ace (stock)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1147
    Prerequisite
    Magisk is required to be installed on your device!

    Support Devices
    All Magisk compatible devices

    Downloads
    My Xposed zip is universal across all architectures and Android versions.
    https://androidfilehost.com/?fid=1395089523397956629

    Install Guide
    • Install the XposedInstaller in the attachments
    • Follow the instructions in the Magisk release thread to install Magisk on to your device
    • Install Xposed within Magisk Manager's Download Section, or 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

    Source
    All binaries are downloaded and repacked from either places:
    Official build from rovo89
    I did not recompile/change anything how Xposed works, the behavior should be 100% identical to original sources, if you experience any Xposed issues, please directly report to the original threads.
    221
    Changelog

    • v87.0
      - Include fix from rovo89 to prevent bootloops in the latest security patch
      - Android 5.1 (SDK 22) was broken after one Magisk upgrade, it's now Magisk version independent
    • v86.6 (Downloaded 126324 times)
      - Update to support the new repo system of Magisk
      - Fixed incompatibility of suhide
    • v86.5 (Downloaded 174328 times)
      - Update for the new API of Magisk v4
      - NOTE: In order to update to Magisk v4, you are required to uninstall Magisk completely before upgrading. Please look at the main Magisk thread for more info
    • v86.4 (Downloaded 16246 times)
      - Revert the disable to not mount method for Android Pay
      - Fixed alt version script typo
    • v86.3
      - Use Magisk as dependancy
      - Support all the way back to Android 5.0
      - Android Pay :)
    • v86.2 (Downloaded 30608 times)
      - Script updates, more info here
    • v86.1 (Downloaded 10185 times)
      - Minor fixes, release notes here
    • v86.0
      - Massive update, see release notes here
    • v85.7 (Downloaded 15774 times)
      - Hot fix for some devices which breaks proper init commands
    • v85.6
      - Add SELinux label when executing script, should fix the few devices that aren't working
      - Massively improve the script to handle /cache to /data migration (the rare case when /data isn't available in TWRP)
      - Add Pixel C support (not-tested)
      - Combine all architecture into an All-In-One flash zip, users will only need to be aware of their own Android version
    • v85.5
      - Combine image mount and bind mount into one single script, should be more reliable and cleaner, hopefully it will fix ALL previous issues ;)
      - Add more logs to boot for debugging
      - Add SDK 22 support (un-tested!!)
    • v85.4
      - The mounting method should now support all devices :)
      - The installer will now merge Xposed Image if possible, so feel free to place your own files under /xposed
    • v85.3
      - Improved compatibility for some recoveries with incorrect libraries
      - Changed the method to mount xposed.img, hopefully will fix issues on some devices
    • v85.2
      - Separate Systemless Xposed from SuperSU. It now uses it's own image in data (/data/xposed.img)
      - Won't effect SuperSU anymore. Both are now working independently
      - Massively updated flash script, should be more reliable (e.g. Prefer sukernel in su.img over bundled binary)
      - (Derived from Wanam's update) Add Huawei theming engine support (details); Ensure the recompilation on Huawei EMUI Roms (details).
    • v85.1
      - Fixed flash script not installing files issue
    • v85.0
      - Initial release
    64
    Updates!
    I slightly updated the scripts to work with the changes in Magisk v16.4.
    As you know currently I have very limited free time, I can't test everything before I went back to the military camp, that's why the latest Magisk releases are always dubbed "beta", and fixes will always take a week before I can finally touch my computer.
    Hope you can understand :)
    63
    Systemless Xposed Update!!
    Here comes the long awaited Oreo Xposed thanks to rovo89. I'm glad to see Xposed running on my Pixel XL on the latest version of Android :)
    All previous versions are also updated to use the newer templates for better support on Magisk v15+.

    BTW, the fact that the source code for v90 are not out yet I can still release systemless versions again proven that I do not recompile the binaries, all binaries are repackaged from the original sources.
    So if you face any issues, do not complain here :)
    59
    Update!
    Update Oreo builds with official v90-beta3. Hey this time I'm super fast :)