He buscado en Google:
nandroid extract files mount
Quizas esto te ayude:
El tema está en "montar" los ficheros .IMG, y extraerlos.
http://muffinresearch.co.uk/archives...ndroid-backup
Cita:
Compiling unyaffs
To extract .img files you’ll need unyaffs which can extract the files from a yaffs file system image. First copy the .img file into a directory. (For me the Nandroid img files were found in clockworkmod/backup/<date>/<foo>.img on the sdcard)
To compile unyaffs grab the unyaff.c and unyaffs.h from http://code.google.com/p/unyaffs/downloads/list and compile it with:
gcc -o unyaffs unyaffs.c Once you’ve done that and added it to your path (alternatively copy it to /usr/local/bin).
Navigate to the directory containing the yaff img and run:
./unyaffs system.img
This will un-pack the files into that directory.
|
Aqui tambien comentan algo
http://forum.xda-developers.com/show....php?t=1013928
http://dus.org.pl/forum/t-219620/rec...android-backup
Saludos.