Open GoogleCodeExporter opened 8 years ago
1. Try enabling "-D_HAVE_ANDROID" compile flag in the Makefile.
2. Make sure the page size (-p size) and spare size (-s size) is valid for your
image, these information are available from your vendor or by 'mtd_debug' tool
by command on the target : mtd_debug info /dev/mtd$(MTDNUM).
3. Send the image to me, I will glad to solve your problem.
Original comment by penguin.lin
on 27 Jun 2012 at 6:39
Any response?
In the latest version (0.2.9), no any Android specified compile flags;
You can use the option '--yaffs-ecclayout' to make/extract a image.
Thanks a lot.
Original comment by penguin.lin
on 6 Jul 2012 at 3:02
Should automatically try that when no objects are found, or not? Most people
who want to use this will probably attempt to unpack nandroid backups with it ;)
Original comment by empee584
on 14 Jul 2012 at 3:59
Any news on this?
Had the same issue several months ago. Digged up some old version for windows
(yuck) and used that. It somewhat got my files back (not all files have
characters compatible with windows' filesystem :)).
Anyways build the code again now (gentoo ~amd64) and still can't extract. Got
the latest tarball.
freaky@flaptoppy /run/media/freaky/Ext-Secure/Galaxy S/External
SD/clockworkmod/backup/2012-08-05.19.44.14 $ /tmp/latest/unyaffs2 -v
datadata.yaffs2.img /var/tmp/portage/
unyaffs2 0.2.9_20120726: image extracting tool for YAFFS2.
warning: non-root users.
scanning image 'datadata.yaffs2.img'... [done]
scanning complete, total objects: 1
building fs tree ... [done]
building complete, total objects: 1
extracting image into '/var/tmp/portage/'
object 1: [ DIR] ''.
modify files attributes... [done]
operation complete,
files were extracted into '/var/tmp/portage/'.
Would be really awesome if I could extract nandroid backups with this. It did
work on windows at some point :D (haven't searched for it now).
Original comment by freaky2000@gmail.com
on 6 Aug 2012 at 8:41
Hmm just recall that I saw a message a couple of days ago on titanium backup or
appextractor that it could now handle deduplicated yaffs images from the new
CWM.
Not sure if that's relevant...
Original comment by freaky2000@gmail.com
on 6 Aug 2012 at 8:42
Original issue reported on code.google.com by
linusag...@gmail.com
on 23 Jun 2012 at 2:51