Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
MK802 III (not S): backup current firmware
Collapse
X
-
Found http://4pda.ru/forum/index.php?showt...#entry17083489 (to capture dump) and http://4pda.ru/forum/index.php?showt...#entry21805117 (to assemble .img). Both on Russian, sorry...
-
Try this:
Insert that sd card in TV Stick
[Using Android Terminal emulator performs the steps below:]
Become a super user:
su
Navigate to the sdcard location.
cd /sdcard
Check partition number and partition name
cat /proc/mtd
//Make sure that the partition no's and names match as shown below. Otherwise edit the commands to match the partitions with the corresponding Image name.
Dump the bootloader image:
dd if=/dev/block/mtdblock0 of=/sdcard/bootloader.img
Dump the kernel image:
dd if=/dev/block/mtdblock1 of=/sdcard/kernel.img
Dump the boot image:
dd if=/dev/block/mtdblock2 of=/sdcard/boot.img
Dump the system image:
/data/rkdump /dev/block/mtdblock3 of=/sdcard/system.img
Dump the recovery image:
dd if=/dev/block/mtdblock4 of=/sdcard/recovery.img
Then copy the Files to PC
Neomode
Comment
-
Re: MK802 III (not S): backup current firmware
Thank you.
I have no "bootloader" partition but there are "misc", "kpanic" and "backup" partitions... Is it that one?
Also what should I do with all those image files? I mean when I tried to unpack another stock ROM with tool I downloaded by second link I got also some script and config files... What tool should I use to assemble whole ROM image file from captured partition dumps?
Comment
What's Going On
Collapse
There are currently 1533 users online. 0 members and 1533 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment