rovo89 / Xposed

The native part of the Xposed framework (mainly the modified app_process binary).
Other
7.33k stars 1.46k forks source link

issues about xposed XposedInstaller #280

Open Token713 opened 6 years ago

Token713 commented 6 years ago

OS: android 7.0 EMUI 5.0.1 Device: Huawei honor note8 CPU:ARM64

Description:I flash the xposed-v88.2-sdk24-arm64.zip and then install the XposedInstaller_3.1.4.apk. When I installed the XposedInstaller the frame is ok and after reboot plugins are available.but when i reoot the device show "frame is installed but not activated",After the restart or so. i found a way to repair xposed frame is uninstall the xposedInstaller.apk and reoot and reinstall the apk,nest reboot the device plugins will work,but this method is too much trouble. I tried other versions of XposedInstaller or not, such as 3.1.2 version.

Find information on the Internet to delete the disabled file under the "data/data/de.robv.android.xposed.installer/conf" folder,but I did not find the "disabled" file in the path. HELP!!!

Token713 commented 6 years ago

@rovo89 if someone xposed installed can be used, after restart device xposed not active,this boot script may be helpful:

!/system/bin/sh

setenforce 0 chmod -R 777 /data/user_de/0/de.robv.android.xposed.installer chmod -R 777 /data/data/de.robv.android.xposed.installer

or view this post http://club.huawei.com/thread-14239436-1-1.html Hidden download link:http://pan.baidu.com/s/1geKDa1d password:qgyt

from:https://forum.xda-developers.com/xposed/xposed-installed-active-t3151222/page15

rovo89 commented 6 years ago

Please try if v89 works better.