Guest navygino Posted February 23, 2010 Report Share Posted February 23, 2010 Any software required? Thanks. Link to comment Share on other sites More sharing options...
Guest behnaam Posted February 23, 2010 Report Share Posted February 23, 2010 Any software required? Thanks. Which of them? there are different images packed in different ways, system is yaffs2 image and boot.img is packed with mkbootimg tool from android source Link to comment Share on other sites More sharing options...
Guest vache Posted February 23, 2010 Report Share Posted February 23, 2010 (edited) You'll need unyaffs.exe, but you only extract data.img & system.img. Fot boot.img you can find a tool in this tuto (unpack-bootimg.pl). It will extract ramdisk & kernel from it. Edited February 23, 2010 by vache Link to comment Share on other sites More sharing options...
Guest navygino Posted February 24, 2010 Report Share Posted February 24, 2010 (edited) I am reading those pages and downloading the "tools". Any hint how should I deal with those "tools" with .pl extension? Should I run it from cmd? or what? I am definitely a dummy but I am trying to learn as I have some technical interest in Android...... Thanks. [i am not good at programming but I have knowledge in Borland C when I was in college many years ago.....] Edited February 24, 2010 by navygino Link to comment Share on other sites More sharing options...
Guest kylenk Posted February 24, 2010 Report Share Posted February 24, 2010 im assuming pl = pearl? lol Link to comment Share on other sites More sharing options...
Guest navygino Posted February 25, 2010 Report Share Posted February 25, 2010 Success to unpack yaffs Image, relatively easy......(Read some Wiki to learn what is it.....) Reading and learning how to extract boot.img...Still don't understand but hopefully not too difficult. Next step to learn to repack and compile stuffs.......... :( Link to comment Share on other sites More sharing options...
Guest drigerott Posted February 25, 2010 Report Share Posted February 25, 2010 i'm on windows i tried unyaffs.exe but nothing works :( can some one help me to unyaffs with cygwin? Link to comment Share on other sites More sharing options...
Guest drigerott Posted February 25, 2010 Report Share Posted February 25, 2010 i compiled again from surce unyaffs.exe with cygwin : gcc -o unyaffs unyaffs.c then unyaffs.exe system.img : Segmentation fault (core dumped) ?????? Link to comment Share on other sites More sharing options...
Guest navygino Posted February 25, 2010 Report Share Posted February 25, 2010 (edited) i compiled again from surce unyaffs.exe with cygwin : gcc -o unyaffs unyaffs.c then unyaffs.exe system.img : Segmentation fault (core dumped) ?????? I had packed everything need for the unyaffs here as a tiny tool for my own use.unyaffs.execygwin1.dllcygz.dllUnpack_system.img.cmd (Put the system.img in the same folder and run with this simple cmd...)@echo off Echo ============================================================= Echo *** Unpack yahffs system.img *** Echo ============================================================== Echo. pause unyaffs [color=red]system.img (Please edit yourself for your own use)[/color] Echo.. Echo COMPLETED! pauseunyaffs_x86_win_pack.rar Edited February 25, 2010 by navygino Link to comment Share on other sites More sharing options...
Guest drigerott Posted February 25, 2010 Report Share Posted February 25, 2010 no stil lthe same error: 2 [main] unyaffs 724 _cygtls::handle_exceptions: Exception: STATUS_ACCESS_ VIOLATION 579 [main] unyaffs 724 open_stackdumpfile: Dumping stack trace to unyaffs.ex e.stackdump maybe is the system.img corrupt :S Link to comment Share on other sites More sharing options...
Guest ev0 Posted March 11, 2010 Report Share Posted March 11, 2010 (edited) I wanted to do the same without starting up VMware and just extract some files from a system.img/data.img under Windows, so I modified the unyaffs source and made it Windows compatible! (more or less, symlinks & hardlinks are not implemented) Source & binary: Download (same as Attachment) There are two binaries inside: one compiled with VC 9.0 and one with MinGW. If u don't have the VC 2008 Redistributable installed, maybe the MinGW version works. Just drag&drop the ".img"-file onto the "wunyaffs.exe" and wait a few seconds - the files will get extracted directly into the directory where the ".img" resides in. Commandline: wunyaffs IMAGE_FILE.IMG Maybe someone finds it useful too, so I thought I'd share <_<wunyaffs.zip Edited March 11, 2010 by ev0 Link to comment Share on other sites More sharing options...
Guest Borkata Posted March 11, 2010 Report Share Posted March 11, 2010 I wanted to do the same without starting up VMware and just extract some files from a system.img/data.img under Windows, so I modified the unyaffs source and made it Windows compatible! (more or less, symlinks & hardlinks are not implemented) Source & binary: Download (same as Attachment) There are two binaries inside: one compiled with VC 9.0 and one with MinGW. If u don't have the VC 2008 Redistributable installed, maybe the MinGW version works. Just drag&drop the ".img"-file onto the "wunyaffs.exe" and wait a few seconds - the files will get extracted directly into the directory where the ".img" resides in. Commandline: wunyaffs IMAGE_FILE.IMG Maybe someone finds it useful too, so I thought I'd share <_< Thanks for sharing :mellow: This is really useful, because every start of the virtual machine eats my pc memory and I hardly work :( Link to comment Share on other sites More sharing options...
Guest Cyber Boy Posted March 13, 2010 Report Share Posted March 13, 2010 wunyaffs Not working. It said Don't Send Message. Help Link to comment Share on other sites More sharing options...
Guest Zonly1 Posted December 10, 2010 Report Share Posted December 10, 2010 I wanted to do the same without starting up VMware and just extract some files from a system.img/data.img under Windows, so I modified the unyaffs source and made it Windows compatible! (more or less, symlinks & hardlinks are not implemented) Source & binary: Download (same as Attachment) There are two binaries inside: one compiled with VC 9.0 and one with MinGW. If u don't have the VC 2008 Redistributable installed, maybe the MinGW version works. Just drag&drop the ".img"-file onto the "wunyaffs.exe" and wait a few seconds - the files will get extracted directly into the directory where the ".img" resides in. Commandline: wunyaffs IMAGE_FILE.IMG Maybe someone finds it useful too, so I thought I'd share :) AWESOME! This really helped me out! Link to comment Share on other sites More sharing options...
Guest Mr.Brownstone Posted June 7, 2011 Report Share Posted June 7, 2011 Thanks a lot Navygino! That works fine =) Link to comment Share on other sites More sharing options...
Guest Logseman Posted June 29, 2011 Report Share Posted June 29, 2011 I wanted to do the same without starting up VMware and just extract some files from a system.img/data.img under Windows, so I modified the unyaffs source and made it Windows compatible! (more or less, symlinks & hardlinks are not implemented) Source & binary: Download (same as Attachment) There are two binaries inside: one compiled with VC 9.0 and one with MinGW. If u don't have the VC 2008 Redistributable installed, maybe the MinGW version works. Just drag&drop the ".img"-file onto the "wunyaffs.exe" and wait a few seconds - the files will get extracted directly into the directory where the ".img" resides in. Commandline: wunyaffs IMAGE_FILE.IMG Maybe someone finds it useful too, so I thought I'd share :) Sorry for necro-posting so blatantly, but this person has saved me from a world of trouble. It's only fitting to thank him/her. Link to comment Share on other sites More sharing options...
Guest AMIH Posted January 21, 2012 Report Share Posted January 21, 2012 THX nv0 & navygino. It helps a lot to unpack my "yaffs2-1.img" file of "Trekstor MovieStation Antarius Plus". But after editing, (enabling telnet) how to repack?! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now