Quote:
Originally Posted by elRicharD
I cross-compiled mpg123 and libasound today to try to run it in my KT.
The compilation had no errors (after I copied the libraries I compiled to the corresponding /usr/lib folder) and the program runs, but no sound comes out of it  I don't know what I screwed up.
Nevertheless, I installed mplayer and will try to create an interface to play mp3s with playlists and stuff using whatever code font hack has to offer. I have to see how to debug and test-run apps from the KT, so I will read whatever documentation is available... if I have some extra spare time.
Thanks a lot guys, hope I can do something useful out of this 
|
Copying additional libraries to /usr/lib is a BAD idea. It would be MUCH better to put them in /mnt/us/opt/lib (or other folder on the USB drive) and put only symlinks to them in /usr/lib.
An OTA update can brick a kindle if it runs out of space on the main root partition, which can happen when you add your own files to it.