TeamWin Recovery Project

Status
Not open for further replies.

lerkin

Senior Member
Jan 4, 2011
1,125
375
0
msk
I have interesting situation with that recover:
First, I backed up only sd-ext (I have fat32 for link2sd), it backed up without any md5 errors.
After that I backed up system (without errors);
data (...Generating data md5...sh: cd: line 1: can't cd to ces.xml....Done....Verifying data md5...sh: cd: line 1: can't cd to ces.xml....MD5 Error: cd ces.xml && md5sum -c data.win.md5...)

android.secure (...Backing up .android_secure. tar: ./ces.xmland-sec.win: file is the archive; skipping....Done....Generating .android_secure md5...sh: cd: line 1: can't cd to ces.xml....Done....Verifying .android_secure md5...sh: cd: line 1: can't cd to ces.xml
....MD5 Error: cd ces.xml && md5sum -c and-sec.win.md5...Done.)

sd-ext (Generating sd-ext md5...sh: cd: line 1: can't cd to ces.xml....Done....Verifying sd-ext md5...sh: cd: line 1: can't cd to ces.xml....MD5 Error: cd ces.xml && md5sum -c sd-ext.win.md5...

Can provide the whole log.
Is where any solution?
have same md5 errors with ext4 second partition.
may it be because of link2sd incompatibility?
 

dr.notor

Senior Member
Jul 25, 2011
720
354
0
@kbzona: There really is something very broken with /data backup. I cannot back it up no matter what. All other partitions work just fine, /data always crashes on md5 creation and goes back to menu.

Code:
...Generating data md5...
sh: cd: line 1: can't cd to 08101EDF16C4E65D895AB45144A0E4D41.xml
....Done.
...Verifying data md5...
sh: cd: line 1: can't cd to 08101EDF16C4E65D895AB45144A0E4D41.xml
....MD5 Error: cd 08101EDF16C4E65D895AB45144A0E4D41.xml && md5sum -c data.win.md5
Starting recovery on Wed Aug 24 18:12:25 2011
framebuffer: fd 4 (320 x 480)
recovery filesystem table
=========================
  0 /tmp ramdisk (null) (null)
  1 /boot mtd boot (null)
  2 /cache yaffs2 cache (null)
  3 /data yaffs2 userdata (null)
  4 /misc mtd misc (null)
  5 /recovery mtd recovery (null)
  6 /sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
  7 /sd-ext ext4 /dev/block/mmcblk0p2 (null)
  8 /system yaffs2 system (null)

I:Set boot command "boot-recovery"
Command: "/sbin/recovery"
Code:
...Generating data md5...
sh: cd: line 1: can't cd to 08101EDF16C4E65D895AB45144A0E4D41.xml
....Done.
...Verifying data md5...
sh: cd: line 1: can't cd to 08101EDF16C4E65D895AB45144A0E4D41.xml
....MD5 Error: cd 08101EDF16C4E65D895AB45144A0E4D41.xml && md5sum -c data.win.md5
Starting recovery on Wed Aug 24 18:23:28 2011
framebuffer: fd 4 (320 x 480)
recovery filesystem table
=========================
  0 /tmp ramdisk (null) (null)
  1 /boot mtd boot (null)
  2 /cache yaffs2 cache (null)
  3 /data yaffs2 userdata (null)
  4 /misc mtd misc (null)
  5 /recovery mtd recovery (null)
  6 /sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
  7 /sd-ext ext4 /dev/block/mmcblk0p2 (null)
  8 /system yaffs2 system (null)

I:Set boot command "boot-recovery"
Command: "/sbin/recovery"
:(

There was no such problem in previous versions (my last backup is 4 days old, worked without problems.
 

kbzona

Senior Member
May 25, 2011
91
94
0
In a wonderful world
@kbzona: There really is something very broken with /data backup. I cannot back it up no matter what. All other partitions work just fine, /data always crashes on md5 creation and goes back to menu.
There was no such problem in previous versions (my last backup is 4 days old, worked without problems.
Mmm, im having the same problem, tried to install an old version and even v1.0.3.1 cant backup anymore :confused:LOL....
This is very weird, maybe v1.0.3.7 screwed something that we are not seeing :(
Tried every version i've compiled and no go...
Well i'll need to investigate more thoroughly as soon as possible :(

ps: could you confirm that you have the same behaviour even in this older version
 

Attachments

dr.notor

Senior Member
Jul 25, 2011
720
354
0
Mmm, im having the same problem, tried to install an old version and even v1.0.3.1 cant backup anymore :confused:LOL....
This is very weird, maybe v1.0.3.7 screwed something that we are not seeing :(
Tried every version i've compiled and no go...
Well i'll need to investigate more thoroughly as soon as possible :(

ps: could you confirm that you have the same behaviour even in this older version
Tested with 1.0.3.5 and 1.0.3.2 - no dice. (Also, someone above reported the same with .android_secure). :mad:

I do not really understand WTH does it try to cd to some whackynonexistent.xml folder when doing md5sum?!

EDIT: I flashed AmonRa - no issue with /data backup, CWM 4.0.1.5 - also no issue with that. Also, the backup made via TWRP actually looks OK and complete, if you create the md5 manually, you can restore it just fine. WTF.
 
Last edited:

kbzona

Senior Member
May 25, 2011
91
94
0
In a wonderful world
Tested with 1.0.3.5 and 1.0.3.2 - no dice. (Also, someone above reported the same with .android_secure). :mad:

I do not really understand WTH does it try to cd to some whackynonexistent.xml folder when doing md5sum?!

EDIT: I flashed AmonRa - no issue with /data backup, CWM 4.0.1.5 - also no issue with that. Also, the backup made via TWRP actually looks OK and complete, if you create the md5 manually, you can restore it just fine. WTF.
Well problem solved, BTW, CWM and AmonRA handles md5 a little bit differently and ( perhaps in a more inefficient way) that why ti works... Anyway now its working it was a matter of a too long string thing...

*Download updated on the first page*
 
Last edited:

ghost_141

Senior Member
Dec 9, 2010
83
5
0
Edomex
Well problem solved, BTW, CWM and AmonRA handles md5 a little bit differently and ( perhaps in a more inefficient way) that why ti works... Anyway now its working it was a matter of a too long string thing...
I installed TWRP-ThunderG-v1.0.3.8.zip, but the recovery menu appears TWRP-ThunderG-v1.0.3.7. :(
 

DaXmax

Senior Member
Sep 16, 2008
10,846
9,928
0
Singapore
Well problem solved, BTW, CWM and AmonRA handles md5 a little bit differently and ( perhaps in a more inefficient way) that why ti works... Anyway now its working it was a matter of a too long string thing...
Receive ur pm earlier... Btw, actually i have no probs with dat... An again, u forgot to change the version number..

Sent from LGE Secret phone using tapatalk app... >DA×<
 

kbzona

Senior Member
May 25, 2011
91
94
0
In a wonderful world
Receive ur pm earlier... Btw, actually i have no probs with dat... An again, u forgot to change the version number..

Sent from LGE Secret phone using tapatalk app... >DA×<
I installed TWRP-ThunderG-v1.0.3.8.zip, but the recovery menu appears TWRP-ThunderG-v1.0.3.7. :(
Ooops yeah sry forgot that, i'll change it as soon as i get home :D
 

Jaani

Senior Member
Apr 25, 2011
1,131
368
0
@kbzona
thanxxx for the porting..:)I just replaced CMW with this..its looking nice..the only thing i wish from this is that it do not screw the DT a2sd script when updating kernel(usually get hang on red LG logo) & sometimes when rebooted normally..can u add option am/pm in clock???
 

dr.notor

Senior Member
Jul 25, 2011
720
354
0
@kbzona
thanxxx for the porting..:)I just replaced CMW with this..its looking nice..the only thing i wish from this is that it do not screw the DT a2sd script when updating kernel(usually get hang on red LG logo)
I am afraid that has nothing do with kernel flashing or this recovery and everything to do with using the reboot recovery option in power menu resulting in unclean reboot and subsequent fsck. Simply do not use that.
 
  • Like
Reactions: xpocho7x
Status
Not open for further replies.