Posted 15 October 2011 - 03:42 PM
Hello
i tried to dump the Update.img from my no name "INTAB 5" <take a look by Amazon for Details.
is a RK 2818.
I can dump all other Images but not the Update.img.
Second try was a complete dump from mnt5 and open this with a hexeditor.
Its very different to other update.img files, normaly in the update.img
Normaly in a update.img i can read words like kernel.img or machine Info
In my dump file i can only read abcde... ABCDE and after position 0004000 all bytes are FF
mtd5: 0003a000 00000020 "backup"
mtd6: 0003a000 00000020 "cache"
i tryed dd if=/dev/block/mtdblock5 of=/sdcard/backup.dump count=237568 and dd if=backup.dump of=update.img bs=55111684 count=1 but the image was corupted
Please can anyone help ?