Please Add Avfs Into The Pandora Os


mawler

Member
Joined
Jul 1, 2009
Messages
58
avfs is a program that allows read only access to compressed files ie 7z, bzip, zip and open them as folders.

I would also include a script like this one so that when you right click and open a file using that script it will make a symlink folder of the archive:

Code:
#!/bin/bash
mountavfs
ln -s ~/.avfs`pwd`%F\# ./%F.folder

I haven't tested it but that should work fine.
What you get when you run that is if you're opening pdroms.7z at the root of the sd card you will get a read only folder named pdroms.7z.folder as a symlink of the contents at the root folder.

Hope to hear from the devs soon :3
 
Oh yes! I just added a request for that in the Software Hacking forum. http://www.gp32x.de/board/index.php?/topic/54263-fs-to-transparently-browse-archive-files/
 
Last edited by a moderator:
if theres room some scanner/printing software would be nice (dont know if theres printing, but theres no scanning, from what i can see)
 
Back
Top