1
Zaurus - pdaXrom / Pdaxrom For C3000 (based On Beta1/beta3)
« on: July 10, 2007, 02:55:54 am »
Thank you for the info regarding mrxvt/rxvt, Meanie!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I will have to check my notes, but roughly, take the last 5 items from the 5.2 release notesOkay fine, I can live with that.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=151452\"][{POST_SNAPBACK}][/a][/div]
the version is now build 5.2Hi Meanie,
no more beta and no more builds [div align=\"right\"][a href=\"index.php?act=findpost&pid=151358\"][{POST_SNAPBACK}][/a][/div]
I cannot download hdimage-full.tgz. I'm always redirected to http://www.tyrannozaurus.com home page. I was able to download all the other filesInitially, I had exactly the same problem yesterday. I kept trying every other hour and suddenly it worked (using Firefox on a Gentoo box). I thought it was Meanie not yet ready with the upload.
Is there any other location where I could get hdimage-full.tgz 5.2 ?
Thanks !
[div align=\"right\"][a href=\"index.php?act=findpost&pid=150287\"][{POST_SNAPBACK}][/a][/div]
just look this thread for the resolution of this problem:Thanks! I'll have a look there.
https://www.oesf.org/forums/index.php?showtopic=22518
mainly you should not set the time on first boot (just hit cancel), stop atd, then set the time and restart atd.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=150136\"][{POST_SNAPBACK}][/a][/div]
Actually, this weekend I'm going to try to upgrade my NAND to 128 Mb (just imagine - snow-white C3100! ).I didn't know that this was possible.
OK, I found it , but it's called mpg321 and I think it has the mpg123 library. Here's the link:Thanks for this link!
mpg321
If that version doesn't work, you might try some of the older versions found here:
http://ewi546.ewi.utwente.nl/mirror/www.op...icial/unstable/
zcat: mpg321_0.2.10-r0_arm.ipk: not in gzip format
tar: ./control.tar.gz: Not found in archive
tar: Error exit delayed from previous errors
zcat: stdin: unexpected end of file
mv: unable to rename `//home/tmp/ipkg/mpg321/control/*': No such file or directory
I also tried the versions from the previous feeds, however, they all give this error. Is OZ using a different ipk format than pdaXrom??
but I think you can strip off the header with dd like this (it's completely untested, though):Ah, thanks for this hint! I checked a number of MP3 files and it seems that they all start with 0xfffa or 0xfffb in the first two bytes. Some of those MP3's which xmms wouldn't play have an arbitary number of "other" bytes before that tag. For example, for the song I mentioned in my earlier posting I need to skip 70 bytes (instead of those 44 you mentioned):Code: [Select]dd if=input.mp3 of=fixed.mp3 bs=44 skip=1
dd if=Wamdue{...}.mp3 of=Wamdue{...}-fixed.mp3 bs=70 skip=1
I think you are misssing the mpg123 library. I'm not sure if it is already built for pdaxrom or not, I'm pretty sure they have it in OZ (maybe it would work?).Hmm, I thought that the make/build process would create this library? It is part of the xmms sources and located in directory xmms-1.2.10/Input/mpg123. However, it only creates the static version.