Search found 36 matches

by mallchin
Thu Jun 08, 2006 11:52 pm
Forum: PSP Lua Player Development
Topic: File Functions
Replies: 13
Views: 6096

What problems are you having?
by mallchin
Wed Jun 07, 2006 12:00 am
Forum: PSP Lua Player Development
Topic: File Functions
Replies: 13
Views: 6096

I like your thinking ;)
by mallchin
Mon Jun 05, 2006 3:15 am
Forum: PSP Lua Player Development
Topic: File Functions
Replies: 13
Views: 6096

Also, if you get a chance, a move function would be neat too (if supported).

I'm mimicking moving files by copying source files then deleting them, but it doesn't work well for large files and limited space.
by mallchin
Mon Jun 05, 2006 3:10 am
Forum: PSP Lua Player Development
Topic: File Functions
Replies: 13
Views: 6096

Great news, thanks Shine.

I know your pushed for time developing LuaPlayer but many of us appreciate it :)
by mallchin
Sun Jun 04, 2006 12:14 am
Forum: PSP Lua Player Development
Topic: File Functions
Replies: 13
Views: 6096

File Functions

I see LuaPlayer has updated to 0.19, but does anyone have an updated list of functions?

I can't see any mention of the requests I've made, anyone managed to move/rename files?
by mallchin
Fri Apr 14, 2006 11:57 pm
Forum: PSP Lua Player Development
Topic: Can LUA write to Flash0 or Flash1
Replies: 12
Views: 6105

You can read from flash very easily in Lua, and writing would be trivial.

Shine never said writing to flash was disabled, but he advised writing probably wasn't a good idea.

So, back to where we started. Anyone tried it? ;)
by mallchin
Thu Apr 06, 2006 11:49 pm
Forum: PSP Lua Player Development
Topic: Can LUA write to Flash0 or Flash1
Replies: 12
Views: 6105

I meant has anyone tested writing to flash0/1 using Lua?

MPH could be useful for developing actual firmware changes before they're made live, but I'd be more keen to know if it is safe to write to flash0/1 at all.
by mallchin
Tue Apr 04, 2006 2:44 am
Forum: PSP Lua Player Development
Topic: Can LUA write to Flash0 or Flash1
Replies: 12
Views: 6105

I could implement writing to flash0/1 into Lua FileManager, though the risks for self-bricking are pretty high.

I would be interested if anyone has done any extensive testing on this.
by mallchin
Tue Apr 04, 2006 2:15 am
Forum: PSP Lua Player Development
Topic: BUG: incorrect way of detecting if a file is a directory
Replies: 4
Views: 4229

Here i leave a precompiled binary of LuaPlayer-0.17dk2 with that bug solved. http://rapidshare.de/files/17099461/EBOOT.PBP.html To make Lua FileManager work properly with umd's, simply replace the EBOOT.PBP with that one. Great, thanks. I'll include this in the next release unless Shine updates Lua...
by mallchin
Mon Mar 20, 2006 9:59 am
Forum: PSP Lua Player Development
Topic: [RELEASE] Lua FileManager
Replies: 6
Views: 3043

The latest release, luafm-0.10-beta3 , is available for download. It brings several new features, a few bug fixes, and some minor tweaks. New Features: Added support for disc0 (readonly) Added support for flash0/flash1 (readonly) Added long filename scrolling Added Quit option to Menu Bug Fixes: Add...
by mallchin
Tue Mar 07, 2006 4:55 am
Forum: PSP Lua Player Development
Topic: File/Folder names in UPPERCASE?
Replies: 4
Views: 2559

Shows as 'foo' in Windows Explorer and 'FOO' in LuaPlayer.
by mallchin
Tue Mar 07, 2006 4:54 am
Forum: PSP Lua Player Development
Topic: freespace
Replies: 8
Views: 3496

I think so too. Another one to add to the list ;)
by mallchin
Tue Mar 07, 2006 2:35 am
Forum: PSP Lua Player Development
Topic: File/Folder names in UPPERCASE?
Replies: 4
Views: 2559

This doesn't seem to be the case. I have all lowercase files showing in all lowercase.

Where are you getting your answers?
by mallchin
Tue Mar 07, 2006 1:12 am
Forum: PSP Lua Player Development
Topic: freespace
Replies: 8
Views: 3496

I'd say this was memory not disk space. I have 128Mb free and it reports 17Mb, sounds reasonable given the 32Mb memory of the PSP.

What gives you the impression this isn't memory?

