IRC log for #htc-linux on 20090124

00:00.00NetRipperdo a 'git branch' make sure you're on htc-msm-2.6.27
00:00.42cr2NetRipper: i got it now ;)
00:03.19cr2NetRipper: where does the d263 number come from ? mddi init ?
00:03.32NetRippercr2, i think so yes
00:03.55NetRipperi havent been around to see how they detected raph800's number
00:04.23NetRipperi think someone added a printk somewhere... then just duplicated toshiba
00:04.27cr2raph100 has the same ?
00:04.29NetRipperno
00:04.34NetRipperraph100 and raph800 differs
00:04.37cr2d263 ?
00:04.46NetRipperlet me see which raph has
00:05.09cr2maybe we can extend the printk, and dump all the capability struct
00:05.15NetRipper"mddi_c_d263_0000"
00:05.18NetRipperthat is the raph100
00:05.23NetRipper"mddi_c_4ca3_0000"
00:05.25NetRipperthat is raph800
00:05.37cr2yes, where is this number coming from ? is it the toshiba id ?
00:05.53NetRipperthe raph100 one is hte toshiba
00:05.54dcordeso
00:05.55dcordesHaRET(1)# pd 0xa8600000 4
00:05.56dcordesa8600000 | 2019feaf                            | ...
00:05.58*** join/#htc-linux Unregistered (n=Unregist@c-67-164-195-234.hsd1.ut.comcast.net)
00:06.01NetRipperthe raph800 is the epson
00:06.03dcordes(kovsky)
00:06.25cr2then the toshiba name should be added there too. obfuscation is the worst thing for free software ;)
00:06.29NetRipper<PROTECTED>
00:06.30NetRipper<PROTECTED>
00:06.42NetRipperthe name cannot be changed
00:06.43cr2ok
00:06.59NetRipperit's used by the mddi driver to select the panel controller
00:07.02j0b0cr2, it comes from mddi_client_caps
00:07.15j0b0.Mfr_Name
00:07.35cr2i'll prefer a #define TOSHIBA77x_MDC_ID 0xd263
00:07.43j0b0this is from a raph100 http://tibook.jb.b4m.com/j0b0/raph100-info/raph100-mddi-info.txt
00:07.56cr2j0b0: yes, maybe we should dump the whole caps structure
00:08.41*** join/#htc-linux gh0ul (n=asds@host217-42-14-101.range217-42.btcentralplus.com)
00:09.08dcordesgnight
00:10.38j0b0i think it says in the file at what point it was dumped..
00:10.46j0b0yes. dumped *mddi sizeof mddi from ddi.c~900/mddi_add_panel()
00:10.58cr2and 4ca3 is the epson id ?
00:11.12j0b0apparently .. i dont have one
00:11.33cr2NetRipper pasted it above
00:11.44cr2i'll add them to wiki
00:12.05cr2manufacturer_name ?
00:12.13j0b0yes. that id is for raph800
00:12.37cr2well, not the raph800, but epson i guess
00:12.41*** join/#htc-linux dcordes__ (n=dcordes@unaffiliated/dcordes)
00:13.18NetRippermaejrep gave it the epson name
00:13.22j0b0all identifying fields except this one are zero
00:13.28NetRipperit was in his patch so i assume he has some foundation for it
00:13.29NetRipper;)
00:13.50cr2j0b0: it's strange, but ok.
00:14.11cr2we need to check it on blac100 and kovsky
00:14.32cr2dcordes__: what is your mdc manid ?
00:15.02*** join/#htc-linux ALoGeNo (n=alogeno@unaffiliated/alogeno)
00:15.21cr2apparently wince does not check it
00:16.22j0b0i think black100 is different. is has different symptoms. not just color
00:17.02j0b0xperia is probably same as raph800, going by the symptoms: only colorspace weirdness.
00:17.15j0b0blackstone has more severe distortion
00:17.29j0b0could be because of different size
00:17.30cr2j0b0: imho it has the same controller, but different parameters
00:17.52cr2j0b0: it's just good luck that raph100 works with g1 init.
00:18.12cr2j0b0: because g1 code does completely different things from the "real" raph100
00:18.18j0b0yes .. otoh if the raph/diam kernel boots and shows output on the blackstone, it must be either of those
00:18.44j0b0i dont we we do any init code at all.
00:19.19j0b0board_trout_panel has code that pushes tables of values into parameters that mddi_client_toshiba does not
00:19.44j0b0mdp does some init, but not doing it has no effect on a raph100 :)
00:19.53cr2yes, and this list is completely different on raph100
00:20.39cr2raph100 even uses 2 pwms, with the pwm parameter registers not documented in the g1 code
00:20.59j0b0i experimented with that, and some of the trout init code is harmless on raph and some breaks it
00:21.16cr2i doubt that we can wake it from sleep under such circumstances
00:21.26cr2ok
00:21.50j0b0its not like i know what im doing, i just move chunks of code around
00:21.59cr2raph100 is relatively harmless, at least for the hitachi lcd
00:22.22cr2but raph800 may be a pita to do right
00:22.37cr2with the huge spi data arrays
00:22.50maejrepNetRipper: I got epson from cr2 :p
00:22.52j0b0but i got some feel for what happens on init and how fb, mddi, mdp are interrelated
00:23.10AstainHellbringdamn the compressing objects stage takes forever
00:23.14cr2maejrep: but not the mdc manid number
00:23.21j0b0how would you go at tracing the init sequence
00:23.34maejrepi dont' know what that means :)
00:23.36j0b0doesnt that only take place at boot
00:23.50maejrepj0b0: you might be able to install a resumetrace
00:24.00maejrepand let it powercollapse/wakeup
00:24.06maejrepi dunno if that'll kill your connection though
00:24.20j0b0i think it does
00:25.26cr2j0b0: mmutrace + setlcd on the other haret connected port
00:25.51cr2listen 9998
00:26.08cr2and telnet raph_ip 9998
00:26.27maejrepcr2: I wasn't able to trace anything while doing that
00:26.37maejrepbut I may not have been watching the right addresses
00:26.51*** join/#htc-linux paulproteus (n=paulprot@2002:db69:2513:0:0:0:0:1)
00:26.54cr2maejrep: all the virt mappings were in mmutrace ?
00:27.02maejrepnot sure
00:27.05maejrepwould have to look again
00:27.13cr2dump mmu 0xaddr 2
00:27.22j0b0thanks, i will dive into that another time. after i finish documenting the complete navi pad
00:27.32cr2ok
00:27.47j0b0its pretty close to what maejrep found earlier except for the of fby 1
00:28.02maejrepon the phone now, will check after I'm done
00:28.08j0b0and i make a bit more sense of some/most bytes
00:28.13maejrepj0b0: I wouldn't expect it to be different
00:28.15cr2maejrep: what do you think which dll is responsible for 3D ?
00:28.21maejrepI'm sure I just screwed up on anything that's wrong :)
00:28.31maejrepcr2: hw3d? :p
00:28.38cr2lol
00:28.47maejrepwould have to look at what's in \windows
00:28.48j0b0i got a handle on 1 or 2 that yo marked as unknown
00:28.54j0b0*you
00:28.55cr2d3dm_ati.dll
00:29.05maejrepcool j0b0
00:29.06cr2but they say it's a software driver
00:29.10maejrepcr2: that's just direct3d though right?
00:29.13cr2they=xda-dev people
00:29.31cr2i'll look at it
00:29.34j0b0like where the higer and lower 4 bits each are the higer 4 for some other 2
00:30.08j0b0*higher 2x
00:30.33maejrepo.0
00:31.04j0b0'covered area' for left and right are each 12 bits
00:31.07maejrepwould have to see it to understand it :p
00:31.10maejrepahhh
00:31.14maejrepok that makes sense
00:31.48cr2it uses libgles_cm.dll
00:31.48maejrepis that hw?
00:31.51cr2opengl ?
00:31.54maejrepdo we have hw 3d acceleration ?
00:31.58cr2partly i guess
00:32.06maejrepwould be nice
00:32.15maejrephas anyone run glxgears? ;p
00:32.24cr2androed may have it through some closed source stuff
00:32.25j0b0nice .. as in ~*STUPID*~
00:32.32cr2lol
00:32.45cr2j0b0: i'm after the clocks
00:32.51j0b0i know
00:33.01cr2i don't know any real use for 3D
00:33.05j0b0from what you asked me to grep last night
00:33.05cr2tuxracer maybe
00:33.05maejrepi mean would be nice if it's full hw accel ;)
00:33.23cr2i doubt it.
00:35.13cr2some strings look interesting
00:36.14maejrepcr2: to trace the setlcd, which address would I trace on raph800?
00:36.49j0b0maejrep, re the navi i2c data.. i now read it when gpio 94 triggers, because that seems to fire when you touch it
00:37.00maejrepyeah it does
00:37.03j0b0but sometimes it doesnt, even tho i move around the pad
00:37.11cr2maejrep: the pmdh ?
00:37.20maejrepcr2: don't know what that is :p
00:37.30cr2wiki :)
00:37.33j0b0the gpio doesnt trigger even tho i finger the pad
00:38.11j0b0so would response improve if i read anyway on a timer
00:38.26cr2<PROTECTED>
00:38.28maejrepj0b0: you might need to reset the irq, or read the full 18 bytes
00:38.31j0b0or would that give the same results every time until the gpi fires again
00:38.43cr2<PROTECTED>
00:38.48cr2this one maybe too
00:38.59maejrepand mmutrace can handle the full block?
00:39.00j0b0you left a comment saying: //XXX why do we have to read twice
00:39.01maejrep1MB
00:39.15maejrepj0b0: yeah, I have a feeling that's the flush the buffer
00:39.21maejreplike it'll keep reading until it returns 0
00:39.30maejrepin case it falls behind the irq
00:40.25maejrepdisassembling the navi driver is pretty scary :p
00:40.46cr2maejrep: psoc ?
00:41.08maejrephtcnavi.dll
00:41.19maejrepI don't think there's a psoc-specific dll
00:41.41maejrepi mean, the navi is psoc-specific, but the driver that reads the data from it is htcnavi.dll
00:41.47cr2maejrep: sn't it using some ioctls from oem* ?
00:41.59j0b0does your led driver work so that i can light any individual led
00:42.02maejrepnot sure
00:42.05j0b0or just keyboatd backlighgt
00:42.13cr2i'll look
00:42.27maejrepj0b0: yeah i think set_led_state is exported
00:42.34maejrepyou'd just need to define it as an extern
00:42.35cr2the LEDs are using klt* ioctls
00:42.41maejrepyep
00:43.29maejrephmm
00:43.33j0b0itd be cool to have visual confirmation on what youre gonna press
00:43.54maejrepj0b0: nm I don't have a specific setstate(led_bit, on_off) function
00:44.02maejrepyou'd have to OR together the ones you want to set
00:44.14j0b0can i read the state?
00:45.06maejrepnot currently, but the driver does keep track of it
00:45.21maejrepso you could add a function to return the local state
00:45.40maejrepand shouldn't be hard to make a set(on/off) function either
00:45.53maejrepjust | or &~ the bit with data->led_states, then call set_led_states
00:46.03j0b0to the klt driver
00:46.07maejrepyes
00:46.56j0b0what about the keyboard lid switch? ;)
00:46.57j0b0i now hacked that into the navi driver because it was in the keypad matrix driver it replaces
00:47.25maejrepthe lid switch should not go into the navi driver
00:47.26j0b0but i guess it should live in the microp-keypad
00:47.31maejrepit's specific to the keypad
00:50.05maejrepthe idea is that the navi driver can be used for diamond, which doesn't have the keypad or clamshell
00:50.11j0b0i will accept for now that this navi thing becomes a bit of a christmas tree and slice it up once everything works
00:50.35maejrepchristmas tree? :P
00:50.58maejrepI think I was wrong about the keyboard backlight btw
00:51.07maejrepit doesn't work right for me, either i2c or gpio output
00:52.33j0b0does it not do anything?
00:52.37maejrepno
00:53.09maejrepgpio 3-18 is what I see in haret, but it just doesn't seem to work right
00:53.14maejrepI might need to fix the gpio cfg
00:57.06maejrepso i basically just need to do the same thing as set_lcd_state(), but for individual leds
00:57.46j0b0i think it makes it even easier if i have to or it together
00:58.08j0b0as i would do that anyway processing the i2c navi data
00:58.09maejrepwhy's that?  so you can just reset it by detection? ;p
00:58.33maejrepif in home, send home-led-only :p
00:58.34j0b0yeah .. i just flip the navi data into a led mask
00:58.53j0b0so that the function you hover over lights up before you press down
00:59.24maejrepso if I'm wrong about the 0x4000 bit, then I don't understand what it could be for
00:59.27j0b0omg i can detect pinch and report zoom
00:59.34maejrepI did see it in a trace
00:59.43maejrepdetect pinch?
00:59.54maejreponly horizontally though right?
01:00.00j0b0x value on both left and right
01:00.03maejrepyeah
01:00.11maejrepyou don't like the circular zoom? ;p
01:00.30j0b0i have the ring down to reporting deltas
01:00.39j0b0but i dont have anything interestingto report them to
01:00.55j0b0i now mapped it to REL_Y so that it at least scrolls through menus
01:01.09maejrepah
01:01.17maejrepis that what the g1 track ball does?
01:01.25j0b0i guess the G1 has no wheel
01:01.34maejrepjust hte ball
01:01.36j0b0only a touchscreen and a ball
01:01.38j0b0yeah
01:02.06j0b0so the raph wheel is now the y axis of the g1 ball
01:02.16maejrepah
01:03.19j0b0androids EventHub.cpp doesnt like REL_* devices unless they do at  least REL_X, _X and BTN_MOUSE
01:03.49*** join/#htc-linux cr2_ (n=cr2@ip-90-186-190-160.web.vodafone.de)
01:04.01j0b0i guess they didnt envision hookin gup virtual DJ sets
01:04.18maejrepheh
01:04.22cr2_heh. broken the default route ;)
01:09.16maejrepj0b0: still want me to test that other zimage, or want me to wait? :p
01:09.39maejrepalso, is it raph800-compatible? ;o
01:10.53j0b0well .. with my new found knowledge im going to thy and make the wheel smoother
01:11.05j0b0and of course tinker with leds
01:11.18j0b0like a true chrismas tree
01:13.34cr2_good night
01:16.26j0b0maejrep can we not control up/down/left/right leds individually?
01:16.40maejrepno
01:16.56j0b0i want that. make it work.
01:16.58maejrepat least not that i've found
01:17.01maejreplol
01:17.32j0b0iv enever seen it have those light on individually anyway
01:17.54j0b0only in the missed call dance
01:18.14maejrepneither have I, nor did I see anything to that effect in the dll
01:19.32maejrepit seems that the higher nibble has its lowest bit high on a first touch?  <-- what do you mean by this?  isn't 0x11 already with the lowest bit high?
01:20.45j0b0when you touch the ring or the left/right side, on first touch, its says 54, not 44
01:20.51j0b0after that its 44
01:21.09j0b0or maybe always 5 ? have to look closer then
01:21.27j0b0its diffrent anyway. the lower nibble is the more reliable for 'current state'
01:22.53j0b0its gonna have to wait until tomorrow .. its bed time for me
01:24.08maejrepnite
01:24.11j0b0good nite
01:27.52*** join/#htc-linux zycho_ (n=zycho@a89-182-3-88.net-htp.de)
01:29.55*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
01:36.59*** join/#htc-linux kuhlivisj (n=kuhlivis@77.62.54.41)
02:28.16*** join/#htc-linux ALoGeNoff (n=alogeno@unaffiliated/alogeno)
03:12.04*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
03:20.20*** join/#htc-linux ALoGeNo (n=alogeno@25.Red-79-150-192.dynamicIP.rima-tde.net)
03:37.05*** join/#htc-linux exco1 (n=exco@e181087032.adsl.alicedsl.de)
03:37.27*** part/#htc-linux exco1 (n=exco@e181087032.adsl.alicedsl.de)
04:21.01*** join/#htc-linux sdt555 (n=titus@70.114.152.91)
05:25.13*** join/#htc-linux ionstorm (n=ion@ip68-227-226-5.ph.ph.cox.net)
06:11.00*** join/#htc-linux ionstorm (n=ion@ip68-227-226-5.ph.ph.cox.net)
06:47.21*** join/#htc-linux Shinto (n=John@f048001224.adsl.alicedsl.de)
06:48.03AstainHellbringanyone awake>
07:01.12*** join/#htc-linux dream_kill (n=nospam@92.56.48.66)
07:05.19*** join/#htc-linux Othello (i=Othello@gateway/tor/x-66e53929587ce276)
07:09.24*** join/#htc-linux imfloflo (n=imfloflo@cap31-6-88-180-73-121.fbx.proxad.net)
07:30.27*** part/#htc-linux sdt555 (n=titus@70.114.152.91)
07:31.01*** join/#htc-linux goxboxlive (n=goxboxli@185.84-48-126.nextgentel.com)
07:37.36*** join/#htc-linux cr2 (n=cr2@ip-90-186-36-114.web.vodafone.de)
07:38.41cr2AstainEEE: morning
07:39.16cr2AstainEEE: i'm compiling cegcc now.
07:41.40*** join/#htc-linux vmpu (n=pui@89-33-138-94.u-nite.ro)
07:42.14vmpuhi
07:42.55AstainEEEnice cr2
08:01.26cr2AstainEEE: happy with the EEE speed ?
08:01.47AstainEEEworks well
08:01.57cr2ok
08:03.39AstainEEEneed to get cross compiler setup now
08:17.24AstainEEEcr2 cegcc?
08:22.20*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
08:22.30cr2is needed to compile haret
08:24.07AstainEEEah
08:46.26*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
08:49.08*** join/#htc-linux kiozen (n=oeichler@p54923764.dip0.t-ipconnect.de)
09:16.22*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
09:20.18*** join/#htc-linux nebi (n=nebi@170.ftth2.cust.fyrobs1.upps.se.borderlight.net)
09:44.49*** join/#htc-linux pigeon (n=pigeon@60-241-137-179.static.tpgi.com.au)
10:06.53*** join/#htc-linux radem205 (n=aaa@e144118.upc-e.chello.nl)
10:08.31*** join/#htc-linux pigeon (n=pigeon@60-241-137-179.static.tpgi.com.au)
10:08.46*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
10:26.26*** join/#htc-linux Xime (n=xime@bankize.net)
10:38.57*** join/#htc-linux seand (n=sean@adsl-69-232-201-43.dsl.pltn13.pacbell.net)
10:46.53*** join/#htc-linux myxor (n=myxor@pdbn-4d089da9.pool.mediaWays.net)
10:47.33*** join/#htc-linux BabelO_ (n=fcr@unaffiliated/babelo)
10:49.55*** join/#htc-linux tsdogs (n=tsdogs@net70-17.metalit.net)
10:53.08*** join/#htc-linux Mullins (n=bw@89.204.248.66)
10:55.04*** join/#htc-linux exco (n=exco@e181087032.adsl.alicedsl.de)
11:00.07Mullinsanyone know why the latest cupcake revision would break Kaiser keyboard?
11:03.26*** join/#htc-linux timebomb (n=tb@e176106113.adsl.alicedsl.de)
11:09.45*** join/#htc-linux MethoS (n=lem@91.97.242.22)
11:11.34*** join/#htc-linux cr2 (n=cr2@ip-77-25-42-129.web.vodafone.de)
11:13.18radem205hey exco
11:13.55excohey radem205
11:14.53radem205could you explain me how you get the right gpio's? Because I have used telnet in msdos and I got a lot of traces which I don't need
11:16.39excoif you start e.g. with ibit gpios 1
11:16.54excoand don't touch the device (which one is it?)
11:17.36radem205when I typ ibit gpios 1 I get nothing
11:18.28excoif you type ibit 1 and press a button in that 1 second?
11:18.36exco*ibit gpios 1 that is
11:19.58radem205i think you mean "watch gpios 1", because you can use ibit to ignore some values right?
11:20.05*** join/#htc-linux Mullins07 (n=bw@89.204.248.66)
11:21.14exco;-)
11:21.22excosorry  -  yeah
11:21.39excoso after watch gpios 1 then you get a lot of "spam"
11:22.56radem205yes I get a lot of gpios<6>
11:23.13radem205but when I type ibit gpios 6 nothing happens
11:23.38excopaste a complete line
11:24.48radem205004998: mem GPIOS<6> 92a00c20=07e0f89e <00000800>
11:25.40excolooks comletely different than it looks here - but after "ibit gpios 6" if you run watch gpios 1 - that line still shows?
11:26.19radem205yes, I think with telnet it works different than using haretconsole
11:26.51excoNetRipper: posted some version of haretconsole for win somewhere
11:27.12*** join/#htc-linux TripleQ (n=joost@ip49-198-173-82.adsl2.static.versatel.nl)
11:27.59radem205ok, I will search for it
11:28.06radem205thank you so far!
11:29.04excoI can send it to you as soon as my other PC is on, radem205
11:29.27radem205ok that would be nice
11:29.52radem205you are using the lovely polaris right now? :)
11:30.52excoa Touch Cruise, yes
11:31.50excoyou're also on one, radem205?
11:32.19radem205no, not at this moment
11:32.45excowhich one are you trying to find the gpios for?
11:34.02radem205I thought it would be nice to have some knowledge how it's work and maybe I can help people in the future to find the gpios (or something like that) :)
11:34.20radem205And your guys haven't found the right gpios for backlight, right?
11:34.53excoradem205: I think rogro82 has - but I'm not sure about that
11:35.33radem205thanks for the file
11:35.43radem205I thought Rogro is searching for the right gpios
11:36.13excoNetRipper: may I put your package HaretconsolePackageForWin.zip somewhere and link it in the right places (xda wiki -> haret, hh -> haret)
11:36.33excoradem205: his last post sounded like he found it - but I'm not sure
11:36.58radem205exco: "Going to do the same for the screen backlight after i found the right gpio."
11:37.21excoradem205: I assigned a button to turnoff display - but the 3 gpios that showed weren't turning off backlight
11:37.33radem205ok
11:38.28excoradem205: also when I set turn off backlight after xx s in Energie options - it doesn't turn off my backlight - it just dims it - so I'm still looking for a way to trigger backlight off
11:39.55radem205ok and Rogro has the same experience?
11:40.53excodon't know - but if it was easy he should already know it
11:41.33excodoes your device turn off the backlight when you tell it to?
11:43.41dream_killhi
11:43.51radem205when I press the power button the screen goes off, but I don't know if you mean that?
11:44.40excoradem205: yeah - according to rogro82 the 3 gpios that get triggered - none of those is backlight
11:45.31radem205hmmm ok, so backlight is still on when you press the power button?
11:46.32excoI was wondering the same - but I don't think so
11:47.03excoit could be that it's not controlled through gpios - but then again - what do I know
11:49.24radem205when the backlight is still on you could see the difference, but I see no difference between turning off the screen in Android and WM
11:49.33excomaybe the state I was referring to as "dimmed" is really off
11:49.54excowell turning screen off and turning backlight off is a difference
11:50.54radem205yes, but suppose that the backlight is still on you must see that, right?
11:51.06radem205or is it possible that you see no difference?
11:51.35*** join/#htc-linux Guillaume_ (n=guillaum@nsg93-6-82-246-132-225.fbx.proxad.net)
11:52.21excothe thing is that you can still see what's on the screen with "backlight off" - but maybe this screen is just so much better than the ones I used before ;-)
11:52.46exco"after i found the right gpio" means he knows it or means he's still looking
11:54.48radem205he is still looking :)
11:54.59radem205btw, haretconsole won't start :(
11:56.11excoimfloflo: tried it yesterday on Vista and it worked  -  I can't be of any help since I don't have Win atm
11:56.33radem205ok, I understand
11:56.39radem205ubuntu?
11:57.09excoyes (I'm still a beginner)
11:58.30excoI would say the backlight doesn't turn off unless you turn the screen off - don't know why we need it anyways - isn't turning the screen off saving more energy
11:59.58*** join/#htc-linux hollo_ (n=hollo@3e6b025d.rev.stofanet.dk)
12:05.03dcordes__morning
12:05.31dcordes__Mullins: we should file a bug in the android bugtracker: Kaiser keyboard broken in cupcake :>
12:06.17Mullinsmaybe so
12:06.31exco:-)
12:06.53excodcordes__: how do leds get controlled on kaiser?
12:07.05dcordes__no idea, sorry
12:07.20excoso you can't control them atm?
12:08.30dcordes__I didn't try the latest htc-vogue yet, tbh. btw, does the modified trout battery driver in htc-vogue work for kaiser yet?
12:08.47Mullinsexco: look in here -> http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=blob;f=arch/arm/mach-msm/board-kaiser-keypad.c;h=3716b3c78821bb8eefe1f8bea9e1b0d884d1dffa;hb=refs/heads/htc-vogue
12:09.33dcordes__ah the shift and fn leds
12:09.59excoso those are controlled through gpio, right?
12:10.41dcordes__yep looks like it
12:11.06*** join/#htc-linux pleemans (n=toi@84.194.170.183)
12:11.21dcordes__exco: they are on the cpld http://wiki.xda-developers.com/index.php?pagename=Kaiser_CPLD
12:11.51excoso I would be able to see those events (e.g. blinking led) through watch gpios in haret
12:12.20dcordes__I think so
12:12.37dcordes__try to mask button leds if the event involves one
12:13.21dcordes__ibit gpios n ;where n is the internal haret ID of the gpio
12:13.21excoon Polaris I don't get any gpio events for e.g. bluetooth blinking
12:13.38dcordes__iirc I didn't see those either on the kais
12:13.52excoso how did you find out then?
12:14.26excokey backlight works through gpio and shows nicely in haret
12:15.17dcordes__is it the same as keyboard backlight on the kaiser? B2
12:16.28excodcordes__: on Polaris it is 94 - kaiser gpio doesn't associate anything with 94 (yet?)
12:17.03exco96 I meant
12:17.21dcordes__96 sounds like the haret ID
12:17.40dcordes__it's always bank and pin
12:18.06dcordes__oh there's also that number
12:18.08excobank 4 pin 1
12:19.08dcordes__there's no description on the kaiser gpio page so I didn't see anything there
12:22.39dcordes__I wonder if it's complicated to make the small cam work
12:25.03radem205it's a pity that Rogro isn't online now, because maybe it's duplicated work
12:26.24dcordes__cam or led?
12:26.37excowonders if it's complicated to make wifi work
12:27.04dcordes__exco: I will try building it now
12:27.36excodcordes__: what do you need to make your cam work?
12:28.01excoare kaiser and polaris using the same chip for wifi?
12:28.20dcordes__exco: yep
12:30.48excoso if power gpios and vreg are the same it should also work on Polaris
12:31.08dcordes__yea
12:32.42dcordes__exco: do you also have an untracked file include/linux/bounds.h after checking out htc-vogue?
12:34.13excohow do I check?
12:34.24*** join/#htc-linux stefan_schmidt (n=stefan@p5B036348.dip.t-dialin.net)
12:35.02dcordes__exco: git-status . are we supposed to build with both, kaiser and vogue config?
12:35.19excoI don't have that file there
12:36.30dcordes__ok thanks
12:38.19excoI think so ... - but I don't know how that works
12:38.34dcordes__I just build both removing the vogue ts
12:39.26dcordes__exco: does the rogro kernel use polaris machine type in default.txt or vogue one?
12:40.19excovogue one
12:40.33excoI think there isn't even a polaris defconfig atm
12:44.38excodarned ... every other time I press run instead of "listen for nework..:"
12:44.47dcordes__:)
12:45.55imflofloradem205 yes haretconsole work on vista
12:46.35imfloflojust must to have python in a folder
12:46.58imflofloand run Python26\python.exe haretconsole\console 169.254.2.1
12:47.37imflofloi tough rogro use the polaris mtty cause i made some specific function  no ?
12:47.41dcordes__kaiser_gpio_int
12:50.35dcordes__imfloflo: thanks I have always been wondering how to use haretconsole in windows.
12:50.56radem205imfloflo: when I start the .bat file I get an error in msdos "Can't find the specific file" (or something like that). Python and haretconsole are in seperated folders
12:51.28imflofloyes you must launch the "listen or network "button on mobile BEFORE running the .bat
12:51.41radem205yes I know
12:51.47radem205I have done that
12:52.02imflofloyour mobile is good sync ?
12:52.32radem205yes, I use XP
12:52.52*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfd7d9.pool.einsundeins.de)
12:53.01imfloflomaybe a firewall ?
12:53.16excodcordes__:  if kaiser's wifi gpios are right then Polaris has slightly different ones (only 2-8 to 2-12 (not 2-13) also not sure about 1-13
12:53.31imflofloStarting haretconsole, trying to connect to 169.254.2.1...
12:53.31imfloflo========  Connecting to haret  ========
12:53.31imflofloMinimal virtual address: 00010000, maximal virtual address: 7FFFFFFF
12:53.32imflofloDetected machine Generic MSM7xxx/MSM7xxx (Plat='PocketPC' OEM='Polaris')
12:53.32imflofloCPU is ARM ARM arch 6 stepping 4 running in system mode
12:53.32imflofloEnter 'HELP' for a short command summary.
12:54.17dcordes__exco: that's possible
12:54.57excodcordes__: once you get it to work on kaiser - I'll bruteforce it to work on Polaris ;-)
12:55.08radem205for some reason he can't find python :s
12:55.14dcordes__I will try without the gpios first (wince init)
12:55.16radem205the links are good
12:55.26imfloflogpios for the wifi isn't hard to find ? just set the wifi on ?
12:55.57imfloflohave you install python or you just use a setting folder
12:56.52imflofloi unzip a files, exco send me, i have one folder with the bat and 2 sub folder  -haretconsol -python26
12:57.08imflofloif you run it manualy by cmd  nothing ?
12:58.24radem205I have the same files and directory's but nothing works
12:59.29imflofloon my device i see connect 169.254.2.2
13:00.01dcordes__exco: ok kernel builds work fine, have everything configured and setup along with rootfs for the mdoules
13:00.16Zooloochi there
13:00.28Zooloocdoes wifi already work on the kaiser?
13:00.32dcordes__oh no. I forgot mplayer
13:00.42dcordes__Zoolooc: hey there :) no. not yet
13:01.17dcordes__Zoolooc: did you see gnufiish? you were considering a glofiish device at some point iirc.
13:01.34Zooloocnevertheless, seems to me a lot of progress has been done
13:02.11dcordes__yep. thanks to dzo wizardry
13:02.36Zoolooci was, but now i have the kaiser, and I'm not the type of changing phones every second year
13:03.32Zooloocdcordes__: is your status file updated with all the progress, or some wiki site?
13:03.47dcordes__no didn't update the README recently
13:05.07dcordes__you can check the forum thread http://forum.xda-developers.com/showthread.php?t=396782&page=237 2367 posts lol
13:05.34dcordes__and there's http://wiki.xda-developers.com/index.php?pagename=HTC_Kaiser%2FAndroid
13:08.32Zooloocalright, thx
13:09.26imflofloi got the code for the gpios off wifi on and off
13:10.09dcordes__hm ppp no worky for me
13:10.14imfloflohttp://pastebin.com/m14990e91
13:10.42imfloflobut when i set wifi on it stop my  "watch gpios 10" commande  :s
13:11.16dcordes__probably it destroys your network connection?
13:11.49dcordes__dzo: are you around?
13:13.00imfloflobut i'm style connec after i set the wifi on
13:13.04imflofloon haret
13:13.39dcordes__dzo: is smd1 supposed to work?
13:15.49NetRipperexco, sure
13:23.15radem205dzo is for one week on vacation
13:26.22dcordes__radem205: you got kais?
13:28.59radem205no, polaris
13:29.13imflofloradem205 what do you see for your device ip when you make a ipconfig /all .? 169.254.2.2
13:29.43dcordes__radem205: smd1 works for you?
13:29.53radem205I have a data connection yes
13:31.00radem205all things are working, except audio during calls
13:31.27radem205imfloflo: I get 169.254.2.2
13:31.40radem205dhcp: 169.254.2.1
13:32.15radem205when I use telnet I can connect to the haretconsole, but this is probably a different method and isn't working well
13:35.45*** join/#htc-linux stefan_schmidt (n=stefan@p5B036348.dip.t-dialin.net)
13:39.06dcordes__radem205: can you try ppp?
13:43.53*** join/#htc-linux Miek_ (n=mike@83.104.175.131)
13:44.43radem205you mean with togga?
13:44.55imfloflotelnet open 169.254.2.1 9999 works ?
13:46.05radem205yes
13:46.20radem205but somehow ibit doesn't work
13:46.47dcordes__radem205: what's togga?
13:47.18imfloflotogga is an app to launch data connection on android
13:48.09radem205and togga uses pppd connection to let the data connection work
13:50.46dcordes__ah ok
13:51.45dcordes__radem205: http://headfuzz.co.uk/files/android/ppp.notsh I've been using this to get online.(with htc-msm and other kernels) doesn't work for me with the latest htc-vogue kernel
13:53.31dcordes__maybe it's my radio rom which is very recent. didn't try android/togga yet
13:53.48radem205I think you have to try togga
13:54.06radem205and I have manually changed the ppp.username and ppp.password in default.txt
13:54.15radem205and setup the APN in Android correctly
13:54.32dcordes__ok thanks I will try it later
13:54.35dcordes__byebye
14:01.57*** join/#htc-linux Miek_ (n=mike@83.104.175.131)
14:21.35Mullinsdcordes: with these I can network from linux to Kaiser via USB? http://www.linuxtogo.org/~lgorris/builds/OE/htckaiser/
14:52.08*** join/#htc-linux woodson (n=CDP@c-76-101-90-149.hsd1.fl.comcast.net)
15:09.29*** join/#htc-linux exco (n=exco@85.181.87.32)
15:09.45excoI made a rather annoying discovery
15:11.28excoIf you think "oh the sun is shining - I should go get away from the screen and do some sports" ... if the thermometer tells you it's 2°C - it's still going to be freezing cold riding your mtb ;-)
15:14.46imflofloexco http://pastebin.com/m14990e91
15:15.34excoimfloflo: I've seen that. My reply would be the same as dcordes__
15:16.54imflofloyes but is the code good or not ?
15:17.52excoimfloflo: well how should I go about that
15:18.33excoit certainly is right - good: well if someone needs it and didn't have it before - I'd say it's good
15:18.55imfloflooki
15:20.04excosince you know even less what you're doing than I do (which is only very little) - I would say no one needs it atm - but as soon as someone says I need this or that gpio - we can all join the fun :-) - but probably - since that person knows what to do with it - he will be probably faster looking into it by himself
15:20.59imfloflook what we can do with haretconsole to help?
15:21.31excodcordes__: I suppose you don't have pin enabled? (because it seems like people with pin enabled could use their phones with earlier builds - but not the latest ones)
15:23.30excoimfloflo: I think the relatively easy parts (keys) are done - I can't really tell where we can help
15:23.41imfloflooki
15:24.26excoI'll try to build the kernel once rogro82's changes are committed (I think somewhen tomorrow) - after that I will try to get wifi going (not sure though if I can manage)
15:25.07imflofloi need t reinstal a vmware ubuntu
15:25.10excooh yeah - and a nice bootlogo (which totally isn't needed)
15:25.56excoyou should just make a copy of the image if you have enough space that way you have a backup that will run in no time
15:26.15imflofloa copy of what ?
15:27.41excothe vmware disk/image of a running and well configured Ubuntu (gcc,...)
15:28.10excohttp://wiki.xda-developers.com/index.php?pagename=Polaris_Linux#tox20.bex20.done (if there's anything you can help with - feel free to - or add missing stuff that needs to be taken care of)
15:29.28imflofloi already had it working before but i must delete it cause  my solaris is too big
15:30.11*** join/#htc-linux Tinyboom (n=nahh@108.84-49-166.nextgentel.com)
15:30.27*** join/#htc-linux vmpu (n=pui@89-33-138-94.u-nite.ro)
15:36.22*** join/#htc-linux elfgoh (i=elfgoh@adsl24.dyn212.pacific.net.sg)
15:41.51*** part/#htc-linux elfgoh (i=elfgoh@adsl24.dyn212.pacific.net.sg)
15:51.18lupine_85wonders how good the 2.6.27 branch is these days
15:51.55*** join/#htc-linux fnord (n=fnord@24-151-90-116.static.nwtn.ct.charter.com)
15:52.43*** join/#htc-linux dcordes (n=zsirc@ip-90-187-22-125.web.vodafone.de)
15:52.47*** join/#htc-linux Rogro82 (n=rogro82@s5591104d.adsl.wanadoo.nl)
15:53.05Rogro82hiya all
15:53.56dcordeshi Rogro82, others
15:54.02Mullinshiyas
15:54.39imfloflohi
15:56.39dcordesdoes the dzo android have the ppp thing?
15:58.28Rogro82yes you can set up a pppd con but youll need to enter the right apn settings
15:58.35Rogro82it connects using togga
15:59.01lupine_85heh. that's something of a Patch of Doom :D
15:59.30Rogro82dcordes: do you know how the backlight brightness is controlled?
15:59.34dcordesRogro82 ok
15:59.57dcordesno butwe had it turnin off in htc-msm-2.6.25
16:00.02dcordesand on
16:00.13Rogro82gpio?
16:00.16dcordesuhhm
16:00.32dcordesnot htc-msm-2.6.25 but the kaiser patchsets
16:01.05dcordesidk how it woks. kaiser-pm.c or so
16:02.33Rogro82ill look into it
16:03.06Rogro82ive created a nice inactivity_timer that controls the keypad backlight but also want to use it to control the normal backlight brightness :)
16:04.07*** join/#htc-linux ALoGeNo (n=alogeno@25.Red-79-150-192.dynamicIP.rima-tde.net)
16:04.35*** join/#htc-linux StarLite (n=nnscript@s55916ca6.adsl.wanadoo.nl)
16:06.46excoRogro82: where's the sense in turning backlight off but not the screen?
16:07.22*** join/#htc-linux StarLite` (n=nnscript@s55916ca6.adsl.wanadoo.nl)
16:07.41Mullinsdcordes: Do you know if I can establish a USB network from Linux to Kaiser in any way to get the ADB to work? The zImage we are using doesnt allow it by default
16:14.11imfloflorogro82 do you think its possible to have internet on polaris via usb driver for G1?
16:15.47Rogro82exco: after inactivity of 10 secs we can turn off the backlight but leave the screen on for a bit longer just like in winmo
16:16.12excoRogro82: in win it doesn't get turned off - it just gets dimmed
16:16.14dcordes__Rogro82: board-kaiser-keypad.c already has such a timer
16:16.20Rogro82imfloflo: never looked into the usb driver stuff.. fist want to get all basic functions working
16:16.38Rogro82dcordes: board-polaris-keypad now also has one :)
16:16.45dcordes__Mullins: unfortunately usb doesn't work at all yet
16:17.27Rogro82ive written a keypad driver for polaris and stripped out the gpio button handling out of the board... much cleaner
16:17.52excoimfloflo: my crystal ball says wifi is working before usb networking
16:17.54dcordes__Mullins: do the direction keys on the keyboard work for you?
16:18.12Mullinsdcordes__: Last time I checked they weren't working
16:19.12Rogro82ive actually created 2 drivers for the keypad... one handles the matrix buttons and one handles all others... maybe ill combine them but this way its more easy to see how things are handled i think
16:20.34Rogro82exco: i also want it to get dimmed... thats what i said in the forum... i want to set a brightness level so we can later on implement it as an exposed function for android so you can actually control the brightness level
16:20.58dcordes__Mullins: http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commit;h=a645121445fcf6a621cfb584d6575e8a271e10a5
16:21.59excoRogro82: 99.9% it's not done through gpio
16:22.12excoRogro82: maybe it's handled like the buzzer?
16:22.14*** join/#htc-linux ovod (n=ovod@217.118.66.66)
16:23.38Rogro82exco: im going to look at the kaiser-pm file to see what was done in there
16:24.06excobtw. do you know what file the bootlogo is in?
16:24.23Rogro82the tux? or the android one?
16:24.27Mullinsdcordes__: I will test in a minute then
16:24.40excoRogro82: the android one
16:24.47dcordes__oh no where is my ti1251 diff
16:25.46Rogro82exco: no... i think you can find it in the g1 theme forum... seen some boot logos over there
16:27.48Mullinsdcordes__: They are working aye
16:30.41excoRogro82: initlogo.rle - that should be in system.img?
16:32.31Rogro82exco: dont know do you know which folder? then i can take a look for ya
16:38.50dcordes__Mullins: for me they don't
16:47.00*** join/#htc-linux StarLite (n=nnscript@s55916ca6.adsl.wanadoo.nl)
16:49.27*** join/#htc-linux Klmz (n=kaalaama@77.62.55.53)
16:49.57*** join/#htc-linux [loy] (n=nobody@loy.pp.ru)
16:53.03*** part/#htc-linux Klmz (n=kaalaama@77.62.55.53)
16:58.17excoRogro82: no, but I will look into it later.
17:02.30dcordesarghargh
17:02.42lupine_85dcordes: are you working on the wifi?
17:03.59Rogro82exco: ok... just post it somewhere and ill look it up for you
17:04.09dcordeslupine_85: yes
17:04.56lupine_85awesomeness :). against 2.6.25 or .27 ?
17:05.12dcordeshtc-vogue
17:07.29lupine_85ah, fair enough
17:09.49*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87dd3f.pool.einsundeins.de)
17:11.12*** join/#htc-linux dzo (n=dzo@121.98.128.127)
17:30.27dcordeslupine_85: you got 2.6.27?
17:32.37dcordeslupine_85: if you feel like you could replace trout_wifi_set_carddetect trout_wifi_reset trout_wifi_power etc by the relevant raphael functions
17:37.38dcordesthis diff adds the recent ti1251 to the htc-msm-2.6.27 branch. maybe somebody can give it a go http://linuxtogo.org/~lgorris/public_html/diffs/git-diff_htc-msm-2.6.27_add-ti1251.diff
17:38.17dcordessry wrong url. http://linuxtogo.org/~lgorris/diffs/git-diff_htc-msm-2.6.27_add-ti1251.diff bbl
17:39.30Rogro82Ok i have the backlight sequence working.. just copied some stuff from the board mddi_panel_power and tried changing the values...
17:39.46Rogro82it dims the screen nicely :) will save me some battery
17:40.11Rogro82now im going to make some level based calculations so i can set it at a given level...
17:43.11Rogro82k gotta go... bye all
17:47.30lupine_85dcordes: hmm, I should have a play with that. Haven't touched the 2.6.27 kernel at all yet
17:48.08lupine_85notes that winmo seems to use RIL to get the time?
17:59.09*** join/#htc-linux dzo (n=dzo@121.98.128.127)
18:03.13lupine_85gets a slight handle on git
18:04.07*** join/#htc-linux imfloflo (n=imfloflo@cap31-6-88-180-73-121.fbx.proxad.net)
18:06.10*** join/#htc-linux techie (n=blarg@ip24-250-216-85.ga.at.cox.net)
18:08.18*** join/#htc-linux sdt555 (n=titus@70.114.152.91)
18:20.46*** join/#htc-linux stefan_schmidt_ (n=stefan@p5B0365E2.dip.t-dialin.net)
18:22.49lupine_85well, it applies mostly cleanly... :D
18:26.28*** join/#htc-linux dzo (n=dzo@121.98.128.127)
18:38.43*** join/#htc-linux the_fish (i=cruel1@p5491C4EB.dip.t-dialin.net)
18:38.56the_fishhello. anyone there?
18:44.24*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
18:56.19*** join/#htc-linux stamppot (i=524b997c@gateway/web/ajax/mibbit.com/x-5b9cd354ab74341e)
18:58.34*** join/#htc-linux cr2 (n=cr2@ip-77-25-35-2.web.vodafone.de)
19:06.07*** join/#htc-linux stamppot (i=524b997c@gateway/web/ajax/mibbit.com/x-4813269817111869)
19:06.08dcordeslupine_85: doesn't work?
19:06.11dcordesthe_fish: no
19:06.54*** join/#htc-linux stefan_schmidt_ (n=stefan@p5B0365E2.dip.t-dialin.net)
19:07.52*** join/#htc-linux dzo (n=dzo@121.98.128.127)
19:08.30the_fishdcordes, hai :p
19:08.45the_fishwell i didnt say i got a problem yet! :D
19:09.02*** join/#htc-linux TeringTuby (n=maarten@195-241-125-243.ip.telfort.nl)
19:09.46*** join/#htc-linux sdt555 (n=titus@70.114.152.91)
19:18.34*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87dd3f.pool.einsundeins.de)
19:19.23*** join/#htc-linux gmarzioz (n=gmarzioz@host11-34-dynamic.61-82-r.retail.telecomitalia.it)
19:20.34lupine_85dcordes: unknown
19:22.07lupine_85doesn't know if it compiles yet, either
19:26.28*** join/#htc-linux dzo (n=dzo@121.98.128.127)
19:47.21*** join/#htc-linux dzo (n=dzo@121.98.128.127)
20:06.16*** join/#htc-linux dzo (n=dzo@121.98.128.127)
20:10.28*** join/#htc-linux tsdogs (n=tsdogs@net203-187-146.mclink.it)
20:22.38*** join/#htc-linux MethoS (n=lem@host-091-096-215-147.ewe-ip-backbone.de)
20:27.50*** join/#htc-linux dzo (n=dzo@121.98.128.127)
20:47.42*** join/#htc-linux Mullins (n=bw@89.204.237.136)
21:00.21*** join/#htc-linux chab7 (n=kvirc@212.92.4.114)
21:03.34*** join/#htc-linux dzo (n=dzo@121.98.128.127)
21:20.12*** join/#htc-linux kuhlivisj (n=kuhlivis@77.63.138.194)
21:22.00*** join/#htc-linux Zinbolic (n=zinbolic@0x57344a18.vgnxx3.dynamic.dsl.tele.dk)
21:23.42cr2hi
21:26.54*** join/#htc-linux the_fish (i=cruel1@p5491C4EB.dip.t-dialin.net)
21:33.06cr2BabelO: already sleeping ?
21:33.13BabelOcr2 nooo
21:33.17BabelOjust cooking :)
21:35.10*** join/#htc-linux NetRipper (i=netrippe@89.205.183.135)
21:38.14*** join/#htc-linux rolk (n=rolk@ip5457417f.direct-adsl.nl)
21:39.31BalsatHey... I have compiled ti1251 into a zImage, but how can i test if the wifi is working?
21:48.17*** join/#htc-linux lpotter (n=ljp@58.173.176.153)
21:54.02j0b0hi balsat
21:54.11j0b0i dont really know but i would try ifconfig
21:54.22j0b0and see if there is an entry you didnt have before
21:54.25BalsatI just tryed iwconfig
21:54.39Balsatbut no net ;<(
21:55.07BabelOBalsat: if you speak about the android wlan driver
21:55.31BabelOcheck in /sys/class/sdio or something like that before
21:55.36BabelOto see if it is detect
21:55.47BabelObecause i think you need some power gpio to switch it on
21:55.48BalsatThe one Dcores
21:55.55Balsatcompiled
21:56.10BalsatI'l try it out
21:56.55*** join/#htc-linux Shinto (n=John@f048001224.adsl.alicedsl.de)
22:01.27cr2j0b0: what was this tiacx patch by dcordes ?
22:03.25cr2BabelO: i was driving 180-190 km/h  today on the highway, and broke something in the gearbox. so i left the car in the city close to that place, returned back home with a train, and thinking now how to proceed :)
22:04.44cr2BabelO: the car does not drive anymore, it's just good luck that i could safely leave the highway ;)
22:05.15j0b0cr2 i dont know about that patch, sorry
22:05.25BabelOcr2: that is why i bought a new car :)
22:06.00BabelOcr2: on my previous car i was unbale to leave the car without openning window to open the door from outside
22:06.11cr2lol
22:06.23cr2the new car is too expensive
22:06.39cr2maybe "new as in "other"
22:06.39BabelO:)
22:07.06BabelOcr2: buy french car, it is not newer was 11 000 km
22:07.07cr2it's pita to have something like that in winter
22:07.13BabelOit is close to new
22:07.36cr2BabelO: lol
22:08.38cr2BabelO: my previous neighbour in Munich had a french car :)
22:08.45*** join/#htc-linux exco (n=exco@e181087032.adsl.alicedsl.de)
22:08.59BabelOcr2:  and ? :)
22:09.29BabelOagree that mercedes and bmw are too much, but it is good car, but too speed for me
22:09.33cr2i'll better not quote him :)
22:10.03cr2mine has 252000 km
22:10.20cr2and is 14 years old
22:10.54BabelOok that's why
22:10.54cr2so i probably need to replace the motor too
22:11.44cr2yeah, i've already broken some things that usually do not break
22:12.48BabelOi already broke a gearbox, was only able tu use 2 / 3 / 4
22:12.52BabelOthaty's enough :)
22:13.58cr2BabelO: the gears are ok, but the main gear that goes to the wheels / half-axes seems to be broken.
22:14.39maejrepcr2: should we try that wl1251 patch?
22:15.09BabelO:(
22:15.14cr2a former colleague of mine said that he sold audi A6, "because the gearbox could not work for a long time while driving at 250+ km/h)
22:15.52cr2maejrep: power gpios are known + vregs can be enabled ?
22:17.20maejrepi don't know ;o  haven't tried
22:18.50cr2maejrep: afair the gpios are known, and the vregs are just proc_comm_wince calls
22:27.18cr2maejrep: you have already written the missing trout* replacement code for tiacx ?
22:38.34*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
22:56.51maejrepno
22:59.38cr2maejrep: is the patch of dcordes included in git ?
23:03.23*** join/#htc-linux zycho (n=zycho@a89-182-3-88.net-htp.de)
23:03.51maejrepI don't think so
23:18.28maejrepcr2: can't seem to figure out what cc,40,10,60 does
23:18.37maejrepthe 0x4000 bit doesn't seem to do anything on my phone
23:19.31cr2maejrep: is it in the wiki ?
23:19.39maejrepno
23:19.52maejrepI documented what all the other cc,40 bits mean
23:19.59maejrepbut my documentation of 0x4000 is wrong
23:20.06maejrep(it was a guess to beign with)
23:20.23cr2ok
23:21.39cr2maejrep: do we have a somebody with g1 who can dump the 0xa8600000 area ?
23:21.50dream_killhi
23:21.54dream_killi can try
23:22.11dream_killwhat is there?
23:22.15maejrepi know someone who has g1, but i dont know how to dump memory from it without haret :p  and i dont know that he'd be open to it anyway ;)
23:22.22cr2dream_kill: on the running machine. with 3D on and off
23:22.35dream_killi can dump any area from g1 :D
23:22.36cr2dream_kill: the clock divisors and other bits
23:22.45cr2dream_kill: /dev/mem
23:22.54dream_killno need :D
23:22.59dream_killdirect in oemsbl :D
23:23.05cr2maejrep: dd from /dev/mem
23:23.16maejrepi see
23:23.20cr2dream_kill: better in wince
23:23.30dream_killu mean android :D
23:23.32maejrepwince on g1?
23:23.34cr2dream_kill: i doubt that oemsbl enables 3D
23:23.52cr2maejrep: heh. in linux of course
23:24.00maejrep:P
23:24.03cr2maejrep: /dev/mem in wince ;)
23:24.08dream_killsomething interesting i foudn by comparing the radios on the both phones :D
23:24.25dream_killseems the android stuff are in the amms part of the radio
23:24.32dream_killin the g1
23:24.33cr2dream_kill: hehe, how do you compare them ?
23:24.43dream_killdecompliled :D
23:24.47dream_killida
23:24.48maejrepwhat android stuff?
23:24.54cr2of course. they have their own amss version
23:25.10dream_killsome init stuff for kernel somehow
23:25.24dream_killin the amms for the raphael all drivers are in amms
23:25.32maejrepit's amss *
23:25.42dream_killin g1 the drivers are not there anymore, but, just some initial inits
23:26.35maejrepwhere did you dump amss from for raphael?
23:26.38dream_killi talked with someone in xda-devs and they said the amms part should be ok to swap
23:26.55dream_killfrom the radio upgrade file :D
23:26.59maejrepah
23:27.17maejrepso you're saying by replacing the amss, you'd get the firmware plus the drivers?
23:27.21dream_killhe said as long we keep the rest same, it should work
23:28.07dream_killnot tested yet on my raphael yet as i have no warranty on it as i got it from ebay
23:28.58dream_killso anyone with a raphael with warranty still wana test this :  we put the amss from the g1 and leave the rest intact :D
23:29.00dream_kill?
23:35.02maejrepwhat would that accomplish?
23:35.15maejrepbeing able to use proc_comm the android way?
23:35.41excoI'm taking bets ... will my fileserver boot without causing problems - after I switched out my mainboard (W2k3)?
23:36.26*** join/#htc-linux Bally3 (n=bashir@cpc1-blac6-0-0-cust618.manc.cable.ntl.com)
23:37.01cr2dream_kill: dd if=/dev/mem of=g1_clk skip=$((0xa8600000/0x100)) bs=0x100 count=1
23:37.24dream_killk
23:37.47cr2it may segfault :)
23:37.56cr2and oops
23:39.00tmztj0b0: you've looked at the android event code? do you see anything that would allow it to detect the correct device for each event type (such as touchscreen, keyboard, buttons, etc.)?
23:39.44Bally3I see xdevs is down again
23:41.28BalsatBally3: No ii is not down
23:41.28j0b0tmzt it does detect all devices, but there is some code that rejects devices that dont have the right combinations of flags
23:41.32j0b0capabilities
23:42.02j0b0it likes touchscreen, keyboard, mouse/trackball
23:43.00j0b0when i tried to have the scroll wheel on the raphael navipad do something (anything) it woulnt accept the device until i added BTN_MOUSE, REL_X and REL_Y
23:43.16j0b0it is in EventHub.cpp
23:44.43j0b0in open_device(), line 510 and down
23:45.04j0b0./frameworks/base/libs/ui/
23:46.27j0b0unfortunately there is nothing i can map the wheel to what makes it do anything nice, so i went with REL_Y
23:51.37BabelOgood night
23:53.15cr2maejrep: what do you think should be our future plan ?
23:53.31cr2i've configured squid on nc10
23:53.50cr2can work on the big notebook now.
23:56.00*** join/#htc-linux Rogro82 (n=rogro82@s5591104d.adsl.wanadoo.nl)
23:56.32Rogro82hiya all
23:56.54Rogro82exco: you still in here?

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