xposed and gravity for nougat 7.0 J7(6)(NOUGAT)DC-MusiC3

ONURBMOON

Member
Oct 1, 2015
20
4
0
Cochabamba
I found this threads : working gravity :)

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]
Gravity N.
https://www.xda-developers.com/gravitybox-nougat-xposed-module/
 

Attachments

Last edited: