irclog2html for #zaurus on 20030612

00:06.56*** join/#zaurus SuKoSh| (~sukoshi@dyn-213-36-221-46.ppp.tiscali.fr)
00:09.51*** join/#zaurus highvoltz (1000@209-240-23-1.tc1.woodsfield.oh.dial.1st.net)
00:14.52*** join/#zaurus raster (~raster@203.206.217.82)
00:21.03*** join/#zaurus find_me (somebody@108-pool2.ras11.coden-le3.alerondial.net)
00:33.35*** join/#zaurus UberGeekRobert (~robert@user-0c8ho3t.cable.mindspring.com)
00:35.22*** join/#zaurus wardriver (~tarpittz@ga-cmng-cuda1-c3b-67.atlaga.adelphia.net)
00:41.08*** join/#zaurus aTypical (~aTypical@66-215-29-97.mpk-mres.charterpipeline.net)
00:45.31aTypicalHello
00:48.15*** join/#zaurus Xumbi (~jshel95@h004005aff8ef.ne.client2.attbi.com)
00:48.42Xumbianyone here running debian on their z?
00:49.18aTypicalXumbi: Not me.  I like Sharp's 3.1.  Anything good in Debian?
00:49.38Xumbiwell, there's lots of potential, if only I could get it to work
00:49.59aTypicalIs it difficult to install?
00:50.52Xumbinot really, but configuring it is what I'm having trouble with
00:51.17Xumbiall you do to install it is untar it onto a big SD card (just got a 256MB SD)
00:51.19kergothyou realize you can install .deb's fromd ebian/ARM into OZ directly, right?
00:51.37kergothipkg install blah.deb
00:51.42Xumbiyeah, I heard about that
00:51.53Xumbihaven't tried it yet
00:52.05Xumbibut I really want to run a full linux distro
00:52.06kergothbeing chrootable is useful, but thats about the only thing you gain w/ debian
00:52.11kergothOZ is a linux distro
00:52.18kergothif you want say, bash for example, install it.
00:52.26kergothits just the *default* state thats minimal
00:52.27Xumbiwhat about "paste"
00:52.31Xumbipaste seems to be missing
00:52.35kergothso install it
00:52.39XumbiI guess I could find the .deb?
00:52.46kergothtry ipkgfind
00:52.50kergoththat checks OZ and familiar
00:52.54Xumbihmmm
00:52.56kergothif the ipk isnt avail, then fall back to debian/ARM
00:52.57XumbiI'll try it
00:53.43Xumbiipkgfind seems to be missing also
00:54.17*** join/#zaurus n42893384 (~Guest@216-73-109-110.ocdc-01.net)
00:54.24kergothwhat?
00:54.27kergothipkgfind != command
00:54.32kergothipkgfind.handhelds.org
00:54.35kergothheh
00:54.38*** join/#zaurus djk (~djk@ool-44c14684.dyn.optonline.net)
00:54.38Xumbioh, ok
00:54.46kergothfeel free to write a cmdline app ala rpmfind
00:55.18Xumbihmmm, no paste :(
00:55.23*** join/#zaurus djk (~djk@ool-44c14684.dyn.optonline.net)
00:55.33Xumbithat would be cool
00:56.03*** join/#zaurus n82235945 (~sterling@216-73-109-110.ocdc-01.net)
00:56.24cleverdracleverdra - repeat after me: 4 days till payday.   4 days till payday.  4 days till payda.
00:56.38cleverdraXumbi - curiously, what does 'paste' do?
00:57.07Xumbiit's a standard shell command, it does what you would expect it to do
00:57.17Xumbiinserts text into variables/files
00:58.16cleverdraI've no idea and no expectations, and your description doesn't describe it for me.  But nevermind.
00:58.53Xumbiuh, it pastes stuff
00:59.13XumbiI need it for a class I'm taking
00:59.15cleverdraI'm still in the dark, Xumbi.
01:00.03highvoltzI think the file system on my sd card is screwed up. How do I format it on my zaurus?
01:00.43cleverdrahigh - I'd try 'mke2fs /dev/mmcda1', but my only SD card appears to be incompatible with my Z.
01:00.53XumbiThe paste utility concatenates the corresponding lines of the given input files, replacing all but the last file's newline characters with a single tab character, and writes the resulting lines to standard output.  If end-of-file is reached on an input file while other input files still contain data, the file is treated as if it were an endless source of empty lines.
01:01.17Xumbithere's the description right off the man page :)
01:02.37cleverdrafor x in $foo; do perl -pe 'y-\n--d' < file1 >> $bar; echo >> $bar; done
01:03.22cleverdraor even y-\n-\t-, but that doesn't handle 'the last file's newline character'
01:03.47cleverdraAn odd command.  Not something I'd consider 'a standard shell command', but maybe it is and I've just never heard of it.
01:04.11cleverdraoh, 'corresponding lines'.
01:04.30cleverdraSomething for tab-delimited databases.  Eww =)
01:04.41XumbiI'm taking a unix shell programming course and it's one of the commands we use, along with cut, sed, tr, etc.
01:04.57Xumbiyeah, not practical
01:05.26cleverdraXumbi - does your shell programming course teach you that everything with stdio is scriptable, with examples of scripted ftp, etc?
01:05.44Xumbinot yet, but I assume we'll get to that
01:07.50*** join/#zaurus ljp_laptop (~ljp@tz0181.peakpeak.com)
01:08.17Xumbiargh, I want to reformat my sd card, umount keeps saying "device is busy"
01:09.14cleverdraXumbi - Do you have a shell chdir'd to it, by any chance?
01:09.42cleverdraXumbi - you could always reboot the Z and go straight to a shell, and try in that environment.
01:09.44highvoltzcleverdra: thanks, that fixed it
01:10.18Xumbinope, I'm not in it
01:10.28Xumbihow do you go right to the shell in OZ?
01:10.49*** join/#zaurus redtoade (~redtoade@acs-24-154-250-143.zoominternet.net)
01:11.21cleverdraIn OZ, you can kill OPIE from 'shutdown' (and then press a certain key when Wait... comes up?) or press a certain key when Wait... comes up on boot.
01:11.29cleverdraIt's a FAQ.
01:16.58XumbiI can't seem to find it in the OZ FAQ
01:27.43*** join/#zaurus treke|home (~ggilbert@lsanca2-ar29-4-41-066-059.lsanca2.elnk.dsl.genuity.net)
01:34.22*** join/#zaurus mewyn (~mike@dsl081-227-089.chi1.dsl.speakeasy.net)
01:34.36*** join/#zaurus find_me (somebody@240-pool1.ras11.coden-le3.alerondial.net)
01:39.50*** join/#zaurus highvoltz (1000@209-240-23-1.tc1.woodsfield.oh.dial.1st.net)
01:46.55*** join/#zaurus red_toade (~redtoade@acs-24-154-250-143.zoominternet.net)
01:55.55wardriveri got a program that when i uninstall it from the system with package manager, it stays!  it stays in the list as if i never removed it
01:56.16dougheckalol
01:56.32dougheckayou discovered the ipkg then, I see :)
01:57.06wardriverriiiggghhhhttttt
01:57.18dougheckaI have that problem too
01:57.18wardriverso how do i get it to become officialy removed?
01:57.25dougheckaipkg officialy sucks
01:57.36doughecka:)
01:57.44dougheckaI dont know, I just reflash
01:57.50chouimat|awaydoughecka: sssshhh my gf is listening
01:58.05dougheckaur away, how can she listen
01:58.10hardwireFUDGYWUGGLES!
01:58.14wardriverhow many times can you reflash before you get to the center of the lollipop, or howmany times can you flash before you can flash no more
01:58.16chouimat|awayshe's not
01:58.29dougheckaabout 1 million times
01:58.41dougheckahrm, or was it 10million
01:59.53wardriveronce you get your system to where you want it, how can you build a flash image of it?
02:00.05dougheckadunno
02:00.07doughecka:)
02:00.12dougheckaI aint much help,  arnt I
02:00.26dougheckabut you can try like, dumping everything to a CF card or somethin
02:04.48*** join/#zaurus warmi (~war@dsl092-131-081.chi1.dsl.speakeasy.net)
02:05.07warmihi
02:05.25dougheckawormi!
02:05.33dougheckahows the fish biting?
02:05.37hardwiremwa
02:05.38hardwireha
02:05.52doughecka:)
02:05.58hardwireso
02:06.02hardwireyou are a wozniak huh
02:06.10*** join/#zaurus fliplap (~flip@ip68-2-120-183.ph.ph.cox.net)
02:06.16warmispeaking of fish biting .. I actually had some this afternoon
02:06.18dougheckayup
02:06.24hardwirethat is a crazy name
02:06.26mewynhey warmi
02:06.39mewynwarmi: you went fishing?
02:06.52dougheckawith warms?
02:06.53hardwirefor chicka!
02:07.03*** join/#zaurus TheMasterMind1 (~aman@h-68-166-66-9.MCLNVA23.covad.net)
02:07.13cynhttp://www.geek.com/news/geeknews/2003Jun/bpd20030611020369.htm
02:07.38wardriverin ipkg, what does the little star next to the blue ball indicate?
02:07.59dougheckacyn: wow
02:08.05cynyeah
02:08.06cynwow indeed
02:08.13mewynanyone know how fast  t-mobile's network is?
02:08.14doughecka30 bucks
02:08.15cynjust.... wow.
02:08.20dougheckahow fast?
02:08.21cyn30 bucks if ya dont have a plan
02:08.22dougheckahow fast.
02:08.28cyngenerally a good 56k connection
02:08.31dougheckahow fast is a good question
02:08.34cyncan be faster
02:08.46cynup to like 192 iirc - haven't looked in a while
02:08.59dougheckawow
02:09.02mewyni think i'll get their data only card... granted it can work in linux
02:09.39*** join/#zaurus lnxguy-Zaurus (~lnxguy-Za@cs24243191-23.hot.rr.com)
02:10.13lnxguy-Zaurussup?
02:10.38dougheckahttps://accounts.hotspot.t-mobile.com/promo/Zaurus/signup.jsp
02:10.41dougheckaI guess so
02:10.48dougheckathey have a cool doohicky for the Z
02:10.52dougheckafits right on it
02:12.04TheMasterMind1??
02:12.04*** join/#zaurus djr|z (dj@c-24-126-104-15.we.client2.attbi.com)
02:13.28*** part/#zaurus lnxguy-Zaurus (~lnxguy-Za@cs24243191-23.hot.rr.com)
02:13.48cynso it's just a cf gprs modem
02:14.07cynohhhhhhhh no no nonononono
02:14.15cynhotspot isn't what you want
02:14.21cynhotspot is 802.11b
02:14.28cynat specific locations
02:14.39dougheckayea
02:14.44dougheckabut they have another thing
02:14.53dougheckaits a neat little card that plugs into the cf
02:14.57dougheckafits the Z perfectly
02:15.37hardwireeh?
02:15.53dougheckacellular, but I cant find the link
02:15.56*** join/#zaurus treke|laptop (~ggilbert@lsanca2-ar29-4-41-066-059.lsanca2.elnk.dsl.genuity.net)
02:16.22Solar[X]Too bad that'd only be available by 2012 over here :/
02:16.34dougheckalol
02:16.39cleverdraSolar - over where?
02:16.45Solar[X]Holland
02:16.55Solar[X]And I don't mean Holland, IN.
02:17.19Solar[X]http://www.petersonsales.org/ads/cfgsm/18.JPG
02:17.30dougheckadas nederlands
02:17.35Solar[X]Heh
02:17.52Solar[X]That was an awful attemt resulting in a combination of Dutch and German
02:17.54cleverdraSolar - which state is your Holland in, then?
02:17.55Solar[X]+p
02:18.05Solar[X]Heh it's called "Europe".
02:18.07doughecka:)
02:18.16cleverdraEurope?  ... a New England city?
02:18.33dougheckaI think so
02:18.40dougheckaup near maine
02:19.15Solar[X]Nah, Holland as in the Netherlands.
02:19.29dougheckaoooh, in canada?
02:19.33Solar[X]Doh
02:19.43cleverdradough - one of their provinces, I guess.
02:19.52dougheckayea
02:20.04dougheckabtw, new york was called new holland or something at one time
02:20.33Solar[X]Lots of areas in NY have Dutch names.
02:20.58Solar[X]I believe we sold it to the British for 10 shiploads of tea or something.
02:21.14*** join/#zaurus find_me (somebody@52-pool2.ras11.coden-le3.alerondial.net)
02:21.37dougheckawhich the british promptly lost
02:21.57*** join/#zaurus zauruslover (~zaurus@user-vcauqpa.dsl.mindspring.com)
02:22.09dougheckahuh
02:22.23Solar[X]Hm?
02:22.27zaurusloverdoughecka : Hello
02:22.46dougheckaI cant find that link to the tmobile zaurus page
02:22.59cyndon't bother with it
02:23.03cynit's not zaurus specific
02:23.15cynit's just an advertisement for their wifi hotspots @ borders/etc.
02:23.25dougheckano, I did find it
02:34.23wardriver`/join wellenreiter
02:54.38cynhtml :P
02:54.56cyni don't think you want to do much java devel on the Z, could be mistaken
02:55.13cyni've heard swing is unbearable even on the 400mhz optimized w/ cache
02:58.13cleverdrathe HTML-related ThinSomething GUI for Java looks nice, though.
03:03.09chouimat|ZzZzznight
03:15.41*** join/#zaurus TheMasterMind1 (~aman@h-68-166-64-143.MCLNVA23.covad.net)
03:16.10*** join/#zaurus ljp_laptop (~ljp@tq0205.peakpeak.com)
03:33.48*** join/#zaurus SuKoShi (~sukoshi@dyn-213-36-221-46.ppp.tiscali.fr)
03:35.48*** join/#zaurus crusher (~stefan@microweb.xs4all.nl)
03:36.33*** join/#zaurus PorkySpine (~PorkySpin@0000000553-0000941735.dial.net4b.pt)
03:51.24*** join/#zaurus cor (~username@h68-146-120-98.cg.shawcable.net)
04:07.50*** join/#zaurus NeoTron (~neotron@12-206-70-34.client.attbi.com)
04:07.51*** mode/#zaurus [+o NeoTron] by ChanServ
04:10.56*** join/#zaurus treke|wherever (~ggilbert@192.216.230.225)
04:14.28*** join/#zaurus treke|wherever (~ggilbert@192.216.230.225)
04:16.09*** join/#zaurus aTypical (~jriker@66-215-29-97.mpk-mres.charterpipeline.net)
04:16.34*** join/#zaurus Novas007 (~Bond@adsl-64-161-201-147.dsl.snfc21.pacbell.net)
04:28.23*** join/#zaurus omoore (~omoore@ip68-13-242-182.ok.ok.cox.net)
04:30.04omooreanyone know if there would be any takers to an offer of $2500 to someone to code an open-source java library for recording/playback of audio on the Zaurus?
04:30.26omooreor an open-source effort i could offer a donation to do this?
04:30.49omoorei know JMF will work on the Z for playback.. so half the work is done.. but...
04:31.00omoorei do not know of a way to record, using Java
04:31.11omooreon the Z
04:32.34omooreno gui work even.. just a java library, that allows you to do  via java (essentially) what the voice recorder allows you to do (from a playback/record perspective)..
04:32.52omoorewould be no need for ability to reposition, etc.
04:33.51warmiomoore: why can't you just use one of the existing Linux recording apps ?
04:33.59warmievent comand line or soemthing like that ?
04:34.17omoorewarmi: because you hook to it vai the Runtime libraries...
04:34.27omoorewarmi: and i want a pure Java solution
04:35.02omoorei use shine for recording mp3 now, and mplayer for playback behind the scenes...
04:35.12omoorebut this is just not desireable to me
04:35.21omoorei want it to be pure java...
04:35.38warmiah well, then well, does java even have interface for recording stuff ?
04:35.40omoorehmm...
04:35.44omooreoh hell yeah...
04:35.50omoorejava rocks for audio
04:35.56omooreamazing what you can do...
04:35.57warmiI mean after all java is not like C .. you can' really open a device etc
04:36.04omooresure you can
04:36.12omoorei can open /dev/dsp etc...
04:36.24warmiwell, I never done much client side java :-)
04:36.26omoorewarmi: you dont' do java do you :)
04:36.34omooreclient side java rocks on the z
04:36.47warmithat's my day job .. but only server stuff  
04:36.49omoorebut i think we've had that discussion already ;-)
04:36.51treke|whereverdoes java have an equivalent to ioctl?
04:36.57omoorehelp me..
04:36.58warmiyeah
04:37.03omoorewhat is ioclt.. oh io control?
04:37.07treke|whereveryes
04:37.08omooreer.. ctl
04:37.11omooresure...
04:37.25omooreyou can communicate direcly with devices, and it uses "streams" for io
04:37.31warmiyeah, you open a device and each device has a special set of commands which you can access thru ioctl
04:37.49warmithe closest thing to unififed device driver interface Unix has
04:37.51omooreok.. maybe i'm not understanding.. i'll let warmi talk :)
04:38.05omoorewhat about using oss?
04:38.14treke|whereverthat's what oss is
04:38.18omoorei'm not a c/c++ coder.. so forgive but...
04:38.31omoorejava can be made to link to native libraries...
04:38.38omooreer.. c/c++ libraries
04:38.42warmiis there java native interface to oss ?
04:38.50omooredon' know about that...
04:38.51omoorebut...
04:39.00omooreyou can link to c/c++ stuff within java
04:39.04warmifrankly, it won't be pure java but hell, at some point you have to hit hardware :-)
04:39.10omooreright...
04:39.18treke|whereveromoore: you use ioctl() to set up a device, then you read and write the data to the /dev/dsp device
04:39.20omoorei don't mind if i link to a c lib...
04:39.43omoorebut hate using the Runtime library to "interactively" work with a command line program
04:39.55omooretreke|wherever: question about usning oss tho..
04:40.03treke|whereveromoore: what do you mean?
04:40.13omooretreke|wherever: i'll expalin...
04:40.22warmiomoore : well, have you looked for any sort of java based Linux libs/code etc .. it doesn't have to be zaurus specific
04:40.24warmi?
04:40.37omoorewarmi: it does in that most things use the java.sound.* api...
04:40.51omoorewarmi: and that pacakage isn't available on the insignia jvm
04:40.59warmifuck .. I didn't even know there was such thing ...
04:41.00warmiheh
04:41.23warmiI don't go beyond standard stuff + jdbc :-)
04:41.46omooresorry ... daughter..
04:41.48omooreanyway...
04:41.52warmiwell, then most likely the only option would be to write native library
04:41.58omooretreke,warmi...
04:42.13omooreoss is a complete library for dealing with sound on linux, yes?
04:42.19treke|whereverno
04:42.23omooreahh
04:42.35omoorei need to educate myself more on it hten
04:42.45djrmy pda has an uptime of 10 days
04:42.46djrhehe
04:42.47warmihttp://www.linux.org.uk/OSS/
04:42.56omooredjr: that's all?!?!
04:43.21omooredjr: :-)   i never reboot mine .. hell. my pda out does my desktop on uptime :-D
04:43.29djrhehe
04:43.32djri dunno about that for me
04:43.32warmiuh . .never mind that link :-)
04:43.42treke|whereverhttp://www.opensound.com/pguide/index.html
04:43.43djrHostname: inexistent.ath.cx - OS: FreeBSD 4.8-RC/i386 - CPU: 2 x Intel Pentium III (999.53-MHz 686-class CPU) - Processes: 97 - Uptime: 85d 21h 54m - Load Average: 2.00 - Memory Usage: 210.89mb/1021.20mb (20.65%) - Disk Usage: 212.24gb/236.88gb (89.60%)
04:43.54warmiyeah, that's the correct link
04:44.16warmianother problem .. I am not sure about latest roms but original 5500 OSS implementation was flawed
04:44.17omoorecool.. thx.. i'll read it
04:44.24warmibasically half-done piece of crap :-)
04:44.25omoorei'm on 5600
04:44.29djr|zHostname: openzaurus - OS: Linux 2.4.6-rmk1-np2-embedix/armv4l - CPU: Intel StrongARM-1110 rev 9 (v4l) - Processes: 49 - Uptime: 10d 18h 59m - Load Average: 2.05 - Memory Usage: 22.41mb/60.79mb (36.87%) - Disk Usage: 0.41gb/0.47gb (87.02%)
04:44.34omooreand deployment will be on 5600's
04:44.44warmiwell, I don't know nothing about 5600 though
04:44.44djrhehe
04:44.48warmiperhaps they fixed that issue
04:45.00omoorethey changed things a bit on the sound for 5600
04:45.03djrthats on unstable packages, oz 3.3.1 or something and opie 0.9.9
04:45.07omoorefor the better it appears
04:46.35warmiwell, unfortunately recording sound on zaurus using java is not exactly something you will find a lot of info on the net :-)  , if I were to write something like that in JAva I would simply copy existing code that does this in C++ (like memo app) and create Java interface for that
04:46.46omooreno kidding
04:46.52omoorei've looked
04:47.23omoorei'm willing to do something at a linking level.. ie.. so long as i can capture events properly...
04:47.29treke|wherevertake the code from opie-rec
04:47.40warmias I said, your best bet is to find any code that does what you want ( memo app comes to mind) and interface with it or perhaps some sort of generic native library made of it
04:47.46omoorei just don't want to (as i currently am) use a command line program and do interactions with it
04:47.48treke|whereverthat handles recording
04:47.53omooreyeah
04:48.08warmiomoore : you are saying you are willing to pay $2500  for that ?
04:48.09warmihehe
04:48.10omooretreke|wherever: k.. i'll struggle thru it
04:48.14treke|whereverthen you can pipe it through an mp3 recorder
04:48.17omoorewarmi: no :)
04:48.23warmiheh
04:48.40omoorewarmi: i'd spend 2500 of my personal money on a pure java implementation
04:48.42treke|whereverI'm sure ljp would do the work for you for 2500 bucks :p
04:48.45djri want to learn arm asm
04:49.06treke|whereverhell for 2500 bucks, he'd probably learn java
04:49.20omoorewarmi: so long as it was kept as open-source
04:49.54omooreheh
04:50.05cleverdraaiiee.
04:50.06warmihttp://cvs.handhelds.org/cgi-bin/viewcvs.cgi/opie/noncore/multimedia/opierec/
04:50.17warmisource code for opie-record
04:50.25warmitreke : lol
04:50.40warmihttp://cvs.handhelds.org/cgi-bin/viewcvs.cgi/opie/noncore/multimedia/opierec/device.cpp?rev=1.2&content-type=text/vnd.viewcvs-markup
04:50.54warmiparticular this file - handles interaction with the device itself
04:51.42omooremaybe i'll spend a couple days learning the icky particulars of interacting with a c/c++ library from  java
04:51.51warmiit just needs to be ripped off and made into native library with java inteface - a couple of days work at most
04:52.03omooreoh yeah. i see what you are saying...
04:52.12omoorere-develop it from scratch using java...
04:52.18omooreassuming it can be done
04:52.22omooreie..
04:52.26warmiyeah, asuming you know how to interface this stuff with JAva which I shouldn't be difficult but hey, I never done it so I should most likely shut up at this point
04:52.27warmi:-)
04:52.33omooreunless it inturn depends on other libraries
04:52.39omooreetc
04:52.44treke|whereveris mp3 encoding something you really want to be doing in java? :p
04:52.53omoorewell..
04:52.57warminah .. this is pure device work . no need for anything else
04:53.08omoorewav is fine
04:53.10treke|whereverI thought he wanted to record into mp3
04:53.10omooreinfact...
04:53.15omooreno...
04:53.16warmibut that's only for wav recording ... mp3 would be hard like hell .. I mean, java is not fast enough for this on Z :-)
04:53.18omooreformat is unimportant
04:53.35omoorei'm *currently* using a command line mp3 encoder... shine
04:53.38treke|whereverI'd be surprised if anything could do realtime mp3 encoding on the z :p
04:53.42omoorebut it's "so so"
04:53.50omooreoh hell. the z does great for it
04:54.00omooreeven @ 128kbs
04:55.23omoorequestion if i use oss...
04:55.26warmiat one time I was thinking about writing Java wrapper for ZSurface but decided that it would be too much pain (who want's to write games for Z with JAva?) .. so I never learned how to do it ...
04:55.52NeoTronomoore: pay me $2500 and I'll get you recording from java. hehe
04:56.09omooreNeoTron: with a pure java library. no hooks to c/c++
04:56.14omooreNeoTron: and open source?
04:56.49NeoTronsure, granted there's a way to do the needed ioctls and crap - perhaps that'd work using libc (i.e you NEED do to ioctls to set it up)
04:57.14NeoTronseriously, sure it doesn't already exist?
04:57.19warmiNeoTron : I am not sure Java will let you interface directly to ioctl
04:57.21omooreNeoTron: man.. i am looking...
04:57.33warmiI think C native code will be required
04:57.53NeoTronhttp://java.sun.com/j2se/1.3/docs/guide/sound/prog_guide/javasoundTOC.fm.html
04:58.19omoorejava.sound.* isn't on the Z's insignia jvm  packages
04:58.38omooreNeoTron: i use java.sound.* on the desktop
04:58.40NeoTronbut they exist
04:58.44NeoTronport them
04:58.48NeoTronsame OS, should be a snap
04:58.51warmiotherwise ommore most likely wouldn't be even asking these quesitions :-)
04:59.10NeoTronI mean, Linux is linux, as long as it's OSS vs OSS
04:59.10warmiis that Open Source ?
04:59.12omooreNeoTron: i'm not a c/c++ coder.. and have soo much on my plate now...
04:59.33NeoTronas far as I know it's opensource nowadays, but alas, dunno
04:59.36NeoTronnever bothered to look
04:59.50warmiso pay Netron to do it ... outsource it :-)
05:00.41warmiah .. I really like St. Anger ...  never mind chouimat and mutexer bitchings about this album
05:00.54warmibut that's totally off the subject
05:00.56warmi:-)
05:01.18omooreok.. well.. maybe i'll look into interfacing with oss
05:02.24omoorei know one dam thing.. once i have a working recod/play back library.. tha fscker's going on the Zaurus Software Index
05:02.35omooreer.. Java library
05:02.37warmiheh
05:05.58warmiwell, good luck omoore: sorry couldn't be of more help but I don't really like using Java for anything other than backend style , database driven coding
05:06.47*** join/#zaurus effy-kun (~none@61.206.118.200.user.fa.il24.net)
05:06.50warmialtought, I recently tried Jedit again ,, and it does work very nice on my desktop machine
05:07.02warmiperhaps there is still hope for desktop Java
05:07.03warmiheh
05:07.17NeoTronJ2EE. Phear
05:07.26*** join/#zaurus codehog (~sarnold@arnolds.dhs.org)
05:08.09omooreok.. question...
05:08.24omoorei'm going to setup an environment for compiling c/c++ on for  the z...
05:08.25omoorebut...
05:08.31NeoTronand yes, my current job is J2EE... :P
05:08.40omooreit notes tthat GCC3.2 won't work...
05:08.45omooreand that it needs GCC2.95...
05:08.49NeoTronyes
05:08.55omoorei can install both i assume
05:09.07NeoTronhttp://docs.zaurus.com/index.php?id=linux_compiler_setup_howto
05:09.18treke|whereveryou can install both, but it's a waste of time
05:09.24treke|whereversince you only want to use 2.95
05:09.27omooreim on that page
05:09.27NeoTronyou can use gcc 3 for stuff that doesn't use any C++ libraries actually (or most likely can)
05:09.34DaWormand create more games!
05:09.35DaWorm:D
05:10.03omooretreke|wherever: but i do compile software packages from source many times
05:10.09mutexerhey warmi
05:10.10warmiNeoTron: well, frankly, we found ourselves using only small parts of J2EE like servlets and jdbc mostly
05:10.18omooretreke|wherever: what would the impact there be?
05:10.19treke|whereverNeoTron: Aren't glibc 2.3.2 apps incompatible with 2.2.4?
05:10.33warmiwe don't do many transactions .. ejbs and all that crap is just too heavy for our needs
05:10.38treke|whereveromoore: same. Qtopia is closed source.
05:10.51warmimutexer : hi
05:10.59NeoTronwarmi: due to an idiotic policy decision, we're using various CMP entity (bad imho) and session beans (not really bad but overly complex for our needs)
05:11.23NeoTrontreke|wherever: uh. gcc 3 doesn't mean glibc 2.3.2... Unless you use a binary compiled as such I guess
05:11.45NeoTronwarmi: the entity beans especially is annoying and slow and all that
05:11.50treke|whereverNeoTron: ah. Thought gcc 3 required glibc 2.3
05:11.51warmiNeoTron : these things are too fucking overenginnered and only fit very specific situations ( for example where most of your data is in a nice one table row - one object model)
05:11.59NeoTronwarmi:  I also have plain jdbc code in servlet and that's not bad really
05:12.14warmiyeah, it is fast, and it works
05:12.21NeoTrontreke|wherever: Nah. I used gcc 3 before glibc 2.3 was out
05:12.49NeoTronglibc 2.3 is actually pretty compatiple with 2.2 but I don't know about backwards compatibilty of 2.3 running on 2.2
05:12.51warmimutexer : working on something for PPC these days ?
05:13.12NeoTronwarmi: fast - semi-fast. In the very least, you know what the hell it's doing
05:13.16*** join/#zaurus nerdboy (~sarnold@arnolds.dhs.org)
05:13.21warmiheh
05:15.48omoorei assume if i install gcc 2.95...
05:16.01omoorei'd need to install from source? and direct to a custom directory
05:16.13omooreif i don't want to tamper with my existing installation of gcc
05:16.16omooreyes/
05:16.18omooreyes?
05:20.50cleverdraomoore - 2.95 is available as a binary package.  Do you mean to ask about installation of gcc 3?
05:21.51omoorecleverdra: well.. i want to compile some things for th z.. but...
05:21.59omoorecleverdra: my distro uses 3.2....
05:22.11omoorecleverdra: i want ot setup a dev env for compiling z apps
05:22.17cleverdraomoore - ah, OK.
05:22.43omoorethe howto simply states the issue and instructs to install gcc 2.95...
05:23.01omoorebut i'm unclear how this would affect my current gcc install...
05:23.09NeoTronomoore: it installs in /opt/Embeddix/
05:23.13omooreas i do compile software from source.. and don't wnat to break that
05:23.20NeoTronit doesn't mix with your normal compiler
05:23.30omooreNeoTron: but where od i get the compiler insall?
05:23.39mutexerwarmi: working on a 3d game for PC
05:23.41omoorethe gcc-cross....
05:23.44omoorestuff?
05:23.49omooreis that *all* i need?
05:23.50NeoTronhttp://developer.java.sun.com/developer/products/java2cs/
05:24.28NeoTronnot exactly nice licensing
05:24.43NeoTronif you don't want to compile qtopia stuff, sure
05:25.09mutexercan you actually use java without a qtopia license?
05:25.24omoorethat's not what i'm saying
05:25.30mutexerI know you cant with C++
05:25.34omoorei use java on the z now.. but ...
05:25.53NeoTronmutexer: I Was talking about the Java source licensing
05:26.04omoorei simply want a c/c++ development environment so i can compile some things for the z on my desktop
05:26.34omooreso the *arm* packages on the howto are enough to get there?
05:26.42treke|wherevermutexer: you shoudlnt need a license, since you only interact with jeode
05:26.49*** join/#zaurus Stryker (~chatzilla@h24-207-35-133.dlt.dccnet.com)
05:26.56omooreno license is necessary for java work on the z
05:27.18StrykerJust got my first Zaurus..
05:27.27Stryker5500
05:27.30omoorewelcome to coolville
05:27.32Strykerlinux in my hand.
05:27.35omooreheh
05:27.42omoorei loved my first (5500) zaurus
05:28.07omooreholy crap...
05:28.21StrykerNow I'm just trying to figure out which usb modules I need on redhat
05:28.24omooreheh.. i just realized there was a . on .. never mind that's for connectivity only
05:28.39omooreoh heh.. that' whati was just reading.. here...
05:28.53omoorehttp://docs.zaurus.com/index.php?id=lc_redhat
05:29.08Strykernice...
05:29.10Strykerthanks
05:32.13*** join/#zaurus aPoX (apox@66.93.16.228)
05:35.53*** join/#zaurus Wintre (mike@pavonis.waspfactory.org)
05:39.02omoorequestion about the qtopia-free -vs- commercial version....
05:39.18omooreif i develop an app and it has an open-source (GPL) license...
05:39.32omooreeven if i us it in a commercial (but not sold) application...
05:39.44omooreso long as all code developed using it is open-source...
05:39.49omoorei can use the free version, yes?
05:40.57omoorebecause anything i do with it will be published to Zaurus Software Index (assuming i am successfull and have somethign worth posting)
05:42.25NeoTronyes
05:42.32omoorecool
05:46.04omooresweet.. at least the example program worked
05:46.07omoore:)
05:47.02*** join/#zaurus Novas007 (~Bond@adsl-64-161-201-147.dsl.snfc21.pacbell.net)
05:57.32*** join/#zaurus zauruslover (~zaurus@sj-natpool-220.cisco.com)
06:17.40*** join/#zaurus oGMo (~rpav@208.187.159.4)
06:19.12*** join/#zaurus yeiaway (~yeiazel@home.yeiazel.net)
06:24.30*** join/#zaurus KhensU (randy@bsj342e2y7a9.bc.hsia.telus.net)
06:25.23omooreanyone know a c/c++ howto?
06:25.38omooresimple intro to c/c++
06:25.51omooreer.. short.. not necessarily simple
06:25.55cleverdraThinking in C++ is a book available online.
06:26.25omooregot it thx
06:26.57omoorereading this, i'd be able to code c/c++ apps? ok.. assuming i'm reasonably intellegent, etc
06:31.00NeoTronprobably since you have Java experience, neh?
06:31.22omoorek
06:31.38omoorei also do bash scripts, php, and other web scripting langs
06:31.39NeoTronmidn yoy I haven't read thinking in C++ - I just mirror it
06:31.49omooregocha
06:33.14StrykerIs the latest ROM from Sharp version 2.37?
06:33.32omoorethey just released an update on their website recently
06:33.34NeoTron3.10 or perhaps 3.11 or something
06:33.48omoorebrings ti close to the 5600's software...
06:33.57omoorewhich is much better thatn stock 5500
06:34.11StrykerYeah, I can't even find a file manager
06:34.19omoorethe updated networking applet in particular rocks rocks
06:34.27omoorefilemanager is available for stock 5500 rom
06:34.31omoorefromt he website
06:34.36omooreas it a terminal
06:34.47omooreand you want to google for 'Zaurus Software Index' ...
06:34.59omooreyou'll be blown away what you can do with your 5500
06:35.05NeoTronomoore: mirror of Thinking books: http://eongames.com/eckel/
06:35.28omooreStryker: when i first got my 5500.. a friend made the mistake of telling me i shoulda gota PPC...
06:35.33omooreStryker: this is what i did...
06:35.43omooreStryker: started beaming him a 5MB file...
06:35.54omooreopened a terminal window on the z
06:35.59*** join/#zaurus KhensU (randy@bsj342e2y7a9.bc.hsia.telus.net)
06:36.01omooremounted his shared laptop filesystem
06:36.07omooremounted my laptops shared filesystem
06:36.19omoorestarted copying a 1GB file from one to the other...
06:36.28omooremounted my z's filesystem from the laptop
06:36.38omoorestarted copying data from the z to the laptop..
06:36.42omooreopened opera...
06:36.50Strykerheh
06:36.53omoorehit the embedded webserver running on the z
06:36.59omoorewhich used php and mysql
06:37.09omooreopened a ssh session from the laptop to the z
06:37.14omoorestarted vncserver
06:37.20*** join/#zaurus nerdboy (~sarnold@arnolds.dhs.org)
06:37.26omooretook control of my 550 fromt my laptop...
06:37.43omooreused it to take controll of his laptop (which was running vnc)...
06:37.47Strykerhe must have been stunned
06:37.48omoorestarted playing an mp3...
06:37.55omoorelaunched asteroids...
06:38.00omooreand i forget what else...
06:38.05omooreoh.. what could he do?
06:38.12omoorereceive the dam 5MB file
06:38.25omooreyes.. he was completely stunned
06:38.35StrykerYeah, I just sold me Jornada 565 to get the 5500
06:38.52omoorethe 5500 is a solid unit...
06:38.57omoorei loved mine...
06:39.01omooreonly compalints were...
06:39.11*** join/#zaurus nerdboy (~sarnold@arnolds.dhs.org)
06:39.12omooreshort (relative to the 5600) battery life...
06:39.18omooreand no builtin mic/speaker
06:39.27*** join/#zaurus WolfZ (~WolfZ@wifi.daforest.org)
06:39.30Strykeryeah, I can deal with those.
06:39.36omoorei still use my 5500 for my personal pda ...
06:39.47StrykerI've got it connected via usb to my redhat system now
06:39.48omoorebut i use 5600 in development for our medical software
06:39.52omooreheh
06:39.53StrykerI can ping it
06:40.05omoorewait till you get a wireless nic for it
06:40.08WolfZ:)
06:40.11omoorethen you'll be cooking with gas
06:40.12NeoTronomoore: you actually work on zaurus development ?
06:40.14StrykerI've got one
06:40.18omooreno no...
06:40.19NeoTrongot any open positions? :-P
06:40.21StrykerSocket
06:40.24WolfZya like this one
06:40.25omoorei mean i develop FOR it
06:40.34NeoTronthat is what I meant
06:40.41omooreNeoTron: oh.. heh...
06:41.02StrykerI can ping the Z but how do I install software?
06:41.21WolfZuse the package mgr
06:41.25omooreyou can copy via ftp or just use the qtopia desktop
06:41.40StrykerI can't install qdesktop on redhat 9
06:41.46omoorethe linux qtopia desktop clinet is actually really good for installing software
06:41.57omoorereally.. hmm. didn't knwo that
06:42.11omoorewell.. ftp it over.. oh wait.. you don't have a terminal app on it yet
06:42.15NeoTronStryker: got SD or CF you can use?
06:42.28omooreyeah.. that's a good idea
06:42.29Strykerversion 1.6.1 from trolltech requires an old version of libstdc
06:42.29NeoTronand for network install, you can use the install app via network
06:42.35StrykerYeah, I have a 32 meg card
06:42.39NeoTronenter a new feed for http://docs.zaurus.com/feed/
06:42.43NeoTronand there you go
06:42.44omooreoh yeah.. i forgot about hte network install
06:42.53NeoTronor, copy the stuff to the card (if you can access it from the desktop that is)
06:43.12omooreyeah.. ftp it to the Desktop directory
06:43.13StrykerNeoTron: No, I can't access the CF card from the PC..
06:43.36*** join/#zaurus nerdboy (~sarnold@arnolds.dhs.org)
06:43.36omooreftp the terminal app and openssh and install them
06:43.54NeoTronStryker: then use network install and install embeddedkonsole and openssh from the docs.zaurus.com feed
06:43.55StrykerThere is an FTP server running?
06:43.56omoorethen you can ssh to your z using a full screen ssh session
06:43.58NeoTronand add servermanager too
06:44.00omooreyup
06:44.06omooreforget the port tho...
06:44.09omooreyou can google that
06:44.15*** join/#zaurus KhensU (randy@bsj342e2y7a9.bc.hsia.telus.net)
06:44.16NeoTronserver manager allows easy start/shutdown for telnet and ssh (when installed)
06:44.24omoorecool
06:44.27WolfZoh lemme netstat
06:44.34omooretho telnet is an evil thing
06:44.47NeoTronyes. ssh is better
06:44.57NeoTronand as I said, easy to install from the feed. :)
06:45.07WolfZtcp        0      0 *:4992                  *:*                     LISTEN tcp        0      0 *:4242                  *:*                     LISTEN tcp        0      0 *:4243                  *:*        
06:45.08NeoTronof course, add http://eongames.com/feed/ for my game demos. :P
06:45.24StrykerI'm going to try the feed
06:45.36omooreyeah.. the newowrk install is how i got my 5500 going
06:45.40NeoTronwith two episodes!!
06:45.57NeoTronthe newer ones are easier - they run a samba server by default so you just smbmount them
06:45.58oGMoi thought it was 1 2-hour episode
06:46.04NeoTronoGMo: nope
06:46.04oGMoplus a 1-hour history deal
06:46.14oGMoNeoTron: so much the better
06:46.25oGMo2 full stories, for twice the price!
06:46.27NeoTronoGMo: Fallen and Homecoming (1hr each)
06:46.29NeoTronhttp://www.gateworld.net/sg1/s7/index.shtml
06:46.44oGMoNeoTron: cool
06:47.18NeoTronnote that gateworld.net is the best SG-1 site I know, but also one full with spoilers if you're not careful
06:47.19StrykerWhere do I setup a feed?
06:47.56NeoTronStryker: in the install from network press the first icon
06:48.26StrykerNeoTron: What do you mean, install from network ?
06:48.42NeoTronin the package manager (Settins tab, Add/Remove programs)
06:48.56NeoTrons/programs/software
06:49.20Strykercool, found it
06:49.51NeoTronnote this important fact: for it to work, the server entry/entries in the top list have to be selectged
06:49.57NeoTrontook me forever to figure that out
06:50.13Strykerok, thanks
06:53.51*** join/#zaurus Wolf- (unknown@daforest.org)
06:54.52*** join/#zaurus wijnand (~wijnand@alice.kabel.utwente.nl)
06:56.27StrykerHmm... ipkg says somthing went wrong, Sorry.
06:56.44StrykerThat's after I added a feed to http://docs.zaurus.com/feed/
06:56.45NeoTronis it networked?
06:56.50Strykerusb
06:56.59Strykerto redhat box
06:57.01NeoTronand is the route ok (i.e can you browse with opera?)
06:57.09NeoTronI think by default there is no routing...
06:57.34wijnandhas anyone ever tried the crow/cacko rom?
06:58.07StrykerHmm, yeah, Opera doesn't work.
06:58.17StrykerI can ping the Z from the redhat box
06:58.30Strykerand I can't ftp from redhat box to Z
06:58.30NeoTrondon't think it's fixable without shell
06:58.31wijnandthere's no ip forwarding though
06:58.32omoorejust copy the ipks to your rhl90 box...
06:58.36Strykerconnection refused
06:58.37omoorethen start apache...
06:58.45omoorethen enter your desktop's ip...
06:58.50cleverdraStryker - what's your question, again?
06:58.57*** join/#zaurus Wolf- (wolf@2001:618:400:bc0b:0:0:0:6)
06:59.09omooreexample.. put the pakages in /var/www/html/zaurus
06:59.15omoorethen start apache
06:59.20Strykerwijnand is right, no IP forwarding
06:59.42Strykeromoore: I think that will work
06:59.45omoorethen setup a feed called 'mylinuxbox' using http://192.168.2.168/zaurus (or whatever you rlinux box ip is)
06:59.46wijnandStryker: i use SuSE myself, I had to modify the firewall settings
07:00.02Strykercleverdra: I'm trying to setup a feed on a 5500 usb connected to redhat 9
07:00.06wijnandI'm thinking it would've been easier to do it manually though
07:00.26Strykerwijnand: Yeah, I have a seperate firewall
07:00.33wijnandStryker: I use the online feeds through the cradle
07:00.33Strykeranother linux box
07:01.09wijnandno Stryker i mean ip forwarding is handled by the firewall, your separate firewall is already configured to forward whatever your rh box wants to send or receive
07:01.40Strykerwijnand: Right, now I need to do IP forwarding on the redhat box that the Z is usb connected to
07:01.46wijnandso you need a firewall on the rh box as well, just to setup ip forwarding, *or* figure out how to do it manually and add a little script to start it during boot
07:02.38cleverdraStryker - I see.  I'd just (because I'm a good programmer, and let's pretend that I don't research better the right way to do this) create my own server on the rh9 box and then telnet to it from the Z, where I'd say enter commands to browse and search various Packages from various feeds (all of the networking on the rh9 side).  I'd say 'get this' and the rh9-side server would ftp to the Z and upload the file.
07:03.29wijnandcleverdra: that sounds much like boring work whereas enabling ip forwarding should be easy
07:03.42cleverdraStryker - a *nice* server. 'list packages' 'search opie-' 'section games' 'feed openzaurus.org' 'define-feed killefiz.de'
07:04.19StrykerYeah, I'm going to try ip_forwarding and then those feeds
07:05.04cleverdrawij - boring work?  .... what a .... frankly astonishing viewpoint.  I'd enjoy such 'work', and it'd go quickly.  I'd have the basic server up and ready to use in minutes.  It'd be ultimately easier to use than, say, Opera with ipforwarding.
07:05.56wijnandcleverdra: i thought we were talking about feeds, not webbrowsing
07:06.00cleverdraOTOH, I'd want internet connectivity for the Z, anyway.
07:06.03Strykerwell, I must be missing something else
07:06.13StrykerI can't http via Opera to my redhat box
07:06.21cleverdrawij - you mentioned Opera; I assumed that you were going to browse the feeds with it.
07:06.33wijnandcleverdra: i did not mention opera to my best knowledge
07:06.43wijnandand if i did then i didnt mean to :)
07:06.50cleverdrawij - sorry, I meant you in the plural.
07:06.53Strykerdo I need to setup a LAN connection?
07:06.58wijnandah right
07:07.08StrykerI only have the USB IP address set
07:07.17Strykerwhich I can ping from the redhat box
07:07.21cleverdraStryker - if you can ping the rh9 box, you should already have a LAN connection set.  Hm.  Are you using OZ?
07:07.26wijnandStryker: that *is* a lan connection isnt it?
07:07.43Strykerno, I can ping the Z from the redhat box, not the other way around
07:07.59wijnandStryker: sounds like the rh box already has a firewall then
07:08.00StrykerNo, I just got this 5500 3 hours ago
07:08.12cleverdraStryker - open a port on 4000 or something and see if the Z can speak to it.  Maybe you've -- oh.  Hm.
07:08.26wijnandheh cleverdra
07:08.27StrykerIt can't connect to host
07:08.39cleverdraSorry, bedtime.
07:08.40StrykerI have not setup a LAN connection
07:08.51StrykerIt says that's for WIFI card
07:09.04Wolf-Stryker: you use iptables?
07:09.11wijnandStryker: basically there is no difference between connecting to the internet via the cradle or via a wifi card
07:09.45Strykerwijnand: Ok, then I do need to setup a LAN connection with the same IP address that is used for the USB IP address?
07:10.17StrykerOn the Sync tab I have 192.168.129.201 defined for the USB IP Address
07:10.19cleverdrawell, except that your 5500-of-3-hour-and-default-ROM will not be able to maintain a connection.  You'll have to periodically re-insert the device into the cradle in order to revive connectivity... or at least I had to do this when speaking to a Windows box.  OZ fixes that.
07:10.24Wolf-Stryker: you use iptables?
07:10.24wijnandStryker: on the RH box? you want to use a different ip, for instance 192.168.129.200 (i believe the one on the Z is 192.168.129.201)
07:11.11StrykerThe redhat box is already part of my LAN, it's 192.168.0.2
07:11.20StrykerMy linux firewall is 192.168.0.1
07:11.31Strykerthe Z is connected to my redhat box
07:11.34wijnandStryker: we're not talking about your home lan, this is a different lan
07:11.34Strykernot the firewall
07:11.44StrykerI realize that
07:11.54Wolf-the redhat box has no firewall setup at all?
07:12.01wijnandyou'll have 192.168.0.2 for your local network and 192.168.129.200 for your network to the Z
07:12.05Strykerwolf: Nope
07:12.07cleverdraStryker - try the stupid re-insert-Z-into-cradle.  Seriously.  If you can ping rh9 from your Z but not the other way, try that.
07:12.18cleverdraalso, o/~ zzZZzzz o/~
07:12.20Wolf-iptables -L is dead empty then
07:12.31wijnandgood night cleverdra
07:12.56Strykerwolf: Yeah, INPUT FORWARD and OUTPUT are all empty
07:13.13Wolf-does the Z show up in the RH box ARP table?
07:13.23StrykerI have not specified any kind of gateway address on the Z
07:13.42Wolf-thats fine for now
07:14.09Strykerwolf: Actually, no it doesn't..
07:14.21StrykerOldly, I can still ping it
07:14.23Wolf-could of expired by now
07:14.31Wolf-ping then check
07:14.42Strykerok, it's there
07:14.52Wolf-check the Z's arp table
07:15.34Strykerwolf: I don't have a terminal app install yet
07:15.56Wolf-ssh from the RH box then
07:16.30Strykerconnection refused
07:16.38StrykerThis is like ROM version 2.12
07:16.47Wolf-telnet?
07:16.58Strykerkernel is 2.4.6
07:17.01Strykernegative
07:17.11Strykerno ftp either
07:17.26Wolf-check the Z's screen for any popups
07:17.39cleverdrastryker - ftp to 4242 on Z.  Or 4343?
07:18.27Strykerok, connected on port 4242
07:18.41Wolf-so tcpip works fine
07:18.43cleverdraGood, that should be an ftpd.  Login as 'root'
07:18.58cleverdraNow put a console on that thing =)
07:19.06Wolf-yes
07:19.08Strykercool
07:19.17Strykerexcellent, thanks guys
07:19.25Wolf-btw
07:19.34Wolf-you will need a default route to access the internet
07:19.46StrykerYeah, that's what I figured
07:19.48Wolf-default route being the IP of the USB interface on the RH box
07:19.52Strykerbut I can't see where to define it
07:19.59Strykerprolly via terminal then
07:20.12Strykerwolf: yup
07:20.21Wolf-uh it should be under the config for the usb0 interface
07:20.28cleverdraLogin as root.  cd to /home/root/Documents/application; mkdir ipkg; upload ipkgs there -- you've no filebrowser, so you may have to go through Qtopia-Documents or hardcoded-Add/Remove-Programs-paths to get your first ipkgs.
07:20.49Strykerok, gotcha
07:21.00Strykerwolf: Yup
07:21.19cleverdraThe default 5500 setup is silly.  The 5000D comes with filebrowser and console.
07:21.33Wolf-I just flashed to OZ :D
07:21.44cleverdraWolf - welcome to the club =)  I flashed yesterday.
07:21.56cleverdraOZ is *so* much better.  It's what I should have expected.
07:22.02Wolf-just as in thats all I did :P
07:22.19Wolf-I'v been running OZ ever since 3.2 was released
07:22.25cleverdraWolf - ah =)
07:23.03Wolf-WolfZ is my Zaurus
07:23.20WolfZ*wave*
07:23.30yeiazelOH !
07:23.36yeiazelyour Zaurus speaks !!!
07:23.45yeiazelat least, it waves :)
07:24.00WolfZlol
07:24.18WolfZOZ needs IPv6 support
07:24.55WolfZand I need to reinstall my compilers and BX :>
07:27.06DaWormive been using OZ sine 3
07:27.08DaWormhehe
07:27.09DaWorm:D
07:27.11Wolf-nice to see freenode has v6 servers :D
07:27.43Wolf-cool, I bought my Z just before OZ3.2 came out, and heard about the release from a friend of mine, so I switched
07:28.32yeiazelWolf-: BX NNNN
07:28.35yeiazelWolf-: BX ????
07:28.41yeiazelbeuah
07:28.41yeiazelugly
07:28.41yeiazel:)
07:29.05Wolf-bx+cypress is good
07:29.25Wolf-I don't like change, so I stick with the old stuff :)
07:29.47yeiazelcypress ?
07:30.50Wolf-ya little script add-on makes it look all pritty and gives it all the features it was missing
07:31.02yeiazeloh
07:31.19yeiazelit's like a hack to make it look and feel like irssi ?
07:31.21Wolf-anyway BX does IPv6 so I like it :)
07:31.44Wolf-I guess, never tried irssi cept to check the binary on my system and make sure it works
07:32.06yeiazeljust because you don't wanna change for irssi, you're using two crappy things ;)
07:33.09Wolf-in your opinion
07:33.54Wolf-recently i have been playing in xchat, but yes I like BX+cyp just becase I know it well
07:39.32yeiazelI don't like xchat
07:39.54yeiazeloh
07:39.58yeiazel:(
07:40.11*** join/#zaurus Wolf- (unknown@daforest.org)
07:49.54Strykerok, so the 5500 has 32 ROM and 32 RAM, which OZ zImage would I use, 32 or 64?
07:50.39Strykernever mind
07:50.42Strykerheh
07:51.04yeiazelthe 5500 has 64 RAM
07:51.07*** join/#zaurus djr|z_ (chq@c-24-126-104-15.we.client2.attbi.com)
07:56.21Strykermnt/cf is compact flash, /mnt/card is SD ?
07:56.37yeiazelyes
08:14.24*** join/#zaurus red_one (red_one@249.f.012.mel.iprimus.net.au)
08:14.38red_oneIS there a more "Palm"-central channel around?
08:15.07Wolf-gasp
08:15.11Wolf-he said the P word
08:15.13Wolf-:P
08:15.17red_one:P
08:15.54red_oneI'm looking at buying a IIIxe , and am looking for anything I should be aware of before I buy
08:15.59*** join/#zaurus Wintre (mike@pavonis.waspfactory.org)
08:21.00Wolf-red_one: but you went away
08:21.54yeiazelPalm sucks
08:23.05*** join/#zaurus crusher (~stefan@microweb.xs4all.nl)
08:28.08Wolf-yes it does
08:40.02red_oneyes well, it may suck, but the old ones are cheap
08:43.46*** join/#zaurus mspencer[away] (spam@michael.mspencer.net)
08:48.57yeiazelred_one: old zauruses are cheap too
08:54.45*** join/#zaurus galvatr0n (galvatr0n@public1-lanc1-3-cust192.brig.broadband.ntl.com)
09:01.25galvatr0ncan someone help me i want to setup Internet Connection Sharing on XP so i can use the internet on my Zaurus through my usb cradle
09:06.22*** part/#zaurus red_one (red_one@249.f.012.mel.iprimus.net.au)
09:07.44*** join/#zaurus BleedingE (whocares@saus04.usc.es)
09:08.38*** join/#zaurus Wolf- (unknown@daforest.org)
09:37.12StrykerHmm... I logged out of OZ now I can't seem to power on
09:47.05*** join/#zaurus red_one (red_one@249.f.012.mel.iprimus.net.au)
09:50.01*** join/#zaurus Socket (~Socket@h24-207-35-133.dlt.dccnet.com)
09:50.20Socketcool
09:50.44Strykertest
09:51.06*** part/#zaurus Socket (~Socket@h24-207-35-133.dlt.dccnet.com)
09:51.38*** join/#zaurus Socket (~Socket@h24-207-35-133.dlt.dccnet.com)
10:00.33*** join/#zaurus Socket (~Socket@h24-207-35-133.dlt.dccnet.com)
10:02.12*** join/#zaurus Wintre (mike@pavonis.waspfactory.org)
10:06.29*** join/#zaurus Ayla (Ayla@cp291582-a.venra1.lb.home.nl)
10:06.37AylaWolf-, you here?
10:06.44Wolf-yes
10:06.48Wolf-tell them to +v me lol
10:09.51*** join/#zaurus SuKoSh| (~sukoshi@dyn-81-166-45-32.ppp.tiscali.fr)
10:10.59*** part/#zaurus Ayla (Ayla@cp291582-a.venra1.lb.home.nl)
10:31.08*** join/#zaurus kurre (~kurre@ncircle.nullnet.fi)
10:37.27subduegah. finally beat level 15 in strategic assault. I swear, that level was made so you couldn't beat it
10:39.58TwiunI'd never accuse NeoTron of being sadistic, honest :)
10:40.23DaWormduh i can't even get past stage 7
10:40.30DaWormand even msr is quite difficult
10:43.02*** join/#zaurus ljp_laptop (~ljp@tq0220.peakpeak.com)
10:44.41subduebelieve me, level 15 is almost impossible
10:45.20subduethe enemy has all factories, a wall, 2 supply domes inside the wall, and a ton of vehicles of all types
10:45.42subdueyou on the other hand have nothing, except enough to build a few things
10:45.58subduesay, 1 heavy factory and 5 helicopters
10:46.15subduethe ai sends stuff to all the other supply domes
10:46.20subdueconstantly
10:46.28subduepretty tough if you ask me
10:56.38*** join/#zaurus pHluid (~phluid@rdu57-208-100.nc.rr.com)
10:57.33*** join/#zaurus music2 (~moranb@137.37.dhcp.lse.ac.uk)
10:57.59music2does anyone know about fonts, pdfs, etc?
10:58.14music2i'm trying to read scientific papers in QPdf but it removes all the greek symbols
10:58.20music2making equations tricky to follow ...
10:58.38music2Also every time the letters "fi" appear together, they vanish
10:59.42music2"Ligatures", that's it
11:02.34ljp_laptophmm
11:02.50ljp_laptophave you asked on the zaurus web forums?
11:03.02ljp_laptopoh, qpdf.. hmm
11:08.20*** join/#zaurus raster (~raster@CPE-203-51-16-108.nsw.bigpond.net.au)
11:14.55*** join/#zaurus `Leaves (~Leaves@CPE0040f44a40c4-CM.cpe.net.cable.rogers.com)
11:44.36*** part/#zaurus red_one (red_one@249.f.012.mel.iprimus.net.au)
11:49.51*** join/#zaurus duplexer_lap (~GMF@220.94.77.89)
11:50.08*** part/#zaurus music2 (~moranb@137.37.dhcp.lse.ac.uk)
11:53.29*** join/#zaurus mithro (~tim@dsl1-83.gw1.adl1.airnet.com.au)
12:12.25*** join/#zaurus MegaHz (~megahz@adslbl-164-86.cytanet.com.cy)
12:12.29*** part/#zaurus MegaHz (~megahz@adslbl-164-86.cytanet.com.cy)
12:46.38*** join/#zaurus PorkySpine (~PorkySpin@213.58.33.50)
12:57.37chouimatmorning
13:21.14*** join/#zaurus pHluid (~phluid@rrcs-midsouth-24-172-97-221.biz.rr.com)
13:21.54wijnandhi pHluid
13:24.11*** join/#zaurus `Leaves (~Leaves@l-031-187.sheridanc.on.ca)
13:27.00*** join/#zaurus Wintre (mike@pavonis.waspfactory.org)
13:50.49*** join/#zaurus TimRiker (~timr@proxyle02.ext.ti.com)
13:51.15*** mode/#zaurus [+o TimRiker] by ChanServ
13:57.01*** join/#zaurus codehog (~sarnold@arnolds.dhs.org)
14:13.14wijnandis the sharp 3.10 rom supposed to say `version 2.78 booting'?
14:13.24dougheckalol
14:13.52wijnandheh watch it :P
14:39.17dougheckahey kergoth
14:39.42kergothhey
14:41.59*** join/#zaurus mark_ (~mark@s.westcott.freeuk.com)
14:54.51*** join/#zaurus lon (~lhh@nat-pool-bos.redhat.com)
15:32.45*** join/#zaurus phoen][x (~phoenix@pD900BF25.dip.t-dialin.net)
15:36.25*** join/#zaurus paq_ (~paq@202.155.9.188)
15:50.42*** join/#zaurus warmi (~a3c01502@dsl092-131-081.chi1.dsl.speakeasy.net)
15:51.10warmihi
15:54.45tux_mikehey warmi
15:59.19warmiheh
16:02.44NeoTronhmm
16:02.58markhi warmi, NeoTron, tux_mike
16:03.16tux_mikehey mark
16:03.24kergothhey warmi, mark
16:03.33markhi kergoth
16:03.42NeoTronand bye for now
16:05.49*** join/#zaurus m_0f (~m0f73@vsat-148-63-111-199.c002.t7.mrt.starband.net)
16:22.39*** join/#zaurus oGMo (~rpav@216.190.2.37)
16:27.47*** join/#zaurus nerdboy_ (~sarnold@arnolds.dhs.org)
16:28.08*** join/#zaurus nerdboy_ (~sarnold@arnolds.dhs.org)
16:54.18*** join/#zaurus Novas007 (~Bond@adsl-64-161-201-147.dsl.snfc21.pacbell.net)
17:01.40*** join/#zaurus crusher (~stefan@microweb.xs4all.nl)
17:04.18*** join/#zaurus multik (~multik@ppp83.dial.ip-tel.ru)
17:04.40multikhi ppl all ;-)
17:04.48multikdoes anybody have C700?
17:06.34multikI just need a "smart" solution with small letters in captition after "englishzation". I think, that ln -s hel* not so good ;-)
17:07.45cyncaptition?
17:07.54kergothenglishzation?
17:07.57multikNow I suggest, that Qtopia use for caption "fixed" font and size of them is not engouth ;-)
17:08.09cynoh captioning
17:08.17cynkergoth: changing locales
17:08.22kergothah
17:08.25multik;-) oops. its russian jargon sorry ;-)
17:09.15cynso yer trying to get better fonts under sharprom?
17:09.27multikyes.
17:09.39cynlemme see what's in my fontdir
17:10.02multiki change Language to zh_TW. and i thinks, that kill small helvetica fonts is not good solution
17:10.57cynzh_TW is still an eastern language, not english, no?
17:11.05cyn'far eastern' soz heh
17:11.39multikcyn. sure. but now it easet way to look some english letters on screen just after reset.
17:13.15*** join/#zaurus Solar[X] (unices@195-241-12-117-mx.xdsl.tiscali.nl)
17:14.03cynI'm confused, what's wrong with setting Language = en?
17:14.24multikcyn. Let me try it ;-)
17:15.10cynya can do that then get a font that has the asian fonts if you still want them to show for the few places they'll still pop up
17:15.23cyncouple howto's off externe.net's forums
17:18.17*** join/#zaurus MacGyver (~MacGyver@218-170-184-84.HINET-IP.hinet.net)
17:18.30cyndiff: command not found
17:19.57*** join/#zaurus Novas007 (~Bond@adsl-64-161-201-147.dsl.snfc21.pacbell.net)
17:20.34MacGyverkergoth
17:20.36MacGyverkergoth
17:20.44multikHmm. Much better. Cool. But font in menus still very small ;-)
17:20.54MacGyver@@
17:20.59MacGyverc700 OZ
17:21.01MacGyverc700 OZ ?
17:21.11multikMacGyver - sure. ;-)
17:21.20MacGyverwhere ?
17:21.28cynmultik: make sure 'use thick fonts' is checked under settings->appearance
17:21.43cynMacGyver: http://www.openzaurus.org/official/experimental/c700/
17:22.03cynya want newer, gank buildroot :P
17:22.06MacGyver26-Apr-2003 08:49  12.4M ?
17:22.09multikI just write small howto for dummers. now part "how to switch this cool device to english". ;-)
17:22.12MacGyverno new version ?
17:22.32cynmultik: check externe.net - it has some links to some good forums, might give you some more hints
17:22.38cynmultik: also some links to larger fonts iirc
17:22.39kergothMacGyver: I havent had time to work on it, due to the move
17:22.43multikcyn - already ;-)
17:24.49*** join/#zaurus Twiun[away] (~twiun@adorphuye.com)
17:27.47lonHmm, anyone notice that switching to month-view in the calendar app on the 3.10 ROM causes it to, well, 'splode?
17:29.20*** join/#zaurus qfh (~qfh@pD9E897CB.dip.t-dialin.net)
17:31.05pHluidexploding calendars make baby jesus cry ;[
17:31.57multikWow. My application for qfb compiled by gcc32 without errors ;-). Nice.
17:35.34multikqvfb even
17:37.17*** join/#zaurus Novas007 (~Bond@adsl-64-161-201-147.dsl.snfc21.pacbell.net)
17:43.25*** join/#zaurus cyn_ (~cyn@adsl-210-64-185.mem.bellsouth.net)
17:50.50tux_mikethere.  i now have a battery on order for my laptop
17:51.35multikbtw, does anybody compare benchmarks of Intel PXA250 with Intel Pentum? i.e. StrongArm 206Mgz ~ Intel Pentium 90Mhz, PXA 400Mgz ~ Intel Pentium ?? Mhz
17:52.20warmiwell, niether of PXA/ARM CPUs will even come close to Pentiums
17:53.07multikwarmi - why? ;-)
17:54.56multiklook at old PCs - system bus 50Mgz, cloack 100. In C760 - sustem bus at 200Mgz, processor at 400Mgz. Yes, they have a different architecture (RISC/CISC) ... but benchmarks must be close each other.
17:55.10multiks/cloack/clock/ ;-)
18:01.21*** part/#zaurus Wolf- (unknown@daforest.org)
18:02.43*** join/#zaurus treke|laptop (~ggilbert@12.107.12.130)
18:04.46warmimultik: Pentiums are faster because of internal design
18:05.05warmithey have I believe more internal pipeplines etc
18:05.12warminot to mention lack of FPU unit
18:05.19warmiin XScale/Arm devices
18:05.35warmianyway .. I am out
18:07.04*** join/#zaurus qfh (~qfh@pD9E897CB.dip.t-dialin.net)
18:16.45*** join/#zaurus phoen][x (~phoenix@p3E9C155D.dip.t-dialin.net)
18:17.20*** join/#zaurus oGMo (~rpav@216.190.2.37)
18:21.59*** join/#zaurus TimRiker (~timr@proxyle01.ext.ti.com)
18:22.00*** mode/#zaurus [+o TimRiker] by ChanServ
18:26.50*** join/#zaurus mrwoody (paolo@200-pool1.ras14.nynyc-t.alerondial.net)
18:31.45*** join/#zaurus `Leaves (~Leaves@CPE0040f44a40c4-CM.cpe.net.cable.rogers.com)
18:38.39multikhmmm. I found next stupid problem. After changing "Language" to "en" i have in text editor only "squares" except letters when i use screen keyboard (i just try to tap "hello"). if i use normal keyboard - all ok. i miss something? ;-)
18:40.04multikwith locale "zh_TW" all ok.
18:43.17*** join/#zaurus cor (~username@h68-146-120-98.cg.shawcable.net)
18:45.30multikok. forget it ;-). buy all
18:48.22*** join/#zaurus pHluid- (~phluid@rdu57-208-100.nc.rr.com)
19:02.57*** join/#zaurus `Leaves (~Leaves@CPE0040f44a40c4-CM.cpe.net.cable.rogers.com)
19:13.50*** join/#zaurus TeaX (~tx@ppp-105-173.27-151.libero.it)
19:14.26*** join/#zaurus treke|laptop (~ggilbert@12.107.12.130)
19:14.46TeaXcan anyone test my app?
19:17.46*** join/#zaurus treke|laptop (~ggilbert@12.107.12.130)
19:22.50*** join/#zaurus galvatr0n (galvatr0n@public1-lanc1-3-cust192.brig.broadband.ntl.com)
19:25.02galvatr0ncan someone please help me or know of a tutorial, i have a 5600 running qtopia and want to share my XP broadband connection on it via the Z usb cradle
19:25.51galvatr0ndoes anyone know if u can share an internet connection with vnc ???
19:26.09*** join/#zaurus treke|la1top (~ggilbert@12.107.12.130)
19:26.14galvatr0nor connect via usb cradle via vnc
19:27.40*** join/#zaurus flipdesk (~flip@ip68-2-120-183.ph.ph.cox.net)
19:36.50galvatr0nhas anyone managed to accsess the internet through the zaurus usb cradle ????????????
19:38.57galvatr0nhoe can i change the permissions so i can create a new folder or move files to the home dir on my Z using a file manager ????
19:39.17oGMoplease refrain from using more than one question mark per question
19:39.20oGMothere's a shortage right now
19:40.09*** join/#zaurus PorkySpine (~PorkySpin@213.58.33.253)
19:40.59oGMogalvatr0n: what ROM and OS are you using?
19:41.11oGMoif you upgrade to sharp 3.10, you can basically just do that
19:41.15oGMogiven you're using windows
19:41.27oGMowith linux it's slightly more annoying, but not that much
19:43.21mrwoodyoGMo: do u know if 3.10 for SL5000 has been released?
19:43.29oGMo5000? no clue
19:43.30galvatr0nim using Qtopia v1.5.4 and linux kernel v2.4.18-rmk7-pxa3-embedix compiled by:sharp rom v1.00 on a SL-5600, is there anything i need to update ?
19:43.35oGMoi think there was like an update or something
19:43.37oGMobut i dunno
19:43.59galvatr0nand im using winXP
19:44.10oGMooh, a 5600
19:44.22oGMoi thought those were the same as the 3.10 stuff
19:44.36mrwoody?
19:44.50oGMoi dunno, someone else must
19:46.01galvatr0nwhich kernel is newer 2.4.18 or 2.4.6
19:46.46Solar[X].18
19:47.03Solar[X]There's no secret method of counting, a bigger number just means it's newer :)
19:47.58*** join/#zaurus NetAmp (~netamp@cp234746-a.tilbu1.nb.home.nl)
19:48.18galvatr0nok i thought there may be a possibility that the second number was the revision number so its v2.4.1 rev8
19:48.52galvatr0nis there any updates for the 5600 also should i stay with qtopia
19:49.30Solar[X]OpenZaurus is worth a try :)
19:50.05galvatr0nwhich would u say is better
19:50.12*** join/#zaurus Martyn (martinb@ts6-040.dialup.ucsc.edu)
19:50.47Solar[X]Well I prefer OpenZaurus.
19:50.54NetAmpOZ kicks ass :P
19:50.57Solar[X]Opie has a better feel if you ask me.
19:51.00mrwoodywith kernel 2.4.6! ;-)
19:51.07galvatr0nalso can someone please help me get my 5600 connected to the internet via usb cradle and XP
19:51.07Solar[X]But I guess you could install Opie on the ROM.
19:51.31mrwoodySolar[X]: you can install oz on the rom and boot from there
19:52.15Solar[X]That's not what I meant... I meant installing Opie as in the GUI on top of the Sharp rom.
19:52.28MartynThe only complaint I have about openZaurus is that the GUI widgets take up too much screen real estate
19:52.34kergothSolar[X]: what would you gain?
19:52.42kergothMartyn: they take up the same space as in qtopia
19:53.04kergothand OZ doesnt suppor the 5600 yet
19:53.04Solar[X]Hancom apps maybe? It's not like I was planning to do it :)
19:53.12Solar[X]But on the other hand... what would I lose?
19:53.14Solar[X]:)
19:53.19kergothyou'd lose writable rootfs
19:53.25kergoth<PROTECTED>
19:53.30TeaXcan anyone test my app (tximage)?
19:53.30kergothyou'd gain ugly symlink madness
19:54.06galvatr0nhas anyone got the Sun PP working on the Z ?
19:55.53mrwoodygalvatr0n: Sun pp?
19:56.10galvatr0nSun Personal Profile JVM (cvm)
19:56.24galvatr0nim a java software developer
19:57.03NetAmpkergoth: how's life? like the new job?
19:57.11galvatr0nthats why i want to connect my Z to xp via usb to i can test my java SSLsever/client remote admin prog
19:57.28kergothNetAmp: yup, job is great. not being in tech support is wonderful :)
19:57.32NetAmphahaha
19:57.42NetAmpno more REALLY ANOYING customers calling :P
19:58.09kergothyup
19:58.37galvatr0nim having problems with sunPP cause i dont know where the classpath variable is in qtopia so jeode is default
19:58.42NetAmpIsn't Opie Player 2 supposed to play MPEG(1)?
19:58.59NetAmpI only get sound on an MPEG movie recorded with my Sony digital still camera
19:59.15NetAmpmplayer does show the video, but no sound :P
19:59.24NetAmphah I could run them at the same time ;-)
19:59.49galvatr0nalso dont suppose anyone has got that zaurus digital video camera software ive been reading about?
20:00.20NetAmpgalvatr0n: that comes witht the cam..
20:00.45galvatr0ni got the camera soft but i read that there is video cam soft
20:00.54galvatr0nu can save avi's
20:01.16*** join/#zaurus fusion94 (~fusion94@adsl-64-171-167-106.dsl.snfc21.pacbell.net)
20:01.20kergothhey fusion94
20:01.32fusion94kergoth: afternoon
20:01.50NetAmpgalvatr0n: capture motion with that CF cam? hm fun
20:01.59cyn_galvatr0n: might be a different/newer camera
20:02.41kergothafaik opie-camera may be able to do that
20:02.45kergothmickeyl was working on it
20:04.23galvatr0nits called MORE video camera software
20:16.15galvatr0nhttp://www.sharp-world.com/corporate/news/010822.html
20:16.41galvatr0nCE-AG06 Digital Camera Card
20:16.41galvatr0nSuggested retail price: 24,000 (not including tax)
20:16.41galvatr0nNote: Requires "Video Camera MORE Software" (sold separately) to shoot video movies
20:17.20Solar[X]How much is that in USD?
20:18.01kergothgalvatr0n: again, i believe opie-camera may be able to do that, and its free
20:18.23*** join/#zaurus gretchen (gretchen@66.231.112.80)
20:20.09NetAmphmm
20:20.30NetAmpmy Package Manager still looks for hancomsheet.postinst :S
20:20.33galvatr0nopie-camera doesnt run on Qtopia
20:21.21*** join/#zaurus phoen][x (~phoenix@p3E9C155D.dip.t-dialin.net)
20:21.39NetAmpHancom Sheet is installed... but I don't understand why AQPkg tries to find the .postinst when I install (for example) the Aliens game
20:22.47`Leaveshmmmm.. I have the Sharp cam
20:32.47*** join/#zaurus TimRiker (~timr@proxyle02.ext.ti.com)
20:32.48*** mode/#zaurus [+o TimRiker] by ChanServ
20:37.36*** join/#zaurus Cooke (proxy@host217-35-85-154.in-addr.btopenworld.com)
20:42.00TeaXcan anyone test my app please ?
20:42.34TeaXit's an image viewer
20:42.38TeaXplease
20:45.59phoen][xhmm
20:46.01phoen][xurl?
20:48.53Solar[X]I'll test it if it can display .png :0
20:50.11TeaXhttp://teax.sourceforge.net/tximage_0.1.1_arm.ipk
20:50.24TeaXyes it can display png
20:50.39Solar[X]Ahh nice.
20:50.44Solar[X]It'd better be good :)
21:00.03NetAmpl8r
21:00.05*** part/#zaurus NetAmp (~netamp@cp234746-a.tilbu1.nb.home.nl)
21:03.53*** join/#zaurus pHluid (~phluid@rdu57-208-100.nc.rr.com)
21:06.18*** join/#zaurus galvatr0n (galvatr0n@public1-lanc1-3-cust192.brig.broadband.ntl.com)
21:08.40galvatr0nhow can i change the file permissions or give myself root access or su(SuperUser)privileges in Qtopia so i can create files in the home and root directories using a file manager
21:08.49kergothsu
21:09.22galvatr0ni know how to do it in the consol but i wanted to use a visual file manager
21:09.41kergothso?
21:09.41kergothsu
21:09.44kergoththen run the file manager
21:09.46kergothfrom the prompt
21:09.51kergothor
21:09.55kergothtap + hold on its icon
21:10.01kergoththere should be a checkbox for run as root
21:10.22galvatr0noh cool thanks man
21:10.33galvatr0n:)
21:10.42kergothnp
21:11.03galvatr0ndont suppose u know where the CLASSPATH information is stored do u ?
21:11.09kergothfraid not
21:11.32galvatr0nalso is there a better file manager for qtopia other than the standard one
21:11.43kergothget advancedfm from poie
21:11.45kergothopie
21:11.48kergothgo to ZSI
21:11.51kergothkillefiz.de/zaursu
21:11.53kergothzaurus
21:12.22galvatr0nand 1 last question how do i get a network connection establish between my Z and winXP via USB cradle
21:12.48galvatr0nopie.ipk cant be seen and install on qtopia
21:12.53*** join/#zaurus djk (~djk@ool-44c14684.dyn.optonline.net)
21:15.16kergoths/opie/oz/
21:15.28kergoththere are sharp ipk format ipks of opie packages
21:15.35kergothi think some of them were on myzaurus.com
21:15.39kergoththough i dont know how old they are
21:16.50galvatr0ni just want one like advancedFM for qtopia
21:17.19kergothuh, i dont think you get it
21:17.25kergothyou can run Opie applications in qtopia just fine
21:17.30kergothits the IPK thats a different format
21:21.03galvatr0ncan i convert the ipk somehow
21:21.21kergothar x new.ipk
21:21.45kergoththen tar it back up
21:21.54kergothtar -czvf old.ipk ./data.tar.gz ./control.tar.gz
21:22.32galvatr0nim guessing x is the orig.ipk
21:23.00galvatr0nwhy do i need to tar it back up if it makes a new ipk file
21:23.13galvatr0ncant i just install new.ipk
21:25.27*** join/#zaurus sig (~sig@24-119-4-77.cpe.cableone.net)
21:27.21kergothuh
21:27.27kergothoh my fucking lord
21:27.33kergothnew.ipk = NEW FORMAT IPK FILE
21:27.35kergothnot a new ipk
21:27.38kergothheh
21:27.41oGMohaha
21:40.34Cookewhere can I get gcc for my z?
21:45.01*** join/#zaurus mutexer (~spock@adsl-82-173-58.mem.bellsouth.net)
21:45.58markkergoth: doing any work yet?
21:46.11kergothmark: yep
21:46.23markkergoth: cool.
21:46.53markkergoth: there is no public info about the TI device yet is there?
21:47.32kergothmark: fraid nto
21:51.53cyn_so it's a DEVICE
21:52.39markkergoth: ok
21:55.28*** join/#zaurus mewyn (~mewyn@dsl081-228-057.chi1.dsl.speakeasy.net)
21:56.56*** join/#zaurus mewyn (~mewyn@dsl081-228-057.chi1.dsl.speakeasy.net)
21:59.06galvatr0ntar x .ipk doesnt seem to do much just hangs when trying to extract opie.ipk on Qtopia
21:59.22kergothwhat?
21:59.27kergothan opie ipk isnt a tar
21:59.32kergothi told you, its ar x .ipk
21:59.33kergothAR
21:59.34kergothnot tar
21:59.45TheMasterMind1arnottar
22:00.00galvatr0nok i thought it was a typo cause ar = command not found
22:00.10kergothso your zaurus doesnt have ar.
22:00.15kergothdont have a linux desktop i take it?
22:00.23galvatr0nnope
22:00.32kergothso use the skiffcluster
22:00.34kergothibot: skiffcluster
22:00.35[skiffcluster] at http://handhelds.org/projects/skiffcluster.html
22:01.25cyn_that's badass
22:02.09cyn_how do they have 40gig hds on ipaqs
22:02.24cyn_pcmcia fanciness?
22:02.34kergothor bigass nfs mounts?
22:03.01cyn_ah yes possible
22:03.11cyn_<and likely more cost eff.>
22:05.13galvatr0nwhere can i get AR man
22:05.36kergothgoogle is your friend
22:05.43kergothand i just pointed you to a way to get to a machine that has ar
22:05.52galvatr0nwhats the name oh the prog im looking for
22:06.01kergothar
22:06.08kergothhow many fucking times do you need to be told?
22:06.33galvatr0nthought maybe it might have a name like archiver
22:06.48kergoththis is a unix command
22:06.52kergothits 'name' is irrelevent
22:11.43oGMosome days, you just wish that IPs were lat/lon based, and you had a personal orbital strike platform
22:11.55kergothno kidding
22:12.03TheMasterMind1i do.. wanna see?
22:12.41oGMowoohoo, you wiped out redmond!
22:12.43oGMo;)
22:15.18*** join/#zaurus techniq (~chatzilla@rdu57-66-094.nc.rr.com)
22:18.46galvatr0ndoes anyone know where i can get AR from
22:18.59kergothgalvatr0n: how many times should i tell you?
22:19.58*** join/#zaurus br33zy (~br33zy@dt0f7n86.san.rr.com)
22:21.12*** join/#zaurus huhnl (~huhnl@dhcp3.dkstat.com)
22:22.41*** join/#zaurus Novas007 (~Bond@adsl-64-161-201-147.dsl.snfc21.pacbell.net)
22:22.59techniqdoes anyone know if the SL-C750/760 will be made available to the US market?
22:23.29kergoths/when/if/
22:23.37*** join/#zaurus PorkySpine (~PorkySpin@213.58.33.98)
22:24.38*** join/#zaurus bipolar (~bflong@00045ADBD3EC.msns.flt.ptd.net)
22:24.43techniqahh, was kinda afraid of that
22:29.33*** join/#zaurus collord (~collord@dt.collord.net)
22:44.15*** join/#zaurus treke|laptop (~ggilbert@12.107.12.130)
22:47.49*** join/#zaurus galvatr0n (galvatr0n@public1-lanc1-3-cust192.brig.broadband.ntl.com)
22:48.32galvatr0ncan someone please tell me where to get AR from or can someone send it to me please
22:56.05*** join/#zaurus mrwoody (paolo@230-pool1.ras14.nynyc-t.alerondial.net)
23:01.50*** join/#zaurus erik1 (~erik@cc341200-a.assen1.dr.home.nl)
23:02.09galvatr0nwhere is ar on 5600
23:02.22kergothit isnt on your 5600
23:02.25kergothi told you that already
23:02.31kergothibot: skiffcluster
23:02.31hmm... skiffcluster is at http://handhelds.org/projects/skiffcluster.html
23:02.43kergothgalvatr0n: those are arm linux machines you can freely access, that have ar on them.
23:02.46kergothgalvatr0n: use them.
23:02.49galvatr0ncan u just send it to me please man
23:02.54erik1is there anybody who has tksradio on his/her zaurus
23:02.58kergothgalvatr0n: no.
23:03.01erik1is there anybody who has tksradio on his/her zaurus
23:03.02kergothgalvatr0n: your laziness is not my problem.
23:03.07kergotherik1: we heard you the first time
23:03.08galvatr0noh ok i see
23:03.09erik1is there anybody who has tkcradio on his/her zaurus
23:03.11*** join/#zaurus m_0f (~m0f73@vsat-148-63-111-199.c002.t7.mrt.starband.net)
23:03.13*** kick/#zaurus [erik1!~kergoth@dsl081-228-056.chi1.dsl.speakeasy.net] by kergoth (kergoth)
23:03.25galvatr0nso i want to look in /usr/bin
23:04.01doughecka<PROTECTED>
23:04.14galvatr0ni had no idea what skiffcluster was and couldnt find ar to download in google just found where its stored on 5000 and 5500
23:06.30*** join/#zaurus erik1 (~erik@cc341200-a.assen1.dr.home.nl)
23:07.13erik1kergoth: yes, i just found out the blessings of irc
23:07.33erik1Why am i kicked of this channel?
23:07.41dougheckawhats he blabing about?
23:07.44*** join/#zaurus ljp_laptop (~ljp@tz0185.peakpeak.com)
23:08.26galvatr0nkergoth: man i still cant find it i only got my zaurus 2days ago and dont know much about it
23:08.53erik1Do you want some advice about usefull applciations?
23:11.07kergotherik1: because you asked your question 3 times in a row
23:11.23kergotherik1: repetition isnt going to help you any.
23:12.42erik1I just make a stupid mistake in the spelling that i correct. It wasn't three times but two times. Why the hostile approach of someone who visit this channel for the first time?
23:13.46yeiazelerik1: repeating is annying
23:13.56yeiazeleven if it was for correcting a mistake
23:14.09galvatr0nkergoth: i cant find shit about ar on skiffcluster
23:14.23erik1The message is clear, I want correct my misspelling again.
23:14.58Solar[X]Sounds like someone could use a sed course :)
23:14.59dougheckagalvatr0n: ur blind :/ I have used it alot
23:16.22galvatr0ndoughecka: i have 5600 = no ar
23:17.58dougheckayea
23:21.28*** join/#zaurus cleverdra (nailuj@ACC343A4.ipt.aol.com)
23:22.18erik1Solar: what is a sed course
23:22.45galvatr0nive looked in http://cvs.handhelds.org/cgi-bin/viewcvs.cgi/opie/root/usr/bin/ and still no ar
23:23.02TheMasterMind1galvatr0n: ITS A PART OF BUSYBOX
23:25.07erik1If you need ar, it's part of any standard linux distribution. You can copy the result of this ar-action to your zaurus using the sync sofftware or using rsync.
23:25.52*** join/#zaurus SP-home (~sirpsycho@adsl-64-219-223-35.dsl.hstntx.swbell.net)
23:25.54*** join/#zaurus _fishy (~fishy@b884ce897fe9.ssl.walledcity.de)
23:27.22TheMasterMind1erik1: heh, unfortunately i386 binaries dont' run on ARM
23:27.54erik1It's not to run on your zaurus, You can unar a file and copy the resulat to your zaurus.
23:28.03erik1You need a linux box
23:28.22TheMasterMind1right, that works
23:28.57cleverdraYou can also get ar for a Zaurus, surely.  Or you can find someone to host an ar-server.  Or get an ar for whatever machine you have available.
23:29.24subduehas anyone installed vlc?
23:29.30subdueon the sharp rom?
23:29.41subduelibffmpeg seems to not install
23:30.26*** join/#zaurus NeoTron (~neotron@12-206-70-34.client.attbi.com)
23:30.26*** join/#zaurus nerdboy_ (~sarnold@arnolds.dhs.org) [NETSPLIT VICTIM]
23:30.26*** join/#zaurus lon (~lhh@nat-pool-bos.redhat.com) [NETSPLIT VICTIM]
23:30.26*** join/#zaurus codehog (~sarnold@arnolds.dhs.org) [NETSPLIT VICTIM]
23:30.26*** join/#zaurus Stryker (~chatzilla@h24-207-35-133.dlt.dccnet.com) [NETSPLIT VICTIM]
23:30.26*** join/#zaurus CdtDelta (~CdtDelta@dsl081-225-161.chi1.dsl.speakeasy.net) [NETSPLIT VICTIM]
23:30.26*** join/#zaurus chouimat|away (~dieu@modemcable120.184-130-66.que.mc.videotron.ca)
23:30.26*** join/#zaurus hardwire (~hardwire@12-252-5-124.client.attbi.com)
23:30.26*** join/#zaurus bugfixer (~bugfixer@42gis175.gulftel.com)
23:30.26*** join/#zaurus SirPsycho-work (~SirPsycho@209-36-182-96.apachecorp.com) [NETSPLIT VICTIM]
23:30.26*** mode/#zaurus [+o NeoTron] by asimov.freenode.net
23:31.30dougheckahey NeoTron, giving away games for free today?
23:32.51erik1does anybody has a cf gprs card working on a zaurus?
23:33.13dougheckalookup sharpmobility
23:33.31erik1is that a site/
23:33.42dougheckasorta
23:33.47galvatr0ndoughecka: do u know where i can find ar plese man
23:34.12dougheckawhats ar?
23:34.38cleverdragalv - "you", and try debian-arm
23:35.54erik1I googled sharpmobility without any result
23:36.25dougheckathe website is broken I believe
23:36.35erik1I will google ar and let you konw in a minute
23:37.08galvatr0ncool thanks erik1
23:37.12galvatr0n:)
23:37.33*** join/#zaurus nullpuppy (~dustin@12-228-206-82.client.attbi.com)
23:38.50*** part/#zaurus collord (~collord@dt.collord.net)
23:38.51subduehmm...neo's new site seems slower
23:39.04*** join/#zaurus ChanServ (ChanServ@services.)
23:39.04*** mode/#zaurus [+o ChanServ] by asimov.freenode.net
23:39.04*** mode/#zaurus [-o kergoth`bbl] by ChanServ
23:40.03galvatr0nwhats is the address for neo's site?
23:40.03subdueI wonder if I should buy the expansion pack?
23:40.11subdueeongames.com
23:41.18nullpuppyany of you run gentoo and do zaurus development/
23:43.31cleverdranull - probably.  What's your real question?
23:44.21nullpuppycleverdra: just wondering if there was an easy way to setup gcc as a cross compiler....
23:44.59erik1I've googled ar and checked the zaurus software index. I didn't find ar. This is a very interesting site for those who wants to use their zaurus in a usefull way http://humphrey.applitec.com/zaurus/zstuff/ConsolApps/
23:45.08subdueNeoTron: if you have a chance, I wouldn't mind seeing some screenshots of the forestfire expansion pack
23:46.20cleverdranull - there are a number of web pages dedicated to that, but I don't know of any offhand.  You might want to take a look at the distcc and zgcc packages for the Z, though the latter has less to do with cross-compilation.
23:46.29erik1I have lync, a character based webbrowser, running on my zaurus and i want to pipe the output to flite16, a speech synthesizer. Until now i didn't succeed. does anybody has a suggestion so i can let the zaurus read me the headlines?
23:46.45nullpuppycleverdra: ok
23:46.56cleverdraerik - use wget instead.
23:46.57erik1It's not lync but lynx
23:47.45cleverdraerik - also, lynx has an argument that'll let it emit processed text.  Also, you probably really want to write a real program to scan the websites in question.
23:47.53erik1But with wget i got all the html stuff that goes into flite16k and will be read out loud
23:48.17erik1I just need the flat text
23:48.53*** join/#zaurus mewyn (~mike@dsl081-228-057.chi1.dsl.speakeasy.net)
23:49.37erik1Flite16k and the frondend spoken are real zaurus hits that can be uused to impress everybody.
23:49.41*** join/#zaurus Angela (angie@adsl-68-78-134-49.dsl.emhril.ameritech.net)
23:49.49Angelahello
23:49.56erik1hai
23:51.02Angeladoes anyone here have swish 2.0?
23:51.18cleverdraAngela - no.  Is that some kind of Java library?
23:51.32Angelait's for websites
23:51.42Angelaflash
23:52.04cleverdraAngela - OK.  What's your real question?
23:52.27Angelathat's my real question
23:52.42subdueno one using vlc then?
23:52.43Angelai lost my installation cd of it, and i was wondering if someone here has it
23:52.44cleverdraAngela - what an odd question.
23:52.53cleverdraAngela - OK, that question's a little realer.
23:53.00Angelaeh heh
23:53.44cleverdra<Angela> Hi.  Where kind I get a copy of swish 2.0 (a flash thingie for websites)?  I lost my installation copy.  Maybe someone could make an iso available to me?
23:54.29Angelaokay. you're too clever for me
23:54.30Neo|Worksubdue: the screenshots are, well, mostly identical
23:54.34erik1Why the judging of the questions and the negative approach of the boys and girls who are just asking normal questions?
23:54.44Neo|Worksubdue: the gfx is a bit changed but not much (and btw, I think some of the shots are from FF)
23:54.59cleverdraAngela - what's scary is that you claimed that 'does anyone here have swish 2.0' was your real question.
23:55.08galvatr0ndoes anyone know how i can network my Z and XP via usb cradle can it be done?
23:55.19Angelathat's one of my questions
23:55.44erik1Doesn't the normal sync software work with xp?
23:55.45Angelaof course, i'd have to know if they have it first, than to ask if they can send it to me right away
23:56.09cleverdraAngela - it's an 'ask to ask' question.  An environment-testing question.  A sanity-checking question.  It's not a real question, but only a lead-in for the real question.
23:56.17erik1I cync on a linux box so I'm just curious
23:56.23cleverdraAngela
23:56.28galvatr0ni can sync but i want to establish a network connection so i can share my internet connection
23:56.48cleverdraerik - the Sharp sync software works horribly enough on Windows2000.  OZ is a bit better, but I haven't tried to actually 'sync' with it.
23:57.26subdueNeoTron: that last level took me a while to finish (level 15)
23:57.35galvatr0nare there any Zaurus java developers here that i can chat to?
23:57.49cleverdragalv - there are websites devoted to that (really), but I can never find them when I need them.  On XP, I think all you need to do is establish a LAN on your USB connection and then enable 'internet sharing' on, say, your dialup connection.
23:57.52subdueNeoTron: it's almost impossible to beat. that deck is really stacked against you
23:58.14cleverdragalv - maybe.  Do you have a real question?
23:58.39erik1I read a howto on this subject but i don't know th url. Using google with xp zaurus network will help you further.
23:58.48galvatr0ni dont use dialup i use broadband
23:58.53galvatr0nalways on
23:59.26*** part/#zaurus erik1 (~erik@cc341200-a.assen1.dr.home.nl)
23:59.58cleverdragalv - the 'say,' of "say, your dialup connection" was meant to imply that "your dialup connection" was only an example drawn from a set of possibilities, such as "broadband connection".  The key parts are 'enable', 'internet connection sharing', and 'X connection'.

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.