Quote:
Originally Posted by jotas
|
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?