Search found 7 matches
- Wed Feb 21, 2007 4:20 am
- Forum: PSP Lua Player Development
- Topic: Framework Project
- Replies: 3
- Views: 3886
I quit
After giving it some considerations (and wines) I decided to quit lua player. Although its a nice product, it is not and never will be a serious development platform. This is the result of some fundamental issues that make me bang my head against walls and limit the scope of Lua. In normal programmi...
- Mon Feb 19, 2007 8:24 pm
- Forum: PSP Lua Player Development
- Topic: Framework Project
- Replies: 3
- Views: 3886
- Thu Feb 15, 2007 2:14 am
- Forum: PSP Lua Player Development
- Topic: Framework Project
- Replies: 3
- Views: 3886
Framework Project
I am currently working on a shell project. I currently have a windows manager component, a process manager component and two applications: an image viewer and a shell to browse and start applications. The browse application can be used for file manipulation (delete / copy) but that can be extended t...
- Tue Feb 13, 2007 11:03 pm
- Forum: PSP Lua Player Development
- Topic: File Operations
- Replies: 1
- Views: 3412
File Operations
Hi, Does anyone have a fast way to copy files in luaplayer? I found the rename / removeDirectory and removeFile functions but I did not find a copy function. I also want to use my PSP as a download station for my digital camera. Connect the PSP with a digital camera and download the photo's to my PS...
- Thu Jan 18, 2007 12:23 am
- Forum: PSP Lua Player Development
- Topic: jumping to an offset..
- Replies: 1
- Views: 2685
Offset
What you are trying to do sounds like walking through a file in Binary Random mode. Perhaps when you open a file, you should use the binary switch (b) like file = io.open("Filename.txt","rb") According to the lua 5 manual you should be able to jump to your offset with the instruc...
- Thu Jan 18, 2007 12:14 am
- Forum: PSP Lua Player Development
- Topic: How much development takes place on the LuaPlayer?
- Replies: 2
- Views: 3338
How much development takes place on the LuaPlayer?
A bit demoralized :( I wonder whether there is still development in luaplayer. Maintaining is something different then development. This forum is really silent and a few questions keep re-apearing like flash access (r) (simply won't work on my PSP) MP3 or OGG support or UMD mounting capabilities. No...
- Mon Jan 08, 2007 12:11 am
- Forum: PSP Lua Player Development
- Topic: Flash Access
- Replies: 0
- Views: 2208
Flash Access
Hi Somewhere I read that in LuaPlayer, I should be able to read flash0: but when I say old = System.currentDirectory("flash0:/") and I ask for a filelist, I get all the files in the appPath. This also happens with flash1: I try to use sysext but whatever function I try to use, I always get...