dibblebill
Android Expert
Status 7 just means an assert check has failed, which we know from the output.
Please try installling with TWRP 2.4.3, this may be a TWRP 2.5 issue (I have not used 2.5). You can either flash it via Odin, or extract the recovery.img file and place it on your sdcard, then use dd to install it (note- this assumes your sdcards are not swapped):Then try restoring g60madman's backup and then flashing the no-props zipCode:su dd if=/mnt/extSdCard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery reboot recovery
-----------------------------------
edit: another idea:
Try using dd to make a backup of your modem, then copy this stock modem backup: NON-HLOS.bin (put it on your sdcard)
Then try to flash the no-props zipCode:su dd if=/dev/block/platform/msm_sdcc.1/by-name/modem of=/mnt/extSdCard/NON-HLOS.bin.bak dd if=/mnt/extSdCard/NON-HLOS.bin of=/dev/block/platform/msm_sdcc.1/by-name/modem
If you have issues, you can restore your backup with this code:Code:su dd if=/mnt/extSdCard/NON-HLOS.bin.bak of=/dev/block/platform/msm_sdcc.1/by-name/modem
Flashing your modem binary allows the patch to flash. I'll edit in if this destroys my phone's cell/3G/4G capabilities. Its currently patching.
EDIT: I used TWRP 2.5.0.
So far, so good. It all seems to have worked!
My bad! I think I even made a backup of my original stock MA8 rom at one point...but i lost it
I'm going to wait and see how the modem patch works out 