IRC log for #htc-linux on 20070923

00:00.37cr2_so, if you have the canvas on the screen
00:00.38tsdogsyes, don't know if we should do the same here.
00:00.51cr2_you know the m/pix
00:01.08cr2_hmm. not really. we need to switch to spheric mercator first...
00:01.37cr2_but approximately. for small zoom numbers.
00:02.18cr2_so. and you have the raster map
00:02.25cr2_where you also know m/pix
00:03.06cr2_then you probably need to set an upper zoom limit for the raster.
00:03.06tsdogsare we not using mercator in actual roadmap?
00:03.34cr2_after some zooming it dos not make sense anymore. but qpegps should have done something similar.
00:03.36cr2_no.
00:03.55cr2_we use long/lat*cos(lat)
00:04.08tsdogsok so I need to use proj4 for conversion?
00:04.10tsdogsho ok
00:04.31cr2_sph. mercator is long/log(tan(pi/4+lat))
00:04.36cr2_of something like that :)
00:04.51cr2_not really proj4.
00:04.59cr2_it's log(tan(pi/4+lat))
00:05.16cr2_there may be some integer approximation.
00:05.30cr2_if you have loooked into the code, there are cos() tables there.
00:05.36cr2_for cos(lat)
00:05.48tsdogsqpegps code?
00:05.54cr2_no. roadmap
00:06.01tsdogsI only looked at the rasterIo right now.
00:06.21cr2_the Y values are rescaled by cos/lat)
00:06.43cr2_otherwise at 60° you'll get 1:2 metric distortion.
00:07.36cr2_ok, if we first forget gdal
00:07.47cr2_imagine you have your area in google tiles.
00:07.50cr2_256x256
00:07.55cr2_with 1.2m/pix
00:08.00cr2_z=17 afair
00:08.21cr2_and they are in the ram as QImages
00:08.22tsdogsis it 1.2 or 1,9 ?
00:08.34cr2_i think z=17 is 1.2
00:08.38tsdogsok
00:08.50cr2_1.2 is a realistic number.
00:08.58cr2_it's 60cm*2
00:09.18cr2_they often talk about 60cm resolution
00:09.49cr2_so how are you going to render them into canvas qpixmap.
00:10.28cr2_if m/pix on the LCD = m/pix on the image, then it#s trivial :)
00:10.50cr2_otherwise we need some logic behind it.
00:11.00cr2_of course you can rely on RasterIO
00:11.21cr2_but then you may get horrible results ;)
00:11.46tsdogsok, so we should switch rdm to use mercator right?
00:12.04cr2_we may want to lock roadmap zoom levels to the raster m/pix
00:12.12cr2_in principle, yes.
00:12.16tsdogsok.
00:12.43tsdogsI have no idea though what those zoom levels whould be.
00:13.17cr2_kiozen will need to reproject his maps, but mercator is global, while his maps are limited in size and area.
00:13.26cr2_google zooms are fixed.
00:13.53cr2_you always know m/pix, because it doubles from 1.2
00:14.02cr2_1.2*2^z
00:14.17tsdogsok, now i get why 17 is 1.2
00:14.41tsdogscr2_: did you remove something 'cause of missing load_image in current cvs?
00:14.43cr2_2*pi*R/2^17*360
00:14.59cr2_R=average earth radius
00:15.12cr2_don't think so
00:15.40cr2_i did not sync win32/gtk/gtk2/win32 subdirs
00:15.53tsdogsthat's ok
00:16.03cr2_and qt3 too
00:16.18tsdogs'cause the headers had it, but there was no implementation
00:16.37tsdogsbut I don't see it used anywhere in the source right now
00:16.40cr2_it comes from gtk2 or wince implementation in roadmap_editor
00:16.50cr2_gtk2 ?
00:17.06tsdogsyes, I have that code working with roadmap_editor.
00:17.36tsdogsanyway I ported the load_image functions, but they are not used right now.
00:18.52cr2_ok, then more porting from roadmap_editor is needed.
00:19.15tsdogsin editor it is used for the obj
00:19.45tsdogsand the res
00:20.03cr2_you need your own new file
00:20.04tsdogsI think that obj are for buttons
00:20.08cr2_yes.
00:20.19cr2_for the transparent png icons
00:20.27cr2_simitransparent
00:20.36cr2_s/sim/sem/
00:20.38tsdogsno idea what resources are in editor
00:20.57cr2_to make it tomtom-like
00:21.06tsdogsok are for routing skins
00:21.49cr2_create a new file roadmap_overlay.c
00:21.53cr2_or something like that.
00:22.11tsdogscr2_: I was more like a roadmap_gdal_plugin
00:22.18tsdogsor geotiff
00:22.41tsdogsand extend the plugin callbacks to call this plugin
00:22.51cr2_you should separate it from the provider.
00:22.59cr2_it can be ozf2 after all :)
00:23.16tsdogsI have implemented the zoom plugin, but right now it gets called all the time a layer is drawed
00:23.32tsdogsok so roadmap_ozf2_plugin
00:23.39cr2_ok.
00:23.51cr2_check the ozi ce, btw.
00:24.12tsdogsozi ce? you got a link?
00:24.40cr2_http://www.oziexplorer3.com/ozice/oziexplorerce1.html
00:26.14cr2_These are the limitations of the Evaluation version.
00:26.15cr2_Moving map mode (communication with the GPS) will only remain active for 20 mins each time OziExplorerCE is run and then 10 mins after that (until restarted). At the end of these times a dialog will be displayed and communication will be deactivated.
00:26.15cr2_A watermark using the text "Demo Version" will be drawn onto the map.
00:26.15cr2_Other than for the restrictions mentioned above, the evaluation version works exactly the same as the purchased version.
00:28.48tsdogsok so basically it's a map explorer like roadmap, but it uses the raster.
00:29.09cr2_yes.
00:29.32cr2_vector is good for route planning, and it's small.
00:29.44tsdogsI wonder what the much much more is :)
00:29.46cr2_raster is good for the details.
00:30.00cr2_and for older maps.
00:30.14cr2_nowdays raster is produced from vector :)
00:30.20tsdogsyes so using raster would not need water anymore... :) only routes
00:30.35cr2_well, and google too :)
00:30.41tsdogs:)
00:31.02cr2_ok, it's getting late .
00:31.06cr2_good night :)
00:31.13tsdogsok good night
00:56.20*** join/#htc-linux Hawk||- (n=Hawk@p5B178E23.dip0.t-ipconnect.de)
01:48.39*** part/#htc-linux DTMonterrey (n=evandro@bl10-95-240.dsl.telepac.pt)
02:52.58*** join/#htc-linux gundam (n=gundam@slackware.it/staff/gundam)
04:15.39*** join/#htc-linux Othello (i=nobody@gateway/tor/x-02120f918ee94c01)
05:53.27*** join/#htc-linux the_sys0p (i=nroberts@123.57.212.57)
06:57.40*** join/#htc-linux pH5 (n=ph5@p5485DB5B.dip.t-dialin.net)
07:59.27*** join/#htc-linux Finve (n=alt@V3712.v.pppool.de)
07:59.42Finvehi all
08:05.40*** join/#htc-linux dion (n=dion@inhex.net)
08:12.47pH5hi Finve, the kernel is built and uploaded already. But I still have to test it.
08:13.18Finveok, i will test it
08:14.15Finveafter i end my report on enlightment... ^^
08:26.13*** join/#htc-linux Finve (n=alt@V440f.v.pppool.de)
08:26.58Finveph5, good news - x starts? did you find out what it was?
08:27.07Finve/dev/input/event0 problem?
08:27.31pH5Finve: yes. the kernel I pointed you to yesterday must have still had the problem
08:27.35Finvebad news - first what i see is "dialer: error connecting to gsmd"...i will start it manually
08:27.44pH5the kernel I uploaded today is not really -hh16, but  -hh16 + some fixes from cvs
08:29.20Finvethe phone is /dev/ttyS0 ?
08:30.05Finveph5, oh no, touchscreen doesnt work
08:30.38pH5Finve: ttyS1. ttyS0 is the data channel for gprs
08:30.52Finveok
08:31.34Finvemagician freezed oO
08:31.42Finvenever seen a freezed linux :)
08:32.46pH5locked completely, no ssh access? I haven't seen that in quite some time on the magician :)
08:33.00Finveno ssh, no ping
08:34.43Finveis it possible to completelly flash magician so linux boots after a hard reset?
08:35.21pH5Finve: Not yet. I have to write a bootloader for that.
08:35.48Finveok, but its possible to accsess this part of flash rom?
08:36.17Finve*access
08:37.07pH5Finve: yes. load the physmap and mtdblock kernel modules and you get the wince partitions (bootloader, osrom, extrom, etc.) as /dev/mtblock* devices.
08:37.24Finvethat cool
08:37.32Finve*thats
08:38.07Finveit freezed again...
08:38.21Finvemaybe its because i have 0% of main batterie
08:38.27Finvei will charge it for some time
08:38.48pH5no, it's probably some incompatibility between the new kernel image and the modules that you downloaded from the feed.
08:39.16pH5I'll upload a module tarball.
08:39.17Finvemaybe
08:39.29Finvethen i will try to access logs
08:39.42Finveis it possible to boot in some kind of safe mode?
08:39.46pH5if the battery runs low, it'll just turn off
08:39.51pH5Finve: safe mode?
08:40.09Finvewell, like in ubuntu, in init 3
08:41.52pH5maybe with the "single" kernel cmdline parameter.
08:42.22pH5I'm not sure how to set the init runlevel from kernel cmdline, but that should be possible, too.
08:43.25Finveubuntu uses also singe parameter
08:43.38Finvesingle
08:50.59Finveph5, magician doesn't boot with single option, it freezed on the splash screen and i cant get ssh access
08:51.35pH5Finve: not good. you can disable the splash with psplash=false, btw.
08:52.18Finveok, but i dont know if it makes sence...i am still not able to access the phone
08:52.51pH5Finve: I'm not sure if it starts dropbear in single user mode.
08:52.55Finvessh deamon should start as early as possible
08:53.48Finvedid you tried it on your phone?
08:54.02Finvei mean this new kernel
08:56.11pH5Finve: I'll ping you when I did. Currently, the test image is still building.
08:56.20Finveok
08:56.35Finveill return to my enlightment report
09:59.46*** join/#htc-linux psokolovsky_ (n=psokolov@82.193.99.11)
10:07.20*** join/#htc-linux AC_Mast42 (i=s@gateway/tor/x-380dad306e31744f)
10:15.24pH5Finve: I've uploaded a modules-2.6.21-hh16.tar.bz2
10:15.40pH5the kernel works, including sound/touchscreen/keys/etc. with my test image
10:27.52*** join/#htc-linux rob_w (n=bob@X1b00.x.pppool.de)
10:32.22Finveph5, is it the image you uploaded?
10:33.01pH5Finve: no, I didn't upload the image because I only have experimental angstrom 2008.1 builds and there are some xserver bugs left that have to be ironed out before it is usable.
10:33.02Finveok, didnt read the message before
10:33.05Finveill try it
10:33.22pH5just take the rootfs you have and replace the  kernel modules with the new ones.
10:47.50Finveph5, booting....
10:48.42*** join/#htc-linux tsdogs (n=tsdogs@62.123.180.130)
10:48.43Finvesysten check... ;)
10:48.48Finvetouch screen works
10:48.59FinveDialer: error setting antenna power
10:49.41Finveusb hotpluging works
10:49.50Finvessh works ;)
10:50.50Finveand i like this new smaller fonts
10:56.02Finveok, i can call
10:56.12Finveph5, but i cant hang up calls
10:56.20Finvei killed the dialer then
10:56.34Finveand now it is defunct and i cant start it again
10:58.31Finvekill -9 doenst work
10:58.48Finvei thought kill -9 works always ;)
10:59.17pH5the openmoko programs can break (and work again) almost daily :/
11:00.26Finvedevelopment version, i know
11:00.46Finveis there a way to kill the dialer
11:01.27pH5if kill -9 doesn't work, I don't think so. Try to kill Xfbdev
11:04.49Finveph5, it worked, thx
11:09.59Finveis there a way to read contacts from my sim card?
11:13.10pH5i don't know how far the phonebook implementation in libgsmd-tool is
11:13.25pH5you can do it with at commands, but I'm sure openmoko-contacts has no support for that yet
11:13.42Finveok
11:17.44Finveeven hangup with libgsmd doesnt work
11:18.40FinveAT+CMGF=0 is hangup?
11:26.15Finveph5, is there i command to turn off the display light?
11:26.43*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
11:26.59pH5bl
11:27.15pH5and if that is not installed, echo $VAL > /sys/class/backlight/*/brightness
11:39.07Finvebl says unable to open /dev/touchscreen/0...i dont even habe /dev/touchscreen
11:46.41pH5yeah, that's ancient.
11:51.38Finveis there a way to set some sort of watcher on power button press, so that brightness is set to 0
11:54.52pH5Finve: look at keylaunch sources for gpe images or neod sources for openmoko images.
12:17.50*** join/#htc-linux wireddd (n=wired@97-81-78-105.dhcp.athn.ga.charter.com)
13:14.14*** join/#htc-linux tsdogs (n=tsdogs@62.123.180.130)
13:31.58*** join/#htc-linux cr2_ (n=konversa@crpl6.physik.uni-wuppertal.de)
13:48.27cr2_hi
13:54.31Finvehi cr2_
14:00.44BabelOhi cr2_
14:13.35cr2_BabelO: what do we know about powering up/down the TI calypso on ba ?
14:14.26BabelOcr2_: nothing, it seem we have only reset sequence i put in blueangel_phone.c
14:28.19cr2_ok, but it may be a complete powerdown. who knows.
14:28.27cr2_is is consistent with magician ?
14:28.57cr2_i've looked at himalaya too, but lost my notes somewher.e
14:32.41*** join/#htc-linux goxboxlive (n=goxboxli@139.80-202-160.nextgentel.com)
14:33.23cr2_hi goxboxlive
14:35.12goxboxlivehi cr2_
14:35.56goxboxliveI just came back from Germany. Real warm wheater down there. Up here, grey, cold and wet :-)
14:36.20goxboxliveHas BabelO manage to get the phone working with Qtopia?
14:40.53cr2_yes.
14:40.59cr2_i've tried it too.
14:41.14cr2_not the phone working, but qtopia.
14:41.35BabelOhi goxboxlive
14:43.27goxboxlivehi BabelO , have you tested the phonelibs while i have been gone?
14:43.54BabelOgoxboxlive: yes, but it seem my ba modem have some trouble
14:44.06BabelOi think you can test gta plugins
14:44.45goxboxliveBabelO: that's what i have been testing before i traveld. I builded the GTA01 source, just editing the ports
14:44.51BabelOgoxboxlive: i m rewwritingdriver according to our multiplexer like on magician/ba, that's part is ok
14:45.03goxboxliveok
14:45.38cr2_goxboxlive: we have a real summer weather now ;-)
14:45.47goxboxliveThis is hoe far i got with the Universal and the GAT01 source
14:45.51goxboxlive: http://pastebin.no/2613
14:46.07goxboxlivecr2_: yes absolute :-)
14:47.07BabelOgoxboxlive: yes, but switch to atv1 mode
14:49.34*** join/#htc-linux dcordes (n=tsingtao@f048052052.adsl.alicedsl.de)
15:01.43goxboxliveok
15:03.10goxboxliveBabelO: wich file?
15:03.54BabelOhtcphonemultiplexer.cpp, there is ("ATE0") just replace ("ATV1E0") na dstart make again ;)
15:12.33goxboxliveok, booting
15:20.35goxboxlivehahah I have the phone working :-) Not  the mic though
15:20.59BabelOgoxboxlive: ah ah :) mic is in audioharwareplugin
15:21.02goxboxliveI also haveto fix ath
15:21.12goxboxliveOr maybe in alsamixer
15:21.31BabelOgoxboxlive: ath is easy to found in vendor_htcphone.cpp :)
15:21.41goxboxliveeven the signal level is working
15:22.41BabelOgoxboxlive: operator name ?
15:23.05goxboxliveno
15:23.12cr2_why?
15:23.34goxboxliveit's a litlle unstable though
15:23.39BabelOgoxboxlive: you are logged into network ?
15:25.01goxboxliveBabelO: yes i am able to receive calls
15:25.19BabelOgoxboxlive: so sms should work too
15:25.27goxboxliveI had to restart Qtopia, because it thought i still was in a actove call.
15:25.49goxboxliveIs the "ath" also in multiplexer file??
15:26.10BabelOgoxboxlive: no, it is in phonevendor/htcphone/vendor_htcphone.cpp
15:26.21goxboxliveok
15:26.23BabelOgoxboxlive: and also some other at command are here
15:28.00cr2_BabelO: how does it detect the operator ?
15:28.32BabelOcr2_: with cops notification
15:31.17*** join/#htc-linux Othello (i=nobody@gateway/tor/x-cf27509a3b3d639e)
15:34.08cr2_BabelO: hm. then why does it not work ?
15:35.34BabelOcr2_: need atChat trace to know return, maybe operator name database ;)
15:39.40BabelOcr2_: it is in qmodemnetworkregistration.cpp function queryRegistration and parseAvailableOperator
15:40.05BabelOcr2_: we need to know if universal support AT+COPS=3,0
16:04.07cr2_BabelO: Tx:AT+COPS=3,0;+COPS?\r
16:04.22cr2_Tx:AT+COPS=3,2;+COPS?\r
16:04.42cr2_Tx:AT+COPS=2\r
16:05.42cr2_BabelO: it seems that it's not working.
16:05.52cr2_3,0
16:06.05cr2_Tx:AT+COPS=3,0;+COPS?\r
16:06.14cr2_Rx:+CME ERROR: 30\r
16:06.26cr2_Tx:AT+COPS=0\r
16:06.36cr2_Tx:AT+COPS=3,2;+COPS?\r
16:06.49cr2_Rx:@HTCCSQ: 4\r\n+COPS: 0,2,"26201",2
16:06.58cr2_Rx:\r\n0\r
16:07.31cr2_The provider db is hardcoded everywhere.
16:07.48cr2_in the radio rom, in rilgsm, and so on.
16:15.20cr2_CME ERROR: 30 - "Unknown subscriber"
16:15.39cr2_hm. maybe at startup.
16:16.21cr2_goxboxlive: still here ?
16:19.54BabelOcr2_: and there is a special plugin to drive audio from mixer
16:47.06goxboxlivecr2_: yes
16:54.31cr2_goxboxlive: does AT+COPS=3,0 work for you ?
16:54.36cr2_i guess it should
16:55.38goxboxlivecr2_: i dont know, i have to check later. The kids are home again :-)
16:55.50cr2_ok.
16:57.53goxboxlivehaha i have vibra working :-)
16:58.09pH5bzzt
16:58.26BabelOlol
16:58.31BabelOhi pH5
16:58.41pH5hi
17:00.49goxboxlivei am not able to place calls yet
17:02.46goxboxlivehi pH5
17:03.29goxboxlivewell i have to play more with this later. Still not able to hangup and dial out, but i guess that's just some AT stuff.
17:33.58*** join/#htc-linux smev (n=smev@S01060011d8441240.cg.shawcable.net)
17:45.33*** join/#htc-linux goxboxlive (n=goxboxli@139.80-202-160.nextgentel.com)
17:55.22*** join/#htc-linux bd2_ (n=cbou@89.113.85.104)
17:58.39*** join/#htc-linux pH5 (n=ph5@p5485DB5B.dip.t-dialin.net)
18:08.28*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
18:11.47*** join/#htc-linux huhlig (n=UhligH@118.sub-75-211-236.myvzw.com)
18:30.06*** join/#htc-linux pH5_ (n=ph5@p5485E7E7.dip.t-dialin.net)
19:26.05*** join/#htc-linux tsdogs (n=tsdogs@62.123.180.130)
19:27.48cr2_hi tsdogs
19:27.53tsdogshi cr2_
19:27.55smevsup
19:28.15cr2_tsdogs: i'm downloading your patch
19:28.32*** join/#htc-linux gundam (n=gundam@slackware.it/staff/gundam)
19:28.33tsdogsto roadmap mainline?
19:28.57cr2_smev: i've decoded (partially) the kaiser stuff. it looks very similar to titan.
19:29.05cr2_tsdogs: no, the loadimage
19:29.19tsdogsho ok, not much use though :)
19:30.08cr2_ok
19:30.11smevcr2_: nice, and as for the front speaker, do you think is possible to redirect audio there ?
19:30.36*** join/#htc-linux tsdogs_ (n=tsdogs@62.123.180.130)
19:30.51cr2_smev: you put difficult questions :) don#t know yet.
19:31.01tsdogs_cr2_: sorry my laptop is acting funny
19:33.33*** join/#htc-linux tsdogs__ (n=tsdogs@62.123.180.130)
19:33.50tsdogs__BabelO: you around?
19:34.03smevcr2_: I don't mind funding innovation :P
19:35.32cr2_smev: it's not about funding. it's about time and complexity.
19:40.18cr2_smev: and it's better to have such phone. at least for some time. and the final result _may_ be negative, i.e. it may be impossible ;-)
19:50.22tsdogscr2_: have you ever tryed building qtopia-core with OE?
19:51.01cr2_no.
19:51.07tsdogsok
19:51.15cr2_my bitbake is unhappy with suse10.1
19:51.32tsdogs:) had that before with Fedora 7
19:51.41cr2_it insists on installing some package which i don't have
19:51.44cr2_pysqlite2
19:52.09smevbrb
19:52.57tsdogsI get are really strange error:
19:52.57tsdogs| QDir::currentPath: stat(".") failed
19:52.57tsdogs| codecs/qtextcodecplugin.h:67: Error: Undefined interface
19:53.31tsdogsthe funny thing is that at line 67 there is nothing :/
19:54.57cr2_looks like an nfs problem.
19:55.15cr2_or the removed directory.
19:55.21tsdogsI'm not on NFS,
19:55.46cr2_some other part of the script/makefile removed the directory
19:56.20tsdogsI have no idea, but all the files are there (command is moc)
19:56.21cr2_i can guess from the messages of goxboxlive that it will be very easy to make qtopia run on the universal.
19:56.29cr2_run strace
19:56.43tsdogs:) like it's easy
19:56.45cr2_-ff
19:57.04cr2_even with the phone
19:57.13cr2_he has only minor problems.
19:57.34cr2_well, and i need to fix the ak4641 i2c driver :)
19:57.43tsdogscr2_: http://www.pastebin.ca/708376
19:57.47cr2_to support alsa mixer properly
19:58.07tsdogsyep, long time issue I think
19:58.57cr2_can you run the moc command manually ?
19:59.18cr2_we control our userspace now :)
19:59.34cr2_no need for zaurus hacks and such braindead stuff.
19:59.54tsdogsI have done it but same issue, though it seems that the command line is missing the source UI
20:00.38tsdogsI'll check something out.
20:01.43tsdogsok uic file is missing.
20:03.10cr2_ok.
20:18.33*** join/#htc-linux dion (n=dion@inhex.net)
20:33.55tsdogscr2_: are you going to do a patch for the mainline?
20:34.24tsdogsshould we split the map / gui patches? I think so
20:35.12cr2_i think you should send the qt4 patches
20:35.38cr2_i'm not quite ready with the map. i need to add the 'cities' db, so we can test the search.
20:36.59tsdogscr2_: ok.
21:18.42cr2_tsdogs: i've found out that rdmindex works, and creates some index file.
21:19.04cr2_i need to check the structure of this file.
21:24.48*** join/#htc-linux TBBle (n=tbble@2001:388:f000:0:0:0:0:2d)
21:37.40*** join/#htc-linux tsdogs (n=tsdogs@62.123.180.130)
21:38.34tsdogscr2_: I thought it was only for the US state index ...
21:46.08cr2_tsdogs_: it was the old index.
21:46.39cr2_the new one scans the .rdm files for metadata and aggregates it.
21:48.30*** join/#htc-linux huhlig (n=UhligH@c-76-20-46-192.hsd1.ca.comcast.net)
21:54.39tsdogscr2_: good so we can tell the user which maps are installed and also display them without needing to know the lon/lat
21:58.21cr2_you can do it right now to some extent
21:58.29cr2_use qtroadmap --square
21:58.46cr2_look at the commandline parameters
22:00.29tsdogsok thx
22:11.28*** join/#htc-linux tsdogs__ (n=tsdogs@62.123.180.130)
22:33.08*** join/#htc-linux tsdogs (n=tsdogs@62.123.180.130)
22:41.55cr2_tsdogs: so many names now :)
22:42.19tsdogscr2_: well done
22:43.28cr2_it's a hack.
22:43.43cr2_i think you should try to create an ipk
22:44.16cr2_we can enhance the program to no end, but it's useful to be able to show something.
22:44.55tsdogscr2_: I'm trying to build qtopia-core with oe but still failes. that was the point though.
22:45.17tsdogsthere must be something in my distro which prevents it to build.
22:45.37tsdogsI should retry building the whole, which means a couple of days building :(
22:46.38cr2_ok.
22:46.54cr2_maybe i should upgrade to suse10.2
22:47.40cr2_i have another question
22:47.45tsdogsno idea.
22:47.46tsdogsshoot
22:48.00cr2_there is something missing in the roadmap_editor
22:48.08cr2_that i'd really like
22:48.31cr2_when you click on the street, its name and house range is shown
22:48.32tsdogswhy don't they merge it? :)
22:48.44tsdogsok
22:49.17cr2_i'd like to edit the oneway/speed for this street segment
22:49.32cr2_without going into great details like roadmap_editor
22:49.43cr2_maybe just dumping it into syslog
22:50.14cr2_seg_num is oneway
22:50.29tsdogscr2_: the data is there right?
22:50.47cr2_also for turn restrictions, but it will require a selection of 2 segs
22:50.49cr2_sure
22:51.09tsdogsok so you need it in the editor version or the mainline?
22:51.11cr2_the seg always has an id.
22:51.32cr2_hmm. i don't like the idea of 2 branches.
22:51.42cr2_and we have our own for the route planning ;)
22:51.46tsdogsme neither.
22:51.48tsdogs:)
22:51.55cr2_what can we do ?
22:52.31cr2_i think roadmap_editor is too complex
22:52.39tsdogsI see that mainline is more comunicative, maybe we could try port the features from the editor
22:52.52cr2_i just want some basic editong ops. without messing with the db, xml and so on.
22:53.18cr2__editor also implements route planning.
22:53.33cr2_maybe just separate editing from planning ?
22:53.46cr2_and editing from the rdm DB changes.
22:54.04cr2_actually, i was able to compile the wince version of editor.
22:54.10tsdogsok but street navigation info is not in rdm right?
22:54.19cr2_with gcc.
22:54.22cr2_partially.
22:54.42cr2_well, let's try to set the priorities.
22:55.18tsdogscr2_: well from my point of view, we have more possibilities to see our changes get to the mainline than the editor...
22:55.26cr2_i'm leaning to the db part, you to the gui.
22:55.36cr2_yes, that's certainly so.
22:55.51cr2_because the _editor is customized for some project
22:56.07cr2_we don't care about, and don't need to be constrainted by.
22:56.16cr2_i've asked about oneway.
22:56.18cr2_once.
22:56.25cr2_it is a trivial change.
22:56.33cr2_just 1 more checkbox
22:56.42cr2_and one more text input box.
22:56.58tsdogsok. so editor would probably be best right now.
22:57.02cr2_but the answer was: it will confuse the people of that project.
22:57.10tsdogs:)
22:57.23cr2_it was a year ago , or more.
22:57.42cr2_the problem is that we have a custom version for the editor too.
22:58.07tsdogscr2_: what would you use it for?
22:58.09cr2_and the editor needs its custom maps
22:58.50cr2_create a map from the OSM db, and use it to modify oneway/speed/turn restrictions.
22:59.32tsdogsok, so we could change the actual _editor, no need for fancy things at least from the gui part
22:59.41cr2_so, should we update our _editor to the latest CVS ?
22:59.47cr2_yes.
23:00.31cr2_ok. let's compile 2 ipks first
23:00.35tsdogsI'll keep this version for reference, but afair we only modified the gui there... no need to keep it that way
23:00.43tsdogscr2_: ok
23:00.52cr2_our CVS main and _editor
23:01.12cr2_both are useable
23:01.20cr2_for certain tasks
23:01.35tsdogsI'm porting the roadgps changes to mainline then either oe builds it or I'll do them manually.
23:01.37cr2_so we can think about the enhancements, and merging.
23:01.47cr2_ok.
23:01.57cr2_is roadgps skinnable ?
23:02.05cr2_like this Polish file ?
23:02.16cr2_i forgot.
23:02.25cr2_or are the colours hardcoded ?
23:02.32tsdogssome, kind of
23:03.04tsdogsno there is some configuration (right now only 3, but with mine they are 7)
23:03.17cr2_add them to the config.
23:03.25tsdogscr2_: ok
23:03.30cr2_maybe somebody wants to run a b&w version.
23:03.40tsdogs:)
23:03.44cr2_hardcoding colors is bad in principle.
23:03.57cr2_because of 2/8/16/24 depth differences.
23:04.04tsdogsthey ain't hardcoded, though they have defaults
23:04.17cr2_ok.
23:05.03cr2_so, i'll try to repair my oe setup.
23:05.28cr2_and will also check if i still can compile our _editor :)
23:05.51tsdogsgood
23:10.53cr2_the setups are different
23:11.07cr2_.roadmap_editor
23:11.10cr2_probably
23:11.16cr2_needs to be created.
23:14.29cr2_no map available
23:14.36cr2_that's true.
23:15.04cr2_ok, so it was postgis db.
23:15.26cr2_i'll put the shapefile on my todo list.
23:15.45cr2_it's not very difficult to backport.
23:15.45tsdogsok, lot's of work.
23:16.03cr2_no, i can reuse the old db.
23:16.12cr2_for me, but not for the others.
23:16.27tsdogs:)
23:16.36cr2_hmm. you must have the map anyway :)
23:17.13cr2_and i must have it somewhere too.
23:17.29cr2_just don't like that it looks into ~/.roadmap/maps
23:18.39tsdogswhy not? everybody can have their own maps...
23:19.05tsdogscr2_: it should also look in /usr/share/roadmap/maps
23:19.58cr2_.roadmap_editor vs. .roadmap
23:21.31tsdogsok that's defenetly needed and not a dificult task :)
23:22.08cr2_ok, found the map in my e-mail to you.
23:22.22tsdogs:)
23:22.25cr2_but it's not so good as the new one :)
23:22.53cr2_better solution.
23:23.20cr2_is to use the new index file for the new program.
23:24.18cr2_invalid line/bysquare1 structure
23:24.23cr2_hmm. strange
23:25.01tsdogsthat's an incompatible map
23:25.53cr2_yes, but it's strange.
23:30.32*** join/#htc-linux Funklord (n=cow@c-dcd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
23:33.00cr2_invalid
23:33.10cr2_ok. i give up for today.
23:33.12cr2_good night :)
23:34.30tsdogsgood night
23:54.21*** join/#htc-linux dcordes (n=tsingtao@f048052052.adsl.alicedsl.de)

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