Saturday, August 05, 2006
ipaq 5550 wince restoration
Using following step to cut user data off the backup image, or else "img_size is too large for region: ..." will show up.
$ cp wince_image.gz wince_image.gz.big
$ gunzip wince_image.gz
$ mv wince_image wince_image.big
$ dd if=wince_image.big of=wince_image bs=1024 count=32256
$ gzip -9 wince_image
$ cp wince_image.gz wince_image.gz.big
$ gunzip wince_image.gz
$ mv wince_image wince_image.big
$ dd if=wince_image.big of=wince_image bs=1024 count=32256
$ gzip -9 wince_image