Thread
:
Is there a way to customize 2007/8 OS bin file?
View Single Post
TA-t3
2008-01-04 , 12:22
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
5
As for the original question - to access the filesystem of the binary you must
1) Use the flasher tool to extract the root file system (in OS2007 that file was called rootfs.jffs2)
2) Then loopback-mount it as a jffs2 filesystem.
Unfortunately 2) isn't as straight-forward as loopback-mounting other filesystem types, but I did it after a little googling. You'll need some extra kernel modules (on your desktop linux box) because jffs2 is a special flash file system.
After that you should be able to access the filesystem on your desktop and get files from it - whether that would be at all useful is another question (I don't think it's easy to mix and match OS2007 and OS2008 applications, at least not GUI apps).
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
The Following User Says Thank You to TA-t3 For This Useful Post:
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3