IRC log for #htc-linux on 20081020

00:04.42BruteFrcei am not sure
00:04.59tmztI wonder if cr2 got the /proc/config.gz
00:05.32*** join/#htc-linux dcordes (n=dcordes@unaffiliated/dcordes)
00:06.07*** join/#htc-linux ssapphiree (n=sapphire@ppp91-77-159-1.pppoe.mtu-net.ru)
00:06.22*** part/#htc-linux ssapphiree (n=sapphire@ppp91-77-159-1.pppoe.mtu-net.ru)
00:10.01*** join/#htc-linux PoohbaLT (n=Poohba@c-98-235-52-97.hsd1.nj.comcast.net)
00:15.42druidutmzt : in the g1 dump?
00:17.29tmztyeah
00:17.45tmztjust wondering if wifi is mac80211
00:19.24druiduI just don't get one thing... the kernel on msm72xx is loaded at address 0x10008000 right?
00:19.46swetlandyup
00:20.07swetlandwifi on g1 is ti1251
00:23.40dcordesthe acx100 developers will welcome the wpa code
00:24.06cr2swetland: what is akm8976, the "digital compass" ?
00:25.07dcordesdruidu, in my default.txt for kaiser (msm7200) is "set RAMADDR 0x10000000"
00:25.23swetlandcr2: yes
00:25.27cr2dcordes: i guess that wifi will run as is, we only need to adjust the power and irq gpios.
00:25.33cr2swetland: ok.
00:25.52swetlandfull kernel sources will be released in a day or two
00:26.14cr2swetland: great :)
00:26.24swetlandwe're straightening up some copyright banners and other legal muckery, but otherwise are good to go
00:26.58dcordescr2, do you speak of raphael or also kaiser, titan, ... ?
00:27.29dcordesswetland, that's nice
00:27.29cr2dcordes: yes.
00:27.45cr2dcordes: and artemis, hermes, ...
00:27.55cr2dcordes: n560, ...
00:28.03dcordesok good. what about memory base addres? does the code take care automatically?
00:28.20cr2i'm only worried that the firmware used by g1 is different from wince.
00:28.41cr2dcordes: i think so. it'd be in the sdio tuples.
00:29.06tmztdid you find a dumpcis for sdio?
00:29.45cr2tmzt: no, but it's not very difficult to add some printk's to the driver.
00:30.08swetlandcr2: it is
00:30.21swetlandwell, the amss firmware
00:30.37cr2swetland: the wifi firmware
00:30.38swetlanddunno about the wifi chip
00:31.36cr2swetland: the htc amss interface on 7201A seems to be the same as on 7x00
00:31.53cr2and it works on vogue
00:32.24dcordescr2, smd.c ?
00:32.49cr2so once we will sort out the lcd panel init, it should work.
00:32.59cr2dcordes: proc_comm
00:33.41druidudcordes : the stack is fucked up
00:33.53cr2druidu: where ?
00:34.02druiduI set my own stack just after the code and the code that crashed works perfectly
00:34.08druiduso I realized
00:34.15druidustack is set at 0xc0xxxxxx
00:34.27druiduand code actually runs at 0x10xxxxxx
00:34.47druiducr2 : that's why my functions crashed
00:34.53cr2druidu: 0xc* is virtual
00:35.44cr2i don't remember the "standard" arm-linux virtual layout, but i think the kernel is at 0xc*
00:36.00druidunope
00:36.07cr2it may be different for linux-msm, but i doubt it.
00:36.15druiduI checked, bootloader decompresses at 0x10xxxxxx for msm
00:36.19cr2how can you put the stack outside of RAM ??
00:36.51cr20x1 is the first SDRAM bank. 0x2 is the second
00:37.19druidumy point is 0xc0 is not mapped, this happens after MMU is enabled but before all the paging is done
00:37.32cr2swetland: g1 is said to have 192MB RAM, is it split into 2 banks ?
00:37.40druiduthey just set up some temp paging, and I bet they don't make 0xc0 work properly
00:38.23swetlandcr2: yes. 64MB stacked (@0), 128MB external (@0x10000000)
00:38.27cr2druidu: ok, but it works for other devices.
00:38.35druiduI know, that's what I'm wondering
00:38.38druiduhow the fuck does it work
00:38.49cr2swetland: ok, now i get it.
00:39.25swetlandcurrently we use the stacked memory for the modem image (41MB), and a/v memory regions
00:39.26cr2swetland: because SanMehat said that the discontiguous SDRAM banks are not supported.
00:39.33druiduit's clear that the stack is the problem and just checked, stack is initialized at 0xc0227ff8
00:39.58cr2druidu: but it's the 0x10227ff8 ?
00:39.58swetlandwe had some issues with discontigmem, so we only use the external memory for linux, and iomap the rest. there's work going on to improve that, but this is good enough for now
00:40.06druiduin physical memory yes
00:40.20druidugonna try to map it
00:40.34druiduI should map the 0xc02 page right?
00:41.03cr2swetland: ok, then raphael will use only 128MB SDRAM, instead of 256
00:41.47cr2swetland: i#m still surprised, because the separate banks were working already for sa1100...
00:42.24swetlandwe needed to keep the kernel at 0x10000000
00:42.32swetlandwhich made a bunch of stuff messy
00:42.43cr2ok
00:42.44swetlandand ran into issues with modules not being loadable, etc, etc
00:42.55druiduswetland : so, what's the stack initialized to then?
00:43.39swetlanddunno. I'd have to walk through the linux arm init code and figure out where it puts the initial stack
00:44.05swetlandobviously once the kernel is running it just can just allocate stacks normally
00:44.24druiduhmmmm, actually it seems to map everything from 0xc0008000 to 0xc02d731f
00:45.19druiduswetland : my problem is once start_kernel is called, any C function that is called crashes on return, and if I set the stack myself to some space in the code, it works
00:45.39swetlandodd
00:45.43druiduit's the very start, before the paging is initialized
00:45.53swetlandsomething must be misconfigured
00:46.07swetlandnot sure exactly what would impact that off the top of my head
00:49.03tmztare there ATAGs for the stack?
00:49.08tmztin the fixup code?
00:49.49cr2tmzt: why ?
00:50.11druiduharet puts them at 0x10000000 I think
00:50.24druiduATAGs
00:50.27tmztI remember reading that some ATAGs are from bootloader, others are set early in the kernel init
00:50.45cr2you put some value in sp
00:50.45tmztwhere is the start code on arm anyway?
00:51.01druidunope, stack is initialized to  init_thread_union + THREAD_START_SP
00:51.02cr2which start code ?
00:51.07druiduin arch/arm/kernel/head-common.S
00:51.34cr2druidu: ok, i meant that it's up to the kernel where to put the stack
00:51.46druiduwhich is 0xc0227ff8 in my image
00:52.15cr2druidu: the 0x1* is remapped to 0xc* ?
00:54.10druiduyes, it seems to remap KERNEL_START until KERNEL_START
00:54.30druiduso I see the stack area should be included
00:56.10cr2akm is asahi kasei ?
00:56.23BruteFrcewhat device is this?
00:56.46druiduHTC Diamond
00:57.12BruteFrcei was looking th that, its cdma?
00:57.44dcordescr2, wow, you speak parsi?
00:58.15dcordesBruteFrce, no
00:58.50cr2dcordes: no, there was a sound chip from this company on the universal
00:58.54cr2and hermes
00:58.56cr2and athena
00:59.20dcordesok
00:59.26druiduif I write to some random area would I get a crash or it would just ignore it?
01:00.08BruteFrceoh i must be thinking of another phone
01:01.26cr2dcordes: http://www.akemd-eu.com/smart_sensor_system/e_compass/index.html
01:01.43cr2uuh
01:01.47cr2<PROTECTED>
01:02.02cr2magnetometer too :)
01:02.19druidudamn, diamond doesn't have one
01:02.25cr2diamond/rapahel use a different chip
01:02.33dcordescr2, so it's one device? do you know how it is hooked up?
01:02.36druiduso they too have a compass?
01:02.44cr2dcordes: i2c
01:02.49cr2yes
01:02.53druiduit's not in the specs...
01:02.56druiduare you sure?
01:02.57dcordescr2, cool I need one of them for my beagle board.
01:03.00druiduthat would be great!
01:03.02cr2it's in the specs
01:03.10druidunot on pdadb.net
01:03.19druiduand that's the most complete specs db I found
01:03.19cr2druidu: on htc.com
01:03.27druiduhmmm
01:03.30cr2pdadb.net has many errors
01:03.49druiduI'm beginning to like my Diamond more and more :)
01:03.59dcordescr2, do you think it is easy to get one device?
01:04.07cr2druidu: diamond does not have it :(
01:04.25druiduyeah, it's not here: http://www.htc.com/www/product/touchdiamond/specification.html
01:04.27cr2dcordes: ask them.
01:04.52cr2druidu: g1 specs have 'compass'
01:05.01druiduI know, but now raphael
01:05.06druidunor diamond
01:05.24cr2druidu: rapahael is diamond with sd and keybaord and  256MB sdram
01:05.35dcordescr2, btw, I didn't get the camera datasheets yet :)
01:05.37druiduand flashlight
01:05.49cr2druidu: yes
01:05.58*** join/#htc-linux Othello (i=Othello@gateway/tor/x-134d4fbcfec12359)
01:05.59cr2dcordes: g1 has the same 3mpix cam
01:06.16druiduswetland : you don't happen to have a msm7201A datasheet lying around, do you? :P
01:06.22cr2LOL
01:06.34druiducan't hurt to ask
01:06.35druidu:)
01:06.35cr2druidu: of course he has ;)
01:06.53dcordescr2, hope you can make something out of the blob driver then
01:07.04BruteFrcetheres a shadow II?
01:07.41druiduwell, nobody would ask any question if it they magically appear on xda ftp or somethingg
01:09.04cr2dcordes: The kit includes the AKEMD magnetometer device board and PIC controller. Data can put out to PC via USB-I/F. Sample software is attached.
01:09.17BruteFrcewow this site had devices i have never seen
01:09.42cr2dcordes: http://www.akemd-eu.com/information/contact.html
01:09.51dcordescr2, it's too big. I need a small and light device
01:10.01druiduget diamond
01:10.01druidu:)
01:10.16BruteFrcelike the rose 110 that looks nice
01:10.25BruteFrceanyone usedone?
01:10.33BruteFrceused one
01:12.34cr2druidu: http://wiki.xda-developers.com/index.php?pagename=RaphaelAccerlometers
01:14.17druidunice, what's the exact chip?
01:15.40dcordescr2, did you know about jade and rose? both msm7225
01:15.41cr2the commands are a bit different, but it's the KXS chip
01:16.02cr2dcordes: no idea. are these the latest htc phones ?
01:16.14dcordeslooks like it
01:16.45BruteFrcethere sick
01:16.52dcordesdon't know if they are the latest
01:17.09dcordesbut the first with msm7225
01:17.31BruteFrceaccording to pdadb they are
01:18.00dcordessomebody knows what's new in msm7x25 as opposed to msm7x0x ?
01:18.20cr2dcordes: check the qualcomm site
01:19.46cr2hehe. no datasheet for ak8976A
01:20.11cr2but it's irrelevant for diamond/raphael anyway.
01:20.18BruteFrcetheres a new msm7200 phone as well
01:20.18dcordesmaybe the driver source is available?
01:20.34cr2will be available in g1
01:21.01dcordesyea some driver must be there. I mean maybe it's non binary
01:21.04dcordesBruteFrce, which one would that be?
01:21.18cr2it's a usual hall sensor.
01:21.36cr2dcordes: i doubt that it's binary
01:21.50dcordesthe qc website is disturbing
01:22.17BruteFrcewhats hsupa?
01:22.25BruteFrceis it faste than hsdpa?
01:22.50BruteFrcethe new wings dcordes
01:22.51druiduit's faster upload
01:22.59BruteFrceoh
01:23.11dcordesBruteFrce, how's it called?
01:23.37cr2dcordes: dvb-h ??
01:23.56dcordescr2, what about it?
01:24.50BruteFrcewell it came out in march
01:25.01cr2Direct broadcast support for MediaFLO, DVB-H and ISDB-T Integrated Assisted- and Standalone-GPS
01:25.05BruteFrceits the wings 100 guess not that new nm
01:25.05dcordesit's the same band as dvb-t, only encoded higher and smaller resolution for mobile devices
01:25.46dcordesI tried a dvb-h phone in a tpunkt and the reception was horrible.
01:25.57cr2dcordes: pay per view ? i think it was dead already. as in "commercially dead" because nobody uses it
01:26.11BruteFrcebut the new shadow is omap 1030
01:26.22cr2there is some LG phone with dvb-h
01:26.38dcordesI think it was an lg which I tried. or samsung. one of them
01:27.27*** part/#htc-linux exco1 (n=exco@e181102224.adsl.alicedsl.de)
01:27.31BruteFrcetheres a msm7201a?
01:27.37cr23:27
01:27.42cr2good night
01:28.03dcordesnight
01:28.48druidu4:28 hehe :D
01:29.57BruteFrceyou guys are all brits are something?
01:30.13druidunot me
01:30.29dcordesbrits krauts baguettes etc
01:30.42BruteFrcelol explains alot
01:30.51dcordes?
01:31.06BruteFrcejust kidding
01:31.30dcordesthere's a world beyond eastern and western standard time ;)
01:32.29BruteFrceyes but theres not much e can do about it.
01:32.40BruteFrce:)
01:32.45BruteFrcee/we
01:33.40BruteFrcewow the new q is a fast lil bugger
01:35.44BruteFrcepxa270
01:35.54druiducould it be that the memory where the stack is located is mapped to some hardware?
01:36.11druiduand even after remap via mmu, it would still go somewhere else?
01:38.09tmztBruteFrce: new q?
01:39.21BruteFrcethe Q11?
01:39.30BruteFrcehavent heard about it?
01:42.13BruteFrcetmzt http://www.pdadb.net/index.php?m=specs&id=1511
01:45.27BruteFrcethere is also the napolean have you heard about that tmzt?
01:50.33tmztI thought the internal hw was the same
01:51.30BruteFrceon the napolean
01:51.43BruteFrceya, i thought the 11 was different
01:55.39BruteFrcesame proc as the rokr e8
01:57.45BruteFrceand centro
01:59.34BruteFrcethe otto, ipaq, and the original q
01:59.44BruteFrceokay so i gues its the same
02:34.39tmztso it's gsm q9 with wifi?
02:40.11druiduwhat's the most low-level way to get code running on htc phones?
02:40.28druidulike, not while wince is running with haret
02:40.43tmztI guess it depends on the phone
02:40.45druiduwhen every piece of hardware is shut down
02:40.49druidudiamond
02:41.22druiduas close to running it from a flashed firmware as possible, but with no flashing
02:41.29tmztyou can ask in #hpcdev
02:41.42druiduI'll try
02:44.31*** join/#htc-linux penguinz (n=opera@66-168-215-122.dhcp.athn.ga.charter.com)
02:46.46tmztpenguinz: hey
02:54.03druiduI think I am about to find why everything was fucked up in my kernel
02:56.45druiduYEEESSS! I found it! weeeeee
03:11.43BruteFrceali1234 you here?
03:36.04pardruidu: any luck booting?
03:38.15druiduwell, getting close
03:38.18druidujust debugging paging_init
03:38.32druiduprobably it rewrites my ioremap, so gotta figure out what I can use now
03:56.34*** part/#htc-linux penguinz (n=opera@66-168-215-122.dhcp.athn.ga.charter.com)
03:58.16druiduwohooooooooooo! I works perfectly, I'm past the memory & io remap in the kernel code
03:58.34druiduall that was hard has passed
04:14.53druiduIRQs are enabled, h3h3
04:15.35druidualmost
04:21.12*** join/#htc-linux rwhitby` (n=rwhitby@au1.astc-design.com)
05:03.24*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
05:14.14parandroid for the ba been hacked together yet?
05:14.49pari see in the lists people have been playing around with it by using the vogue version
05:16.12tmztba is armv5 (pxa) ?
05:16.30tmztI think the released code only runs on armv6 msm/omap
05:18.48paryeah its a pxa263
05:19.10tmztis that armv6 then? haven't heard of it
05:20.52parwell looks like a-la mobile made a working image:
05:20.54parhttp://www.a-la-mobile.com/news/press/pr080114.html
05:22.05tmztare they OHA?
05:27.00parit's ARMV5TE
05:27.06paroha?
05:33.41tmztOpen Handset Alliance - the android group of companies/oems
05:34.01tmztmeaning, they compiled it for that device
05:34.45parno its just some company
05:34.59parusing stuff produced from htc-linux
05:35.26parprobably have to show they are so great cuz they have VC funding lol
05:37.17paras a matter of fact. if anyone here is from a-la mobile plz stand up ;)
05:39.59parhmm BabelOu used to be a BA guy i'm sure he'll know if anyone patched the kernel to get android working properly yet
05:42.01tmztcould be using qemu-arm compiled for arm maybe ?]
05:43.51parno its just ARMV5
05:44.10tmztyou have the image?
05:44.12parsomeone even literally took the vogue initrd and used it
05:44.16parand it loaded..
05:44.33paryou have a BA?
05:45.00tmztno
05:45.19tmztthe modifications are basically double the height of the fb
05:45.22*** join/#htc-linux dcordes (n=dcordes_@e179102055.adsl.alicedsl.de)
05:45.25tmztand support SWAP ioctl
05:45.40tmztand get the ts to output 320x240 resolution
05:45.48tmztas abs events
05:47.17paryou want an image
05:47.46paranyway this is all best left with me asking babelou
05:48.28pari think the prob was remaining with the ts part
05:48.30*** join/#htc-linux kiozen (n=oeichler@p5492A23F.dip0.t-ipconnect.de)
05:53.04pareveryone always has with GPE, OpenMoko, Opie, Qtopia
05:53.26pareventually i'm sure there will be a seperate for Andriod
05:54.03parmy build environment got hosed
05:54.14parso i'll have to make a new one
05:56.15tmztalso, there may be a source release in a few days
06:03.01*** join/#htc-linux rob_w (n=bob@M85ee.m.pppool.de)
06:03.11paryou mean to the current public repo?
06:03.30tmztI don't know, I guess kernel would be
06:04.06pari'm not even sure how thats all handled with goog
06:04.12parhey San wake up ;)
06:05.34*** join/#htc-linux goxboxlive (n=goxboxli@139.84-48-212.nextgentel.com)
06:05.49tmzt20:18 < swetland> full kernel sources will be released in a day or two
06:05.49tmzt20:18 < cr2> swetland: great :)
06:05.49tmzt20:18 < swetland> we're straightening up some copyright banners and other legal muckery, but otherwise are good to go
06:12.58*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
06:26.08*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
06:30.41druidubut aren't they already released?
06:30.46druidulike, kernel git
06:31.16*** join/#htc-linux Magister (n=Miranda@vicont.in.ua)
06:31.19druiduor are they talking about sources for the drivers g1 has?
06:32.36*** join/#htc-linux methril (n=Methril@213.27.233.98)
06:36.27tmztonly thing released is support for halibut (test board)
06:36.47tmztthis is about g1 kernel sources and wifi
06:37.00druiduwohoo, that would be cool B-)
06:45.18swetlandtmzt: well "only" also includes all the core msm7k support, etc.  the g1 specific stuff is a handful of drivers for specific little chips (an i2c led controller, etc), and the board files
06:49.41NetRippercr2, druidu, raphael boots up to the point where irqs are being enabled, fails at one of those lines: http://pastebin.com/m45583506
06:49.46*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
06:49.54NetRipperi really should go to work :P later
06:50.24tmztpar: where do you get the armv5 compatible image then?
06:55.34parhttp://rapidshare.com/files/147524450/android.rar.html
06:55.53pari think that one has everything.. just need haret
06:56.06tmztit has a kernel too?
07:01.10paryeah there is a kernel with it
07:01.20ALoGeNoffpar what is your device?
07:01.25ALoGeNoffhi tmzt
07:01.31tmzthey
07:01.32parBA
07:01.35ALoGeNoffhttp://evil-packet.org/android/ext2-android-htc-blueangel-arm.tbz2
07:01.37parboardid 0x4
07:01.39ALoGeNoff;)
07:01.56ALoGeNoffim runing that image in my universal right now
07:02.05*** join/#htc-linux toi (n=pleemans@d5153128F.access.telenet.be)
07:02.06tmztwith the same kernel?
07:02.41ALoGeNoffno using sumoudou
07:02.41parwhich kernel are you running with it?
07:02.53ALoGeNoffsumoudou kernel and modules ;)
07:03.12ALoGeNoffi extracted the modules from my debian uni
07:03.24ALoGeNoffthe kernel is the same 21hh20
07:03.28parokee
07:03.42ALoGeNoffbe patient becose take a while
07:04.00ALoGeNoffyou will see the red ball jumping in the screen
07:04.08ALoGeNofflet she jump..
07:04.35parthanks ;)
07:04.42ALoGeNoffi think that whe need deactivate console=tty0 drom default.txt
07:04.48ALoGeNoffwe*
07:04.55ALoGeNofffrom*
07:05.10parset CMDLINE "root=/dev/ram0 init=/linuxrc ramdisk_size=14336 keepinitrd console=tty0 boot_mmc=y"
07:05.20paranything else you can think of to deactivate?
07:05.22ALoGeNoffand im looking how to set the screen in landscape
07:05.27ALoGeNoffno
07:05.44ALoGeNoffim using partitioned sd card.. not ramdiskfs
07:05.54pari'll be too
07:05.57ALoGeNoffset kernel "zImage"
07:05.57ALoGeNoffset mtype "855"
07:05.57ALoGeNoffset cmdline "root=/dev/mmcblk0p2 rw console=tty0 rootdelay=5 fbcon=rotate:1"
07:05.58ALoGeNoffboot2
07:06.13ALoGeNoffset cmdline "root=/dev/mmcblk0p2 rw rootdelay=5 fbcon=rotate:1"
07:06.20ALoGeNoffthat will be enought i think
07:06.50tmztba mtype is different?
07:06.51ALoGeNoffpar you have blueangel?
07:06.56ALoGeNoffwait
07:07.05paryes
07:07.10parMTYPE should be 766
07:07.26ALoGeNoffhttp://groups.google.com/group/android-internals/browse_thread/thread/ec5b47aff9c4c89b
07:07.46ALoGeNoffhttp://evil-packet.org/android/vfat-bootloader-kernel.tbz2
07:08.01ALoGeNoffi think that will be your kernel
07:08.30ALoGeNoffbut if you have a running kernel use it
07:08.47ALoGeNoffand set your mtype of course
07:09.24paryep
07:09.49parstill no ts support ... from what they show at that link you gave me
07:10.03ALoGeNoffnope
07:10.18ALoGeNoffbut keyboard runs
07:10.31tmztlook at how n800 support and vogue do it to see how to make it work with android
07:11.50ALoGeNofftmzt i just copy the rootfs from the tarball to my ext2 partition and run
07:12.12tmztkernel ts support
07:12.14ALoGeNoffbut not any tarball only that for BA run
07:12.23*** join/#htc-linux kiozen_ (n=oeichler@p54928314.dip0.t-ipconnect.de)
07:12.30tmztthe X and Y need to be scaled in the kernel driver
07:12.51ALoGeNofftmzt oh ts maybe run you say?
07:13.05ALoGeNoffoh..
07:13.18tmztdoesn't work on uni either?
07:13.33*** join/#htc-linux toi (n=pleemans@d5153128F.access.telenet.be)
07:13.33ALoGeNoffBA is 320x240 but uni is 640x480 maybe in the uni run no?
07:13.57tmztthe ts coords are not supposed to be liked to pixels
07:14.05ALoGeNoffnope not run in the uni
07:14.09tmztbut on android they are because of qemu emulator
07:14.25ALoGeNoffoh
07:15.20*** join/#htc-linux kiozen (n=oeichler@p54928314.dip0.t-ipconnect.de)
07:17.26partmzt: cool thanks for clearing that up
07:21.07*** join/#htc-linux Marnux (n=Marnux@83.101.56.66)
07:22.13ALoGeNoffthen if im using the uni debian kernel the screen is 640x480 no? tmzt
07:24.11tmztyeah, don't know if that confuses android
07:24.25tmztmaybe can configure pxafb to 320x240 in hw
07:25.59ALoGeNoffi think that you are in the right way becose that looks like 640x480 :)
08:00.32*** join/#htc-linux nebi (n=nebi@c-498fe253.02-145-7570701.cust.bredbandsbolaget.se)
08:43.16*** join/#htc-linux ALoGeNo (n=QUAKEIII@60.Red-83-49-136.dynamicIP.rima-tde.net)
08:58.24*** join/#htc-linux dcordes (n=dcordes@unaffiliated/dcordes)
08:58.33*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
09:01.06*** join/#htc-linux BabelO_ (n=fcr@unaffiliated/babelo)
09:03.29BabelO_hi
09:03.58kiozenhi, 3min from home to office - that's a record :)
09:04.09BabelO_lol
09:04.21BabelO_Wake on lan
09:04.30kiozen:)
09:05.03ALoGeNohi
09:06.42BabelO_kiozen: it works perfect once you understand that atl1 driver is buggy :)
09:07.50kiozenBabelO_: I always carry my pc with me , much easier
09:08.37*** join/#htc-linux Babel1 (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
09:09.42ALoGeNopar are you there, anyone has used android emu? (it is take for a while, in my celeron 500mhz) i see that it is creating *.img file.. is normal that it takes long time to run the first time?
09:10.17ALoGeNoyes..
09:10.24ALoGeNonow is booting hehe :)
09:10.38dcordesBabelO, attansic?
09:10.44BabelO_dcordes: yes
09:11.07BabelO_kiozen: did you try latest andrew patch ?
09:11.42kiozenBabelO_: yes, no 3D anymore :( and I don't like the Doom interface
09:12.13BabelO_kiozen: i ve the 3D but interface is ot usable , i prefer old method so i svn up -r 813
09:12.47kiozenBabelO_: think the original one is better, but the rotation point has to be moved by the arrow keys
09:13.18*** join/#htc-linux TeringTuby (n=maarten@195-241-125-243.ip.telfort.nl)
09:13.18BabelO_kiozen: why ? i use left mouse to move around, wheel to zoom and middle click to pan
09:13.41kiozenBabelO_: didi I miss a thing? wait...
09:15.09BabelO_kiozen: i m comipling qtce 4.4.3 , because 4.3.1 was very slow, cr2 try on raphael... i also try to built in opengl-es :)
09:16.25dcordesBabelO, qt* on raphael?
09:16.52BabelO_dcordes: qt for wince
09:17.31BabelO_dcordes: attansic driver v2.0.4 have a bug in wake on lan, wol is fixed in opensource driver since 2.
09:17.49BabelO_s/since 2./since 2.1.x/
09:18.13kiozenBabelO_: oh I missed the thing about the middle button :(
09:18.40kiozenBabelO_: I have to tell him, that's already perfect
09:24.16BabelO_kiozen: :)
10:09.14cr2hi
10:09.35cr2ALoGeNo: you have a CDMA blueangel ? boardid 4 ?
10:10.22ALoGeNonopes, i have htc universal, htc hermes and mp900c
10:10.34cr2ok
10:10.48ALoGeNowhy? cr2
10:10.56pari have both kinds of ba
10:11.21cr2par: the lcd is the same as 0x5
10:11.33cr2par: but does your phone work with cdma ?
10:11.41parnope
10:12.11pari think it uses gsm commands to dial?
10:12.13cr2par: you can't use AT with 'cu'  too ?
10:12.33parnope... those use GSM modem based commands right?
10:12.35cr2ATD* is not really gsm
10:13.08cr2hmm. we need to check the differences.
10:13.09parok, well let me correct myself.. i have not been able to accurately test that
10:13.19cr2apache CDMA was difficult.
10:13.28paras, i do not have service on the cdma ba
10:13.35cr2try to connect, and type AT
10:13.50cr2ok, then you can't really test it
10:13.59parcorrect, sorry.
10:16.15cr2bbl. food time
10:17.59ALoGeNobye
10:44.35*** join/#htc-linux lpotter (n=ljp@124.191.144.181)
10:49.22*** join/#htc-linux Kalemas (i=ejabberd@jabbus.org)
10:59.27*** join/#htc-linux drasar (n=maik@77.93.211.13-msol.msol.cz)
10:59.36*** join/#htc-linux rob_w (n=bob@M85ee.m.pppool.de)
11:07.49*** part/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
11:09.52*** part/#htc-linux Kalemas (i=ejabberd@jabbus.org)
11:09.55*** join/#htc-linux Kalemas (i=ejabberd@jabbus.org)
11:17.39BabelO_kiozen: are you around ?
11:17.52kiozenBabelO_: yes
11:18.49BabelO_kiozen: your addition of CGarmingPolygon.cpp broke msvc build because of platform.h test
11:19.18kiozenBabelO_: ok, what part?
11:19.19BabelO_and other question, do you remember what is the command line to translate my strm to  merc ?
11:19.31BabelO_kiozen: error neither inttypes.h nor stdint.h are available
11:19.41BabelO_i just comment it
11:19.43drasarHello. Can somebody tell me how is made enabling/disabling battery charging in the kernel on himalaya? My experience is that charging is enabled with initrd from "http://wiki.xda-developers.com/index.php?pagename=HimalayaLinuxBooting" but disabled with Angstrom distribution (both with 2.6.12-hh2-xda0-ba0 kernel and plugged external power). Is it affected by proc/sys settings?
11:19.50BabelO_need to add a ifdef for WIN32
11:20.27kiozenBabelO_: right you have to define the std int types for win32
11:20.33BabelO_drasar: is is just some gpio's
11:20.55*** join/#htc-linux ssapphiree (n=sapphire@91.78.236.203)
11:20.58kiozenBabelO_: just have a look at platform.h on what is used from stdint.h
11:21.54drasarBabelO_: And can I set/unset that GPIO via proc/sys fs?
11:22.08*** part/#htc-linux ssapphiree (n=sapphire@91.78.236.203)
11:22.36kiozenBabelO_: gdalwarp -t_srs "what ever +proj string GT dumps on console for your map" input.filename output.filename
11:23.13BabelO_kiozen: ok i'll look in GT for my proj
11:25.58*** join/#htc-linux dante_ (n=dante@host176-48-static.15-79-b.business.telecomitalia.it)
11:29.32*** join/#htc-linux goxboxlive (n=goxboxli@139.84-48-212.nextgentel.com)
11:38.52NetRippercr2, druidu, raphael boot hangs when interrupts are enabled, at asm instruction "cpsie   i" (at local_irq_enable() in start_kernel()), any ideas? can it be an irq is triggered and an irq handler is still in place?
11:43.13BabelO_kiozen: my elevation ztrm is buggy under windows, that's why i go into loop sometimes, i sse the wrong value with the 3D view
11:44.01kiozenBabelO_: it's 0xFFFF for elevation over data?
11:44.07kiozens/data/water/
11:46.03BabelO_no also if it is not water
11:46.22BabelO_but same maps on linux is ok
11:48.03kiozenBabelO_: that is strange, but maybe some gdal bug. Or undiscovered GT bug in the interpolation for eleveation data.
11:48.33BabelO_same map on windows go in loop, but works well on linux
11:49.25kiozenBabelO_: while you are zooming out? I have this kind of bug for garmin maps...
11:55.42BabelO_kiozen: i just load a track then edit track then i push butoon to view profile or 3D and it loop
11:55.54BabelO_kiozen: it loop in int CPlotAxis::getScaleWidth( const QFontMetrics& m )
11:56.18*** join/#htc-linux goxboxxlive_ (n=goxboxli@139.84-48-212.nextgentel.com)
11:57.02*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
11:59.12kiozenBabelO_: probaly because the interval is 0, see line 285 ff
12:01.41*** join/#htc-linux data|2 (n=datachao@201.22.222.159.adsl.gvt.net.br)
12:02.45BabelO_kiozen: interval is 1 and tic.val is -1
12:07.06kiozenBabelO_: can you dump all the other properties like min/max limit / used
12:09.56cr2NetRipper: you can clear all msm vic/gpio irqs in haret
12:11.27cr2drasar: you should not use 2.6.12 kernel. please recheck the gpios first
12:12.15NetRippercr2, how do i do that?
12:13.11cr2NetRipper: i think you need to write into the clr_irq*
12:13.25cr2NetRipper: check the andriod git
12:14.58drasarcr2: Yes, I know that 2.6.12 is outdated, but I am checking what is done ;) But it is not clear for me how to set/unset battery charging without kernel modification
12:15.06cr2drasar: when you have check the gpios, you can copy the blueangel code verbatim, and only replace the gpios
12:16.17cr2bbl
12:25.46BabelO_kiozen: what object you want ?
12:26.19kiozenBabelO_: from CPlotAxis, to see why it loops for ever
12:28.31kiozenBabelO_: how did you fix that PVALUE bug once again?
12:29.50BabelO_kiozen: PVAlue ? i be back in one hour, meeting :)
12:36.26*** join/#htc-linux dzo_ (n=dzo@121.98.128.127)
12:46.09drasarcr2: Do you know how to do that please?
12:54.52*** join/#htc-linux datachaos (n=datachao@201.22.220.231.adsl.gvt.net.br)
13:02.00*** join/#htc-linux data|2 (n=datachao@201.22.220.231.adsl.gvt.net.br)
13:07.45*** join/#htc-linux LanceHaig (i=c2d8ed19@foresight/member/lhaig)
13:07.47BabelO_kiozen: i m back
13:08.26kiozenBabelO_: ok, how did you solve that PVALUE <-> proj4 thing on win32?
13:10.43ALoGeNohey anyone knows how put the android in landscape? (the service call 18 i32 1, dont works for me)
13:15.37*** join/#htc-linux goxboxxlive_ (n=goxboxli@139.84-48-212.nextgentel.com)
13:18.50*** join/#htc-linux exco (n=exco@e181120140.adsl.alicedsl.de)
13:26.29*** join/#htc-linux chile (n=mobile@193.253.141.73)
13:28.43*** join/#htc-linux sni1 (n=igor@92.124.25.207)
13:29.01*** part/#htc-linux sni1 (n=igor@92.124.25.207)
13:29.28*** join/#htc-linux sni1 (n=igor@92.124.25.207)
13:36.57*** part/#htc-linux sni1 (n=igor@92.124.25.207)
13:45.11BabelO_kiozen: ohh i don't remember, i have to look at my notes
13:46.29BabelO_kiozen: it was the LP thing ?
13:47.41kiozenBabelO_: yes
13:47.54kiozenBabelO_: wait, not sure
13:48.20kiozenBabelO_: it was that PVALUE form projects.h clasching wit some MS define
13:53.24BabelO_oh yes then that was the bad thing i do :)
13:53.39BabelO_kiozen: i rename all LP by LPP
13:54.19BabelO_kiozen: you are compiling for wince ?
13:54.34kiozenBabelO_: no GT on win32
13:56.00BabelO_kiozen: oh, i remove the define from winnt.h :(
13:56.24BabelO_kiozen: it is unicode related
13:58.28kiozenBabelO_: ok I edited fwtools header
14:02.10tmztdcordes: you there, is the working keyboard on titan?
14:02.54kiozenBabelO_: do you have to install opengl on winxp?
14:03.13dcordestmzt, yep titan keyboard works
14:03.29tmztdcordes: where do you get android/non android kernels?
14:03.54dcordesgit.android.com git.linutogo.org
14:04.03tmztdcordes: compiled}
14:04.06tmztdcordes: compiled)
14:04.34dcordesfor which device?
14:04.44tmztdcordes: titan
14:05.55dcordessorry I don't know. the vogue kernel ( http://it029000.massey.ac.nz/vogue/ ) boots on titan
14:06.02dcordesbut doesn't have the keyboard code
14:06.35tmztdcordes: so android-msm-2.6.25? wheres keyboard
14:06.53dcordesnot in git afaik
14:07.05tmztdcordes: and have you guys tried getting new dma code working?
14:07.27dcordesI suggested wasup and the other titan person to ask dzo to push it to htc-vogue branch
14:07.45tmztdcordes: they had conflict with hw buttons on vogue
14:07.51dcordestmzt, barry tried the new dma coda a while ago
14:07.52tmztdcordes: same as polaris/kaiser
14:08.17tmztdcordes: so it needs CONFIG_TITAN ??
14:08.23dcordesyea
14:08.42tmztdcordes: who was working on keyboard, can't think
14:09.23dcordesdon't know
14:10.01dcordeswasup and ?.barry helped them.
14:16.25tmztcr2: can you tell me what this is:
14:16.27tmzt002.388   TRACES  a5500010(1 2 5 6 10 19 22)=63
14:16.28tmzt002.397   TRACES  a5500010(1 2 5 6 10 19 22)=480405
14:16.54tmztI added ssp1 r/w register to traces
14:22.58*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
14:38.55*** join/#htc-linux sni1 (n=igor@92.124.25.207)
14:49.30dcordesbbl
14:53.37*** join/#htc-linux BabelO (n=babelo@193.253.141.91)
14:54.18BabelOola kiozen, sorry i moved on laptop
15:02.41*** join/#htc-linux FRITZ (n=FRITZ@201-93-211-108.dsl.telesp.net.br)
15:04.36*** part/#htc-linux sni1 (n=igor@92.124.25.207)
15:16.20*** join/#htc-linux marmotta (n=skodde@unaffiliated/skodde)
15:21.36*** join/#htc-linux Othello (i=Othello@gateway/tor/x-5016533692502540)
15:54.05*** join/#htc-linux ali1234 (n=al@robotfuzz.co.uk)
16:01.22*** join/#htc-linux imfloflo (i=58b44979@gateway/web/ajax/mibbit.com/x-6cf0302a8229b125)
16:02.00imfloflohi guys any progress with partial dump of g1 to run android 1.0 ?
16:02.22*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
16:08.03*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87cc71.pool.einsundeins.de)
16:10.33*** join/#htc-linux Bendy (n=sniveri@bb-81-175-215-228.dsl.phnet.fi)
16:20.28*** join/#htc-linux LunohoD_ (n=alex@e180070085.adsl.alicedsl.de)
16:26.53*** join/#htc-linux nebi (n=nebi@c-498fe253.02-145-7570701.cust.bredbandsbolaget.se)
16:28.12*** join/#htc-linux tsdogs (n=tsdogs@net70-17.metalit.net)
16:31.14*** join/#htc-linux GPFerror (n=gpferror@cpe-76-187-41-132.tx.res.rr.com)
16:32.43*** join/#htc-linux datachaos (n=datachao@189.6.250.25)
16:33.41*** part/#htc-linux Kalemas (i=ejabberd@jabbus.org)
16:51.09*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
16:51.34BabelOkiozen: back :)
16:54.53BabelOkiozen, cr2 did you look at my email ?
17:03.12*** join/#htc-linux dante_ (n=dante@host176-48-static.15-79-b.business.telecomitalia.it)
17:13.34*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
17:20.09*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
17:24.06*** join/#htc-linux silven (n=zmc@adsl-64-237-226-236.prtc.net)
17:32.23*** join/#htc-linux Guimli (n=guimli@ecu69-1-82-231-127-213.fbx.proxad.net)
17:37.19*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
17:45.25imfloflodrcodes  any progress with G1 dump
17:46.56*** join/#htc-linux dcordes (n=dr-dre@f049012197.adsl.alicedsl.de)
17:49.27kiozenBabelO: yes, what is it?
17:49.52dcordesimfloflo, not for the kaiser/polaris. but it looks like we will get the wifi working on both of them as soon as google releases the source code to the kernel
17:52.04tmztwhat's the problem on kaiser?
17:52.54dcordestmzt, touchscreen and sdcc inaccuracy
17:53.19tmzttouchscreen? are you using the old patches?
17:53.24dcordesyes
17:53.35tmztit should be native now
17:53.47dcordesin the android tree?
17:54.09tmztI mean the coords should be native now, what ever the hw supports
17:54.24dcordesdon't get it
17:54.43tmztYou shouldn't need the patches that scale the touchscreen coords
17:55.22tmztI guess there is no way to see though, since you don't have evtest from a real g1
17:58.04dcordesswetland, is the g1 code merged with the android-msm-2.6.25 or other branches, or will there be a new branch?
18:00.33tmztbt debug, that looks like what's on the lg phones
18:00.41tmztcould it be an early console?
18:01.22dcordesdoes the device have usb?=
18:01.57tmztin git android tree, but could it help on 7x00 where usb doesn't work?
18:02.14tmztsome of the basic lg phones have a bluetooth debug mode
18:03.07dcordesbluetooth doesn't work either on 7x00
18:05.03tmztit's something else anyway, BT_DBG was a printk macro
18:05.26tmztbut it looks like its possible to send packets, maybe before net is up in kernel?
18:06.31dcordesuhm isn't that just sending data to the uart?
18:06.59dcordesI guess then net and stuff would not be needed
18:07.13dcordesshrugs
18:07.14tmztyeah, but it's a simpler protocol than hci and specific to ti chips
18:07.28tmztso no bluez userspace tools or whatever
18:08.12dcordesmight be, idk. where do you read lg phone code?
18:08.40tmztI don't
18:09.54tmztthere where sdp entries for debug, which I guess is qualcomm protocol for bqs or whatever
18:10.12tmztso that's later than this, since charging starts the whole amss
18:10.25tmztexcept radio
18:10.45dcordesthat's interesting
18:11.06dcordesI was assuming it would all be sleeping while off/charging
18:11.32tmztit has to have a logo/animation
18:12.00tmztI know this because it is possible to wake it directly from this mode in certain ways
18:12.15tmztit also responds to at commands
18:12.20tmztbut won't dial
18:12.54tmztthe protocol bqs used was pretty simple, I think 7e enclosed packets
18:13.10tmztwith command and data
18:13.27tmztthe commands were listed in a drop down box
18:17.51tmztI guess my interest was finding whether certain lg cdma phones were dual-core and could be used for linux
18:18.11tmztor where only running amss and as bad as any other "feature-phone"
18:18.27tmztas nice as the looked, and as nice as touchscreen/keyboard were
18:20.14tmztdcordes: have you tried the Xfbdev kernel with new android?
18:24.38NetRipperdzo, are you about? did that code in uncompress.h work for you on the vogue (back when you booted with mmu on?)
18:26.46dzoHi, only when i had the mmu on, you can't do any i/o with mmu off.
18:27.46dzoare you trying it on raphael?
18:32.58NetRipperyes i want to give it a shot
18:33.22*** join/#htc-linux dcordes_ (n=dcordes_@g227166085.adsl.alicedsl.de)
18:34.59*** join/#htc-linux ALoGeNoff (n=QUAKEIII@60.Red-83-49-136.dynamicIP.rima-tde.net)
18:42.31*** join/#htc-linux diogene31 (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
18:47.37*** join/#htc-linux nebi (n=nebi@c-498fe253.02-145-7570701.cust.bredbandsbolaget.se)
18:48.11*** join/#htc-linux nebi (n=nebi@c-498fe253.02-145-7570701.cust.bredbandsbolaget.se)
18:52.06dzoNetRipper: It may not work if the gpu is on.
18:52.29NetRipperdzo, ok
18:52.41NetRipperdzo, i doubt the gpu is on in start_kernel()
18:52.50NetRipperthough, it may never be shut down from wince
18:54.07dzothat's what i mean, try putting some mdp code in haret to see if you can get the screen redrawn with interrupts off, thats how i tested it.
18:55.27NetRipperdzo, the 'screen refresh' command is sent through mdp?
18:57.09dzoyes, mdp starts dma to the panel.
18:57.27*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfb3b3.pool.einsundeins.de)
18:57.35NetRipperdzo, ok
19:06.28*** join/#htc-linux chile (n=root@AToulouse-158-1-40-214.w90-50.abo.wanadoo.fr)
19:10.28chile<PROTECTED>
19:17.42*** join/#htc-linux cousin_luigi (n=luigi@unaffiliated/cousinluigi/x-395723)
19:17.48cousin_luigihello
19:19.07cousin_luigiany OSS VoIP client for windows mobile?
19:25.03*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
19:29.02*** join/#htc-linux goxboxlive_ (n=goxboxli@139.84-48-212.nextgentel.com)
19:30.30goxboxlive_tes
19:30.32goxboxlive_test
19:30.35goxboxlive_good
19:33.33BabelOgoxboxlive good :)
19:41.05dcordes_cousin_luigi, why don't you go for a universal or similar if you need oss on your mobile?
19:44.24kiozencr2: GT and Garmin maps are getting interesting, svn up!
19:46.48cousin_luigidcordes_: universal?
19:46.54cousin_luigidcordes_: actually I need trusted
19:47.12cousin_luigiand I wouldn't want to download random closed source apps to run on my cellphone
19:48.02cousin_luigidcordes_: but what is "universal"?
19:48.46silvencousin_luigi : If you need really trusted, take care, most gsm stacks are propriatry mystery-ware.
19:49.31cousin_luigiI know
19:50.18cousin_luigisilven: but at least a phone producer is probably more scrutinised than software from some random website
19:51.24dcordes_cousin_luigi, well, compile it yourself.
19:51.26silvencousin_luigi : Depends on if you're looking to defend against accident or attack.
19:51.43dcordes_cousin_luigi, htc universal is a 'smartphone' with good linux support
19:51.45cousin_luigilet's assume I trust the stock sw supplied with my phone
19:51.50cousin_luigidcordes_: oh
19:51.52cousin_luigiI see
19:52.01dcordes_that's why I suggest it
19:52.13cousin_luigiwell I'll consider it, but is there an oss client for windows mobile?
19:52.44dcordes_so you can make phone calls with your wm device over network?
19:52.54cousin_luigiyes
19:52.55dcordes_s/phone/voip/
19:53.26dcordes_you might have a look in the xda forum and/or wiki
19:53.31cousin_luigik
19:53.38cousin_luigithanks
19:54.22dcordes_I guess the question is, could that program use the sound input?
19:55.18cousin_luigifound something
19:55.29cousin_luigia cab to enable the voip in wm6
19:55.40cousin_luigithat's usually disabled, but I wonder where it comes from
19:58.50*** join/#htc-linux timebomb (n=timebomb@e176113215.adsl.alicedsl.de)
20:00.46*** join/#htc-linux ALoGeNo (n=QUAKEIII@131.Red-79-148-93.staticIP.rima-tde.net)
20:03.54imfloflodrcodes  any progress with G1 dump?
20:04.22imfloflosorry i hadn't see your response
20:05.42cousin_luigithanks everyone
20:05.42cousin_luigibye!
20:05.46*** part/#htc-linux cousin_luigi (n=luigi@unaffiliated/cousinluigi/x-395723)
20:11.15cr2imfloflo: there are some interesting things there
20:11.49cr2imfloflo: i'm talking about the kernel/hardware/core libs
20:11.58cr2kiozen: svn
20:14.01kiozencr2: that render engine is even prepared to digest typ files in the future :)
20:14.47cr2:)
20:18.17druiducr2: do you know where I can find like minimum specs for implementing usb-serial? :)
20:18.51druidubasicly, I've got a bunch of code there and it should work... but well, to start, I just want the usb "hellow world" thing
20:22.05*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-98-111-112-172.hrbgpa.fios.verizon.net)
20:24.55cr2kiozen: overlay ?
20:25.26cr2druidu: where do you want to implement usb-serial ?
20:25.37kiozencr2: be patient! :)
20:25.44cr2:)
20:26.08kiozencr2: let's be happy that it renders pretty fast, even those bloated OSM maps
20:26.58cr2lol
20:27.28cr2kiozen: how do i load the .img ?
20:27.42kiozenyou need tdb for now
20:28.08cr2hmm.
20:28.32cr2i have tdb only for 'melloned' maps
20:28.36cr2osm ?
20:28.39kiozenpick http://openstreetmap.teddynetz.de/latest/eu.tgz
20:28.46cr2ok
20:29.15cr2340m
20:29.39*** join/#htc-linux HardDisk_WP (n=Marco@wikipedia/harddisk)
20:29.41HardDisk_WPhi all
20:30.06kiozencr2: just a nothing ;)
20:30.07BabelOhi HardDisk_WP
20:30.09HardDisk_WPcan someone please help me to get started on a Mio A702 (OMAP850 cpu)?
20:30.37BabelOHardDisk_WP: git.linuxtogo.org and look at mobile linux kernel branch htc-omap
20:31.53HardDisk_WPi can't see that one
20:32.08HardDisk_WPah, sorry...still have to get used to git
20:32.34BabelOHardDisk_WP: http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=shortlog;h=refs/heads/htc-omap
20:32.38HardDisk_WPBabelO, what about GPIOs, chip drivers, etc?
20:32.49BabelOjust click on snapshot latest comit
20:33.41BabelOHardDisk_WP: you will find some drivers for SPI / touchscreen / bt / gps / led in arch/mach-omap/htcartemis/
20:33.57HardDisk_WPok
20:34.03BabelOHardDisk_WP: about gpios, you need to use Haret.exe
20:34.21HardDisk_WPyeah, know that one, have gotten keyboard and touchscreen gpio's so far
20:34.30BabelOHardDisk_WP: ok
20:34.56BabelOHardDisk_WP: you have alsohtcwizard in same directory
20:35.17HardDisk_WPdownside is, I have no idea what except the OMAP850 and the Sirfstar chipset is present on this device
20:35.28HardDisk_WPhow do I find out without disassembling / losing my warranty?
20:37.08BabelOHardDisk_WP: use IDA demo version you  have around 20min to play with it, and you can disassemble dll's from wince and look what is in
20:37.32druiducr2 : well, in kernel code, implement a console via usb serial or something...
20:38.13HardDisk_WPBabelO, I have cracked IDA pro, but I can't copy any of them dlls in the rom
20:38.24HardDisk_WPcrappy copy protection of wince :(
20:39.27BabelOHardDisk_WP: bad to crack a software  ! look at testwm5.exe on the web it will extract data from your running device
20:39.43BabelOor better get a ROM disassembler , look at xda-dev forum
20:40.09*** join/#htc-linux Magorium (i=Othello@gateway/tor/x-b48a37dc334c7664)
20:40.10HardDisk_WPBabelO, mio doesnt provide rom images :/
20:40.22HardDisk_WPthem bustas have quite some bugs in the firmware :(
20:40.49BabelOHardDisk_WP: so look at testwm5.exe copy it on top folder of your sdcard and start it :)
20:40.49HardDisk_WPBabelO, well, normally I buy the stuff that I crack if i find it useful, but i dont have 600€ left at the moment
20:40.53HardDisk_WPok...
20:41.02HardDisk_WPhow does it bypass the CP?
20:41.44BabelOHardDisk_WP: it dump memory region like Haret do and reconstruct the dll or exe file
20:41.56BabelOcr2: that's something like that ? :)
20:42.49*** join/#htc-linux chab7 (n=kvirc@212.92.4.114)
20:43.00*** join/#htc-linux diogene31_ (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
20:53.18*** join/#htc-linux miknix (n=miknix@gentoo/developer/miknix)
21:05.13*** join/#htc-linux BruteFrce (n=IrcNet@m370e36d0.tmodns.net)
21:05.16*** join/#htc-linux chile (n=root@AToulouse-158-1-40-214.w90-50.abo.wanadoo.fr)
21:09.12*** join/#htc-linux cr2 (n=konversa@crpl6.physik.uni-wuppertal.de)
21:10.21BabelOcr2: GT rendering is good on OSM maps :)
21:10.56cr2how do i load .img ?
21:12.23BruteFrceits so weirf that we cant map keyboard arrows to anything, why would that be?
21:13.06BruteFrceweird
21:13.21BabelOcr2: just do Load map -> choose tlb -> then select *.img :)
21:14.18imflofloso you haven't find any good file on the g dump must wait google release?
21:15.31BruteFrcecr2 do you know why we cant map key_up down left and right to anything? well we can but it doesnt work.
21:16.42BruteFrcewe have tried the dpad and working qrety keys... and nothing
21:18.09BruteFrceqwerty
21:20.54dcordes_imfloflo, ya, for the wifi we need the kernel source
21:24.37imflofloonly the wifi cause don't use it but want to know other progress like running 1.0 on polaris or kaiser
21:29.39*** part/#htc-linux exco (n=exco@e181120140.adsl.alicedsl.de)
21:30.58dcordes_imfloflo, that's still only a question of storage space
21:31.13imfloflowith SD ?
21:31.20imflofloor internal ?
21:31.35dcordes_both
21:32.05imflofloso if i want to test 1.0 how can i do that for the moment  with my polairs?
21:32.30imflofloi can't
21:33.02kazehow much space is needed?
21:33.27kazenot possible to use compressed fs?
21:37.39dcordes_cr2, do you think msm hsusb will work on raphael/diamond with the g1 code?
21:42.51NetRippercr2, on raphael we've been able to boot the kernel throughout the start_kernel() - haven't analysed yet where it hangs next
21:42.53NetRippercr2, the halibut code hang when initializing the DEBUG_TIMER and 6 UART irqs, fixed that and it continues booting
21:43.18*** join/#htc-linux Magorium (i=Othello@gateway/tor/x-4aa95926c0896f1e)
21:44.04NetRipperso we kinda reached a milestone with that \o/
21:46.27dcordes_NetRipper, did you check with druidu?
21:47.58NetRipperdcordes_, yes druidu and i are both working on it
21:48.13NetRipperdcordes_, we're just using query to communicate instead of via the channel ;)
21:48.22dcordes_ok. very nice you got further
21:50.01NetRipperi'm starting to get scared i may have damaged something in my raphael, as it automatically resets 2 times a day now
21:50.04NetRipper:p
21:50.39NetRipperscares the fuck out of me that it starts vibrating at bootup
21:50.55*** join/#htc-linux szsoftware (n=sven@e178236212.adsl.alicedsl.de)
21:51.53dcordes_NetRipper, kaiser does always vibrate on poweron
21:52.18NetRipperyea raphael too
21:52.27NetRipperbut my hermes didn't
21:52.36NetRipperand i normally have a ringtone
21:52.46dcordes_you mean it will wear of faster beacuse of it?
21:53.04NetRipperso my phone is like on my desk and i'm just programming and concentrating and stuff... and when i least expect it, the device resets and makes my desk BZZZ
21:53.08NetRipper;)
21:53.23dcordes_got it ^^
21:53.26NetRipper:D
21:53.52dcordes_a pity kaiser doesn't have that auto reset function
21:54.10dcordes_I have to softreset at least one time a day anyway
21:54.47dcordes_or it gets slow
21:55.24NetRipperlol
21:55.30NetRipperjust fyi, i dont want it to auto-reset
21:55.30NetRipperlol
21:55.44NetRipperit just crashes
21:57.08NetRipperdcordes_, anyway, if you want your kaiser to soft reset every day, there are tools to do that (unfortunately)
21:57.18dcordes_no need :)
21:58.02dcordes_maybe your raph will go back to normal after the 500th reset
21:58.18cr2NetRipper: sounds good.
21:58.32cr2NetRipper: what is the LCD status ? and usb ?
21:58.50NetRipperdcordes_, yea i was hoping it'll be gone after a rom update
21:58.51NetRipper;)
21:59.01NetRipperdcordes_, haven't done that yet though :)
21:59.15NetRippercr2, usb still disconnects and windows doesn't detect anything else
21:59.26NetRippercr2, so it properly hangs somewhere again
21:59.44cr2NetRipper: can you compile the linload.exe ?
21:59.51dcordes_NetRipper, well seriously... I doubt you broke something by softresetting/booting linux
22:00.06cr2NetRipper: vibrating at startup scares me too :)
22:00.12NetRippercr2, lol
22:00.36NetRippercr2, linload.exe with basic kernel thus far?
22:00.57cr2you can add the rootfs.cgz, like on hermes
22:01.01NetRipperok
22:01.06NetRipperlet me try something else first
22:01.10cr2ok
22:11.38*** join/#htc-linux wasup (n=Tech@208.47.103.106)
22:12.01BabelOcr2: you try GT so ? :)
22:15.45*** join/#htc-linux DasFx (n=John@5354790B.cable.casema.nl)
22:16.13wasupany good news or anything?
22:16.15*** join/#htc-linux amd64lover (n=miknix@81.193.87.192)
22:18.09*** join/#htc-linux miknix_ghost (n=miknix@81.193.87.192)
22:20.22*** part/#htc-linux imfloflo (i=58b44979@gateway/web/ajax/mibbit.com/x-6cf0302a8229b125)
22:22.10*** join/#htc-linux miknix (n=miknix@gentoo/developer/miknix)
22:23.02*** join/#htc-linux exco (n=exco@e181120140.adsl.alicedsl.de)
22:58.42swetlandhttp://git.android.com/?p=kernel.git;a=shortlog;h=android-msm-htc-2.6.25
22:59.46dcordes_nice
23:00.43NetRippersweet
23:05.38dcordes_swetland, trout is a development board with msm7201A ?
23:06.39kazetrout is G1
23:06.55kaze3 days ago
23:07.03kaze3 days ago
23:07.09kazeuh
23:07.30kazetrout: Add trout (aka Dream/G1) machine target and
23:07.59dcordes_ok
23:08.10kazeor so i think
23:11.47*** part/#htc-linux wasup (n=Tech@208.47.103.106)
23:14.15cr2NetRipper: time to create board-rapahel.c
23:14.39NetRippercr2, yep, one step at a time
23:14.45cr2NetRipper: but. we are missing the 'clock api'
23:14.55NetRipperwasn't it the same as the way vogue does it?
23:15.03NetRipperstealing is good
23:15.10cr2vogue has some hacks
23:15.23cr2we should talk with dzo about a more clean implementation
23:15.29NetRipperok
23:15.36cr2there are some differences  between 7x00 and 720xA
23:15.38NetRipperthough, im not the right person for that conversation :P
23:15.47NetRipperas 90% of the time i dont know what im talking about
23:16.01cr2he said that he wants to clean the code in the coming days
23:17.58cr2swetland: what does Qkey mean ? qwerty keyboard ?
23:19.10cr2hehe :)
23:19.16cr2PCOM_GPIO_CFG(43,...
23:19.43cr2need to compare these with rapahel_gpio wiki page
23:20.13NetRipperok im making your kernel now
23:20.20cr2thanks.
23:20.40cr2i think that the clock api may be a problem for us now.
23:20.47dcordes_no egpio used ?
23:20.51cr2the first problem to address probably
23:20.59NetRipperstarting from a clean git again
23:21.04cr2dcordes_: A has one more bank
23:21.04NetRipperand just including my minor changes
23:21.12cr2ok
23:21.38cr2maybe i#d checkout the complete tree too
23:21.54NetRipperi'll keep the gpio code included that enables flashlight so you can be sure it reaches at least the end of start_kernel()
23:21.59cr2:) now we know the ALT gpio names
23:22.06cr2ok
23:22.50cr2NetRipper: we should fix the clk_* issues RSN.
23:23.18cr2vogue has the i2c clock divisor at a different address
23:23.24cr20x64 vs. 0x68
23:23.35NetRipperaha
23:23.39NetRipperim not using vogue code atm
23:23.44cr2but the i2c registers are the same as on halibut
23:23.49NetRippervogue didn't boot as far as halibut
23:23.53cr2the vogue i2c patch is not needed
23:24.09cr2vogues has a different VIC
23:24.24cr2so the irq handling is completely broken for you
23:24.33NetRipperyea that explains
23:25.03cr2but the vogue proc_comm and rpc stuff needs to be copied over.
23:25.07cr2later
23:25.15cr2for the phone, gps, ...
23:25.56cr2time to edit the gpio wiki
23:26.00NetRipperdrivers/char/keyboard.c:1124:2: warning: #warning "Cannot generate rawmode keyboard for your architecture yet."
23:26.03NetRipperaww
23:26.06cr2irrelevant
23:26.19dcordes_NetRipper, that also appears in the kaiser builds
23:26.21cr2the keyboard is on i2c microcontroller
23:26.34cr2so we don't have a driver anyway
23:26.45NetRipperyea
23:26.53NetRipperi really want framebuffer to work
23:26.56NetRipperit'd make life so much easier
23:29.27cr2yes, but it's not trivial. i need to check and compare the mddi setup, and fix the hitachi startup.
23:34.07dcordes_NetRipper, lol we are not the only two persons pulling the tree now
23:34.19dcordes_100 KiB/s
23:34.48cr2bt is on different gpio pins
23:35.04cr2but the cam is the same
23:35.43cr2need to look  for the h2w driver
23:36.22cr2elan-touch ?
23:36.55cr2was 'dummy' in the dump :)
23:37.42cr2lol
23:37.44cr2HTC 2 Wire
23:38.09cr2i've broke my head trying to understand wtf is H2W
23:39.16NetRippercr2, http://www.netripper.nl/raphael/raph_20081021_partial_boot.exe
23:39.55cr2wget
23:40.12NetRipper;)
23:40.33dcordes_swetland, 46 KiB/s arrgh
23:40.56cr2dcordes_: there is a cpld on g1
23:41.07cr2but not on raphael
23:41.23dcordes_which has one more bank than kaiser?
23:41.31cr2720xA
23:42.23cr2keypad is on gpio
23:43.02cr2checking SD gpio ALT setup
23:43.55cr2yes, it's the same
23:45.50cr2PCOM_GPIO_CFG is strange.
23:46.31dcordes_is arm9 in command of (some) gpios?
23:46.41cr2wifi is the same
23:46.55cr2dcordes_: dump the "owner" registers, then you will know
23:47.01cr2n haret
23:47.17cr21 means arm11, 0  is arm9
23:47.38dcordes_that's what the owner registers are. I tried to find that out before
23:49.55cr2the names for mddi are there :)
23:50.22cr2dcordes_: pd all the 5 registers named "ownerX" in wiki
23:50.55dcordes_ok
23:52.04NetRipperlet me know how far you get with the kernel cr2, im off to bed
23:52.05NetRippergood night
23:52.13cr2NetRipper: ok
23:57.19cr2NetRipper: it hangs. the flashlight is on
23:58.57NetRippercr2, ok
23:59.01NetRipperflashlight code is just above:
23:59.02NetRipper<PROTECTED>
23:59.02NetRipper<PROTECTED>
23:59.23NetRipperi'll check where it hangs tomorrowevening

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