[Fat Tiger's Reverse Road] Issues related to Magisk and Xposed on Android 7.0

basic environment

1.Android 7.1.0 (hardware millet 6 sagit);
2.Magisk V23.0
3.Xposed (downloaded by Magisk-module-search)

Install

First of all, Android flashing and Magisk Root are not listed here. I believe everyone has this basic ability.
Then, the next step is to search for the Xposed module in Magisk. After searching, install it. After the installation is complete, you need to restart. An apk to check whether our Xposed has been successfully installed, then it’s time to install Xposed install, I provide a download address here, which is dedicated to Xposed and Magisk, as shown below

链接:https://pan.baidu.com/s/1aApO_jUEEWBR0Ck0AmJ6wQ 
提取码:phuh

After the installation is complete, open it and see that it is installed but not activated. In fact, we need to modify the relevant files in the install.sh package. The modification points are as follows:
insert image description here

Comment out the mv in line 142, and add a new line of cp, the code is as follows:

  		cp -af $TMPDIR/$XPOSEDBRIDGE $MODPATH/system/framework/XposedBridge.jar

One thing to note here is that you need to copy a copy of install.sh. After the modification is complete, delete the install.sh in the zip package (the xposed zip package we downloaded using magisk), and put the newly modified install.sh file into to the zip package, and then reinstall;

After the installation is complete, open the app to display that it has been activated;

at last

If you have any questions, please contact me wx: chason_win

Guess you like

Origin blog.csdn.net/a_Chaon/article/details/123373978