01/29/2012, 03:53 AM
|
#63 (permalink) |
|
Legend
![]()
Posts: 3,881
|
New update will be available on the feed soon. Alternatively, in the meantime, you can install the .ipk from http://www.webosnation.com/filemgr-service
v2.0.8 - January 29, 2012 - Now uses AUSMT for .patch file installation
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
02/11/2012, 09:32 PM
|
#65 (permalink) |
|
Member
![]()
Posts: 87
|
having the same problem right now...maybe dependant on ausmt scripts?
just meta doctored my vzw pre2 to 224, trying to reinstall everything. how do i live without internalzz!! systoolsmanager won't install either. error talks about precentral.net maybe because it's "webosnation" now? it means not just internalz, but top bar patches that involve flash and "advanced reset options" EDIT: no replacement for looking at forums on a computer, jason answered this question 2 posts above mine. shame on me for not reading farther back i guess. glad i didn't tweet at him and make myself look like a COMPLETE *****. Last edited by videogmike; 02/12/2012 at 07:20 AM. |
02/12/2012, 05:37 PM
|
#66 (permalink) |
|
Member
![]()
Posts: 6
|
Jason -
Have you considered modifying FileMgr to Enyo? I'm a developer and have been extremely annoyed by the lack of FTP Apps available for my TP. I've written a UI for my app and have now moved into the discovery phase of working with what would normally be the FileSystemObject (FSO). I have to say, your Internalz Pro is outstanding! I'd love to duplicate the functionality (to an extent) so that I can browse local and remote files. Given that I'm building it in Enyo I'm not entirely sure how I could use FileMgr in my app. Do you have documentation on how to use the service? Or can I even use it with Enyo? More importantly, because I'm curious, how could I build something similar with Enyo? Is it possible? Any guidance you could offer would be greatly appreciated. I'd love to know, at a basic level, how do I just access the File System? Is there an FSO equivalent object in Enyo, or Javascript? I'm just nosy enough to be able to build the functionality that I want, from the ground up. My problem now, is that I just don't know how to get started. How do read the File System? Thanks for any help you might be able to offer. Matt (Sorry if this post is in the wrong place) |
04/07/2012, 05:28 PM
|
#67 (permalink) |
|
Member
![]()
Posts: 23
|
I'm currently trying to write a bigger string (~170kb) to a file. The string contains html code from an ajax request.
new Ajax.Request(url, { 'method': 'get', 'onSuccess': function(r){ var reply = r.responseText; this.controller.serviceRequest("palm://ca.canucksoftware.filemgr", { method: 'write', parameters: { file: "/media/internal/downloads/"+key+".html", text: reply, append: false }, onSuccess: function() { Mojo.Log.info("Download done."); }.bind(this), onFailure: function(err) { Mojo.Log.error("10 "+err.errorText); } }); }.bind(this), onFailure: function(err){ Mojo.Log.error("11 "+err.errorText); } }); The problem: as soon as the filemgr service request starts, the whole phone locks for a few (~20) seconds. After the little wait all is fine and the file is written, but 20sec for this amount of data seems a lot to me. Is there a better way to write the data to a file? |
06/01/2012, 03:27 AM
|
#68 (permalink) | |
|
Homebrew Developer
![]()
Posts: 310
|
Quote:
|
|
12/10/2012, 09:40 PM
|
#70 (permalink) |
|
Member
![]()
Posts: 3
|
Hey Jason,
I have a question. I have Palm pixi plus with webos 1.4.5 and while installing the FileMgr service or Internalz, it shows "dependency error". So, I searched and found that I had to install the Homebrew JS service but, when I read , I found that Homebrew JS service is for webos 2.x and above and I have webos 1.4.5. So, basically, I don't need it. So, what should I do? I mean, should I still install the Homebrew JS service(I am afraid of bricking) or I have to use another version? If another version the can you please provide me the download link? Thanks in advance
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



