Jump to content

Dreambook ePad P10 dump?


Recommended Posts

Guest JordanT92
Posted

Just wondering if anybody has bought one and is willing to provide a system and boot dump? Or if anyone could find an official update or restore image for it, i would be very appreciative.

-Jordan

  • 2 weeks later...
Guest brissienick
Posted

Jordan

I have one. How do i go about making a restore image from it?

Nick

Guest JordanT92
Posted
Jordan

I have one. How do i go about making a restore image from it?

Nick

Great! Try the following if you could :unsure:

su

cd /system

busybox tar zcvf /sdcard/system.tar.gz *

busybox dd if=/dev/mtd/mtd2 of=/sdcard/boot.img
This should write system.tar.gz and boot.img to your SD card. OR, if your using ADB... Download this file: dump_image Then do the following:
adb push dump_image /data/local/

adb shell /data/local/dump_image system /sdcard/system.img

adb shell /data/local/dump_image boot /sdcard/boot.img

This one should write system.img and boot.img to your SD card.

If either works, could you upload these to the web and post a link / PM me please?

Many thanks.

Guest brissienick
Posted

Jordan,

I am a complete noob, and don't yet have ADB installed. More than willing to get the image files for you but I need a touch more help. Can you please advise.

Nick

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.