my first question is: Is it possible to unpack the recovery.img and bootloader.img and boot.img from my Intenso Tab 814 aka Prestigio PMP5580C?
I recived the .img by doing the following:
dd if=/dev/mtd/mtd0 of=/storage/sdcard0/bootloader.img dd if=/dev/mtd/mtd3 of=/storage/sdcard0/recovery.img dd if=/dev/mtd/mtd4 of=/storage/sdcard0/boot.img
I'm really sad that I'm not possible to get these files opened, I flashed the files also back to see if they work, and they do,
Thank you really much.
Comment