View Single Post
Old 11-15-2010, 03:36 AM   #26
tocer
Junior Member
tocer began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2010
Device: hanlin v3+
Quote:
Originally Posted by jotas View Post
Hi, you need Linux, the firmware pack/unpack tools and scripts, and ... patience.

http://www.the-ebook.org/forum/viewt...=361919#361919

http://home.cbegemot.operaunite.com/...t/Buggins/SDK/
good links. But I dont found how to unpack and mount v3+ filesystem in it. I compile the latest mkv3update and try to create a new script named unpack-v3a by copying from the unpack-v5 script, and add the following lines:

Quote:
#!/bin/bash
echo "unpacking v3asetup.bin"
./mkv3update --unpack-v3a=v3asetup.bin zImage.v3a ro.fs.v3a root.fs.v3a logo.v3a user.fs.v3a
mkdir rootfs.v3a
sudo ./fscramfs_32M -x rootfs.v3a root.fs.v3a
mkdir rofs.v3a
sudo ./fscramfs_32M -x rofs.v3a ro.fs.v3a
I execute the script and find that v3asetup.bin seems to unpack correcttly and root.fs.v3a and ro.fs.v3a can't be extract at all.

jotas, do you mind give me some tips on how to extract or mount root.fs and ro.fs?
tocer is offline   Reply With Quote