Let's see- I have some of theKompany apps (tkcGallery, tkcPlayer) that worked great on my 5000D, but I haven't been able to get to work on either my 5600 (now bricked) or my 5500 (which i have tried multiple GUI's and ROMS on). (I know, check with the Kompany)- I'd like to find something to play MP3's, Ogg and MPEG files.. any recommendations.
To run theKompany apps, install them as usual (see below for how to use ipkg from the command line) and also install the Sharp-compat libs and run mkcompat on them (use the Libraries icon on the setting page) to let them run on the updated system.
Playing mp3/OGGs/Videos:
Opie: opie-mediaplayer2 (no video), xmms (I think it does video), mplayer (all)
GPE: gxine (all), mplayer (all)
There may be others too.
What would I like do do? Run a DOS emulator to run some old Dos programs that I have(work related), be able to play media files (see above), utilize my home WiFi connection and sync to Evolution on my laptop (Dell Inspiron 8000 w/Suse 9.2 Pro). I'd also like to be able to run with home on a SD/MM card, to free up space for apps.
If you can find the DOS emulator in OE then all's well and good, otherwise you'll have to install & run mkcompat as explained above on the binaries designed for the Sharp 'ROM'.
WiFi works out of the box, syncing also works so I'm told (I don't do it), have a look here:
https://www.oesf.org/forums/index.php?showtopic=11783and
http://www.handhelds.org/moin/moin.cgi/GpeSync (for GPE though)
Again there may be others, but it's not something I do.
Running with home on an SD card is also doable (not something I do though):
http://openzaurus.org/wordpress/howto/root-on-sd/Note that you can install any app to the SD card directly though and then use ipkg-link to create symlinks so that it works correctly. This is easier imo.
As for ipk & ipk-link, I have tried to install progs using the package manager (using Cacko it just froze, in OPIE or GPE it doesn't work either). When I tried running from the CL it didn't seem to work either. There is probably something basic that I am missing here, but having gone through the forums and FAQs I can't figure out what it is.
Don't use the GUI tool, it has a memory leak. Use ipkg from the command line.
The basic syntax is:
ipkg install <package name>
ipkg remove <package name>
You can also specify where to install things using -d <location> so to install to SD card you'd do:
ipkg install -d sd <package name>
After installing to sd you'd run ipkg-link to create the symlinks:
ipkg-link add <package name>
or
ipkg-link mount /media/card
Hope that's of some help,
Si