IRC log for #htc-linux on 20080414

02:00.04*** join/#htc-linux the_sys0p (i=the_sys0@gateway/tor/x-ac34c82884147651)
02:03.09*** part/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
02:12.09*** join/#htc-linux mercwut (n=xxmercur@24-181-29-60.dhcp.smyr.ga.charter.com)
03:03.37*** join/#htc-linux surgex0 (i=surge@pool-71-126-14-103.bflony.east.verizon.net)
03:06.25*** join/#htc-linux TimRiker (n=timr@rikers.org)
03:32.51*** join/#htc-linux surgex0 (i=surge@pool-71-126-14-103.bflony.east.verizon.net)
04:28.45*** join/#htc-linux kiozen (n=kiozen@rgnb-4db1ddce.pool.einsundeins.de)
04:33.18*** join/#htc-linux goxboxlive (n=goxboxli@195.159.97.196)
05:47.58*** join/#htc-linux kiozen (n=kiozen@p5492A1DB.dip0.t-ipconnect.de)
06:08.45*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
06:17.49*** join/#htc-linux rob_w|laptop (n=rob@p549B92CC.dip0.t-ipconnect.de)
06:23.59*** join/#htc-linux TimRiker (n=timr@rikers.org)
06:39.56*** join/#htc-linux the_sys0p` (i=the_sys0@gateway/tor/x-03c8871364875fa6)
06:48.51*** join/#htc-linux marbalon (n=marbalon@212.122.223.98)
06:55.48*** join/#htc-linux marbalon (n=marbalon@212.122.223.98)
07:08.38*** join/#htc-linux the_sys0p` (i=the_sys0@gateway/tor/x-f8cc348fdf41a11a)
07:24.41*** join/#htc-linux rob_w|lapp (n=rob@p549B92CC.dip0.t-ipconnect.de)
07:39.47*** join/#htc-linux Babel1 (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
07:42.00BabelO_~morning all
07:42.01aptACTION bends space and time, trapping all in a universe of eternal monday mornings
07:45.36*** join/#htc-linux patoche (n=patoche@77.200.40.21)
07:59.45kiozenwonders why apt is so mean
08:18.04BabelO_kiozen: i just try gpsvp on artemis ;) and windows xp
08:20.05kiozenBabelO_:  bah, vector maps, who needs it ;)
08:20.43kiozenbtw does it have routing?
08:21.02BabelO_kiozen: yes routing , raster map too
08:21.22kiozenon garmin img files?
08:21.31BabelO_kiozen: http://gpsvp.garminmapsearch.com/
08:21.56BabelO_kiozen: sorry it is just traffic not routing
08:23.22kiozenbad luck for cr2, no nod/net decoding
08:23.54cr2morning
08:24.01BabelO_kiozen: is it so different from traffic node ?
08:24.13BabelO_morning cr2
08:24.31cr2yes, libgarmin is the best when it comes to decoding. but completely undocumented.
08:24.48kiozencr2: aren't we used to that?
08:25.05kiozenand you don't read docs anyway
08:25.23cr2BabelO_: how does it manage memory for .img ?
08:25.39cr2kiozen: it's bad when the code is written, but never called.
08:26.09cr2kiozen: i don't have a problem with the code that is undocumented, but used. see .asm :)
08:26.09BabelO_cr2: i tell you that in few minutes, currently getting img files
08:26.23cr2ok.
08:27.01kiozencr2: yes, one day I have to play with libgarmin...
08:27.07cr2BabelO_: i think that the gpsvp code can be better structured, and the .img handling made a library.
08:27.49cr2kiozen: libgarmin is programmed in a strange way too.
08:28.10kiozenyes, it's C
08:28.37cr2kiozen: gpsvp uses gdiplus and does other strange things. gdal is so much better :)
08:29.06cr2kiozen: C is ok when it's well written
08:29.57kiozenhehe, libgarmin in C but written in an object oriented way. like GTK
08:30.17kiozenI always wonder why they don't use c++ in this case
08:30.41kiozenas doing it the object oriented in the C way really sucks
08:31.01cr2yeah. old-school hackers.
08:31.20cr2use C :)
08:31.28kiozenhm, more evangelists
08:31.28cr2for all tasks.
08:31.36cr2lol
08:31.51cr2i find qt4 a necessary evil, btw.
08:32.41cr2i didn't find split() in stdc++, it's only in java and QString.
08:32.47kiozeni think it's perfect, every other similar way with that quality will produce similar code
08:33.02cr2it was nice that tsdogs has written a C version :)
08:33.59cr2yes, qt4 is very good. it has all advantages of java without virtual machine and garbage collection.
08:33.59kiozenyes for that kind of stuff I always use basic ANSI C libs
08:34.19kiozenunless QString is availbale anyway
08:34.32kiozenbut even then strtok is still an option
08:35.28cr2strtok is non-obvious function with strange side effects.
08:35.55cr2destroys the original string, and is non-reentrant.
08:36.10kiozenas select(), but once you know how to handle it's very efficient
08:36.33cr2and strdup() is non-ansi, so strtok becomes a real PITA.
08:37.13kiozennot for tokenize ASCII protocolls on TCP/IP (what I do quite often)
08:37.24cr2yes, but it's too lowlevel.
08:37.27cr2lol
08:37.40BabelO_cr2: what do you mean ? split is available in qt
08:37.56cr2BabelO_: yes, but not in stdc++
08:38.12cr2BabelO_: i've said only qt and java.
08:38.14BabelO_cr2: it is in awk too, so it is a standard ;)
08:38.33cr2BabelO_: yes, that's why i always want it :)
08:38.43kiozenstd::string sucks, never have seen such a bad half cooked string class
08:39.14cr2kiozen: std::strings looks like being written by fortran programmers.
08:39.21kiozenLOL
08:39.37cr2heh. it has the same capabilities.
08:39.57kiozenit's more written by a big company and abandoned at half of it's birth
08:41.01cr2qstring is done right.
08:41.11cr2i wish there was a C version.
08:41.54kiozenyou can write a C interface :P
08:42.13cr2:D
08:42.15cr2later.
08:43.54*** join/#htc-linux marbalon (n=marbalon@212.122.223.98)
09:01.12*** join/#htc-linux Marex (n=marex@vasut.kolej.mff.cuni.cz)
09:02.19*** join/#htc-linux marbalon (n=marbalon@212.122.223.98)
09:14.20*** join/#htc-linux CVirus (n=GoD@82.201.178.187)
09:37.12*** join/#htc-linux |patoche| (n=patoche@77.197.38.63)
10:12.43*** join/#htc-linux patoche (n=patoche@77.197.38.63)
10:23.43*** part/#htc-linux patoche (n=patoche@77.197.38.63)
10:42.50*** join/#htc-linux |patoche| (n=patoche@77.197.38.63)
10:55.33*** join/#htc-linux NiZoX (n=nizox@88.161.58.43)
10:55.35NiZoXhi
10:58.14*** join/#htc-linux Sliss (n=chatzill@212.71.15.163)
11:30.44dcordesmarbalon: hi
11:31.04marbalondcordes: hi
11:31.39dcordesmarbalon: I tried what you said about the hang in the forum. worked one time, then same again.
11:32.10dcordesand I booted your zImage with matrix keyboard. I was able to press some keys. Android also showd reaction. But then panic
11:33.04marbalondcordes: it's hand after some key pressed, I tested it on linux box
11:33.15marbalon*hang
11:33.21*** join/#htc-linux SmallR2002 (n=SmallR20@79-77-126-237.dynamic.dsl.as9105.com)
11:33.36Slisswho has a bleuangel?
11:33.41dcordesmarbalon: can you say again how you boot?
11:33.53Slisswith the latest qtopia?
11:34.21dcordesSliss: I'm not speaking of BA n'either of qtopia
11:35.07Slissyes i know... but I am asking
11:35.33Slissis there a known problem with the suspend mode?
11:35.53Slissafter a suspend I get only a white screen
11:35.59dcordesSliss: I have a BA with arecent qtopia, yes. And I do have problems with resume from suspend: screen fades to white
11:36.10dcordesthis is because you have board id 6
11:36.34Slissah ok well I just disable suspend then
11:36.49dcordeswe have to wait for somebody to create a new driver
11:37.01dcordestil then better disable yea
11:37.22marbalondcordes:I have all files on internal storage and just before I run android I copy initrd-android from SD to internal storage. that's all
11:38.33dcordesmarbalon: do you overwrite the old one?
11:38.33marbalonyes
11:38.33dcordeslet me try that again....
11:40.42dcordesmarbalon: do you boot after you turn kaiser on?
11:41.38marbalondcordes: yes, just after reset
11:41.53Slissis there a known problem with the microphone? when I call the receiver doesn't hear me and in the phone settings I can't seam to change the microphone's loudness
11:44.02dcordesSliss: fire up a terminal. Go to alsamixer, set microphone switch something from internal to external.
11:44.16Slissah thx
11:46.16Slissoops i presses an s on the small keyboard and now it is repeating whatever i type!
11:46.20dcordesmarbalon: ok rebooted, copied over initrd-android replacing the old one..
11:46.38dcordesSliss: that's the 'normal' ba keyboard error
11:46.48dcordesno fix for that yet
11:46.57Slisscan I stop it?
11:47.15dcordesno. keyboard driver is a kernel builtin so you can't reload the moduÃle
11:47.20Slissaah never mind system hanged ;-)
11:51.49dcordesSliss: in case it's only the system :)
11:51.56dcordeswhy worry
11:52.18dcordesmarbalon: hanged again.
11:52.38*** join/#htc-linux goxboxlive (n=goxboxli@195.159.97.196)
11:54.38marbalonhmm.. I have no idea, maybe try enable haret logging (earlyharetlog.txt)...
11:55.42marbalonsomeone wrote this solution on  forum, I have this file to... maybe combined with my trick works...
11:57.53dcordesok will try combo
11:58.12dcordesnot so scientific all that :D
11:58.40marbalonthat's true
11:58.42dcordesmarbalon: dzo said I shall try earlyprintk or so. but since linux doesn't print anything to the fb.....
11:59.57*** part/#htc-linux |patoche| (n=patoche@77.197.38.63)
12:00.07marbalondcordes: when your kaiser hangs, what is the last screen ?? full progress bar ??
12:00.15dcordesfull progress bar.
12:00.23dcordes(fb untouched)
12:00.47cr2dcordes: i'll do the lcd spi for n560, so baordid6 will work too.
12:00.58BabelO_cr2, kiozen : http://linuxbox2.free.fr/blueangel/gpsvp/
12:01.04marbalonlike in my kaiser (before trick ;)
12:01.21dcordescr2: nice. bitbangin driver?
12:01.39cr2BabelO_: ascii only ??
12:01.44cr2dcordes: yes.
12:02.06dcordesmarbalon: with the combo it worked now :) see the knight rider
12:02.18marbalon;)
12:02.38marbalonthat was simple ;)
12:02.45dcordeswell now... let me reconstruct it
12:02.55dcordeshanged after two button presses
12:02.56BabelO_cr2: lok at google maps,i m at the right place inside the building ;)
12:03.06dcordesmarbalon: can you release your keyboard source code?
12:03.29cr2BabelO_: i guess google will block your ip RSN :)
12:03.35marbalondcordes: Yes but not now (@work)
12:03.40dcordesok
12:03.43BabelO_cr2: already done yesturday ;)
12:03.47cr2LOL
12:04.37marbalondcordes: I think hang problem is not driver problem, i testes it witch initrd-linux and i can write all the time
12:04.45BabelO_cr2: i just see there is some nice swimming pool around ;)
12:05.07dcordesmarbalon: ok. please release code ;)
12:05.10marbalondcordes: enter linux cmd etc.
12:05.24cr2BabelO_: the best way is to hijack the tiles from firefox. but i don't know how to do it in a reasonable way.
12:05.24dcordesor patch. and can you give me that initrd-linux?
12:05.48marbalonit is on the forum, one moment please...
12:06.05dcordescr2: there are bash scripts for dl google maps maps
12:06.20cr2dcordes: not really.
12:06.42dcordescr2: trust me
12:06.48dcordesI've seen that
12:06.59cr2long ago.
12:07.02dcordesyou could set the resolution and everything
12:07.08dcordesyes that was a year ago
12:07.18dcordesthey disabled this?
12:07.23cr2not _so easy_ anymore.
12:07.31cr2yes
12:07.42marbalondcordes:http://www.sendspace.pl/file/6Ojr72Cb/
12:07.48dcordesmarbalon: thanks
12:08.20cr2dcordes: for the 15/30 m/pix landsat data you don't need google.
12:08.46cr2you can just grab them as huge .ecw files directly from nasa.
12:09.05cr2and reprocess as you wish.
12:09.18dcordesare they free?
12:09.22cr2yes.
12:11.46dcordescr2: can you give me a link (just curious)
12:12.42cr2https://zulu.ssc.nasa.gov/mrsid
12:13.19dcordesthanks
12:17.39dcordescr2: hmm no sight seeing ;(
12:21.56BabelO_cr2: http://maps.live.com/?q=&mkt=fr-fr&scope=&FORM=LIVSOP do you know this one ?
12:23.48cr2BabelO_: does it work in firefox ?
12:24.04BabelO_cr2: yes i m running with firefox only ;)
12:24.14cr2on linux ?
12:24.43BabelO_cr2: ah, it is microsoft website ;) i ll check on home computer, wait ;)
12:29.30BabelO_cr2: i confirm, it works
12:29.50BabelO_cr2: there is a banner developer on bottom right
12:33.00dcordeshave a shell on kaiser
12:33.12*** join/#htc-linux goxboxlive (n=goxboxli@208.84-48-176.nextgentel.com)
12:33.45marbalondcordes: and keyboard works fine ?
12:33.53dcordesmarbalon: just perfectly.
12:34.23dcordesI had to use the combo trick though to boot: I just renamed your shell initrd to initrd-android and copied it over again
12:34.26marbalonmy driver is only correct mapping for standard gpio_matrix keyboard
12:34.27dcordesoverwriting the old one
12:34.53dcordesmarbalon: yes I know. you lack the extra keys like arrow. did you see my forum post about it? they use different irq
12:35.19marbalonI have no definition about irqs
12:35.40dcordeshttp://wiki.xda-developers.com/index.php?pagename=Kaiser_IRQ
12:35.58dcordeshttp://wiki.xda-developers.com/index.php?pagename=Kaiser_CPLD , GPIO etc..
12:36.12cr2BabelO_: strange. does not work for me.
12:36.51dcordesmarbalon: is the initrd loaded to ram or do we access it on the nand?
12:37.42BabelO_cr2: which firefox ? 1.5 or 2.0 ?
12:37.48marbalondcordes: initrd it's the android initrd without android
12:37.49cr2works now.
12:38.24BabelO_cr2: it is like others microsoft website, slow slow
12:38.59dcordesmarbalon: it's just gzipped isn't it?
12:39.22marbalonungzip && cpio
12:39.37dcordesmarbalon: how to reverse that?
12:39.46cr2BabelO_: does not switch to sat. m$ sux, nothing new.
12:40.22cr2BabelO_: with vmap0 quality.
12:40.58dcordescr2: you think I can boot an angstrom console-image with that?
12:41.02marbaloncpio && gzip ;), moment I cant remember I found some info in google
12:41.04BabelO_cr2: i think google do some picture enhancement, it is not the original picture, on french geoportail, quality is lower
12:46.06dcordescr2: hmm no sight seeing ;(
12:47.51dcordesoops
12:53.52dcordesÃbbl
12:56.51kiozenBabelO_: you can truncate the color hostogram on both sides, that will increase the contrast and color
12:57.12kiozens/hostogram/hIstogram/
12:58.59cr2kiozen: with imagemagick ?
13:01.49BabelO_kiozen: yes, and a gauss filter maybe
13:02.24BabelO_cr2: gpsvp is veryvery slow on device :( more more slower ... gisrussa is quick fast on same maps
13:02.42BabelO_s/quick/quite
13:03.12cr2BabelO_: it uses a different binary data format.
13:03.35cr2undocumented, but it's certainly not worth to break it.
13:04.20BabelO_cr2: even on universal it is slow, so not the cpu performance
13:07.34cr2BabelO_: at least it does not use OLE/COM and such weird m$ stuff
13:27.35*** join/#htc-linux dcordes (n=snoopdog@unaffiliated/dcordes)
13:29.33dcordeslol the android filesystem looks rather like some plan9 but not linux
14:05.34*** join/#htc-linux p3t3r__ (n=p3t3r__@wlan.net-you.de)
14:08.56*** join/#htc-linux Foxdie (n=foxdiefu@87-194-16-145.bethere.co.uk)
14:15.31*** join/#htc-linux patoche (n=patoche@77.197.38.63)
14:27.06*** join/#htc-linux merc (n=xxmercur@24-181-29-60.dhcp.smyr.ga.charter.com)
14:37.34*** join/#htc-linux GPF (n=gpferror@cpe-76-187-41-132.tx.res.rr.com)
14:50.42kiozenc2: ?
14:53.15BabelO_kiozen: are your QLandkarteM sources up to date ?
14:53.42kiozenBabelO_: svn is in sync
14:54.08BabelO_kiozen: ok, i think i understand why your windows are transparent ;)
14:54.23cr2wtf is gnet-2.0 ?
14:54.36kiozenBabelO_:  ok?
14:55.22kiozencr2: is there a way to replace the datum by spheroid param in proj4?
14:55.56kiozenI have got the major x axis and the inverse flatening
14:56.56cr2kiozen: +a= and +b=
14:57.24cr2if you don't like/have +ellps=
14:57.35kiozenok i try with the values from gdals mitab tables
14:57.49cr2add the +towgs84= too
14:58.20cr2hmm. maybe it's possible to use +f=, i'll check
14:58.36kiozenby that the wizzard would need the projection (merc, tmerc, utm) and a,b, towgs84
14:59.17kiozenok and a zone
14:59.46cr2<PROTECTED>
15:00.08kiozena = axis, b=flatening ?
15:00.35cr2utm is tmerc, unless you are in this funny 35 zone.
15:00.39cr2no.
15:00.46cr2a is major axis
15:00.51cr2b is minor.
15:01.05cr2b=a(1-f)
15:01.15cr2f=1/298.....
15:01.39cr2a=6379137 for wgs84
15:02.47kiozenutm is _a_ tmerc projection, but zones can be different, utm=6 degree GK=3degree
15:03.15cr2it depends on the country.
15:03.26cr2use +lon_0=
15:04.04Raven_codaIs there a git repo for the himalaya?
15:04.04kiozenyes, if it's not utm you have to use +lon_0 and +x_0
15:04.13cr2check /usr/(local/)share/proj/epsg and ph3ar :)
15:04.15cr2ok.
15:04.46cr2but you can cover utm with generic tmerc
15:04.55kiozenbut that will get complicated==confusing again :/
15:05.06kiozenutm is easy
15:05.20kiozenbut every tmerc is too much for a noob
15:05.54kiozenbut let's start with the datum / towgs stuff
15:05.57cr2agreed.
15:05.58cr2ok.
15:06.51kiozenis waiting for the day you can show the map to the pc and you get the right proj string
15:07.14cr2but  the mi datum list is covered by doing +ellps= +togws84=
15:07.47cr2i wish there was a +init=mi:NNNN in addition to +init=epsg:MMMM
15:07.55*** join/#htc-linux patoche (n=root@lns-bzn-53-82-65-36-136.adsl.proxad.net)
15:08.14cr2but it's blasphemy :)
15:08.28cr2proj4 should not depend on ogr/mitab
15:08.58kiozenI will use the asDatumInfoList and the values from asSpeheroidInfoList
15:09.23kiozenI simply copied the tables to GT
15:09.56cr2yes.
15:11.56kiozenBabelO_ so, what is that transparent thingy?
15:12.50*** join/#htc-linux TimRiker (n=timr@68-27-120-244.area1.spcsdns.net)
15:13.03BabelO_kiozen: as you start qlandkarteM alone, transparent value is black, because none is background
15:13.17BabelO_just need to change the BGMode or the parent of the window
15:13.38kiozenahhhhhh! Ok i'll try this evening :) thanks!
15:14.48Raven_codaHow about just the touchscreen files, does anyone know where I can git the touchscreen drivers for the himalaya?
15:15.17dcordeshandhelds.org ?
15:15.24cr2Raven_coda: himalaya ?
15:15.33Raven_codaI browsed there a nit and didn't see it
15:15.38cr2Raven_coda: it's the same driver as blueangel
15:15.44Raven_codatsc2200?
15:16.22cr2himalaya is 90% ba. without spi keyboard and wifi. but with funny asic5 for bt uart.
15:16.24cr2yes.
15:16.46cr2Raven_coda: you have himalaya ?
15:17.06dcordesRaven_coda, http://handhelds.org/cgi-bin/cvsweb.cgi/linux/kernel26/arch/arm/mach-pxa/htchimalaya/
15:17.08Raven_codano, but I beleive the kaiser touch screen is closer to tsc2200 then tsc2003
15:17.56dcordeshttp://handhelds.org/cgi-bin/cvsweb.cgi/linux/kernel26/drivers/input/touchscreen/
15:18.02cr2kiozen: i've decided to finish lcd spi and bt. then send n560 to you. for resume i only need to analyze the SPL .asm
15:18.13Raven_codathx dcordes
15:18.19dcordesde nada
15:18.20cr2Raven_coda: it#s unlikely
15:18.24Raven_codawhy so?
15:18.41cr2Raven_coda: there are 2 choices. MSM ADC port, or TSC2003 i2c.
15:18.45Raven_codafrom the looks of it direction keys are controled by touchscreen
15:18.57kiozencr2: ok, as you wish :) It's not up to my decission
15:18.59Raven_codatsc2200 isn't i2c?
15:19.33Raven_codakaiser touchscreen is i2c at address 0x48
15:19.55cr2kiozen: i'm mostly looking at the .asm recently.
15:20.12cr2Raven_coda: tsc2200 is spi.
15:20.29Raven_codatsc2003 driver is able to init the device and get X and Y info correctly but the pressure (Z1) is way not even close
15:20.32cr2Raven_coda: id=0x24  ?
15:20.35Raven_codadarn,
15:20.55Raven_codano, I'm sure it's 0x48
15:21.02kiozenok, in the end it just has to work, if there is one 100% working model it's easier to talk others to follow
15:21.21BabelO_kiozen: where is the window creation ? cpp file ?
15:21.53kiozenBabelO_: CCanvas is the base window
15:22.15kiozenelse most windows have IWidget as base
15:22.18cr2Raven_coda: can you see the i2c data traffic with mmutrace ?
15:22.25Raven_codaOEM_misc.dll had no identifing marks in it, is there any other place I can look to try and tell for sure what type of ts the kaiser has
15:22.29Raven_codayes
15:22.49Raven_codaI can even trace to vogue ts driver dzo made
15:22.52BabelO_kiozen: ok
15:23.04cr2Raven_coda: touch.dll ?
15:23.27Raven_codait polls the device and I can conferm the x and y pos it gets are from touch screen
15:23.53cr2Raven_coda: does tsc2003 have id 0x48 ?
15:24.06Raven_codathat's what dzo said
15:24.57Raven_codano touch.dll in windows dir
15:25.28cr2lsmod in haret ?
15:26.38cr2Raven_coda: hmm
15:26.41cr2GetXY_TSC2003: Perform Z2 Read ID:0x%x FAIL
15:26.41cr2GetXY_TSC2003: Perform Z1 Read ID:0x%x FAIL
15:26.41cr2GetXY_TSC2003: Perform Read ID:0x%x FAIL
15:26.41cr2GetXY_TSC2003: FAIL dwI2CFailRetry=%d
15:26.41cr2GetXY_TSC2003: Perform Write ID:0x%x, ADDR:0x%x FAIL
15:27.25cr2i don't know about the purpose of these MSM ADC refs:
15:27.28cr2TSSC_STATUS=0x%x
15:27.28cr2TSSC_CTL=0x%x
15:27.28cr2InitTSSC
15:28.00cr2wtf is TFLO ?
15:28.01Raven_codalsmod does list touch.dll
15:28.08Raven_codaso I'll have to go find it
15:28.17cr2testwm5.exe
15:28.38cr2of pick the nbh
15:28.47cr2s/of/or/
15:28.59Raven_codaTFLO = touchflo
15:29.54cr2what is that ? i'm not an MBA in marketing :)
15:30.36Raven_codaallows scrolling by sliding figure acrross screen
15:30.58cr2so it's ts-related.
15:31.09cr2just some software on top of ts.
15:31.09Raven_codayes
15:31.12cr2ok.
15:31.26Raven_codayeah just software I beleive
15:31.44Raven_codawhere did you get that "Get XY_TSC2003:" info from
15:31.51cr2touch.dll
15:32.09Raven_codaah
15:32.47Raven_codalooks like it's IDA time ;)
15:33.06cr2lol
15:33.36cr2linux development is 1/2 ida time ;)
15:48.35*** join/#htc-linux rob_w (n=bob@X09bc.x.pppool.de)
15:55.17*** join/#htc-linux SmallR2003 (n=SmallR20@79-77-49-69.dynamic.dsl.as9105.com)
16:15.51*** join/#htc-linux Robwoerle (n=bob@X10e1.x.pppool.de)
16:16.45*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
16:17.00*** join/#htc-linux pH5 (n=ph5@e178220130.adsl.alicedsl.de)
16:43.08*** join/#htc-linux kiozen (n=kiozen@rgnb-4db1ddce.pool.einsundeins.de)
16:43.28kiozenBabelO_: background works in M, now :)
16:45.31BabelO_coll perfect for me +10 pts for M :)
16:46.46BabelO_s/coll/cool/
16:46.52BabelO_art apt
16:46.57BabelO_~lart apt
16:46.57aptdecapitates babelo_ conan the destroyer style
16:47.04BabelO_grhh
16:47.44*** join/#htc-linux JohnnyK (n=johnnyk@nfx-nat-229.pilsfree.net)
16:51.45*** part/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
16:58.49dcordesRaven_coda, found anything out?
17:00.17Raven_codanot, yet
17:00.46Raven_codadzo's touch driver uses the pressure to determine if touched or not
17:01.04Raven_codabut kaiser doesn't display pressure like vogue does for some reason
17:01.12dcordesRaven_coda, do you know what kaiser touchscreen device name is?
17:01.26Raven_codaI'm trying to modify the driver to use the irq like it should anyway
17:01.39Raven_codapretty sure it's a tsc2003
17:01.52Raven_codaatleast that's what windows claims it is in touch.dll
17:01.59dcordesi see
17:02.47*** join/#htc-linux ovod (n=ovod@wn1nat26.beelinegprs.ru)
17:11.21dcordespH5, hi can you help me making a console-image for kaiser?
17:14.55pH5dcordes: sure, what do you need to know?
17:15.07pH5(hi everyone)
17:16.16dcordespH5, basically I don't know where to start
17:17.00dcordesI currently boot this http://it029000.massey.ac.nz/vogue/
17:17.17dcordeswe have all present drivers built in, no modules.
17:17.39dcordesI thought about just replacing the initrd with some console-image from zaurus or so
17:18.25dcordesandroid doesn't even have busybox as it seems
17:19.04pH5dcordes: I'd say basically it's just "bitbake console-image" after setting up a machine configuration file for the kaiser and an empty kernel package.
17:19.30dcordespH5, is there such an empty kernel package(recipe) ?
17:20.18pH5dcordes: I had one, but it doesn't work anymore. let me fix that real quick..
17:20.34dcordesgreat
17:22.21dcordesI wonder which arm instructions msm7200 does understand
17:23.14pH5afaik 7200 have an arm1136ej-s core, that is armv6
17:24.04*** join/#htc-linux c4software (n=valentin@roo49-2-88-161-139-221.fbx.proxad.net)
17:24.48dcordesyes and phon has arm9
17:26.14pH5nokernel.bb: http://en.pastebin.ca/984916
17:26.23pH5at least it builds again
17:26.30pH5'builds'
17:27.56dcordesheh it's even gpl
17:28.24pH5sure, kernel is gplv2 :)
17:28.37dcordes^^ do I put that into packages/linux/?
17:29.04pH5yes, and set PREFERRED_PROVIDER_virtual/kernel = "nokernel" in the machine conf file
17:29.29dcordesok
17:29.54dcordesdo you know which other archs armv6 understands?
17:31.03pH5huh? armv6 is an instruction set
17:31.33pH5ah, are you asking what to put into PACKAGE_EXTRA_ARCHS?
17:31.42dcordesright
17:31.45pH5same as nokia800.conf, for example
17:31.49dcordesok
17:33.26*** join/#htc-linux CVirus (n=GoD@82.201.178.187)
17:34.39*** join/#htc-linux JohnnyK_ (n=johnnyk@nat-sloane.pilsfree.net)
17:37.21dcordespH5, which XSERVER shall I pick?
17:37.32*** join/#htc-linux johnnyk__ (n=johnnyk@nfx-nat-229.pilsfree.net)
17:37.58pH5doesn't matter for a console image, right
17:38.41pH5but once you get there, fbdev. unless somebody writes a special server for msm7k
17:39.02dcordespH5, ok soft or hardfloat?
17:39.16pH5does the lcd/framebuffer work now?
17:39.56dcordespH5, yep
17:40.21dcordesandroid boots into an odd ui
17:40.26pH5I'd copy the nokia800 settings, there's a FPU is in all arm11 processors, right?
17:41.23dcordesI'm doing that just doubble checking everything
17:41.43dcordesso FPU = hard?
17:41.48*** join/#htc-linux zyxell (n=John@chello089078117046.chello.pl)
17:41.55zyxellhi all
17:42.24pH5hi zyxell
17:42.34pH5dcordes: I don't know, but my best guess is yes.
17:43.35dcordespH5, the android-initrd thing is a cpio and gz packed file. is there such an image type in OE? I mean I could put any image type as long as I configured the kernel to build the fs support, right? but I would like to keep that so people in the forum can try the initrd
17:43.52dcordesw//o need of a new kernel
17:44.18pH5yes, looks like the same options should work for both omap24xx and msm7k
17:44.47pH5that's just the file system type, you can select that for example in machine.conf or local.conf
17:45.17pH5IMAGE_FSTYPES = "tar.bz2 cpio.gz"
17:45.20pH5for example
17:45.39c4softwareanybody have try to boot initdr-android on htc wizard ?
17:45.55dcordesah cpio.gz is what I was looking for thanks. Is also the include file for arm11 valid for kaiser which nokia points to?
17:45.58pH5not possible, android needs armv5
17:46.05pH5uh, stop, sorry
17:46.12pH5omap850 is armv5?
17:46.33dcordesno idea
17:46.38Raven_codayeah, it is
17:46.39pH5yes
17:46.51pH5arm926ej-s
17:47.01c4softwareoh no, no way to have ANdroid on wizard so :( ?
17:47.10*** join/#htc-linux the_sys0p (i=the_sys0@gateway/tor/x-9d992b32475e3868)
17:47.17pH5c4software: no, I was confused. could be possible
17:47.59c4softwareno :(
17:49.03c4softwarei can stop my test so...
17:49.48dcordespH5, what about "include conf/machine/include/tune-arm1136jf-s.inc"?
17:49.56dcordesguess I can put that?
17:50.46pH5wikipedia lists msm7200 as arm1136jf-s, so I'd include that
17:50.56dcordesgreat
17:51.13dcordeshttp://pastebin.ca/984960
17:51.30c4softwareand no way, for an ANdroid Arm version ?
17:52.55pH5dcordes: great, start the engines and if it turns out to work let's upload that to OE
17:53.34dcordespH5, alright
17:53.50*** join/#htc-linux ltxda (n=ltxda@c-98-196-125-205.hsd1.tx.comcast.net)
17:54.12pH5don't worry though, it will break somewhere. this is org.oe.dev after all :)
17:54.25pH5c4software: I don't understand.
17:54.36pH5Android is compiled for ARM.
17:54.44*** join/#htc-linux NeTTwerk (n=san@nat/google/x-1f6468e9615058c6)
17:56.00dcordesc4software, do you have haret on your wizard and a booting kernel for omap850 w/ working framebuffer?
17:57.04dcordes~hail OE
17:57.05aptACTION bows down to OE and chants, "I'M NOT WORTHY!!"
17:57.27dcordesan important point in history - first kaiser image is built with OE
17:57.57*** join/#htc-linux SmallR2002 (n=SmallR20@79-77-109-16.dynamic.dsl.as9105.com)
17:59.50c4softwareyes dcordes
18:00.11dcordesc4software, just try it out then.
18:00.45c4softwarebut wehn i tried to boot with initdr-android i get this error : Image Too large (2481856-23118181) - largest size is 2516584
18:00.51dcordesc4software, put this in your haret folder http://it029000.massey.ac.nz/vogue/initrd-android
18:01.09dcordesoh. try freeing some ram then
18:01.15dcordesor rip something off the image
18:02.04c4softwareon the initdr_android ?
18:02.19dcordesyes
18:03.05dcordesgunzip initrd-android.gz; cpio -i < initrd-android
18:04.20c4softwareThanks (:))
18:05.51dcordespH5, why does oe want linux 2.6.21?? http://pastebin.ca/984981
18:05.51c4softwarei redownload the image
18:06.19*** join/#htc-linux rob__w (n=bob@X0f01.x.pppool.de)
18:06.54pH5hm. does bitbake virtual/kernel work?
18:09.50dcordes<PROTECTED>
18:10.05dcordeshttp://pastebin.ca/984987
18:11.06pH5for some reason it selects linux instead of nokernel as provider for virtual/kernel
18:11.07c4softwarei need to freeing 2mb in android image :S
18:11.12pH5can you "bitbake nokernel"?
18:12.03*** join/#htc-linux Oktal (i=mat@cpc3-cmbg8-0-0-cust1018.cmbg.cable.ntl.com)
18:12.56*** join/#htc-linux Foxdie (n=foxdiefu@87-194-16-145.bethere.co.uk)
18:13.06dcordespH5, no bitbake doesn't find it although I have it in packages/kernel/nokernel.bb
18:14.44pH5strange. I have it in packages/linux/nokernel.bb, but that shouldn't make a difference.
18:15.09dcordesI'm reparsing just to make sure
18:15.18c4softwareany idea removed 2MB of file in the image :P
18:15.27c4softwareremove example ?
18:16.20dcordespH5, sorry also have nokernel.bb in packages/linux
18:16.27dcordesdoesn't work after parse either
18:17.37dcordesc4software, *dalvik* lol
18:18.18dcordesc4software, data/app has 4mb
18:18.57dcordeswow android image even has a folder "drm"
18:20.09*** join/#htc-linux kiozen (n=kiozen@rgnb-4db1ddce.pool.einsundeins.de)
18:20.45c4softwareremoved ^^
18:20.49dcordespH5, bitbake -b packages/linux/nokernel.bb works
18:21.13c4softwaredcordes: what is the command to rebuild the initdr image ?
18:21.30dcordesc4software, don't know. man cpio
18:21.51dcordesmaybe your distro has a gui for that
18:22.50c4softwareokay i look that
18:22.52c4software^^
18:23.26*** join/#htc-linux ltxda (n=ltxda@c-98-196-125-205.hsd1.tx.comcast.net)
18:23.45dcordespH5, ug getting QA issues again http://pastebin.ca/984998
18:23.53pH5dcordes: ah, same here. try removing the "inherit kernel" from nokernel.bb, I get some strange missing depmod dependency otherwise.
18:23.58dcordes(building it with -b)
18:24.08dcordesyes have that too
18:24.33pH5can't help with your QA issues, as I said, I don't see them
18:25.16dcordeswhat would be the less time consuming way to have this working?
18:25.24dcordesI don't want to reset _all_ OE
18:26.16pH5there is a way to make those QA errors non-fatal, but I don't know how
18:26.34dcordesfirst I'm removing angstrom-tmp
18:26.51dcordes<PROTECTED>
18:27.05pH5dcordes: you'd have to remove the generated packages for those offending recipes (gstreamer, etc.), too
18:27.29dcordespH5, angstrom-tmp has everything
18:27.30pH5never mind, deploy is inside tmp
18:27.33pH5yes :)
18:28.22pH5svn r1053
18:31.13dcordestrunk is the latest?
18:32.08pH5yes
18:33.50dcordescan I ignore the extra folders I get among 'bitbake' with the svn co?
18:37.03BabelOkiozen: hard hack ;) i look if opacity is settable
18:38.13kiozenBabelO: yes the life is tought :) but I would appreciate a smarter solution, too :)
18:38.38kiozenbut at least it proves your idea right
18:40.07cr2huh ?
18:40.10cr2** ERROR **: Failed to get bus name: Connection ":1.10257" is not allowed to own the service "org.synce.odccm" due to security policies in the configuration file
18:41.27BabelOkiozen: i learn some native Qt function from your code :)
18:41.41BabelOcr2: lol :)
18:42.28BabelOcr2: i start it by hand too ;) else, look in /usr/share/dbus-1/services
18:43.44BabelOkiozen: there is BGMode, but i don't know how to access it
18:44.24cr2BabelO: it does not run as root since this dbug inclusion.
18:45.16dcordespH5, :) This is a Bitbake from the Unstable/Development 1.9 Branch. This software contains gaping security holes and is dangerous to use!
18:45.18dcordesI'm done
18:45.43cr2BabelO: what should i add there ? i can only see some weird files.
18:45.53cr2org.freedesktop.xesam.searcher.service
18:46.05cr2vandenoever.strigi.service
18:46.10cr2whatever that means.
18:46.10c4softwarehop, i look the sythax of cpio in osx
18:46.52BabelOcr2: /etc/dbus-1/system.d/odccm.conf policy="root"
18:48.01cr2Starting D-Bus daemonFailed to start message bus: Error in file /etc/dbus-1/system.d/odccm.conf, line 1, column 6: not well-formed (invalid token)
18:48.52BabelOcr2: like this ? <policy user="fcr">
18:49.06cr2hmm
18:49.32cr2Starting D-Bus daemonFailed to start message bus: Unknown element <policy> at root of configuration file
18:51.45*** join/#htc-linux Marex (n=marex@69-165-207-85.strcechy.adsl-llu.static.bluetone.cz)
18:52.13BabelOcr2: mine http://pastebin.ca/985031
18:53.01cr2wow.
18:53.03kiozenBabelO: somehow the stylesheet seems to overide my setAutoFillBackground() calls.
18:53.28cr2BabelO: i know why i hate gnome :)
18:53.59cr2Unknown username "gdm" in message bus configuration file
18:54.04BabelOkiozen: on Qframe http://pastebin.ca/985031
18:54.28kiozenwrong pastebin ;)
18:54.42BabelOs/http:\/\/pastebin.ca\/985031/QFrame::StyledPanel/
18:54.53BabelOporr apt :(
18:55.30BabelOkiozen: QFrame is created with NoFrame by default
18:56.43kiozenBabelO: designer does it rigth
18:56.56BabelOok
18:57.08dcordesc4software, you can ask the persons in #android :D they are often very friendly and open to new ideas as I figured
18:57.09kiozenimho it's like you said, as the parrent has a transparent backgroung
18:57.19cr2BabelO: there was a synce-start-something script ?
18:57.22kiozenthe children have the same property
18:57.39kiozenby changing the pallet/role you can solve it
18:58.02kiozenbut it lacks a configurable background color
18:58.22BabelOcr2: only the one for serial on my machine
18:58.50BabelOkiozen: yes like setWindowOpacity(0.5);
18:59.30cr2librapi2-0.10.0 odccm-0.10.0 libsynce-0.10.0
18:59.38cr2i've compiled and installed them
18:59.50cr2librapi2-0.10.0 too
19:00.00cr2something else ?
19:00.18cr2i don't need any sync things and other guis.
19:00.34BabelOcr2: yes i ve do same than you + usb-rndis-ilte, else does not works for me
19:00.42BabelOs/ilte/lite/
19:01.25cr2BabelO: how do i start pppd ?
19:01.35cr2i don't have rndis
19:01.42cr2only serial over usb
19:02.16BabelOcr
19:02.16kiozenBabelO: nope setWindowOpacity() not working
19:03.21BabelOcr2 so just synce-start-serial /dev/ttyUSB0, but yo don't have ttyUSB
19:03.32BabelOcr2: you need to switch device to rndis mode
19:03.48cr2i don't have synce-start-serial, that's the problem.
19:04.08BabelOcr2: i have it here, with standard synce package i think
19:04.14cr2BabelO: rndis does not work here. it's like ethernet driver
19:04.26kiozenBabelO: but you can do p.setBrush(QPalette::Background, QBrush(Qt::SolidPattern));
19:04.30cr2don't see synce package in suse
19:04.43kiozenBabelO: that might preserve the color by the stylesheet
19:04.59BabelOcr2: it is in /usr/libexec or /usr/local/libexec
19:06.14cr2don't have it.
19:07.04BabelOkiozen: yes but it is a to much black for me ;) maybe Qt::Dense3Pattern , but does not look nice
19:07.17cr2BabelO: i'downloaded the full synce svn
19:07.58BabelOcr2: me too, i use all tools from svn like kcemirror
19:08.21kiozenBabelO: the black is from the stylesheet, with the line above it should be the stylesheet color
19:08.51kiozenBabelO: just remove the Qt::black from the command
19:09.08BabelOkiozen: yes agree with you, just looking at a little transparent color
19:09.10BabelOok i try
19:11.01cr2BabelO: it's a separate package, like rndis. called 'serial'
19:14.01*** join/#htc-linux LudovicLange (n=chatzill@195.154.169.246)
19:14.37LudovicLangeHi there ! Does anyone have a BlueAngel with a qwerty keyboard layout, runing Linux ?
19:14.58*** join/#htc-linux ltxda (n=ltxda@c-98-196-125-205.hsd1.tx.comcast.net)
19:14.59LudovicLange(or an azerty one would be better)
19:16.04*** join/#htc-linux LunohoD_ (n=alex@e180081079.adsl.alicedsl.de)
19:16.05*** join/#htc-linux the_sys0p` (i=the_sys0@gateway/tor/x-42e84f469bcf273f)
19:16.42dcordesLudovicLange, yes. I think the blueangel keyboard works for quite a long time now
19:16.49LudovicLangeI'd like to know if the Shifted keys under 'Z' and 'X' are working,
19:16.50dcordesthere are bugs but it works.
19:17.07LudovicLangeand where precisely are the cursor keys on the qwerty keyboard.
19:17.30LudovicLangeI found a picture on the net http://www.mobile-review.com/pda/review/image/htc/blue-angel/pic01.jpg
19:17.34dcordesI don't know it from the top of my head and I fear I can't try it right now, sorry
19:18.37LudovicLangeMy keyboard is an azerty (no pictures yet..) and the keyboard is different from the picture.
19:18.53*** join/#htc-linux Marex-notebook (n=marex@69-165-207-85.strcechy.adsl-llu.static.bluetone.cz)
19:19.09LudovicLangecursor keys aren't at the same place - they need to be shifted.
19:19.14cr2LudovicLange: write a keyboard map file and load it with loadkeys ?
19:19.23*** join/#htc-linux Marex-notebook (n=marex@69-165-207-85.strcechy.adsl-llu.static.bluetone.cz)
19:19.34cr2LudovicLange: there are something like that for universal.
19:20.13LudovicLangeThat's more or less what I'm doing, but some keys do not produce a code -looking in the blueangel_kp.c file it seems that they emit the "KEY_RESERVED" keycode (no code at all)
19:20.35LudovicLangeI fixed one little bug in this module I think,
19:21.25LudovicLangebut still I need to make up 2 keycodes for the shifted keys "Z" and "X" => they seem to produce " and £ on the Qwerty layout,
19:21.32LudovicLangeand I just wanted to confirm it.
19:21.47LudovicLange(a confirmation from a BlueAngel Qwerty user)
19:24.10cr2LudovicLange: ok, that may be a bug. but i  think the arrow keys were working on qwertz keyboard
19:24.15cr2BabelO: /usr/local/sbin/synce-serial-config: line 99: /usr/local/etc/synce-serial.default.new: No such file or directory
19:25.27LudovicLangecr2: And from your memories, they were located like the picture ( http://www.mobile-review.com/pda/review/image/htc/blue-angel/pic01.jpg ) or by shifting G C V B like I can read in the module source code (and like the Azerty layout) ?
19:26.23BabelOLudovicLange: what image did you run ?
19:26.37cr2i think they are exactly the same. only z and y were changed.
19:27.05*** join/#htc-linux diogene31_ (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
19:27.19LudovicLangeBabelO: a home made mix, I'm playing with Android.
19:27.46LudovicLangecr2: Z and Y ?
19:27.58cr2LudovicLange: yes.
19:28.02cr2BabelO: :)
19:28.05cr2Serial connection established.
19:28.06cr2Using interface ppp0
19:28.06cr2Connect: ppp0 <--> /dev/ttyUSB0
19:28.06cr2local  IP address 192.168.131.1
19:28.06cr2remote IP address 192.168.131.129
19:28.19cr2wince 5.0 ;)
19:30.37BabelOcr2: ahhh ;) with vdccml ?
19:30.51BabelOLudovicLange: ok
19:31.14cr2BabelO: hm
19:31.17cr2Trying 192.168.131.129...
19:31.21cr2Connected to 192.168.131.129.
19:31.25cr2Escape character is '^]'.
19:31.26cr2Welcome, this is HaRET pre-0.5.2-20080414_012931 running on WindowsCE v5.0
19:31.26cr2Minimal virtual address: 00010000, maximal virtual address: 7FFFFFFF
19:31.26cr2Detected machine Generic Atlas/AT64x (Plat='AT4X0A' OEM='MDPNAP4225TR28')
19:31.27cr2CPU is ARM ARM arch 5TEJ stepping 4 running in system mode
19:31.27cr2Enter 'HELP' for a short command summary.
19:31.42cr2but in 10sec the link breaks
19:32.02BabelOcr2: try a ping -t in another console
19:32.15BabelOjust to see if it is ppp option
19:34.37BabelOLudovicLange: what is working in your android image ? touchscreen ? modem ?
19:35.56LudovicLangeBabelO: For the moment, keyboard is working (qwerty) - I'm testing the buttons because they may not be all working. Touchscreen not working yet. Modem not tested. Screen is flickering.
19:37.20BabelOLudovicLange: ok, how do you get all button ? is there multiple input entrie allowed in Android ? /dev/inputx ? about screen flickering... mine is stable with latest hh kernel
19:37.48cr2BabelO: lol. i see the linux kernel tags in rom :)
19:38.55cr2LudovicLange: you have boardid 6 ?
19:38.56LudovicLangeit seems that android is scanning all /dev/input/event* and maps them accordingly to a keyboardqueue or a touchscreenqueue.
19:38.56BabelOcr2: they use it to boot wince from rom ? :)
19:38.56BabelOLudovicLange: ok, clever
19:38.56BabelOlike gpe
19:38.56LudovicLangescreen flickering seems to be an android problem, but others have the same pb.
19:38.56cr2BabelO: no, it was some failed linux boot before. wince does not use the first 6 MB of ram.
19:38.58dcordespH5, nokernel.bb builds now and I got rid of QA issues.
19:39.00LudovicLangecr2: no, board id 0005
19:40.54BabelOLudovicLange: did you try my qtopia image ? ;)
19:42.12*** join/#htc-linux diogene31_ (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
19:42.40dcordespH5, still there? bitbake just tried to make a 2.6.21 something again, out of the blue upon gettext native
19:42.50cr2LudovicLange: it flickered only many years ago. before i've added the 80MHz pixclock.
19:43.14BabelOcr2: still flickering sometimes after resume :)
19:43.27dcordespH5, http://pastebin.ca/985079
19:44.50c4softwaredcordes: why use cpio ? if i use only gzip its can work ?
19:45.02dcordesc4software, try
19:45.14cr2BabelO: then you've copied some gpio settings from hx4700 or something like that.
19:45.34*** join/#htc-linux Sliss (n=chatzill@16.226-243-81.adsl-dyn.isp.belgacom.be)
19:45.34LudovicLangeBabelO: I just unpacked my old blueangel that was gathering dust in a drawer and tried to work it out with an android(emulator-extracted) image. I took some bits and binaries from one of the images mentioned there ( http://handhelds.org/moin/moin.cgi/BlueAngelHowtoInstallLinux ), may be it's yours ?
19:46.49BabelOLudovicLange: yes linuxtogo conatin my image, latest are Qtopia, if you want clean kernel with modules ok, algepop site is also fine
19:47.33BabelOLudovicLange: how do you extract android from emulator, you follow standard howto ? or just download already extracted binary ?
19:48.18LudovicLangeI downloaded one to save some time, from http://benno.id.au/blog/
19:53.54BabelOLudovicLange: ok
19:54.52*** join/#htc-linux CVirus (n=GoD@82.201.178.187)
19:57.02Slissprobably a stupit question but how do I ssh to my mobile? (htc-bleuangel/qtopia) it is connected with usb
19:58.17Slissthis is what I see: Bus 002 Device 003: ID 0525:a4a2 Netchip Technology, Inc. Linux-USB Ethernet/RNDIS Gadget
19:58.20BabelOSliss: in qtopia, go to Settings->Internet-> select Ethernet networking, properties, change ip adress to fit a network and activate it
20:01.49kiozencr2: ok here we go with that little proj4 wizard :) svn up
20:03.01cr2GT ß
20:03.03cr2GT ?
20:03.31kiozencr2: yes
20:04.00cr2ok
20:09.53BabelOis looking for a new wizard
20:10.09cr2kiozen: wizzard ?
20:10.19BabelOyes :)
20:10.24kiozengrid tool
20:10.27BabelOalready updated and compiled
20:10.58kiozenlol, BabelO tries to tell us that he has a Core 2 Quad
20:11.03cr2lol :)
20:11.10BabelOnooo :)
20:11.29kiozenis jealouse because kiozen is still waiting on his
20:12.39cr2kiozen: very nice :D
20:13.07kiozennow we can blame gdal if parameters are wrong :p
20:13.18cr2kiozen: but the +ellps is in the second column of this table ?
20:13.36kiozenwhat table?
20:13.58kiozenMapInfoDatumInfo ?
20:14.04cr2mapinfodatmblabla
20:14.06cr2yes.
20:14.34kiozen3rd column is an index into asSpheroidInfoList
20:14.54kiozenthere you get a and 1/f
20:15.54cr2ok, it seems easier. but hardcore :)
20:16.43kiozenwell at least you do not need to get the towhs84 param out of thin air
20:16.44cr2since you have mercator, can you add the "special" osm/google case ?
20:16.56cr2yes, it's extremely helpful-
20:17.11kiozenosm/google == +proj=?
20:18.07cr2+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs
20:18.15infernixdcordes: ping
20:18.24kiozenand: I can write OSM but definetly not google for obvious reasons
20:18.32cr2ok.
20:18.36cr2i agree
20:18.50cr2they don't deserve the advertising :D
20:19.04kiozenand I do not want to be sued
20:19.48cr2yes. don't kick the sleeping bear.
20:20.52kiozencr2: it's called world mercator?
20:21.50BabelOkiozen: i m still waiting for my IGN maps to get back
20:22.06cr2i think Mercator_1SP
20:22.10cr2but i'll check
20:22.21kiozenBabelO: send Russion eforcement :)
20:22.36kiozens/eforcement/enforcement/
20:22.57cr2kiozen: BabelO will need +proj=lcc, or something like that.
20:23.32kiozenthere is "user defined" :P
20:23.53kiozenno, I just need a test case, then I can do it
20:24.04cr2i'm sure he does not know the params :)
20:24.28cr2btw, the '900 EU map
20:24.41*** join/#htc-linux p3t3r__ (n=p3t3r__@gate1.net-you.de)
20:24.41cr2what projection is it really ?
20:24.52kiozenwhat 900 EU map?
20:25.06cr2your 2a wizzard icon :)
20:25.51kiozenhuh?
20:26.26kiozenit's a wand
20:26.29cr2the grid tool icon
20:26.49cr2the peoples of Europe at 900
20:27.19kiozenahhh, it's lambert :)
20:27.50cr2there are 2 Lamberts i have learned.
20:27.55BabelOkiozen: you want a ign tiff test ? , wait i ll send one to you
20:28.26cr2one with straight meridians, another with curved
20:28.41kiozenah Lambert with splitted personallity :)
20:29.11kiozenil sont fu les Laberts!
20:29.30kiozenBabelO: good idea :)
20:33.38kiozencr2: here you go: your world mercator, svn up
20:33.41*** join/#htc-linux Foxdie` (n=foxdiefu@87-194-16-145.bethere.co.uk)
20:34.07*** join/#htc-linux dcordes_ (n=snoopdog@unaffiliated/dcordes)
20:34.36cr2kiozen: the Lambert picture http://mathworld.wolfram.com/LambertConformalConicProjection.html
20:35.25BabelOkiozen: too big i upload to my ftp
20:35.26kiozenthe plus of Lambert is that Greenland has the right size
20:35.31kiozenBabelO: ack
20:35.42cr2kiozen: but there is also this one: http://mathworld.wolfram.com/AlbersEqual-AreaConicProjection.html
20:35.42kiozenBabelO: how much?
20:35.50cr2kiozen: do you see the difference ?
20:36.04BabelOkiozen: 12Mb
20:36.14BabelOuploading now,
20:36.21kiozenBabelO: do ftp
20:36.35kiozencr2: sure, I am not that blind :)
20:37.06cr2and that one: http://mathworld.wolfram.com/LambertAzimuthalEqual-AreaProjection.html
20:37.40cr2here they are curved
20:38.03cr2so the question is which is used.
20:38.06kiozencr2: and how do we tell proj4?
20:38.58BabelOkiozen, cr2 http://linuxbox2.free.fr/kiozen%20maps.zip
20:39.01cr2kiozen: a very difficult question actually.
20:40.05cr2kiozen: let's check IGN first.
20:41.00cr2grep IGN /usr/local/share/proj/epsg
20:42.36cr2# ED50 / France EuroLambert
20:42.36cr2<2192> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=2.337229166666667 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +ellps=intl +units=m +no_def
20:42.39cr2?
20:43.14cr2# ATF (Paris) / Nord de Guerre
20:43.20kiozenBabelO: done
20:43.25cr2# NTF (Paris) / Lambert Nord France
20:43.34cr2# NTF (Paris) / Lambert Centre France
20:43.43cr2# NTF (Paris) / Lambert Sud France
20:43.48BabelOkiozen: ok i remove
20:43.52cr2# NTF (Paris) / Lambert Corse
20:43.55cr2and so on.
20:44.01cr21000000 options.
20:45.08BabelOkiozen: maybe you need one with altitude and grid :)
20:47.24kiozenBabelO: they are kind of referenced
20:47.32kiozenbut gdal bailes out
20:49.05BabelOkiozen: ok i hope i can get my ign maps on Jeudi
20:49.17BabelOooh ;) french shortcut
20:49.35kiozengot the message :)
20:50.25kiozenhm , qgis seems to have some fun with it
20:51.18kiozencr2: http://pastebin.ca/985181
20:51.55kiozenseems to be just a bad projection string
20:56.21cr2LOCAL_CS is useless
20:56.50cr2this may be useful: Origin = (864499.000000000349246,2020000.999999996740371)
20:57.14cr2you only need to override the prjection
20:57.33cr2NTF_Lambert_II
20:57.39kiozenyes, that's what I thought, too
20:57.47kiozenI'll try tomorrow
20:58.05cr2# NTF (Paris) / Lambert zone II
20:58.31cr2<27572> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs
20:58.41cr2epsg:27572
21:08.28kiozenok, cu tomorrow, good night
21:10.17*** join/#htc-linux infernixx (i=gerben@unaffiliated/infernix)
21:10.59*** join/#htc-linux ovod (n=ovod@wn1nat25.beelinegprs.ru)
21:12.07cr2BabelO: it works perfectly
21:12.19BabelOcr2: what ?
21:12.36cr2i've converted one of your maps into mercator/wgs84
21:12.53cr2and overlaid an old OSM vector dataset
21:13.01cr2the roads match perfectly.
21:13.43cr2actually OSM has more small roads :)
21:13.57cr220070905
21:13.58BabelOah ah, these tif are from ign website tools
21:14.20*** join/#htc-linux Marex (n=marex@vasut.kolej.mff.cuni.cz)
21:14.24cr2hehe. 7 months old dataset
21:18.30Marexhave I missed something ?
21:18.36Marexcr2, I have small pm patch for you
21:18.37BabelOcr2: so is it better to use Lambert ?
21:22.09MarexBabelO, cr2 hi :)
21:22.15BabelOhi Marex
21:25.34Marexcr2, please check your email and commit :)
21:25.44MarexpH5, hi :) or you ... please
21:25.49cr2Marex: nothing there.
21:26.11cr2BabelO: if oyu know what you are doing then yes :) otherwise use mercator.
21:27.47Marexsent at 23:25:05
21:29.44cr2-.id= -1,
21:29.44cr2+.id= 0,
21:29.56cr2do you have many ac97 chips ?
21:31.01dcordes_interfenix: pong
21:31.09dcordes_infernix, pong
21:31.10dcordes_:)
21:32.09cr2Marex: got a lot of rejects in patching file arch/arm/mach-pxa/palmtt5/palmtt5.c
21:32.45Marexcr2, I ran a bit out of sync so maybe there was already applied patch
21:32.57Marexsorry about that
21:33.23Marexcr2, I will update and send you new patch
21:35.00Marexcr2, j/w can CVS produce patch or do I need two separate trees ?
21:35.33cr2cvs diff -u
21:35.52Marexhehe, I see :)
21:36.01Marexthank you
21:38.24cr2applied the *ld patch
21:39.48Marexcr2, palmtt5_pm.c.diff will apply without problems I guess too
21:40.05Marexcr2, thank you anyway, Im still getting used to this
21:46.05*** join/#htc-linux infernixxx (n=nix@91.141.131.193)
22:01.08dcordes_infernixxx, ping
22:06.13*** join/#htc-linux infernixx (i=gerben@unaffiliated/infernix)
22:06.23Marexarm-none-eabi-objdump -b binary -m arm -D ipl_g3_uni.bin
22:06.30Marexwhy does this SIGSEGVs
22:06.31Marex?
22:06.39MarexIm trying to disassemble universal's ipl
22:09.37Marexnever mind
22:13.26dcordes_hm where's pH5 when you need him
22:16.10BabelOcr2: lol, to move a red point android use lot of cpu ;)
22:16.10Marexdcordes_, np, I fixed it myself
22:16.17BabelOswetland: around ? ;)
22:16.44dcordes_Marex, no I'm selfish and am thinking only about my OE problem
22:16.55Marexhehe
22:17.19dcordes_BabelO, did you boot on BA?
22:17.39dcordes_iirc swetland is only doing kernelhacks
22:18.02BabelOdcordes_: yes ;), but just the red point not like in emulator, here it is very very fast lol
22:18.14BabelOand ba cannot do something else
22:20.32*** join/#htc-linux frato (n=frato@p4FCB729D.dip.t-dialin.net)
22:24.00BabelOdcordes_: what is the best howto you known about that ?
22:24.53BabelOdcordes_: i know he is doing kernel, i just see /sys/android_power/acquire_partial_wake_lock
22:26.10dcordes_BabelO, sorry I don't know anything about android
22:26.26dcordes_I only looked into initrd
22:29.03BabelOdcordes_: do you have it ? and ramdisk?img
22:29.18BabelOjust need the init.d and some files
22:29.42dcordes_BabelO, http://it029000.massey.ac.nz/vogue/initrd-android this is a .cpio.gz
22:30.50BabelOdcordes_: thx, big file
22:31.25dcordes_BabelO, but be aware. it is a very strange filesystem
22:31.46BabelOdcordes_: i download directly on ba, other executable are ok
22:38.02BabelOcr2: do you have the brf6300 firmware ? :)
22:39.49cr2hmm.
22:40.18BabelOcr2: /system/bin/rild -l /system/lib/libhtc_ril.so
22:42.16BabelOcr2: what is the shell which use env { TOTO 1 ...} ?
22:42.33cr2TIInit_4_2_38.bts ?
22:43.16cr2BabelO: no idea.
22:43.31BabelOthere is also a syren binary
22:43.47BabelOcr2: don't know bts name it is in android emu
22:48.27cr2BabelO: it's in the kaiser
22:48.46cr2BabelO: strings /system/lib/libhtc_ril.so ?
22:49.13BabelOcr2: ok
22:54.58dcordes_BabelO, I have a modified version of this initrd which boots into a console
22:55.53BabelOdcordes_: don't want it , i ve already my console image
22:56.22dcordes_BabelO, how did you do it?
22:57.32BabelOdcordes_: with OE
23:04.58dcordes_I wonder if I could replace initrd-android.cpio.gz with some angstrom image in .gar.gz
23:10.35dcordes_at least it doesn't work with an x11 .tar.gz image for spitz
23:19.16*** join/#htc-linux the_sys0p` (i=the_sys0@gateway/tor/x-1822510ab4a78f63)
23:20.42BabelOdcordes_: it works for me i can execute all binary from your initrd  and same sor system gz
23:31.57dcordes_system gz?
23:33.07dcordes_oh it's late
23:33.10dcordes_good night

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