Help to backup Allwinner firmware
Help to backup Allwinner firmware
(03-12-2022, 04:20 AM)Windows Vista Hi there, I currently own a Ghia A7 (GA7133N) tablet powered by a Allwinner A133 processor and I'd like to install a GSI on it, but the problem is that I can't find a working method for doing a firmware backup of it (just in case something goes wrong during the flashing process) ...
Any suggestion will be highly appreciated ?
(05-12-2022, 03:00 PM)maxpayne(03-12-2022, 04:20 AM)Windows Vista Hi there, I currently own a Ghia A7 (GA7133N) tablet powered by a Allwinner A133 processor and I'd like to install a GSI on it, but the problem is that I can't find a working method for doing a firmware backup of it (just in case something goes wrong during the flashing process) ...
Any suggestion will be highly appreciated ?
Is it rooted with unlocked bootloader?
(05-12-2022, 03:10 PM)Windows Vista No, I can unlock the bootloader but I need the boot image to root it, which I don't have because I don't have the firmware
(06-12-2022, 08:07 AM)maxpayne(05-12-2022, 03:10 PM)Windows Vista No, I can unlock the bootloader but I need the boot image to root it, which I don't have because I don't have the firmware
Try this adb script (ignore the model name it shows)
dd if=/dev/block/mmcblk0p5 of=/sdcard/boot.img
(16-12-2022, 12:59 AM)Windows Vista(06-12-2022, 08:07 AM)maxpayne(05-12-2022, 03:10 PM)Windows Vista No, I can unlock the bootloader but I need the boot image to root it, which I don't have because I don't have the firmware
Try this adb script (ignore the model name it shows)
In my case it didn't work, but here's how i successfully dumped the boot image (i basically lost the stock rom in the process):
i unlocked the bootloader the usual way (fastboot oem unlock) and then i flashed a rooted phh gsi and when it booted i used this command to dump some partitions including boot;
Code:dd if=/dev/block/mmcblk0p5 of=/sdcard/boot.img
(19-09-2024, 11:22 AM)MEYBORG Okay, I got those files using the dump script provided on top here. How would I then flash them onto another device. LEt's say via phoenixsuite?