Klaue
Member
- Joined
- Aug 4, 2009
- Messages
- 240
I just read the tread abead err about preparing stuff for when the pandora arrives and thought "yeah well, I collect the PNDs and when the Pandora finally arrives they're all outdated.."
Then it struck me..
One of the things I liked the most about Linux is that all applications come from the same source and are updated through it (package manager). Now, PNDs are a whole other way of getting progs, so is there a way to automatically update them?
If not, would it be possible to be done?
The PXML spec has an entry for the Version (<version major='number' minor='number' release=number build='number' />), but I don't know if you can get the version in the app store without having to download the PND first (which would generate a metric ass ton of server load).
How about a package manager for pandora? (I vaguely remember something about there eventually being one)
One could probably implement it that way that only programs which set the home directory to $PANDORA_APPDATA (a to-be-made env var) and install themselves on the cards so that the NAND remains untouched are allowed. Or just make a package manager containing only PNDs or something
Then it struck me..
One of the things I liked the most about Linux is that all applications come from the same source and are updated through it (package manager). Now, PNDs are a whole other way of getting progs, so is there a way to automatically update them?
If not, would it be possible to be done?
The PXML spec has an entry for the Version (<version major='number' minor='number' release=number build='number' />), but I don't know if you can get the version in the app store without having to download the PND first (which would generate a metric ass ton of server load).
How about a package manager for pandora? (I vaguely remember something about there eventually being one)
One could probably implement it that way that only programs which set the home directory to $PANDORA_APPDATA (a to-be-made env var) and install themselves on the cards so that the NAND remains untouched are allowed. Or just make a package manager containing only PNDs or something