EvilDragon said:
There WILL be a package manager for the firmware, simply not for removable medias like SD Cards as it leads to a lot of problems.
This can be used for the SD cards with a union mount. It is literally as if the installs were happening on the root filesystem itself. If people use EXT3 instead of EXT2 or VFAT you'll get a journal which cuts down on corruption.
I guess most guys will still use VFAT, as Windows still dominates... :/
QUOTE
EvilDragon said:
SD Cards DO corrupt. If there's a power loss or the user removes it before the cache is written to it, the database can be corrupted. How do you recover it?
APT Includes utilities to rebuild the database. You could translate that to a single button in a GUI somewhere.
Never heard of that - and I use apt since years. Do you mean apt-cache gencaches?
This regenerates the apt database (cache), but only if /var/lib/dpkg/status is still intact.
If that is also broken, you will have a nice time reinstalling everything.
QUOTE
MechsWillOneDayStepOnYou said:
AireTamStorm, i hope more devs follow this idea and put their software on a repo as well as in zip format on the Panda library site.
As said I will re-pack most popular applications and host them on an open repository. If that is later provided on OpenPandora.org, even better.
Well, you can be sure I will offer free hosting to any Pandora projects, so if you like, you can setup an open repository there, sure
QUOTE
EvilDragon said:
It should be possible to:
- Install the programs WITH and WITHOUT the Pandora. A lot of guys like to prepare the SD Card without having the handheld around. So it should be possible installing the programs onto the card by simply using a card reader, regardless of the OS.
A simple application can be written that creates shell scripts telling the package manager on the Pandora to install the programs. Even if not automatic, all the user would have to do is execute the script on the device itself. The desktop application doesn't actually do anything beyond fetching all the necessary files, putting them in the right place, and creating the script for the Pandora to take care of.
And this runs on any system, any internet cafe, at work, etc.? Even with restrictions?