Show Posts

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.


Messages - humit

Pages: 1 [2]
16
Zaurus - pdaXrom / Port Request: Heroes Game (not Might And Magic)
« on: March 15, 2006, 09:23:15 am »
Hi,

I give it a quick shot but does not compile right away, would try the CVS version instead but it says "This Project Has Turned Off CVS"

locating the problem takes longer for me since I am not a programmer but will give it another try when i have some time.

regards.
-umit

Quote
Quote
Hi,

I've compiled it for pdaXrom.  ipk is attached.


Quote
Hi all,

I had ported this game to sharp/cacko rom and it was pretty easy. I am hoping that someone could take some time to port it to pdaxrom. I cant do it for lack of a linux box.

http://heroes.sourceforge.net/

thanks
tovarish
[div align=\"right\"][a href=\"index.php?act=findpost&pid=118642\"][{POST_SNAPBACK}][/a][/div]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=118671\"][{POST_SNAPBACK}][/a][/div]

if i dont seem too demanding could you compile the 0.29c beta version. the difference is quite a bit as i remember.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=118690\"][{POST_SNAPBACK}][/a][/div]

17
Zaurus - pdaXrom / Port Request: Heroes Game (not Might And Magic)
« on: March 15, 2006, 06:25:28 am »
Hi,

I've compiled it for pdaXrom.  ipk is attached.


Quote
Hi all,

I had ported this game to sharp/cacko rom and it was pretty easy. I am hoping that someone could take some time to port it to pdaxrom. I cant do it for lack of a linux box.

http://heroes.sourceforge.net/

thanks
tovarish
[div align=\"right\"][a href=\"index.php?act=findpost&pid=118642\"][{POST_SNAPBACK}][/a][/div]

18
Zaurus - pdaXrom / Primate Plunge
« on: March 15, 2006, 05:35:09 am »
Hi,

I've cross-compiled Primate Plunge. It is a platform game with nice graphics and sound.

Have fun

update:
it seems that this was done before, sorry for the unnecessary traffic.
https://www.oesf.org/forums/index.php?showt...7785&hl=primate

19
Zaurus - pdaXrom / Pdaxrom Rc12 For C3000 Beta 1
« on: December 30, 2005, 07:56:43 am »
Hi,

I finally test pdaXrom with my c3000, it really feels like running linux  Thank you guys.

I've wrote a small, quick&dirty fix script for some of the known bugs:

Code: [Select]
#!/bin/sh

echo "creating /hdd2/tmp ..."
mkdir /hdd2/tmp

echo "creating /hdd2/usr/local ..."
mkdir /hdd2/usr/local

echo "creating /hdd2/usr/games ..."
mkdir /hdd2/usr/games
mount -o remount,rw /dev/root /
ln -s /hdd2/usr/games/ /usr/
mount -o remount,ro /dev/root /

echo "configuring /etc/ipkg.conf ..."
cat << EOF > /etc/ipkg.conf
src unstable    http://www.pdaxrom.org/unstable
src stable    http://www.pdaxrom.org/feed

dest root /
dest cf   /mnt/cf
dest sd   /mnt/card
dest net  /mnt/net
dest user /mnt/user
dest ide  /hdd1
dest ide2 /hdd2
dest ide3 /hdd3
dest usbstorage /mnt/usbstorage
dest tmpinst /home/tmp/ipkg/inst

EOF

echo "configuring Virtual Keyboard ... "
head -37 /usr/bin/xvkbdlauncher > /tmp/xvkbdlauncher.tmp
tail -9 /usr/bin/xvkbdlauncher  >> /tmp/xvkbdlauncher.tmp
cp /usr/bin/xvkbdlauncher /tmp/xvkbdlauncher.orig
cat /tmp/xvkbdlauncher.tmp > /usr/bin/xvkbdlauncher

echo "configuring ipkg script ..."
head -552 /usr/bin/ipkg > /tmp/ipkg.tmp
tail -560 /usr/bin/ipkg    >> /tmp/ipkg.tmp
cp /usr/bin/ipkg /tmp/ipkg.orig
cat /tmp/ipkg.tmp > /usr/bin/ipkg

echo "configuring usb HD function ..."
head -20 /usr/bin/usbfunction.py > /tmp/usbfunction.py.tmp
echo 'STORAGE_OPTS = ["/dev/hda3"]' >> /tmp/usbfunction.py.tmp
tail -273 /usr/bin/usbfunction.py >> /tmp/usbfunction.py.tmp
cp /usr/bin/usbfunction.py /tmp/usbfunction.py.orig
cat /tmp/usbfunction.py.tmp > /usr/bin/usbfunction.py

thanks again.

20
Angstrom & OpenZaurus / Fun With Shoutcast
« on: November 19, 2005, 01:59:24 pm »
Hi,

I recommend to use mplayer to listen stream media, if you have mplayer running on your Z, you can play shoutcast streams.

Actually I'm planning to write some scripts when I got time to get the pls links from shoutcast site to search, list & play them.

To give some  quick&dirty hints, one can obtain the playlist urls on the frontapage of www.shoutcast.com with:

Code: [Select]
links -source www.shoutcast.com|grep shoutcast-playlist.pls|awk -F\" '{print "http://www.shoutcast.com"$6}'
it produces something like that:

Code: [Select]
http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=3281&file=filename.pls
http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=2297&file=filename.pls
http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=1346&file=filename.pls
http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=928&file=filename.pls

and this output could be used with mplayer (notice the double quotes)
Code: [Select]
mplayer -playlist "http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=8010&file=filename.pls"
the output from the command:
Code: [Select]
# mplayer -playlist "http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=8010&file=filename.pls"
MPlayer 1.0pre7-3.4.2 (C) 2000-2005 MPlayer Team
 for Zaurus 1.1.5 (C) 2004-2005 AGAWA Koji (atty)
CPU: ARM
CPUflags: iWMMXt

Resolving www.shoutcast.com for AF_INET...
Connecting to server www.shoutcast.com[207.200.98.25]:80 ...
Cache size set to 320 KBytes
Connected to server: www.shoutcast.com
Unknown entry type Version=2
85 audio & 196 video codecs
CommandLine: '-playlist' 'http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=8010&file=filename.pls'
Failed to open /dev/rtc: Device or resource busy (it should be readable by the user.)
Playing http://194.158.114.66:8000.
Connecting to server 194.158.114.66[194.158.114.66]:8000 ...
Name   : FREQUENCE3 - www.frequence3.fr - No ads ! It's only HITS live from Paris France ! - French Webradio
Genre  : Top 40 Dance Pop Rock
Website: http://www.frequence3.fr
Public : yes
Bitrate: 192kbit/s
Cache size set to 320 KBytes
Connected to server: 194.158.114.66
Cache fill: 17.50% (57344 bytes)    Audio file detected.
==========================================================================
Requested audio codec family [mp3] (afm=mp3lib) not available.
Enable it at compilation.
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 192.0 kbit/13.61% (ratio: 24000->176400)
Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
# mplayer -playlist "http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=3281&file=filename.pls"
MPlayer 1.0pre7-3.4.2 (C) 2000-2005 MPlayer Team
 for Zaurus 1.1.5 (C) 2004-2005 AGAWA Koji (atty)
CPU: ARM
CPUflags: iWMMXt

Resolving www.shoutcast.com for AF_INET...
Connecting to server www.shoutcast.com[207.200.98.25]:80 ...
Cache size set to 320 KBytes
Connected to server: www.shoutcast.com
Unknown entry type Version=2
85 audio & 196 video codecs
CommandLine: '-playlist' 'http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=3281&file=filename.pls'
Failed to open /dev/rtc: Device or resource busy (it should be readable by the user.)
Playing http://64.236.34.196:80/stream/1074.
Connecting to server 64.236.34.196[64.236.34.196]:80 ...
Name   : CLUB 977 The Hitz Channel (HIGH BANDWIDTH)
Genre  : Pop Rock Top 40
Website: http://www.hitsradio.com
Public : yes
Bitrate: 128kbit/s
Cache size set to 320 KBytes
Connected to server: 64.236.34.196
Cache fill: 17.50% (57344 bytes)    Audio file detected.
==========================================================================
Requested audio codec family [mp3] (afm=mp3lib) not available.
Enable it at compilation.
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
==========================================================================
Checking audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
AF_pre: 44100Hz/2ch/s16le
AO: [oss] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
Video: no video
Starting playback...
A:   3.0 (03.0)  9.2% 16%                                                                                            

p.s: I tested this on my sl-C3000 but i think once you install the mplayer it runs on any Z.

21
General Discussion / Who are you and where are you from?
« on: June 10, 2004, 09:40:15 am »
29 years old, from Turkey, Working in North Cyprus now, Linux System Admin. Sharing home with my gf and two cats and  two dogs.  Probably will move to Kenya in a year for volunteer IT business, and will move somewhere else after a year, (money vs life)

Very much in love with linux for a long time...

sl-5600 with oz-3.3.6-pre1,
Linksys WCF12,
64 MB  Sandisk SD

22
Linux Applications / play xrick
« on: March 13, 2004, 05:33:20 am »
well, I was looking for the xrick game for a while, the link http://www.killefiz.de/zaurus/showdetail.php?app=759 was broken, I updated the page but I think it will not be visible before 24 hrs. So, link to download xrick:
http://193.201.129.19/zivania/ipkg/xrick_0..._021212_arm.ipk it is compiled with gcc 2.95.2 and depends on SDL libraries and libmad0.

There is also a version compiled with gcc 2.95.3 [http://www.mathematik.uni-marburg.de/~odb/pub/zaurus/xrick_021212_armv4l-strongarm.ipk] but it didn\'t work for my zynerg rom.

have fun.

23
Linux Applications / slocate for zaurus
« on: March 05, 2004, 07:53:49 am »
well, I think we have a problem with finding packages, I know there is ipkgfind.handhelds.org but I got lost when I come up with those packages for \'familiar\' . Shouldn\'t we use freshmeat\'s PDA section or Sourceforge for all this ports and get peace? or any other \'central\' point like a real linux community?

I am lost.

24
Linux Applications / slocate for zaurus
« on: March 05, 2004, 07:21:11 am »
hi folks,

First of all I am not sure if this is the right place. I am not familiar with this web based forums (i miss a set of mailing lists for Zaurus on different topics) anyway...

I was missing locate command on Z. So I cross-compiled slocate package against arm and tested it on sl-5600 with tckrom. it works well.

it is awailable at http://www.killefiz.de/zaurus/showdetail.php?app=1769.

25
General Discussion / SL-5600 Lots of Questions!
« on: March 03, 2004, 04:04:03 am »
hi,

1- you can install a different kernel yes, but depending on the config (ie. wireless card support etc.) of the kernel, the applications that come in initrd.bin may or may not run
2- the first two kernel (labeled as pre-emptive) on http://www.zaurususergroup.com/modules.php...download&sid=53
6- lsmod gives you a list of loaded modules (drivers) and modprobe lets you load a module with other module requirements, you can find modules coming with your kernel under /lib/modules/your_kernel version
you can find your kernel version by running uname -r command. wireless modules are generally under /lib/modules/kernel_version/kernel/drivers/net/wireless
9- when you install oz, there is an option in the launcher menu labeled as rotate

26
Angstrom & OpenZaurus / 5600 + OpenZaurus 3.3.6 pre1
« on: March 03, 2004, 03:37:01 am »
hi all,

i got my sl-5600 almost 2 weeks ago and since then I am reflashing, rebooting, formatting it everyday to find the taste that I have with my desktop linux

i installed oz 3.3.6-pre, and the first thing was that ts: messages destroying launcher, as mentioned above, turning printk off (kernel messages) with echo 1 ] /proc/sys/kernel/printk solves it.
Second and yet unresolved issue is the date/time reset, whenever I reboot or reset the Z, upon the opening it brings the dialog which says something like \"your system date/time appears to be incorrect, do you want to run the config app\" but if I can\'t tap on the close button (x on the upper right corner) just when it appears than Z seems frozen.

btw any mailing lists on sl-5600, oz, or Z in general?

27
Sharp ROMs / 5600, OZ, and flashing problems
« on: February 28, 2004, 08:38:13 am »
hi, I flashed oz into my sl-5600,
if you use the updater.sh and othe files  from http://www.openzaurus.org/official/3.3.5/poodle/ then the name of the kernel must be zImage.bin not zImage, it installed that way.

Pages: 1 [2]