Guest JordanT92 Posted December 22, 2010 Report Posted December 22, 2010 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
Guest brissienick Posted January 1, 2011 Report Posted January 1, 2011 Jordan I have one. How do i go about making a restore image from it? Nick
Guest JordanT92 Posted January 2, 2011 Report Posted January 2, 2011 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 January 2, 2011 Report Posted January 2, 2011 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now