Skip to content Skip to footer

How to fix Android 5.0 Lollipop Boot Loop with Xposed

Having your device stuck in a boot loop can be a huge issue. Many Android 5.0 Lollipop users with the Xposed Framework installed have experienced this issue which is caused by an undetected system error. A XDA user  has found a solution to the problem that can be easily implemented in any Android 5.0 or above OS.

In order for this to work, you are required to have XZDualRecovery installed. This Xposed Module can be downloaded here.

How to fix Android 5.0 Lollipop Boot Loop with Xposed

  1. Download the .zip file from here
  2. Extract the downloaded .zip file
  3. Enable init.d support in XZDualRecovery by editing XZDR.prop and change dr.initd.active=true
  4. enable byeselinux (dr.keep.byeselinux=true)
  5. copy flimit and 01_flimit to /data/local/tmp
  6. remount /system rw (mount -o remount,rw /system)
  7. create directory /data/flimit
  8. copy flimit to /data/flimit and make executable (chmod 777)
  9. create directory /system/etc/init.d with and chmod 777 /system/etc/init.d
  10. copy 01_flimit to /system/etc/init.d and chmod 777 /system/etc/init.d/01_flimit
  11. Reboot your device