IRC log for #htc-linux on 20080401

01:13.46*** join/#htc-linux paulproteus_ (n=paulprot@wide-rose.makesad.us)
01:35.18*** join/#htc-linux joschkopf79 (n=joschi@f051099125.adsl.alicedsl.de)
03:08.13*** join/#htc-linux paulproteus (n=paulprot@wide-rose.makesad.us)
03:13.05*** join/#htc-linux SmallR2002 (n=SmallR20@79-69-37-46.dynamic.dsl.as9105.com)
03:41.35*** join/#htc-linux TimRiker (n=timr@rikers.org)
03:49.27*** join/#htc-linux paulproteus_ (n=paulprot@wide-rose.makesad.us)
04:30.30*** join/#htc-linux _who (i=who@194.145.250.184)
04:54.44*** join/#htc-linux paulproteus_ (n=paulprot@wide-rose.makesad.us)
05:03.20*** join/#htc-linux paulproteus_ (n=paulprot@wide-rose.makesad.us)
05:11.53*** join/#htc-linux pigeon_ (n=pigeon@60-241-137-179.static.tpgi.com.au)
05:14.58*** join/#htc-linux Marex (n=marex@vasut.kolej.mff.cuni.cz)
05:38.26*** join/#htc-linux CVirus (n=GoD@196.205.192.54)
05:42.28*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
05:45.11BabelOhi
05:53.47*** join/#htc-linux kiozen (n=kiozen@p5492A5E7.dip0.t-ipconnect.de)
06:06.25BabelOola kiozen :)
06:06.37BabelOkiozen: did you see my email ? or the log ?
06:06.46kiozenbonjour BabelO
06:06.52kiozenyes, thanks
06:07.02kiozenit compiles now :=
06:07.58BabelOkiozen: i just remember why i use qdsync common ;)
06:10.06kiozenbtw does using this lib mean that I have to compile qtopia with atopasyncagent?
06:10.51BabelOno
06:11.13BabelOkiozen: this lib is used for bt and modem dislog
06:12.01kiozenok, so qtopiacomm is just a part of the normal lib? no memory waisted?
06:13.43BabelOno, :)
06:15.11BabelOkiozen: connect can only done on QWidget ? not on QObject ?
06:15.20BabelOgoind to office
06:15.36kiozenconnect is part of qobject
06:24.45*** join/#htc-linux toi (n=pleemans@d5152D3B4.access.telenet.be)
06:33.07*** join/#htc-linux Babel1 (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
06:34.26BabelO_kiozen: i think i understand why, y have a class with my own signal, i just remove variable name from signal and it is ok now
06:35.16kiozenthe slot must support at least a subset of the signal's parameters
06:35.35*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
06:37.20kiozenthus signal(int) -> slot() is ok
06:37.36kiozensignal(int) -> slot(mytype) not
06:40.31BabelO_kiozen: no its was just due to signal(int toto) -> slot(int tata)
06:41.04BabelO_i have to add the usb detection to qtopia homescreen
06:41.29kiozen??? IMHO that should work
06:42.00BabelO_kiozen: don't want to works like this
06:42.40kiozenmaybe wrong signal doc?
06:42.55*** join/#htc-linux paulproteus (n=paulprot@wide-rose.makesad.us)
06:42.57kiozenok it's your signal :)
06:44.15BabelO_kiozen: yes it is mine, i separate my class to manage storage detection ,creation and modprobe manage from the ui
06:45.11BabelO_kiozen: want to ask you also, how you read standard ouput with QProcess ? do you use ReadAll() connected to signal readStandardOutput ?
06:46.25BabelO_that is the only way i found, but not sure it is the quick way
06:46.47kiozenhave to look ..
06:48.37*** join/#htc-linux kiozen_ (n=kiozen@p5492A5E7.dip0.t-ipconnect.de)
06:49.02kiozen_BabelO: that is how I do it in GT http://pastebin.ca/965808
06:53.38BabelO_kiozen : thx, i miss this one QString str = cmd.readAllStandardOutput();
06:53.42BabelO_better with that
06:56.49BabelO_<PROTECTED>
06:56.50BabelO_<PROTECTED>
06:57.15BabelO_kiozen_: i use waitForStarted also
06:59.01kiozenGT idles until the process finished, thus I just connect to the finished() signal
06:59.10BabelO_ok
07:00.00kiozenwaitForStarted() is good if you start a daemon or server process
07:13.52*** join/#htc-linux rob_w (n=bob@X1195.x.pppool.de)
07:34.56*** join/#htc-linux zoolooc (n=lucian@nrbg-4dbfe79c.pool.einsundeins.de)
07:35.50*** join/#htc-linux Robwoerle (n=bob@M84d5.m.pppool.de)
09:11.09cr2kiozen: Qt for Embedded Linux (formerly known as Qtopia Core).
09:11.53kiozen??? huh
09:15.38cr2http://trolltech.com/developer/downloads/qt/qt44-preview-download
09:17.25cr2you may also check wince. the world domination is coming closer :)
09:20.12kiozenwasn't it called qtembedded befor they called it qtopia?
09:21.48cr2yes.
09:22.32cr2obviously, new masters think it's better this way.
09:22.48zooloocnokia?
09:25.12cr2hehe. blasphemy
09:25.15cr2configure.exe
09:25.36cr2as a binary.
09:26.26cr2configure.exe: MS-DOS executable PE  for MS Windows (console) Intel 80386 32-bit
09:26.31cr2wtf ?
09:30.28cr2A: You need Visual Studio 2005 Standard Edition (or better)
09:30.40cr2is wince-gcc better ? :)
09:31.15cr2Q: Do you support Windows CE 6.0?
09:31.15cr2A: Yes. Although there will not be a public SDK available by Microsoft
09:31.36cr2is it an apple disease ?
09:32.51kiozenno just activisms
09:35.12cr2it's a very interesting test for wince-g++
09:35.21cr2to compile qt4
09:37.20BabelO_kiozen: i can try to replace qtopiacore subdirectory by qt4.4 embedded , to see waht happen ;)
09:39.00kiozenBabelO_: wither blister burn and peel :)
09:40.28cr2lol.
09:40.35cr2wine configure.exe works
09:41.12cr2Do compile with use of IWMMXT instructions
09:41.19cr2isn't it pxa27x only ?
09:41.48cr2+  -cetest ............ Compile Windows CE remote test application
09:42.55cr2hmm.
09:42.58cr2Unable to detect the platform from environment. Use -platform command lineargument or set the QMAKESPEC environment variable and run configure again
09:42.59cr2See the README file for a list of supported operating systems and compilers.
09:51.51BabelO_kiozen: google not able to translate what you say, and i don't understand ;) , i m not full english compliant
09:53.50kiozenBabelO_: somthing like: "Do this (copy qt4.4 to 4.3) and you will burn in hell for eternity" :)
09:54.20cr2Creating qmake...
09:54.20cr2execute: File or path is not found (nmake)
09:55.33cr2kiozen: is 4.4 binary incompatible with 4.3 ?
09:56.54kiozencr2: don't know, probably not a 100% match, as usual. would be the first time you could exchange a lib that easy
10:02.23BabelO_kiozen: replacement done ;) configuring now ;)
10:02.40BabelO_hmm WARNING: Failure to find: ../WebKit/qt/Api/qwebnetworkinterface.cpp
10:02.42kiozenok, duck and cover!
10:13.59BabelO_hmm qmake failed n syncqtopia
11:50.45*** join/#htc-linux patoche (n=patoche@lns-bzn-52-82-65-82-253.adsl.proxad.net)
11:53.23*** join/#htc-linux rob_w (n=bob@M84d5.m.pppool.de)
12:21.10cr2i think it should be possible to modify Makefile.win32-g++
12:21.59*** join/#htc-linux rakeem (n=rak@n218250133041.netvigator.com)
12:26.19rakeemI truly am an amateur, unable to learn from past mistakes, and the sought of person who's not cut out for this sort of thing...  I should leave...  Now where's the iPhone channel?
12:42.15kiozendoes UTC have day light saving?
12:43.56*** join/#htc-linux Marex (n=marex@vasut.kolej.mff.cuni.cz)
12:54.42kiozenBabelO_: Do you have a NMEA protocol dump from your location?
12:57.44kiozennever mind, found one :)
13:06.15BabelO_kiozen: i can get one now with visualgps
13:06.51kiozenBabelO_: ok good to know if I have to verify more stuff :)
13:12.01cr2kiozen: UTC is universal time. such braindead things like DST do not apply there :)
13:13.12kiozencr2: I know but I was puzzled for a second because of the 2h difference
13:15.03cr2:)
13:15.20cr2there is also a difference between the GPS time and UTC, btw.
13:15.34cr2it's all in the gpsd source.
13:15.54BabelO_kiozen: what do you need exactly ;), with visualgps and gps on my desk, i walk 1km around my desk, lol
13:17.49kiozenBabelO_: currently I am fine, thanks.
13:20.55rakeemThe lesson is this:   There's  often a  very good reason you can't buy a readymade cable with a particular combination of connectors on each end.  Don't let  a "novel" gender-bender seduce you, all bright colours and sluttish "just-plug-me-in" convenience.   They are agaainst nature and the psychotic union of Vcc and Gnd is all these satanic Anti-Connectors cherish.
13:31.18rakeemI now have the cannibalised bottom half of a dead Uni functioning as a colostomy-charger for a previously healthy one.
13:33.58kiozencr2: I would have a simple working version of M with GPS support
13:41.19cr2kiozen: today ?
13:41.27kiozennow ?
13:41.47kiozen:)
13:41.57cr2can't check it now.
13:42.36kiozenI'll put it on the server as I have no time tonight
13:42.53cr2ok.
13:43.05rakeemA spur of the moment attempt at USB-OTG has fried the power lines on my Uni's USB port I think...  Connected to XP (either in CE or Bootloader) gives the Windows "Malfunctioning!" hysterics, but  connected to Linux I also get USB errors, but when I boot to Linux they both immeditately jump into CDC_Ether mode...  Any ideas for living with data-lines-only USB?
13:44.11cr2ground and +5v are the remaining pins
13:44.48cr2kiozen: send me a link, i'll check it in the evening.
13:46.00cr2kiozen: i need to sort out the exact lcd bitbang details, and teach haret about the +2*N mb offset
13:46.18cr2then n560 will be usable.
13:47.27kiozencr2: ok
13:49.36rakeemWhat're youse working on?
13:50.16kiozenrakeem: GPS app for mobile devices
13:50.27rakeemDon't answer:  Doh, forgot I could scroll up in Windows....  I'm usually in irssi...
13:57.15kiozencr2: http://www.qlandkarte.org/QLandkarteM
13:57.38kiozencr2: it will connect to /dev/gps with 4800 baud
13:57.53*** join/#htc-linux T0m4rn0ld (n=chatzill@dslb-084-061-063-240.pools.arcor-ip.net)
13:58.26*** join/#htc-linux paulproteus_ (n=paulprot@wide-rose.makesad.us)
13:58.44T0m4rn0ldhello, what is the best linux image for the HTC Universal?  Is Google Android available?
14:00.31cr2kiozen: downloaded. i'll pick the osm picture of my area for testing, and not the custom geotiffs :)
14:01.30cr2T0m4rn0ld: i think qtopia. android supports the phone ?
14:02.06T0m4rn0ldidk, i just thought that if it can linux it should run android, right?
14:02.19T0m4rn0ld*s/can/ran
14:02.50rakeemI don't have my GPS here in HK...  They're pretty cheap now though...  Are you guys working to refine the map-import process, 'cos it looks bloody complicated from watching you guys talking...
14:02.52cr2maybe, i don't know.
14:04.26cr2rakeem: osm import is easy. you are welcome to check it, and tell your opinion. get qlandkarteGT from qlandkarte.org
14:04.38T0m4rn0ldwhere can i find new Qtopia images?
14:04.49cr2rakeem: we just use GT and M short names in discussion
14:05.09cr2T0m4rn0ld: linuxtogo.org/~htcpxa
14:05.31T0m4rn0ldthank you
14:05.44kiozencr2: rakeem: OSM import is currently dormant in GT
14:06.35kiozenyou have to uncomment the three lines in CMapEditWidget constructor
14:08.08cr2ok
14:08.16rakeemcr2:  Okay, I'll give it a whirl....  What GUI do I want on my device?
14:08.42cr2qt4/qtopia, obviously.
14:09.21cr2the GT is a qt4 desktop app for preparing the maps, and M is the qtopia moving map app.
14:09.38T0m4rn0ldhmm  strange, http://www.linuxtogo.org/~htcpxa/htcuniversal/images/Qtopia/  has the files "Last modified" on the 20th of Jan, but the Readme states that the Qtopia is version 4.3.1-snapshot-03.12.2008
14:09.45T0m4rn0ldis there something wrong?
14:10.00cr2T0m4rn0ld: ask goxboxlive
14:10.23T0m4rn0ldok, ty
14:10.35rakeemAh.  See, I'm coming from 0.  I've never played with GPS under Linux...
14:12.04cr2rakeem: what is GPS for you ?
14:12.52*** join/#htc-linux Babel1 (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
14:12.53rakeemcr2:  ....another distraction?   ;-)  What do you mean?
14:14.39cr2rakeem: lol. what GPS device are you going to play with ?
14:14.49rakeemTOm....:  I've noticed that too....  cr2:  Could it be something to do with an automated nightly-build thing?
14:15.46cr2rakeem: goxboxlive makes some changes one can never track :) so it's better to ask him.
14:16.47rakeemcr2:  Do I need one  right now?  Mine's 6500 miles away, 8 hours behind and I think the shop's shut here.  I'm happy to just check out how the app's coming along...
14:18.09rakeemAnything I should look for when buying one?  I might get one this weekend...
14:19.54cr2rakeem: you will get a bt receiver ?
14:20.28*** join/#htc-linux T0m4rn0ld (n=chatzill@dslb-084-061-063-240.pools.arcor-ip.net)
14:20.57cr2gps can be anything from small oem PCB to some geodetic two-frequency monster device with an external antenna
14:21.53rakeemAlso, I've been playing a lot with linux on little Fonera routers, and I'm wondering if there's a reliable way to reboot them remotely if they've crashed ?  I was thinking serial to the mainboard, but I've noticed they still return ICMP pings even when they're otherwise dead.  Is there some low-level way of  triggering a reboot over the LAN like a WoL?
14:23.25cr2hehe, you can hack an evil icmp packet to trigger some obscure gpio.
14:25.59rakeemcr2:  Need to see how my cash is...  My crippled Uni may be joining the other unfortunates in my htc-museum of carnage...  Any devices worth playing with other than the BA?
14:31.16cr2a htc device ?
14:31.26cr2n560 is working, but it's not a phone.
14:31.58cr2athena will work, when i'll find my cpld1 gpio notes ;)
14:32.07cr2i mean athena gps
14:32.14rakeemcr2:  I'm not particularly bothered about such vulnerabitities as they're  mostly non-essential, yet handy in an emergency.  How about portknocking?  Can that work at kernel level (or whatever it is that replies to pings when everything else is dead), to force reboot.  I mean really force, in the same no-nonsense terms as Haret.
14:33.09cr2dead as in software failure or a hardware failure ?
14:33.38rakeemWhat's the n560?  I'm gettting confusion from google...
14:33.53cr2in the recent years i've rebooted only on hardware failures.
14:34.06cr2loox n560 aka htc dresden
14:34.53cr2http://facts.fujitsu-siemens.com/index.cfm?fuseaction=dspcontent&lid=50&page=3
14:35.08kiozenhttp://www.htc-dresden.de/
14:35.26cr2LOL
14:36.30kiozenif i would have known earlier, that would have increased the WAF by decades
14:36.58rakeemcr2:  They can be prone to lockups from a couple of things commonly, if playing with wifi, lots of switching to and from monitor mode, or adding and removing virtual NICs...  Or just spazzing out with iptables and self-DOS'ing...  Or. as I did last night: scp -pvr / root@....... instead of scp /scripts root@......   y'lknow?
14:37.34cr2it has the same lcd as universal. a nice device, if you don't need a phone.
14:38.17T0m4rn0ldok, i installed qtopia. it boots ok, but then i get a locked screen saying "No network" and i havent figured out to unlock it. Any ideas?
14:38.18cr2rakeem: a generic answer is not easy. one needs to know the hardware.
14:38.18rakeemWhat do NASA do with their mars rovers?  Intergalactic Ctrl+Alt+Del?
14:38.53cr2T0m4rn0ld: you have disabled the pin on your sim card ?
14:39.07T0m4rn0ldnope
14:39.14cr2rakeem: some custom firmware, obviously.
14:39.41T0m4rn0lddo i have to?
14:39.58cr2T0m4rn0ld: do it, to test the device. i don't know if it was fixed recently.
14:40.17rakeemSimple as can be...  Shit, for you I reckon it's clockwork....   It's an Atheros MIPS based SoC...  Hang on...
14:40.17T0m4rn0ldkk
14:40.39cr2qtopia supports entering the pin, don't know why it does not work on the uni.
14:40.48rakeemOpenWrt is very well supported.
14:41.21rakeemhttp://wiki.openwrt.org/OpenWrtDocs/Hardware/Fon/Fonera
14:41.31kiozenrakeem: Mars Climate Orbiter obviousely had wince with US profile running :P
14:42.03rakeem*Really*nice radio stage.  Little beast draws 2 amps @ 5v....
14:42.11cr2rakeem: openwrt has a mips cpu ? afair there was an SD card hack using gpios. you can do the same for reset.
14:45.01rakeemkiozen:  Well duh, and I'm sure they had the sense to contact their Microsoft representative who helped them tailor a support package to meet demands of the increasingly competitive modern spaceship market.
14:45.48kiozenlol
14:46.20cr2rakeem: the m$ rep suggested to outsource the effort ?
14:46.45rakeemIt's been done, and others...  An mp3 decoder board, Flash upgrade, and even a (slow) LCD module displaying photos...
14:47.03rakeemcr2:  Ha!
14:49.11cr2rakeem: and at the same time fire all the developers who know something in this field. i guess it's the standard praxis these days
14:50.50kiozencr2: sure by that the project leader doesn't look like a complete morron anymore, Thus quality was raised for the benefit of the customers.
14:54.18*** join/#htc-linux TimRiker (n=timr@68.27.155.74)
14:54.49cr2kiozen: it's really not funny. many companies we know were restructured (=renamed + fired competent older people), and the younger people very often have no clue how to service the hardware.
14:55.16rakeemI hate dicks in suits.   I sometimes envy them.  How nice it must be to concentrate so totally on money, blissfully untroubled by anything like independent, abstract thought.  One day we'll all be able to achieve hapiness through relentless acquisition of material wealth alone.
14:57.53rakeemJust got your point about the reset being on a GPIO...  That is interesting...
14:58.28*** join/#htc-linux T0m4rn0ld (n=chatzill@dslb-084-061-063-240.pools.arcor-ip.net)
14:58.30rakeemAlthough I don't want to nuke the FS back to defaults.  Just a kick is fine.
15:21.18*** join/#htc-linux dcordes (n=snoopdog@unaffiliated/dcordes)
15:37.19kiozencr2: I improved and updated the binary on the server
15:39.13cr2kiozen: downloaded
15:46.56*** join/#htc-linux Sliss (n=chatzill@212.71.15.163)
15:48.26*** part/#htc-linux zoolooc (n=lucian@nrbg-4dbfe79c.pool.einsundeins.de)
15:49.40Pryanhola
15:50.58rakeemcr2:  Is this sense or noise?:   I think that USB host is not hardware implemented just because they gave more attention to differ a charger from usb charging, so they used the only "free" pin to work with charger identification.
15:54.27dcordescr2, facing the same problem on kaiser even with dzo changes
15:54.57dcordesit's about kaiser having a different mdp- guess that's nothing new is it?
15:55.35rakeemI'm sure the FCC would love this Qtopia bug:  BUG 173424: When entering the SIM PIN, pressing the Unlock button would unexpectedly dial emergency services if the entered PIN matched an emergency number.
16:15.45*** join/#htc-linux rakeemflex (n=rak@n219073042026.netvigator.com)
16:18.49*** join/#htc-linux Sliss (n=chatzill@213.219.143.158.adsl.dyn.edpnet.net)
16:20.24Slissconnection error .. something said in between?
16:34.49*** join/#htc-linux rakeem (n=rak@n219073042026.netvigator.com)
16:44.38*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
17:04.42*** join/#htc-linux Marex (n=marex@vasut.kolej.mff.cuni.cz)
17:08.27cr2kiozen: QLandkarteM: /usr/lib/libstdc++.so.6: no version information available (required by QLandkarteM)
17:09.14*** join/#htc-linux patoche (n=patoche@lns-bzn-23-82-248-72-14.adsl.proxad.net)
17:20.34*** join/#htc-linux pH5 (n=ph5@e178237013.adsl.alicedsl.de)
17:28.29*** join/#htc-linux par (i=par@dipole.idlepattern.com)
17:28.37*** join/#htc-linux JohnnyK (i=johnnyk@nfx-nat-229.pilsfree.net)
17:31.26*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
17:40.09*** join/#htc-linux _mxer_ (n=sativa@ip68-230-62-137.ph.ph.cox.net)
17:40.49*** join/#htc-linux paulproteus_ (n=paulprot@wide-rose.makesad.us)
17:43.01*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfe79c.pool.einsundeins.de)
17:48.23Pryandice adios
17:56.16*** join/#htc-linux BabelO (n=Fabrice@unaffiliated/babelo)
18:11.31*** join/#htc-linux TimRiker (n=timr@pdpc/supporter/bronze/TimRiker)
18:11.55*** join/#htc-linux BabelO_ (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
18:18.05*** join/#htc-linux tsdogs (n=tsdogs@net-84-18-144-39.c.bkom.it)
18:19.28tsdogsBabelO_: there?
19:12.39*** join/#htc-linux rob_w (n=bob@M84d5.m.pppool.de)
19:18.04*** join/#htc-linux patoche (n=patoche@lns-bzn-23-82-248-72-14.adsl.proxad.net)
19:32.34*** part/#htc-linux tuff (n=phil@tuffnatty.dialup.corbina.ru)
19:44.31*** join/#htc-linux tuff (n=phil@tuffnatty.dialup.corbina.ru)
20:22.46*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfe79c.pool.einsundeins.de)
20:53.25*** join/#htc-linux tsdogs (n=tsdogs@62.123.180.130)
20:58.21cr2hi tsdogs
20:58.28tsdogscr2: hi
20:59.56cr2i'm doing some small progress
21:00.44tsdogscr2: for what I understood u don't need the one way option in roadmap anymore, right?
21:03.33cr2?
21:03.52tsdogscr2: the editing buttons :)
21:04.00cr2why not ?
21:04.27tsdogsho, I though that having shapefile available u told me that was not needed :(
21:04.56cr2this one was funny today http://www.opengeodata.org/?p=287
21:05.08cr2somebody has to create the shapefiles ...
21:05.30cr2and editing on a pda/phone is the best and easiest way to do it.
21:08.02tsdogslol
21:08.11tsdogsok
21:12.18cr2tsdogs: i'm not a great gui programmer, but the oneway editor should be really easy to do :)
21:12.42cr2the two-segment selection is certainly a more complex task.
21:12.55tsdogscr2: yes I know, I only need to write the code that writes the data into the txt file.
21:13.04cr2append.
21:13.15tsdogscr2: even for duplicates?
21:13.27BabelOhi tsdogs :)
21:13.35tsdogsBabelO: hi.
21:13.45cr2and a check for a free space :)
21:13.58tsdogs?
21:14.01cr2an error here can destroy a lot of work.
21:14.28tsdogsu mean open file.
21:14.33cr2if the disk is full, then not just call roadmap_log()
21:14.55tsdogscheck if an entry already exsist. then write.
21:15.01cr2yes, a popup on a write error is a must.
21:15.21tsdogsif the write fails then notify, and ask for another action ok
21:15.44cr2imho, a duplicate is not a fatal error.
21:15.54tsdogsok, you always take last ok?
21:16.12cr2yes, the last will be the "active" one.
21:16.23tsdogsok, that should be easy.
21:16.35cr2this is like a patch file anyway.
21:16.40tsdogs:)
21:18.46tsdogsBabelO: thx for the e-mail but the wid option is of no use on qtopia :(
21:19.42cr2tsdogs: it's not qtopia anymore.
21:19.48tsdogs?
21:20.08cr2Qt for Embedded Linux (formerly known as Qtopia Core).
21:20.34cr2<PROTECTED>
21:21.00tsdogsok, they changed it back :)
21:21.06BabelOtsdogs: ah sorry :( i just found it when was looking for something else
21:21.07tsdogscr2: qtopia-core != qtopia
21:21.36tsdogsqtopia-core == qt embedded ~= qt4
21:21.39tsdogsor not?
21:22.27cr2not anymore it seems
21:22.53cr2and they always talk about gplv2 for some reason. on this page.
21:22.56tsdogsu mean that the qt44-preview of core includes the qte and phone?
21:23.03tsdogshmm.
21:23.05cr2but it's v2 or v3 in the source.
21:23.26cr2you can check, i'll compile the x11 version now.
21:23.34tsdogsthere is even a 4.5 snapshot :)
21:24.28tsdogscr2: I think that it's only the qt toolkit and not the phone edition...
21:24.57cr2ok, maybe. i don't know.
21:25.12cr2compiling the wince version may be interesting too.
21:26.42tsdogsok downloading 4.4.1 snapshot :)
21:26.44ljpore does not contain phone
21:27.54tsdogsljp: I though so. what would happen if I use the 4.4.1 with the phone 4.3.2? or we should wait for the 4.4 of qtopia?
21:28.20tsdogsBabelO: u tryed it right?
21:28.30ljpnot sure. it may or may not compile or work
21:28.57BabelOtsdogs: does not configure :( failed on qmake ..... on Dbus
21:29.00tsdogsok
21:29.15BabelOtsdogs: maybe with more works, but doing other thing
21:29.33tsdogsljp: will it be released soon?
21:29.33BabelOwe wait until tomorrow, we can wait one month more :)
21:30.42tsdogsljp: though I agree with the name change, qtopia-core was confusing people :)
21:34.14cr2ljp: why is the configure.exe for wince a binary file ?
21:36.12*** join/#htc-linux patoche (n=patoche@lns-bzn-23-82-248-122-35.adsl.proxad.net)
21:39.13ljpcr2: dunno, youd have to ask oslo
21:39.18ljpor germany
21:41.40cr2ok, i'd obviously like to compile it with mingw32ce
21:42.53cr2so the file itself is not that much interesting.
21:44.25cr2it runs in wine, btw.
21:48.58cr2tsdogs: can you compile roadmap for qtopia ?
21:52.05tsdogscr2: yes
21:53.10cr2i've already tried qlandkarteM, but it does not work as i expected. need to wait for kiozen.
21:54.39paulproteus_waves
21:56.13tsdogscr2: without expat though (don't have it in the toolchain)
21:56.18tsdogshi paulproteus
21:56.38paulproteustsdogs, You're still using that Mio phone?
21:56.59tsdogspaulproteus: not me ;) it was goxboxlive
21:57.04paulproteusOh, okay. (-:
21:57.07paulproteusWhich are you on?
21:58.48tsdogsUni
21:59.08paulproteusYay (-:
22:33.39BabelOtsdogs: did you try BA image ? ;)
22:33.59tsdogsBabelO: nope, u told me to wait :)
22:34.11BabelOtsdogs: right ;)
22:35.06tsdogsroadmap sourcecode is such a maze :/
22:39.44evilroxi'm calling al pc\vodafone stores here to find an htc universal.. after over 20 calls nothing... i hope i'll be more lucky tomorrow!
22:39.50evilroxall*
22:40.35tsdogsevilrox: probably ebay is best for finding one.
22:41.03evilroxtsdogs: there's just one on ebay, and it's not new
22:41.20tsdogsevilrox: u from ?
22:41.55paulproteusI bought one on eBay I think.
22:41.58evilroxtsdogs: italy wait one new found on ebay!
22:42.07paulproteusI didn't bother trying to find one that was new.
22:42.11tsdogslol
22:44.08tsdogsevilrox: on ebay.it try "qtek 9000"
22:44.22evilroxnot new.. paulproteus: i think ever to what i do at my stuff.. and so i prefer the new things
22:44.29paulproteusevilrox, Hah (-:
22:44.30paulproteusGood point!
22:45.14tsdogsVodafone v1640
22:45.45tsdogshmm interesting: i-mate JASJAR
22:46.01evilroxtsdogs: yes that i was watching
22:46.57tsdogshttp://cgi.ebay.it/Palmare-i-Mate-JasJar-Vodafone-v1640-Qtek-9000_W0QQitemZ320233664740QQihZ011QQcategoryZ32242QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
22:47.17tsdogshas a buy it now 380 eur are a bit too much thoguh
22:47.47tsdogshttp://cgi.ebay.it/Palmare-i-mate-Jasjar_W0QQitemZ160224416850QQihZ006QQcategoryZ32242QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
22:47.50tsdogsmore interesting
22:48.37evilroxsecond hand 380€ he's crazy
22:49.09tsdogsnew costed around 800
22:50.37evilroxtsdogs: the second link you pasted seems perfect.. i've just to charge my card
22:50.51tsdogs:)
22:51.03tsdogsjust check it's not a froud
22:51.26evilroxthere's paypal protection till 200 euros
22:52.55tsdogsyes, looks pretty good (I whish I had such an option when I bought mine, it took me something about 3weeks :(
22:53.03evilroxargh
23:12.41*** part/#htc-linux tuff (n=phil@tuffnatty.dialup.corbina.ru)
23:17.09patocheBabelO, any new kernel for wizard/artemis to try ??
23:18.12BabelOpatoche: no, i m on BA these days :) have to finish the spi driver
23:19.50BabelOgood night
23:20.25patocheok thanks
23:20.28patoche'night
23:38.15*** join/#htc-linux LunohoD_ (n=alex@e180069053.adsl.alicedsl.de)
23:44.04tsdogscr2: there?
23:46.08cr2yes
23:47.17tsdogscr2: what is the id for the street?
23:47.22tsdogsthe fips?
23:47.39*** join/#htc-linux hlbot592 (n=adm@iclem.net)
23:47.53cr2tlid
23:48.06cr2fips is more the 'map id'
23:48.42cr2fips is also used by roadmap as 'city id', which may confuse you.
23:48.43tsdogshmm, ok, I need to find where this tild is stored :(
23:49.04*** join/#htc-linux noelcragg (n=noel@166.129.136.71)
23:49.05cr2i think we should rename fips as city_id or something like that.
23:49.18*** join/#htc-linux patoche_ (n=patoche@lns-bzn-44-82-249-242-121.adsl.proxad.net)
23:49.25cr2in the city related code
23:50.08tsdogsok
23:50.08cr2but i need to fix the utf8 problems first, so the city search code will become useful.
23:50.15tsdogsyes
23:50.38*** part/#htc-linux noelcragg (n=noel@166.129.136.71)
23:50.39cr2there is the point_idx
23:50.59tsdogscr2: 1416 looks good to you as a tild?
23:51.13cr2i.e. the points have only an internal index.
23:51.23cr2yes, any positive integer is ok.
23:51.44cr2the 'tlid' is the line/road_id.
23:52.07tsdogscr2: I have a line->id and a street->id (?)
23:52.22cr2it should be predefined, and just stored in the db. the point_idx is generated.
23:52.28tsdogswell line id is always 0
23:52.45cr2which map are you using ?
23:53.07*** join/#htc-linux noelcragg (n=noel@166.129.136.71)
23:53.12cr2"shpmp" maps use autoincrement as an id.
23:53.15tsdogsoslo
23:53.35*** part/#htc-linux noelcragg (n=noel@166.129.136.71)
23:53.41cr2this feature is really important for the route planning
23:54.24tsdogsI think it's the street->id
23:54.26cr2where you need to know "from_id", "to_id" and to which "line_id=street_segment_id" they belong
23:54.48cr2iafair street is just a name in the dictionary
23:55.21cr2so the "street" line segments are joined by name, to save the dictionary entries.
23:55.25tsdogsit's using some strange roadmap_plugin.c structures here...
23:55.46cr2yes, it's a bit obfuscated there.
23:56.07tsdogshmm there is also a plugin_id
23:56.14cr2because the "tables" are just the arrays of 'structs' anyway.
23:56.20*** join/#htc-linux noelcragg (n=noel@166.129.136.71)
23:57.50cr2tsdogs: i have some notes on the map API as i understand it. i need to put them into wiki some time...
23:58.15tsdogsok line is line, and street is retrieved from the line if it's a street for what I understand
23:58.39tsdogscr2: yes, I should put some info on how to build qt4 and qtopia :) some time...
23:59.53cr2it'd be nice to build a qt4 windows version too. unfortunately it uses native mingw only ;)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.