|
This will temporarily disable xposed if you install a module that causes a bootloop.
All thanks to bseos on XDA - http://forum.xda-developers.com/showthread.php?t=3055816
Boot into Recovery
In TWRP go to Advanced >> Terminal command
Use the file tree to navigate to /data/data/de.robv.android.xposed.installer/conf/
Use the code below to create a file /data/data/de.robv.android.xposed.installer/conf/disabled which causes Xposed to be bypassed:
Code:
- touch /data/data/de.robv.android.xposed.installer/conf/disabled
Copy the Code
Once you boot into Andriod you can now choose to either uninstall or disable the particular module in Xposed.
Remember to head to your file system and delete the above file before you reboot to re-enable xposed.
Alternative Method:
If the above is too complex for you then you can also try the zips to disable/enable here:
http://forum.xda-developers.com/showpost.php?p=60468815&postcount=18
|
|