The ZTE Compel is a pretty good little phone for 50 bucks and I've selected it for a robotics project. I've spent the last week or so learning all about rooting and custom roms and have made progress, but I'm stuck on the final push to the device.
My steps so far.
I've tried signing a custom ROM update.zip with signapk.jar that just had the boot.img file in it. But the phone rejects it with E:2 footer[2]=0x85 footer[3]=0x00
And finally I tried copying the boot.img back to /dev/block/mmcblkop7 but in a sleep deprived fit, forgot and used cp instead of dd, bricking one of my two test phones.
Can anyone tell me if this last method has a chance of working or how I might proceed at this point?
Thanks,
Mark
My steps so far.
- Rooted the phone with kingo
- extracted the boot.img file by using mount and dd if=/dev/block/mmcblk0p7 of=/sdcard/boot.img
- unpacked the img file with abootimg
- unpacked the resulting ramdisk file with cpio and gzip
- changed default.prop so that ro.secure=0
- repacked the modified ramdisk with cpio and gzip
- recreated the boot.img with mkbootimg
I've tried signing a custom ROM update.zip with signapk.jar that just had the boot.img file in it. But the phone rejects it with E:2 footer[2]=0x85 footer[3]=0x00
And finally I tried copying the boot.img back to /dev/block/mmcblkop7 but in a sleep deprived fit, forgot and used cp instead of dd, bricking one of my two test phones.
Can anyone tell me if this last method has a chance of working or how I might proceed at this point?
Thanks,
Mark
Last edited:
.