Search found 7 matches

by Roland35007
Wed Feb 21, 2007 4:20 am
Forum: PSP Lua Player Development
Topic: Framework Project
Replies: 3
Views: 3761

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...
by Roland35007
Mon Feb 19, 2007 8:24 pm
Forum: PSP Lua Player Development
Topic: Framework Project
Replies: 3
Views: 3761

I dont really want to help, but heres how you would move the file. Open the current file in "r" and the new file in "w", then do.. to:write(from:read(100)) until you reach the end of the file Thanx! At the end I also remove the from: file. Otherwise it only is a copy ;) For now ...
by Roland35007
Thu Feb 15, 2007 2:14 am
Forum: PSP Lua Player Development
Topic: Framework Project
Replies: 3
Views: 3761

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...
by Roland35007
Tue Feb 13, 2007 11:03 pm
Forum: PSP Lua Player Development
Topic: File Operations
Replies: 1
Views: 3320

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...
by Roland35007
Thu Jan 18, 2007 12:23 am
Forum: PSP Lua Player Development
Topic: jumping to an offset..
Replies: 1
Views: 2600

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...
by Roland35007
Thu Jan 18, 2007 12:14 am
Forum: PSP Lua Player Development
Topic: How much development takes place on the LuaPlayer?
Replies: 2
Views: 3227

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...
by Roland35007
Mon Jan 08, 2007 12:11 am
Forum: PSP Lua Player Development
Topic: Flash Access
Replies: 0
Views: 2138

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...