FileMgr Service 0.1.1
Last updated: Aug. 25, 09
Freeware
Essentially, this is a custom file management service with added basic read/write file functionality. It is the core service used with the file manager, Internalz.
This service is being developed alongside Internalz. During development, things will undoubtedly shift around a lot with things changing frequently. For that reason, I will be waiting until the final stable release before going public and providing developer an API they can use in their applications.
However, I will be providing a pre-release private API to developers who PM or email me, selected on a case by case basis.
Installation
If you're using WebOS Quick Install v2.01 or later, simply install the ipk file like any other.
If you for some crazy reason aren't using WebOS Quick Install, you'll need a rooted device. The FileMgr Service ipk needs to be copied to /media/internal/ via USB Mode. Then, enter the following in commandline:
/bin/mount -o remount,rw /
/usr/bin/ipkg -o /var install ca.canucksoftware.filemgr_0.1.1_all.ipk
/bin/sh /var/usr/lib/ipkg/info/ca.canucksoftware.filemgr.postinst
/bin/mount -o remount,ro /
Please see the official forum thread for more information.
Update History
v0.1.1 - August 25, 09
- Updated file read function
- Changed app listing function so it should load a lot faster
- Implemented a new form of copy
- Added chmod function
v0.0.4 - August 18, 09
- Initial release