OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: d.maddock1 on March 12, 2005, 08:07:25 pm

Title: C3000 Apps For Cxxx
Post by: d.maddock1 on March 12, 2005, 08:07:25 pm
I've been playing around with the c3000 1.11 rom mentioned in this post:

https://www.oesf.org/forums/index.php?showtopic=10992 (https://www.oesf.org/forums/index.php?showtopic=10992)

with the intent to see what newer software I can get running on my c860 with cacko.

So far, I've packaged the Netfront 3.1, 1.5.4 update, which you can download below if you're interested.

http://dave.maddockfamily.com/zaurus/netfr...-lite-2_arm.ipk (http://dave.maddockfamily.com/zaurus/netfront_3.1-lite-2_arm.ipk)

I've been working on the music player now.  I have it working, but the wma plugin doesn't want to load for some reason.

Anyway, I'm curious to know if anyone else was doing the same.  Also, what differences (if any) are there in some of the other software that might make this effort worthwhile.

Dave.
Title: C3000 Apps For Cxxx
Post by: d.maddock1 on March 12, 2005, 09:06:13 pm
Well, it appears that even though the version numbers are the same, the libsl library (and possibly others) are actually different.  For example, the 1.11 movieplayer will run ok, but craps out when you click 'About' because of a function missing from my version of libsl.  Ditto for qtmail.

I suppose I could try updating my libsl, but I'm betting that would just cause more problems.
Title: C3000 Apps For Cxxx
Post by: ashikase on March 13, 2005, 06:40:35 am
Don't replace the C7x0/C860 versions of the libraries with the ones from the C3000 - it will indeed cause problems with existing programs.

What you can do is preload the C3000 versions before attempting to run a C3000 program. For example, from the command line (or a script) you could run:
Code: [Select]
LD_PRELOAD="/path/to/C3000lib/libname.so" program_to_run- ashikase
- anpachi, gifu, japan