Is there a way to accurately guage the ammount of free disk space?
by mallchin
Sun Mar 05, 2006 9:24 am
Forum: PSP Lua Player Development
Topic: [RELEASE] Lua FileManager
Replies: 6
Views: 3043

Thanks :)

No free-space guage at the moment, but I've added it to the to-do list for the next release, due in the next few days.
by mallchin
Thu Mar 02, 2006 1:17 am
Forum: PSP Lua Player Development
Topic: os.rename
Replies: 3
Views: 1781

Thanks ;)
by mallchin
Wed Mar 01, 2006 1:31 am
Forum: PSP Lua Player Development
Topic: os.rename
Replies: 3
Views: 1781

Frank/Navyn/Dark Killer, what are your thoughts? This would be really useful...
by mallchin
Sat Feb 25, 2006 7:32 am
Forum: PSP Lua Player Development
Topic: os.rename
Replies: 3
Views: 1781

os.rename

Is it possible to add support for os.rename into LuaPlayer?
by mallchin
Sat Feb 25, 2006 6:46 am
Forum: PSP Lua Player Development
Topic: File/Folder names in UPPERCASE?
Replies: 4
Views: 2559

File/Folder names in UPPERCASE?

Is anyone aware of file and folder names appearing differently on Windows then the PSP? For example, I copy a file system.lua (via lowser) to the memory stick, and it appears as SYSTEM.LUA under LuaPlayer. I understand this isn't such an issue with a case-insensitive OS like Windows, but Linux would...
by mallchin
Fri Feb 24, 2006 1:11 am
Forum: PSP Lua Player Development
Topic: [RELEASE] Lua FileManager
Replies: 6
Views: 3043

There was a silly bug in the last release stopping it from loading. All fixed now.
by mallchin
Thu Feb 23, 2006 12:27 am
Forum: PSP Lua Player Development
Topic: [RELEASE] Lua FileManager
Replies: 6
Views: 3043

I've just released version 0.10-beta2... New Features: Added Select/Unselect all option Added ability to select directories Added low battery check (safety precaution) Added settings.ini file for tweakable options Added quick up/down navigation on file listing Bug Fixes: Changing directories now nul...
by mallchin
Sun Feb 19, 2006 12:31 am
Forum: PSP Lua Player Development
Topic: System.removeFile
Replies: 1
Views: 1339

After some exhaustive testing I have yet been unable to replicate the issue. I think it may have something to with using Lowser's USB mode to transfer files, then loading my application and using the delete function, though USB is disabled whilst performing deletes. I emailed Shine and he kindly rep...
by mallchin
Sun Feb 19, 2006 12:27 am
Forum: PSP Lua Player Development
Topic: Moving files
Replies: 0
Views: 1101

Moving files

Is it possible to move a file by updating the FAT, rather then copying it and deleting the original. The later method has a couple of downsides, it takes longer, and it requires twice as much free space as the size of the file being moved. This would be handy for directories too. Also, is it possibl...
by mallchin
Sun Feb 19, 2006 12:11 am
Forum: PSP Lua Player Development
Topic: freespace
Replies: 8
Views: 3496

Okay, thanks. I'll try it out.
by mallchin
Sun Feb 19, 2006 12:11 am
Forum: PSP Lua Player Development
Topic: flash0/flash1
Replies: 9
Views: 4372

Sounds wise to me. Is there a way to mount them read-only?
by mallchin
Fri Feb 17, 2006 5:54 am
Forum: PSP Lua Player Development
Topic: Screen image copy question
Replies: 6
Views: 2771

Could you blit to an image rather then the screen, then copy the image?
by mallchin
Thu Feb 16, 2006 1:15 pm
Forum: PSP Lua Player Development
Topic: [RELEASE] Lua FileManager
Replies: 6
Views: 3043

[RELEASE] Lua FileManager

Introducing Lua FileManager...

"Lua FileManager is a small, lightweight file browser for the PSP written in Lua. It is fast, colourful, and provides a quick and easy solution for simple file operations."

Download: http://www.mallchin.com/luafm/

Let me know what you think :)
by mallchin
Thu Feb 16, 2006 10:30 am
Forum: PSP Lua Player Development
Topic: flash0/flash1
Replies: 9
Views: 4372

Oh ok, cool. :)

Are they readonly?
by mallchin
Thu Feb 16, 2006 10:30 am
Forum: PSP Lua Player Development
Topic: freespace
Replies: 8
Views: 3496

Thanks, I had assumed that was memory not disk space though?
by mallchin
Thu Feb 16, 2006 3:16 am
Forum: PSP Lua Player Development
Topic: Datestamp
Replies: 0
Views: 1057

Datestamp

Can one get datestamps for files?