I was preparing to do a dump all. I went through the process successfully before. On trying it again the phone is stuck on the screen 'Powered by KaiOS'. I can't turn it off.
Steps taken before this:
- Recovery to SD Card
dd if=/dev/block/bootdevice/by-name/recovery of=/sdcard/recovery.img bs=2048
- Then pull to computer from there.
- Extract recovery and then initrd.img
- abootimg -x recovery.img
- abootimg-unpack-initrd
- Replace keys with keys.v12 (renamed to keys)
- Delete initrd
- Repack initrd
- abootimg-pack-initrd
- Update the recovery.img with new initrd.img file
- abootimg -u recovery.img -r initrd.img
- Rename recovery to custom_recovery and push to SD card
- Create backup of recovery
- dd if=/dev/block/bootdevice/by-name/recovery of=/sdcard/recovery-backup.img bs=2048
- Replace recovery with image from sdcard
- dd if=/sdcard/custom_recovery.img of=/dev/block/bootdevice/by-name/recovery
Recovery reboot from abd
I did not see it boot in to recovery. After leaving it for a couple minutes when I looked at it, it was on the 'Powered by' screen.
Is there a fix for this? Thanks