Please see the above reply on help on Teminal Emulator
and I shall continue on the original post starting with
2.4. Run Terminal Emulator
Please refer to
http://forum.xda-developers.com/showthread.php?t=1015005&highlight=viewpad+7
2.5 Or using Run ADB shell
Here is some of my trials
C:\viewpad>adb shell
$ su
#cat /proc/mtd
cat /proc/mtd
dev: size erasesize name
mtd0: 00500000 00020000 "boot"
mtd1: 00200000 00020000 "misc"
mtd2: 00080000 00020000 "splash"
mtd3: 00500000 00020000 "recovery"
mtd4: 00500000 00020000 "ftm"
mtd5: 01a00000 00020000 "hidden"
mtd6: 00060000 00020000 "dbgmsk"
mtd7: 0a000000 00020000 "system"
mtd8: 00200000 00020000 "misc2"
mtd9: 05800000 00020000 "cache"
mtd10: 0ab80000 00020000 "userdata"
#
cat /dev/mtd/mtd0 > /sdcard/boot.img
cat /dev/mtd/mtd1 > /sdcard/misc.img
cat /dev/mtd/mtd2 > /sdcard/splash.img
cat /dev/mtd/mtd3 > /sdcard/recovery.img
cat /dev/mtd/mtd4 > /sdcard/ftm.img
cat /dev/mtd/mtd5 > /sdcard/hidden.img
cat /dev/mtd/mtd6 > /sdcard/dbgmsk.img
cat /dev/mtd/mtd7 > /sdcard/system.img
cat /dev/mtd/mtd8 > /sdcard/misc2.img
cat /dev/mtd/mtd9 > /sdcard/cache.img
cat /dev/mtd/mtd10 > /sdcard/userdata.img
[or edit in text editor and copy on to Terminal emulator]
That should do the Stock backup of original stock recovery image
[hint: this refer to recovery.img which another post say to change name
of orirecovery.img as not to confuse the files]
2.6 Copy and Change Permission
(I use MyPhoneExplorer to copy file over)
# chmod 755 /system/bin/flash_image
(verify via
C:\viewpad>adb shell
$ su
su
ls -l /system/bin/flash_imagePermission denied
$
ls -l /system/bin/flash_image
----rwxr-x root root 26172 2011-05-29 17:08 flash_image
$)
2.7 Replace with clockwork stock recovery image
If you have problem with command
flash_image recovery /sdcard/cwrecovery.img
error writing recovery: Permission denied
[hint: do a su command in front before this command]
2.8 Boot to Clockwork stock recovery image
Power off and Power on with both vol key pressed and released
a) You will see 'enter recovery' text
b) Clockwork Menu appear
If only see a) then press reset button and again
flash_image recovery /sdcard/CWrecovery.img
For b) press the vol button to Select 'Backup & Restore'
But the UP/DOWN button always jump 2 steps.
Try this
"looks like pressing down moves one and then releasing the button goes another."
My action is to press both volume button but release one to get to
the menu that you want
Then press power button to select
(If press menu button then screen go blank so press reset button)
Once vol and power button to Select 'Backup & Restore' followed by 'Backup'
Press power again to activate backup
you may need at least 300+Mb SD card free
I think may advice to clear cache before backup
The backed up ROM should be located in: /sdcard/clockworkmod/backup/date&time/
Once backup done, use backspace key to go up top menu
Select to "boot"
2.9 Either use "USB storage" or other method
copy those backup into PC as secondary backup
Now I am prepare to go into level 3.