Android phone--xposed problem

What exactly is the EdXposed framework? What is the difference with Xposed framework

First of all, let's understand the next two Xposed flashing methods

Xposed: directly use TWRP to flash the Xposed patch package, wait for the boot, install Xposed.apk to activate, then use

Edxposed: use the mask module function to flash the Edxposed module, restart the installation, Edxposed. The apk is activated and ready to use.

From the flashing method, we can see that Edxposed must rely on the ROOT function of the mask, which is not required for Xposed.

However, after Android 8.0, Xposed is directly flashed into the system, which often causes the phone to fail to start. Thus derived from

Edxposed, compared to XP, Edxposed only needs the mask ROOT to be swiped into the phone, very convenient, and
 

Exposed has perfectly supported all Android versions 8.1-10

 


So what is the difference between the two in use? No matter whether it is Xposed or Edxposed, the modules are installed

in the same way, so they are exactly the same in use, basically there is no difference. The new mobile phone ROOT solution is basically a mask ROOT,

so Edxposed is used more and more.

 

 


 

Xposed" framework installation tutorial :

There are two ways,

The first is to install via "XposedInstaller". This method requires root privileges and is relatively smart and simple. First download and install "XposedInstaller". After entering the main page, it will show that the "Xposed" frame is not activated. Click the "cloud" sign → "install" below, wait for the download to complete, it will install automatically, and finally restart the phone.

 

Install via "XposedInstaller"

 

The second method is to manually flash the zip installation package through third-party recovery. The installation package here can be found in the forum corresponding to your mobile phone. If there is an accident and the logo is stuck, then download the uninstall package provided below and flash in through the third-party recovery.

If it still doesn't work, refresh the phone again.

Official download zip http://dl-xda.xposed.info/framework

 

 

 

reference:

xposed Chinese site http://xposed.appkg.com/

ADB network debugging and common commands https://www.jianshu.com/p/2d256f338634

Guess you like

Origin blog.csdn.net/Vdieoo/article/details/112648621