Curious,


woogal posted on Oct 29 2005 at 06:57 PM said:
judge0 posted on Oct 29 2005 at 02:51 PM said:
Some sort of standard should be agreed upon before a lot of apps / games start appearing, each of which requiring a different directory structure.

ie  Joe Blow releases PongMania, which requires sprites to be located in /mnt/sd/games/datawhile Jane Dow releases SkipMaster Deluxe, which places her custom support libs in /mnt/sd/games/data.
Another way is to store each app in it's own folder and keep the data in that same folder (like the msdos way of doing things). The launcher automatically chdir's to the location of the exe, so for example duke3d normally looks for all it's data files in the same location as the exe which means as long as the exe and all the data files are in the same place you can call the folder whatever you want and place it wherever you like in the /mnt/sd directory structure. Would mean you'd have to press twice to launch (once to select the folder, then once again to select the exe within it), but it would also mean no hunting around for data files if you want to delete the app.


Sounds like a good idea but it still sounds like a PITA compared to the GP32. I don't like navigating through a bunch of screens to play a game etc.

Is it possible to have a Windows type "shortcut" feature? This way you could have all of the apps in their own directory anywhere as you said but get to them quicker. You could have the shortcuts for all games in a "games" folder, all emulators in an "emulator" folder etc right on the main screen which would link to the app directly.
 
Last edited by a moderator:
judge0 posted on Oct 30 2005 at 03:31 AM said:
@woogal - Sounds like a plan if all follow. Do you have any info on how the system handles permissions? ie is the system always in SU?
Dev boards take you to a login prompt, and I think the only valid user is root. No idea what user might be used on the final hardware.
 
Last edited by a moderator:
judge0 posted on Oct 30 2005 at 04:33 AM said:
@Jarska333 - do you mean mail slot?

Could well be. My vocabulary is sadly limited on such things. Basically, a hole in a door, big enough to fit newspapers and thin packages. Usually apartment buildings/flats have these. Sometimes they have mailboxes, too...
 
Last edited by a moderator:
DaveC posted on Oct 30 2005 at 08:17 PM said:
Is it possible to have a Windows type "shortcut" feature? This way you could have all of the apps in their own directory anywhere as you said but get to them quicker. You could have the shortcuts for all games in a "games" folder, all emulators in an "emulator" folder etc right on the main screen which would link to the app directly.

Isn't the GP2x's original firmware totally changeable? Imho it will not take much time for an 3rd party alternatives to show.
 
Last edited by a moderator:
Jarska, they are called (so far as I know) mail slots by everyone. "Hatch" is a rather rare term, used mostly on ships... that's the only reason for confusion, or should be.

Threadkill!
 
Prothall posted on Oct 31 2005 at 02:57 AM said:
Jarska at they are called (so far as I know) mail slots by everyone. "Hatch" is a rather rare term, used mostly on ships... that's the only reason for confusion, or should be.

Threadkill!

Nope, It`s still called a letterbox here in the UK, Which isn`t part of america. :rolleyes:

Fender :blink: bumper
hood :blink: bonnet
railroad :blink: railway
suv :blink: four wheel drive
gas :blink: petrol, diesel

etc etc.

Trooper
 
Last edited by a moderator:
my grandparents have a letter hatch/ mail slot. You'll find them more often in smaller communities
 
I had been giving some thought to writing up a TRC (technical requirements checklist), similar to that of the major consoles. The TRCs would define how a game installs itself onto a card, how it uses the 8-way joystick, the three-fingered salute to reset the system, etc. This ensures that all applications behave in a consistent manner. I've had to put several games through approval (where the console manufacturers check compliance with TRCs) on PS2, Xbox and GC, so I have some experience in these matters.
 
slygamer posted on Oct 31 2005 at 04:11 AM said:
I had been giving some thought to writing up a TRC (technical requirements checklist), similar to that of the major consoles. The TRCs would define how a game installs itself onto a card, how it uses the 8-way joystick, the three-fingered salute to reset the system, etc. This ensures that all applications behave in a consistent manner. I've had to put several games through approval (where the console manufacturers check compliance with TRCs) on PS2, Xbox and GC, so I have some experience in these matters.

It's a nice idea but if the GP32 tells us anything ;) it is not going to work out to well.

With an open console people do things there way (i.e. what works for them).
You do start to get a load of defacto standards that brew in places like the IRC chans, WiKi's etc. but very little to force you down one route or the other.

The only thing you can be sure of is people supporting the standard GPH launcher for Linux apps or the raw hardware launcher/exe format for when you want to skip Linux, the rest is really upto the devs to best suit themselves.

I have also worked with TRC's on consoles and in a closed environment there a GREAT idea, there not a bad idea in an open envirnoment but by virtue of open there is no way to force it ;).

tekt5 posted on Oct 31 2005 at 03:49 AM said:
my grandparents have a letter hatch/ mail slot. You'll find them more often in smaller communities

What, like nearly every door in the UK, you know, that small little island off the cost of France ;).
 
Last edited by a moderator:
Radek posted on Oct 30 2005 at 06:45 PM said:
DaveC posted on Oct 30 2005 at 08:17 PM said:
Is it possible to have a Windows type "shortcut" feature? This way you could have all of the apps in their own directory anywhere as you said but get to them quicker. You could have the shortcuts for all games in a "games" folder, all emulators in an "emulator" folder etc right on the main screen which would link to the app directly.

Isn't the GP2x's original firmware totally changeable? Imho it will not take much time for an 3rd party alternatives to show.


@DaveC - Unix/Linux had them first - symbolic links ln -sf {name of link} {actual path of linked item}

@Radek - - WE are the 3rd party hence the thread

However, reading some of the threads from the more advanced devs, it is starting to look like we are eventually going to move to a community developed Launcher/Minimal OS - which of course will still require some form of standard for app file storage. Just a waiting game I guess. :rolleyes:
 
Last edited by a moderator:
Back
Top