Blogger Jateng

Fix FC bug/bootloop in android 5.1 custom ROM (CM 12)

Fix FC bug stuck in bootloop after installing certain apps Installing Apps Major Bug

Download Binary Ninjia (Demo 3 days)

  • Get the libandroidfw.so from “/system/lib” somehow
    copy the file using adb pull or root explorer, save on you computer
  • Open your libandroidfw.so in Binary Ninjia
  • Open “android::AssetManager::getPkgName(char const*)” on the left by double clicking on it (find getPkgName)
  • Make sure it’s set to “Disassembly Graph” at the bottom left
  • Right click on the highlighted line (the code “movs r3,#0“) – Patch – Edit Current Line
  • Change the 0 to 1 instead and press enter
  • In the top toolbar, go to to File – Save