IRC log for #htc-linux on 20100206

00:07.44*** join/#htc-linux The_Eccentric (~ablack7@unaffiliated/theeccentric/x-737283)
00:09.07noisyzenand tonight i shall learn to mess around with haret console
00:12.34Captnoordre
00:14.07*** join/#htc-linux kad_ (~kad@219-89-117-161.adsl.xtra.co.nz)
00:18.13*** join/#htc-linux dcordes (~dccordes@unaffiliated/dcordes)
00:19.06Captnoordphh: so the newer 3d driver doesn't work?
00:19.17Captnoordor eclair doesn't have 3d support
00:20.32IceBonephh is still around?
00:20.37noisyzenI think he went to bed
00:20.43IceBoneFigures.
00:20.44IceBoneWhat a n00b.
00:21.09noisyzenha
00:21.15tmzthe didn't move enough mountains today?
00:21.26IceBoneHe goes to sleep before 4 am.
00:21.42noisyzenhangs her head in shame as she goes to sleep before 11pm.
00:21.50IceBoneO_O
00:22.28IceBonepoints and shreaks like Donald Sutherland in Invasion of the Body Snatchers.
00:22.36Captnoorddon't sleeping a lot is a good thing
00:23.21noisyzenhehehe
00:23.26noisyzenI wake up at 6:30 in the morning
00:23.33noisyzenand i get grumpy when i dont get enough sleep
00:23.38IceBoneBut... that's... still yesterday.
00:23.48noisyzeni'm in the states
00:23.55noisyzenit's 7:24 here where i am
00:24.03IceBone6:30 to me is still yesterday.
00:24.04noisyzen(pm)
00:24.11Captnoordaaahhh fucking hell float math emulated it a pain in the ass bigtime
00:24.14IceBoneI don't get up before 11 am.
00:24.46noisyzenhehe
00:26.16MrPippyCaptnoord: do you think you know where the percentage calculation is done in battery.dll?
00:26.34MrPippyi spent a few days on it and i'm still not sure i know where its done
00:26.54Captnoordi'm in nk.exe
00:27.00Captnoordkernel space
00:27.02Captnoordno userspace
00:27.09Captnoorda lot easier
00:27.57MrPippyyou really think so? i went into nk (the s000 file) with ida and i could figure out some of the battery functions just because they looked the same as in battery.dll, but no function names makes it hard
00:28.44Captnoordlol got 1 part of the float math emulation
00:28.47Captnoordcheers
00:29.26CaptnoordMrPippy: I usualy don't care about the function names
00:29.40Captnoordas long as some of the global var's are named
00:29.49CaptnoordI can understand what the code should do
00:30.23Captnoordexponent = (v.i & 0x7f800000) >> 23; ... whoooo me cheers
00:32.19Captnoord01: float  inverse(float x)
00:32.19Captnoord02: {
00:32.19Captnoord03:   // re-interpret as a 32 bit integer
00:32.19Captnoord04:   unsigned int *i = (unsigned int*)&x;
00:32.19Captnoord05:
00:32.20Captnoord06:   // adjust exponent
00:32.20Captnoord07:   *i = 0x7F000000 - *i;
00:32.21Captnoord08:   //*i = 0x7EEEEEEE - *i;
00:32.21Captnoord09:
00:32.22Captnoord10:   return x;
00:32.22Captnoordanother one
00:33.21*** join/#htc-linux Scepterr69 (~scepterr@ool-18b92277.dyn.optonline.net)
00:35.00CaptnoordI watched
00:35.01Captnoord0x5F375A86
00:35.02Captnoordwoeps
00:35.06Captnoordhttp://www.imdb.com/title/tt1020885/
00:35.09Captnoordat a friends....
00:35.10Captnoordloooool
00:40.00noisyzenlol
00:40.28*** join/#htc-linux Scepterr (~scepterr@ool-18b92277.dyn.optonline.net)
00:40.56noisyzenwoohoo! Welcome, this is HaRET pre-0.5.3-20091217_191025 running on WindowsCE v5.2
00:41.27noisyzenLOL now I get to figure out what to do next :)
00:42.12adamwwhat are you trying to do exactly?
00:42.24noisyzenLearn
00:42.29*** join/#htc-linux cr2_ (~cr2@ip-77-24-130-143.web.vodafone.de)
00:42.33noisyzenexplore
00:42.41noisyzenget a feel for things
00:42.49adamwah.
00:42.52Captnoordtry + fail = learn
00:42.59Captnoordfail + win = learn
00:43.01Captnoord:P
00:43.06Captnoordthose 2 in a loop
00:43.41noisyzenyup.
00:43.46noisyzenexactly.
00:43.58Captnoordcheers ^ 2
00:44.03Captnoordfound a math trick constant
00:44.11Captnoordivln10     =  4.34294481903251816668e-01, /* 0x3FDBCB7B, 0x1526E50E */
00:47.07IceBoneTry to fail at winning or win at failing.
00:47.07*** join/#htc-linux cr2_ (~cr2@ip-77-24-130-143.web.vodafone.de)
00:47.19noisyzenexactly IceBone
00:47.58IceBoneThe toughest one would be fail at failing. :D
00:48.07IceBoneCause then you win and fail at the same time.
00:48.12IceBoneAnd divide by zero.
00:48.30|Jason8|your mom divides by zero
00:50.04IceBoneSo that's what you kids call it these days.
00:50.07IceBoneAnyway, I'm off to bed.
00:50.12IceBoneWith your mom.
00:50.18IceBoneTo divide by zero.
00:52.27*** join/#htc-linux Scepterr (~scepterr@ool-18b92277.dyn.optonline.net)
00:53.59noisyzenis there any other detailed docs than http://www.handhelds.org/moin/moin.cgi/HaRET_20Documentation for the haret console?
01:12.16*** join/#htc-linux Unholy (~IceChat7@24.227.27.77)
01:15.07*** join/#htc-linux playbyzay (~AndChat@166.193.145.112)
01:24.36adamwleobaillard: around?
01:41.45*** join/#htc-linux lioncat55 (~genj@71.94.224.54)
01:42.06*** part/#htc-linux lioncat55 (~genj@71.94.224.54)
01:59.47*** join/#htc-linux mastermerlin (~merlin@pD957CFD6.dip.t-dialin.net)
02:05.52*** join/#htc-linux mastermerlin_ (~merlin@pD957B98C.dip.t-dialin.net)
02:14.13*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
02:56.37*** join/#htc-linux playbyzay (~AndChat@32.162.141.164)
03:13.25*** join/#htc-linux mc (~nathan@66.189.214.135)
03:13.39*** join/#htc-linux Genis (~mzeman@c-71-239-97-164.hsd1.il.comcast.net)
03:26.56*** join/#htc-linux Genis (~mzeman@c-71-239-97-164.hsd1.il.comcast.net)
03:29.27*** join/#htc-linux droid001 (~g1@p4FDC9CC2.dip.t-dialin.net)
03:34.17tmztnoi: what are you trying to do?
03:34.27tmztshe leave?
03:35.36*** join/#htc-linux Olipro (~Olipro@uncyclopedia/olipro)
03:41.24*** join/#htc-linux addisu (~addisu@74-137-196-34.dhcp.insightbb.com)
04:08.01*** join/#htc-linux tehtrk_home (~quassel@ppp-70-253-239-142.dsl.wacotx.swbell.net)
04:17.32*** join/#htc-linux randomblame (~kevin@c-71-59-184-96.hsd1.wa.comcast.net)
04:19.15randomblamecan someone walk me through setting up a new device mtype, I've registered the mtype, added the device to mach-types.h, made a new defconfig, added the device to the kconfig, but on compiling I get unknown option "CONFIG_MACH_LG_INCITE" spat out from kconfig
04:21.39randomblamealso made new board and panel .c's
04:21.56randomblamewhy is it always harder to do things the "right" way
04:30.41*** join/#htc-linux babijoee (~babijoee4@d110-33-172-85.sun801.vic.optusnet.com.au)
04:39.00adamwbabijoee: heya - I had a question for you; do you know how to change default settings in android? the setting for using the g-sensor to do landscape/portrait rotation should be disabled by default on fuze and rhodium...not sure how we could do that, though
04:39.33adamwi had a poke through both rootfs and system.sqsh and my live android environment trying to find the setting, but came up empty
04:42.14babijoeeecalir.build
04:42.18babijoeebuild.prop
04:42.38babijoeeedit build.prop
04:50.45*** join/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-77-57.tampfl.fios.verizon.net)
04:51.04randomblamecan someone walk me through setting up a new device mtype, I've registered the mtype, added the device to mach-types.h, made a new defconfig, added the device to the kconfig, but on compiling I get unknown option "CONFIG_MACH_LG_INCITE" spat out from kconfig
04:54.02*** join/#htc-linux Zeman4323 (~mzeman@c-71-239-97-164.hsd1.il.comcast.net)
04:55.12*** part/#htc-linux Zeman4323 (~mzeman@c-71-239-97-164.hsd1.il.comcast.net)
04:56.20*** join/#htc-linux Genis (~mzeman@c-71-239-97-164.hsd1.il.comcast.net)
04:57.16*** join/#htc-linux MrPippy_ (~pip@adsl-75-33-10-219.dsl.sndg02.sbcglobal.net)
05:02.18*** join/#htc-linux playboyzay (~playboyza@adsl-068-159-101-193.sip.gsp.bellsouth.net)
05:17.32*** join/#htc-linux mcdull (~mcdull@110.4.31.118)
05:19.41mcdullhello
05:32.19*** join/#htc-linux droid001 (~g1@p4FDCB67D.dip.t-dialin.net)
05:44.11*** part/#htc-linux addisu (~addisu@74-137-196-34.dhcp.insightbb.com)
05:55.54randomblamebah I'm stupid
06:19.14randomblamestill stupid, why is my mtype braindead
06:37.17*** join/#htc-linux ReeferMattness (~MattGNM@c-76-18-79-170.hsd1.nm.comcast.net)
06:44.59*** join/#htc-linux GNUtoo|oeee (~GNUtoo@host-212-68-199-184.brutele.be)
06:45.16randomblameanyone know what initiates the board drivers eg board_htcdiamond.c
06:58.44*** join/#htc-linux mickeyl|ICE16 (~M@tmo-104-124.customers.d1-online.com)
06:59.12*** join/#htc-linux mickeyl|ICE16 (~M@openmoko/coreteam/mickey)
07:06.22MrPippydid you regenerate mach-types with the script?
07:12.34randomblameno what script?
07:12.56*** join/#htc-linux xmckinzie__ (~playboyza@adsl-068-159-101-193.sip.gsp.bellsouth.net)
07:13.35MrPippyarch/arm/tools/gen-mach-types
07:13.41MrPippyi've never used it, but i think its for generating mach-types.h
07:15.02randomblameI'll try it
07:16.47randomblamehow do I run it?
07:19.08MrPippyoh i guess it runs automatically from make
07:19.28MrPippyso you have a board- file for incite?
07:19.30randomblameyeah I see my mach type in mach-types.h
07:20.41randomblamewhen I run that mtype though the kernel is brain dead, no flashlight, no console, nothin
07:20.51randomblameany other mtype is fine
07:21.07MrPippyyou have a board- file and a MACHINE_START in there?
07:21.25randomblamehave a board- file no machine start where is that
07:21.55MrPippylike all the other board- files have a MACHINE_START macro at the bottom
07:22.12randomblamethat may be my missing step lemmie look
07:22.32randomblamethere should be an if config mach_type statement in there right?
07:22.56MrPippytake a look at board-htcdiamond or another one to see what it looks like
07:23.25randomblameI made a direct copy of board diamond just renamed it probably the issue
07:23.34randomblameI looked through it and couldn't figure out what started it
07:25.12MrPippyyeah and you put the name of your machtype as the first arg to MACHINE_START
07:25.18randomblameoh I see what you're talking about yeah thats been modified
07:27.22MrPippya lot of drivers also check for a certain machtype, so you might have to add your incite one to drivers too
07:28.34randomblamehmm I'll have to go through them then
07:30.05adamwbabij: belated thanks
07:30.07adamwoh he left
07:30.44MrPippyif you copied gsm diamond, 'grep -i' for "htcdiamond" and see where its referenced
07:31.42randomblamegood idea
07:34.32randomblamewho'd have thought copying something would be so difficult lol
07:40.24randomblameI expected more than 11 files to match that
07:40.45randomblamegotta get the kid to sleep then I'll start splicing
07:41.02*** join/#htc-linux lucx (~luc@89-115-128-35.cl.ipv4ilink.net)
07:52.31*** join/#htc-linux graziano (~graziano@fsf/member/graziano)
07:52.38*** join/#htc-linux thedicemaster (thedicemas@j89126.upc-j.chello.nl)
07:57.34randomblamebah I didn't grep -r -i there s a lot more than 11 ha
07:58.19*** join/#htc-linux gehzumteufel (~gehzumteu@cpe-76-93-100-70.socal.res.rr.com)
07:58.35gehzumteufel'ello guys
07:59.57*** join/#htc-linux GlemSom (~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
08:03.30adamwhey gehz
08:03.54gehzumteufelYou the only one around?
08:05.42adamwrandomblame's been spouting wildly
08:06.03adamwi think i just got a trivial patch for xdandroid which would set the android config correctly on rhodium and touch pro
08:06.15adamwso closing keyboard always switches to portrait properly
08:06.20adamwwithout having to fix it manually.
08:06.27adamwtesting time...
08:07.16*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
08:12.31gehzumteufelinteresting
08:12.42gehzumteufelSo that the gsensor doesn't have to be disabled?
08:13.00adamwwell it isn't anyway
08:13.06adamwwhen you change that config setting it's not disabled
08:13.17adamwit's just not used for landscape/portrait sensing
08:13.22adamwyou can still use it in games and stuff
08:13.37adamwall this does is set the config setting out of the box so you don't have to go do it yourself (and know that you should do it)
08:14.48gehzumteufelYeah but we want the gsensor to change the landscape portrait setting as necessary
08:15.14adamwwell, not if it breaks the keyboard sensing, i guess. i don't think i'd want it personally...it just annoys the crap out of me, heh
08:15.25adamwbut, true, i guess the best would be if somehow both worked
08:15.37gehzumteufelExactly
08:15.51adamwsince it doesn't...disabling it out of the box seems sensible, so the keyboard sensing works at least
08:16.11gehzumteufelI almost thought my phone had a bad accelerometer, because it wasn't putting things in landscape when I tilted it. Even when using gconfig in WM. I found out the rom just blew
08:16.24gehzumteufelWhen it came to gsensor stuff anyway
08:16.24adamwheh
08:16.40adamwi find it's pretty inaccurate anyway, i'd rather just use the keyboardf
08:16.53gehzumteufelNah it is pretty accurate
08:17.05gehzumteufelI am using Ark's rom, and it works MUCH better now
08:17.28gehzumteufelhttp://www.youtube.com/watch?v=FHL6L9i2AWA
08:17.30adamweven with stock rom it didn't work great for me. i guess it depends how you use your phone.
08:17.32gehzumteufelWatch that. Hilarious
08:17.41adamwi tend to wave mine around a lot :P
08:17.44gehzumteufelStock roms are probably some of the worst
08:24.20*** join/#htc-linux kiozen (~oeichler@rgnb-5d87cf1e.pool.mediaWays.net)
08:28.21randomblameyes when I spout I go all out
08:28.46adamw=)
08:29.24gehzumteufellol
08:33.05adamwhmm. didn't work. oh well, cba figuring out why not right now.
08:41.44*** join/#htc-linux ulaas (~ulaas@88.253.28.33)
08:42.18*** join/#htc-linux Taypen (~taypen@85.65.36.171.dynamic.barak-online.net)
08:46.44*** join/#htc-linux onen|openBmap_ (~quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
08:50.09randomblameahh thank god for color profiles in terminal
08:50.13randomblamemy eyes were hurting
08:50.31gehzumteufellol what colours did you have it set at?
08:50.38randomblameblack on white
08:50.50randomblamepainful
08:50.52gehzumteufelBlack text on white? Fuck me
08:51.05gehzumteufelThat shit is painful
08:53.06*** join/#htc-linux GNUtoo|oeee (~GNUtoo@183-48-191-193.dhcp4.fosdem.net)
08:57.35randomblamesomehow I've settled on light blue on dark purplish not the most manly of schemes
08:58.08randomblamethere are so many references to diamond I've spliced my machine into so many files I've lost track of reality and I think my chair is closer to the ground
09:00.53randomblameyay I think I found the problem
09:02.29gehzumteufelFor?
09:04.56randomblameadding a new device to the branch
09:05.18gehzumteufelah
09:07.21*** join/#htc-linux diterium (~viper@213.183.2.252)
09:10.21*** join/#htc-linux dcordes (~dccordes@unaffiliated/dcordes)
09:16.31*** join/#htc-linux zachy (~george@ip-85-160-97-79.eurotel.cz)
09:22.48*** join/#htc-linux zachy (~george@gprs214-195.eurotel.cz)
09:30.31*** join/#htc-linux dcordes (~dcordes@unaffiliated/dcordes)
09:31.59*** join/#htc-linux luklew (~luklewluk@207.west.gre.pl)
09:36.40*** part/#htc-linux luklew (~luklewluk@207.west.gre.pl)
09:36.46*** join/#htc-linux luklew (~luklewluk@207.west.gre.pl)
09:39.00*** part/#htc-linux gehzumteufel (~gehzumteu@cpe-76-93-100-70.socal.res.rr.com)
09:46.18*** join/#htc-linux dcordes (~dcordes@unaffiliated/dcordes)
09:47.32*** join/#htc-linux jeremychang_ (~jeremycha@61-30-10-70.static.tfn.net.tw)
09:48.16randomblameall of a sudden getting annoying errors  implicit declaration of function 'machine_is_
09:48.26randomblamethose are in if statements and they were fine before
09:49.50*** join/#htc-linux playdo (~kvirc@89.204.137.67)
09:50.35randomblameMACH_TYPE_LGINCITE' undeclared (first use in this function) - isn't that why mach_types is included... wtf
09:57.32randomblamesomething screwed up my machtype.h nice
09:57.50*** join/#htc-linux luklew (~luklewluk@207.west.gre.pl)
09:58.43*** part/#htc-linux luklew (~luklewluk@207.west.gre.pl)
09:58.49*** join/#htc-linux luklew (~luklewluk@207.west.gre.pl)
10:05.46*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
10:08.52randomblamefinally, it compiled... now to see if that was for nothing
10:08.56*** join/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-77-57.tampfl.fios.verizon.net)
10:10.13*** part/#htc-linux luklew (~luklewluk@207.west.gre.pl)
10:17.09randomblamenooo it's still brain dead with that mtype why
10:17.34randomblamecan haret cause this? does haret have to recognize the mtype?
10:17.43*** join/#htc-linux BabelO (~fcr@unaffiliated/babelo)
10:23.57*** join/#htc-linux graziano (~graziano@fsf/member/graziano)
10:24.04grazianoleviathan, ping.
10:24.12grazianoI am pinging you since weeks...
10:24.46grazianoI need some help about shr on the htc dream
10:24.50randomblamedoes haret have to recognize a new mtype or does it just pass it along to kernel?
10:25.33*** join/#htc-linux marex (~marex@vasut.kolej.mff.cuni.cz)
10:45.29*** join/#htc-linux x-faktor (~WinGuru@ANancy-157-1-31-140.w81-50.abo.wanadoo.fr)
10:53.51*** join/#htc-linux Taypen (~taypen@85.65.36.171.dynamic.barak-online.net)
10:55.27randomblameharet log is happy, I screwed up somewhere
10:57.13*** join/#htc-linux Markinus (~Miranda@gtng-4db047ee.pool.mediaWays.net)
11:00.23*** join/#htc-linux cr2_ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
11:01.48MarkinusHi
11:03.41cr2_hi
11:03.50*** join/#htc-linux GeertJohan (~Squarc@82-217-32-29.cable.quicknet.nl)
11:04.39randomblamewhat's the .boot_params under machine start in board_device.c
11:10.22Markinusphh: With the 0x50 the LED isn't working too . .
11:18.02phhMarkinus: ok so rhod specific, fun.
11:18.12*** join/#htc-linux zachy (~george@ip-160-218-244-162.eurotel.cz)
11:19.51phh[00:33:48] <Boydell> chamonix, meh its goin. I need to reinstall your app, for some reason when i restarted it reset back to v0.1 <------ remove it from sdcard/AndroidApps ?
11:20.04*** join/#htc-linux lucx (~luc@89-115-128-35.cl.ipv4ilink.net)
11:20.42phh[00:57:34] <adamw> hmm, nope. ctrl-c / ctrl-x / ctrl-v don't work for cutnpaste. well, that sucks. <---- no android device has real keyboard :p
11:21.27phh[01:30:11] <Captnoord> or eclair doesn't have 3d support <------- eclair needs the new 3D kernel api, but still even with it it doesn't work, so for the time being, I chose to enable donut users to have 3D instead of disabling everyone.
11:21.46randomblamewoot my mtype is working. it just didn't like the board.c I made for it
11:21.58randomblamethat was a lot of work in the name of cleaner code
11:30.52phhMarkinus: I just thaught, you said your board uses blablaearcuple vol0, but do you know if it uses the same AudioPara4.csv as we do ? if they are too different, that might be the reason you have no sound (or not ok, that's just an idea)
11:32.51Markinusphh: hmm, yes this could be, there a some differences .. .  I tested this in the past, but after them we changed much tinks with sound. I will test it a second time . .
11:46.48phhMarkinus: do you have a BT headset ?
11:47.21phhhum no need for such tests you already have in-call sound working
11:47.44phhwhy did I think of using bt headset sound output mmmm
11:49.29IceBonephh!
11:49.36phhIceBone: yup ?
11:49.38IceBoneI tried all the radio roms for Diamond, nothing. :(
11:50.00phhIceBone: ah.
11:50.04phhthen hard problem
11:50.09phhhum
11:50.17phhbut I can't see how this could be a hard problem
11:50.24Markinusphh: I have only a BT phone headset, without A2DP. And we have sound with BT, only normal sound isn'T working . . .  this is very strange . .
11:50.34IceBoneYeah, both cams can't be borked.
11:50.45Markinusphh: The soundparams didn't help . . :(
11:50.50IceBoneCould be a chip that handles cam?
11:50.57phhMarkinus: BT sound is done userland, so no it's not strange
11:52.30Markinusphh: ahh I didn't know this . .
11:53.10phh(it's not impossible it can be done in hardware, but I haven't had any proof of that yet.)
11:56.40*** part/#htc-linux zachy (~george@ip-160-218-244-162.eurotel.cz)
11:57.17Markinusphh: I will no look a bit is GPS direction ( sound would be great, but I have no Idea what I can do there as next :( ). I will enable the GPS on Topaz and dumpt after this the RPC Fifo, maybe I can see a difference why the topaz is crashing on enabling ..
11:57.34phhs/no/now ?
11:57.56Markinusnow :)
11:58.06phhso get the gps workaround branch
11:58.30Markinusok
11:58.43phhedit smd_rpcrouter_device.c
11:59.17phhcomment  rq->procedure=cpu_to_be32(be32_to_cpu(rq->procedure)+1); and rq->procedure=cpu_to_be32(be32_to_cpu(rq->procedure)+1);
11:59.32phhchange the                 switch(be32_to_cpu(rq->procedure)) { to                 switch(be32_to_cpu(rq->procedure)+1) {
11:59.52phhdelete all vogue's gps stuff from your android build, and get one from an android devices
12:00.02phh(do a strings on the libgps.so and see if it uses oncrpc or vogue_gps)
12:00.23phhthen boot, and do
12:00.24phhln -s 3000005b:00000000 /dev/oncrpc/3000005b:90380d3d;adb shell ln -s 3000001d:00000000 /dev/oncrpc/3000001d:51c92bd8
12:00.31phhand access to GPS in android.
12:01.47Markinusphh: yeah! :)
12:04.41*** join/#htc-linux mcdull (~mcdull@110.4.31.126)
12:05.52chamonixhey phh
12:05.59phhhi chamonix
12:06.57chamonixphh: I've spent the night trying to find y my app doesn't get broadcasts from kmail... this morning I found a helper app to send any kind of intent/broadcast and broadcasted the same as kmail...... I receive it....
12:07.22phhkmail uh ?
12:07.27phhkmail is a desktop app /o\
12:07.35chamonixk9mail for android
12:07.47chamonixit's the only mail app that broadcasts on mail receive
12:07.54phhah
12:07.55chamonix... is supposed to at least
12:08.00chamonix:)
12:08.12phhyou want me to search how to trace all intents ? :p
12:09.13*** join/#htc-linux dcordes (~dcordes@unaffiliated/dcordes)
12:10.07phhchamonix: HAHA
12:10.08chamonixwell that would be interesting.... from java it desn't seem possbile as every receiver has a filter and there is no such thing as promiscuous mode
12:10.09phhgot a crazy lazy way.
12:10.25chamonixhuh
12:10.26phhstrace -s600 -fF -p $(pidof theappname)
12:10.31phhand search the access to binder in it :p
12:10.47phhI can do the traces if you don't feel like doing that
12:10.55chamonixpid of sender?
12:12.08*** join/#htc-linux mickey|fosdem (~M@2001:6a8:1100:cafe:218:deff:fe02:2d78)
12:12.21*** join/#htc-linux mickey|fosdem (~M@openmoko/coreteam/mickey)
12:13.31*** join/#htc-linux luminoso (~lumos@av-217-129-128-10.netvisao.pt)
12:13.55chamonixwell I somehow feel the need to get proof that k9mail isn't screwing me by logging it broadcasts but does not
12:14.02IceBonephh: I've made a thread about the cam problem: http://forum.xda-developers.com/showthread.php?t=629136
12:14.47Taypenкак из вывода убрать все "-" и скобки?
12:14.56Taypensorry
12:15.25chamonixbut it seems a little obvious so I'm looking into whether it makes a difference if the broadcast is with or without data parcel
12:15.48*** join/#htc-linux dcordes_ (~dccordes@unaffiliated/dcordes)
12:16.13*** join/#htc-linux noisyzen (~samantha@c-71-238-20-94.hsd1.mi.comcast.net)
12:16.16mcdulldo anyone know if market is down now?
12:16.45noisyzenhmm. i can access it.
12:16.51IceBoneSame here.
12:17.01mcdullthanks..
12:17.23IceBoneWell, I can browse, but downloading is just as buggy. Sometimes it starts up right away, sometimes you have to wait a few minutes.
12:17.33mcdulli can't search or access categories.
12:17.59IceBoneAnd the error you're getting is...
12:18.20mcdullserver error
12:18.48IceBoneAnd data works ok with everything else?
12:18.59noisyzenhmm. apparently google maps thinks i'm in virginia.
12:19.07IceBoneWell there's your problem!
12:19.13noisyzenis not in virgina. noisyzen is in Michigan.
12:19.17mcdullyeah, at least with this irc
12:19.23noisyzenvirginia, even.
12:19.39mcdulli am accessing irc with android
12:20.10IceBoneUgh... is there a way to install the hero weather widget on normal android?
12:20.23IceBoneOr at least change the provider of the weather for weather widgets?
12:20.37IceBoneCause this thing hasn't shown me the correct weather since I installed it.
12:20.51IceBoneRight now it's saying it's 1 degree and party cloudy, but it's actually -5 and SNOWING
12:20.52IceBoneFFS
12:21.44IceBoneI'm almost set on buying a Magic and installing Sense on it...
12:22.17mcdulleven hero weather is not accurate most of the time.
12:22.47IceBoneIt uses accuweather, which in my experience is the most accurate.
12:23.06chamonixphh: got it, it's the parcel..... at least the mime type must be part of the intent filter is seems
12:23.10IceBoneAt least it was while I still used it on winmo's touchflo.
12:23.55*** join/#htc-linux cr2_ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
12:24.20noisyzeni think google maps 'accurate to 700 meters' needs to change to 'accurate to 500 miles'
12:24.34phhnoisyzen: lol
12:24.35IceBone:D
12:24.38phhcell tower works fine for me
12:24.43IceBonechecks how accurate his is.
12:24.51noisyzenlol i put the donut build on last night
12:25.10cr2_hi phh
12:25.12phhnoisyzen: ah, I think donut builds have buggy ril
12:25.13phhhi cr2_
12:25.16noisyzenand checked g-sensor on maps which works beautifully... but i'm 524 miles away from home
12:25.22noisyzenphh: gotcha lol
12:25.37noisyzeni then used the newest combined kernel and zImage and i'm still 524 miles away from home.
12:25.39phhnoisyzen: I'm trying to do a brand new donut with all updated stuff
12:25.46noisyzenphh: oh i love you!
12:25.54IceBoneHow do you pull up the "accurate to ...." notification?
12:26.00phhnoisyzen: it's just because I want 3D :p
12:26.05noisyzenphh: i still love ya!
12:26.11IceBoneAh, just tap it.
12:26.25IceBoneIt says 1800 metres for me, but it's almost right on my house.
12:26.46*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
12:26.54phhIceBone: do you have a sightline to the point it shows ? I guess there is a gsm antenna just there :p
12:27.08IceBoneYeah, possibly. :D
12:27.30chamonixit's inconsisitent with the SDK doc tho :-/
12:30.13phhwhy can't I get 3G working on donut groumpf
12:30.29noisyzener newest combined module and zimage. (from what i said before)
12:30.36phhok. I just need to say it for it to work.
12:30.45phhnoisyzen: I never said it was kernel -_-'
12:30.46noisyzenif i dont make sense this morning it's because my dogs woke me up before 7am and its saturday.
12:30.47phhit's the ril
12:30.52noisyzenoh, no, i was correcting myself
12:31.27noisyzenstill on my first cup of coffee.
12:31.53noisyzenphh: i said zimage and kernel.. meant zimage and modules :)
12:32.30dcordes-fosdemcr2_, acer a1 kernel source http://global-download.acer.com/GDFiles/Document/App.%20Guide/App.%20Guide_Acer_1.0_A_A.zip?acerid=634002451785488074&Step1=Smart%20Handheld&Step2=Liquid&Step3=Liquid&OS=A01&LC=en&BC=Acer&SC=EMEA_27
12:32.30phhdcordes-fosdem / cr2_ what are you doing there ? presentations ? dev meeting ?
12:32.56dcordes-fosdemphh, just lurking
12:33.00phhok
12:33.20*** part/#htc-linux parmaster (par@dipole.idlepattern.com)
12:33.26*** join/#htc-linux parmaster (par@dipole.idlepattern.com)
12:37.00phhNB:downloading neocore while syncing google account on a 40kB/s data line is kind of slow
12:38.28phhyay 3D working \o/
12:40.27cr2_phh: we are having nice vacation here :)
12:40.46phhcr2_: ok :)
12:40.50dcordes-fosdemNetRipper, ping
12:42.22*** join/#htc-linux Kevin2 (~Kevin2@207-172-165-101.s101.tnt1.nywnj.ny.dialup.rcn.com)
12:42.55mcdullhow is the 3d performance on our 7200? can it run most of the 3d apps?
12:43.33phhmcdull: don't know for 7200, but all android games are made for 7201a
12:44.36phhwah, raging thunder looks awesome
12:44.57mcdulloh.. i am using blackstone so it should be 7201,right?
12:45.17*** join/#htc-linux lucx (~luc@89-115-128-35.cl.ipv4ilink.net)
12:45.17phhyup
12:45.19mcdullcant wait to test it.
12:46.10mcdullcan launcher2 run on it?
12:46.16phhdon't know, what is it ?
12:48.58mcdulli can never run it so i have no idea of what it is. it is supposed to be a new launcher to start apps.
12:49.17phhurl ?
12:49.23mcdulllike some new ui but requirring 3d renderring
12:50.44*** mode/#htc-linux [+o dcordes-fosdem] by ChanServ
12:51.33phhmcdull: no url uh ?
12:51.48*** part/#htc-linux graziano (~graziano@fsf/member/graziano)
12:51.55phhgoogle can't find anything but errors with launcher2
12:52.05mcdulllet me search.
12:53.02chamonixphh: \o/ the doc is wrong about intent filter :) if there is a URI passed to the broadcast the intent-filter _must_ match it, the doc says the matching is hierarchical it is not
12:53.18dcordes-unreggedlol
12:53.34mickey|fosdemit workz
12:53.41dcordes-unreggedyeay
12:54.02mcdullhttp://forum.xda-developers.com/showthread.php?t=619078
12:54.26chamonixok, we need a timer for notify effects and it's feature complete
12:54.50mcdullso it might be the nexus one ui.
12:54.59phhchamonix: don't forget sleep-effects
12:55.06phhand color led devices :p
12:55.33phhcr2_: do you know anything about a 0x70>>1 i2c device on rhod ?
12:57.43*** join/#htc-linux M1DLGpc__ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
12:58.07*** join/#htc-linux malgon (~simon@ABordeaux-257-1-27-185.w90-45.abo.wanadoo.fr)
12:59.46cr2_phh: second camera ?
12:59.58cr2_phh: have we added these ids into wiki ?
13:00.42cr2_phh: the accelerometer is probably invisible. does rhod have magnetometer ?
13:00.49phhdon't know
13:00.49cr2_hm. compass :)
13:01.05cr2_i'll look into wiki
13:01.08phh(nb, google compass rhodium doesn't help.)
13:01.21cr2_i think that the camera names must be in the channel log
13:01.35phhit's in the big topaz thread on xda at least
13:01.37phharound page 130 iirc
13:01.38mcdullnot in blackstone at least.
13:01.40cr2_rhod has some RJ* vga cam
13:01.55cr2_i'll look in my logs
13:02.19cr2_[Friday 15 January 2010] [22:28:36] <cr2>phh: rhod is MT9D013+RJ6ABA100
13:02.34phhsame as diam/raph then
13:02.56cr2_Sharp RJ6ABA103 camera
13:02.58cr2_?
13:03.07cr2_diam/raph have MI380
13:03.12phhah that's front camera
13:03.24cr2_[Saturday 16 January 2010] [14:46:58] <cr2>phh: MT9V113 aka MI380
13:03.25phhcr2_: well, those 0x70 I got, are kind of random it seems
13:03.41cr2_0x70 in trace ?
13:03.44phhyes
13:03.48cr2_170/171 ?
13:04.01cr2_[Friday 15 January 2010] [22:28:17] <cr2>phh: topa is MT9P012+MI380, like raph100
13:04.09phhmmmm I don't remember having seen any read access, only writes
13:04.18*** part/#htc-linux cr2_ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
13:04.31*** join/#htc-linux cr2_ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
13:04.57phhcr2_: I've read that rhod has noise cancelation stuff, N1's one is using i2c too, maybe it's that
13:05.03cr2_phh: what is the RJ6ABA100 id ?
13:05.08phh(but not the same i2c id)
13:05.09phhdon't know
13:05.23cr2_phh: hm. rhod has A1010 audio chip
13:05.44phhA1026is on 0x3e, the device I'm looking for is 0x38
13:05.45cr2_and a power amplifier
13:05.46phhit might be that then
13:05.50cr2_ok
13:06.07cr2_add the ids to wiki. i didn't know that
13:07.54noisyzenMarkinus: you had made a post to xda topaz thread asking about the phone sleep/notification thing. just letting you know, I added pm.sleep_mode=3 to my default.txt and now the phone will wake up when I call it.
13:08.00cr2_http://www.dema.net/pdf/htm/9104_RJ6ABA100.html
13:08.19noisyzenMarkinus: I posted that in the thread.
13:08.57phhcr2_: sleep_mode=3 is no real sleep -_-'
13:09.22cr2_phh: maybe
13:09.30phherf sorry
13:09.34phhit wasn't meant for you.
13:09.36noisyzenhaha
13:09.37noisyzenit was meant for me
13:09.38cr2_phh: is the raph panel driver fixed ?
13:09.46phhcr2_: I don't think so
13:09.59noisyzenphh: and i know, but at least i can get calls now. kind of important with the whole phone thing :)
13:10.36phhcr2_: does amss 6225 uses some M2A irqs we didn't use for amss 5200 ?
13:11.22cr2_phh: all in wiki ?
13:11.28phhah.
13:11.56Markinusnoisyzen: ok, I will look later to this, I do somethink else in the moment
13:12.34noisyzenMarkinus: absolutely. I just wanted to make sure I told you since you had posted. I answered, but I try to be thorough. I'm about to leave in 15 minutes anyway.
13:12.37phhMarkinus: having fun on gps ?
13:13.19Markinusphh: I'm searching for the GPS stuff in MAHIMAHI but I cannot find anythink there. Do you know how this is realized there?
13:13.22Markinusphh: ha!
13:13.25Markinus:)
13:13.37phhMarkinus: libgps.so calls to /dev/oncrpc/xxxxx
13:13.39phhand that's all.
13:13.50Markinusdirectly? ahhh
13:13.50cr2_phh: http://htc-linux.org/wiki/index.php?title=Raphael_IRQ
13:14.18phhcr2_: ok.
13:14.37cr2_phh: 0x06 6  INT_A9_M2A_6  + DEX
13:14.52cr2_phh: this dex irq we don't support and don't demux
13:15.22phhcr2_: and you know what it is supposed to do ?
13:15.40cr2_the SMD and SMSM are supported
13:16.04diteriumis this still the url for the current hermes files: http://handhelds.org/~koconnor/HTCHermes/ ? just asking because it's all from 2007
13:16.08phhwe need a set_irq_wake on ATCMD I guess then
13:16.09cr2_phh: yes, there are some irqs behind it
13:16.49cr2_diterium: you need to compile it from git branch. 2.6.25 afair
13:17.07*** join/#htc-linux malgon (~simon@ABordeaux-257-1-27-185.w90-45.abo.wanadoo.fr)
13:17.39diteriumcr2_: ok thanks
13:17.58cr2_phh: what is s5k3e2fx i2c id ?
13:18.29phh0x20>>1 ?
13:18.44phhthat's what codeaurora uses at least
13:18.59phh(yes they really use "0x20>>1" and not "0x10")
13:21.26*** join/#htc-linux cr2__ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
13:22.52*** join/#htc-linux ulaas (~ulaas@88.253.28.33)
13:24.34Markinusphh: [13:00] phh: (do a strings on the libgps.so and see if it uses oncrpc or vogue_gps) , How I can do this? Never did bevore . .
13:24.46phhstrings libgps.so
13:24.48phhjust that :p
13:25.08Markinusphh: ahhh :)
13:26.50*** join/#htc-linux cr2__ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
13:27.12*** join/#htc-linux cr2_ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
13:27.32cr2_phh: vogue_gps in libgps.so ??
13:27.43phhcr2_: we use some vogue's android build as base
13:27.59cr2_ok
13:28.00phh(I still wonder why, but I haven't enough courage to do it from scratch.)
13:28.30cr2_Markinus: do you crash on sending pdsm_get_position too ?
13:29.34*** join/#htc-linux amir01 (~chatzilla@41.221.75.237)
13:29.35cr2_phh: we may still try bruteforce approach by mmutracing the RPC TX and RPC RX fifo
13:29.38phhhum right he could have tried gps-rfkill before trying android's libgps.
13:29.50cr2_may get overruns though
13:30.01phhcr2_: hoping the problem is in RPC and not somewhere else
13:30.18cr2_but it's unlikely. just will be hard to parse the output
13:30.24Markinuscr2_: I don't tested this till now, I'm now on booting and testing. .
13:30.30cr2_Markinus: ok
13:30.37cr2_phh: RPC or smem notification
13:30.50cr2_phh: the ARM9 restart is a different problem i think
13:31.12cr2_we still don't know what is smsm_cb with param=9
13:31.14cr2_in wince
13:33.01phhsmsm_cb ?
13:34.00cr2_yes, some wince internal function
13:35.55cr2_phh: this table for newer devices ? http://wiki.xda-developers.com/index.php?pagename=HTC_I2C_IDs
13:36.19phhoh right.
13:37.01cr2_would be really helpful
13:37.19cr2_for lense, cams and such things
13:38.16cr2_phh: which dex calls do we really use ?
13:38.26cr2_phh: can we add it to wiki too ?
13:38.29Markinusphh: the lib is using /dev/vodue_gps
13:38.45phhMarkinus: then remove this one, and use an android device's one
13:38.52phhor just try board-htcraphael-gps.c :p
13:38.56Markinusphh: ok
13:42.21phhcr2_: http://htc-linux.org/wiki/index.php?title=I2C_IDS something like that then ?
13:42.57cr2_phh: yes. nexus
13:43.03phhok
13:43.16cr2_psoc
13:43.22cr2_on raph/diam
13:43.30phhyes I was going to add it
13:43.48cr2_kxsd9 is different id on blac ?
13:44.03phhoh right, forgot that.
13:44.04cr2_add unknown id
13:44.08cr2_and the g1 ids
13:44.31phhdo you have some leo ids ?
13:45.01cr2_See RaphaelMicroP for LED behaviors
13:45.02cr2_The I2C id is 0x62 (0xc4>>1)
13:45.14cr2_this is raph navi
13:45.21cr2_leo ...
13:45.58cr2_leo microp is cc
13:46.02cr2_<PROTECTED>
13:46.09phhmicrop is always 0xcc>>1 :p
13:46.52cr2_<cr2>phh: S5K3E2FX on leo
13:46.53cr2_ok
13:46.57phhok
13:47.09cr2_<cr2>I2C_BOARD_INFO("s5k3e2fx", 0x20 >> 1),
13:47.21phhsame for mahimahi
13:47.26phhthat's weird.
13:47.46phh(I'm sure we will find a real hard difference between leo and N1 one day ! :p)
13:48.27cr2_lcd
13:48.35cr2_dex
13:48.41chamonixphh: it's all in and I'm feature complete now...... next is initrd so I can test on my phone
13:48.49phhchamonix: ok
13:49.02cr2_phh: 2 magnetometers
13:49.06phh2 ? really ?
13:49.33chamonixonly thing missing: gtalk notifications, I will have to write a client or interact with gtalk service for that as it does not broadcast, or at least it's not documented
13:49.48cr2_I2C_BOARD_INFO("audience_a1026", 0x3E),
13:49.54cr2_I2C_BOARD_INFO(AKM8973_I2C_NAME, 0x1C),
13:50.05cr2_phh: g1 has AKM8976
13:50.17phhN1 has it older ? weird
13:50.26phhwell maybe not older.
13:50.38cr2_phh: add mahimahi ids too
13:50.43phhyup
13:50.49Markinusphh: ok, I found one, this from Hero looks good. . . now next test
13:50.58*** join/#htc-linux GregLem (~greg@lal69-5-88-171-98-250.fbx.proxad.net)
13:51.12lucxhi all
13:51.27phhcr2_: leo's touchscreen is cy8c-tmg on 0x34 too ?
13:51.52cr2_phh: don't know yet
13:52.28phhNetRipper: can you make an i2c dump while doing everything your phone is capable of to get all your ids ? :p
13:55.12cr2_I2C_BOARD_INFO("glidesensor", 0x2A),
13:55.24cr2_I2C_BOARD_INFO("msm-i2ckbd", 0x3A),
13:55.35cr2_I2C_BOARD_INFO("mt9d112", 0x78 >> 1),
13:55.47cr2_I2C_BOARD_INFO("s5k3e2fx", 0x20 >> 1),
13:55.54cr2_I2C_BOARD_INFO("mt9t013", 0x6C),
13:56.02phhwhich board does these one come from ?
13:56.06cr2_I2C_BOARD_INFO("tps65023", 0x48),
13:56.07phhwait, which one has mt9d112 ?!?
13:56.13cr2_I2C_BOARD_INFO("tca6507", 0x45),
13:56.14dcordes-fosdemphh, I fear i2c dump is not so easy on the leo now
13:56.20cr2_I2C_BOARD_INFO("auo-touch", 0x5C),
13:56.24phhdcordes-fosdem: ah ?
13:56.31cr2_I2C_BOARD_INFO("acer-battery", 0x55),
13:56.32phhcr2_: grep I2C_BOARD_INFO |sort | uniq ? :p
13:56.32dcordes-fosdemphh, right you talking about haret..
13:56.40cr2_I2C_BOARD_INFO("smb380", 0x38),
13:56.46*** join/#htc-linux junalmeida (~junior@201.19.93.115)
13:56.51cr2_I2C_BOARD_INFO("fm2018", 0x60),
13:56.53phhcr2_: where is this smb380 ?
13:56.58cr2_I2C_BOARD_INFO("tpa2018", 0x58),
13:56.59phh(same id as the unknown device on rhod)
13:57.05cr2_phh: acer kernel
13:57.17phhoh right.
13:57.20phhlet's extract it then
13:57.33cr2_#if defined(CONFIG_BOSCH_SMB380)
13:57.52cr2_phh: it's accelerometer
13:58.00cr2_3D
13:58.04phhah
13:58.18phhI doubt it's that then.
13:58.23phh(still not impossible)
13:58.38*** join/#htc-linux malgon_ (~simon@ABordeaux-257-1-27-185.w90-45.abo.wanadoo.fr)
13:58.51cr2_I2C_BOARD_INFO("akm8976", 0x1C),
13:58.54cr2_this is from g1
13:59.08cr2_I2C_BOARD_INFO("pca963x", 0x62),
13:59.13cr2_be careful with /2
13:59.15cr2_;)
13:59.39cr2_on even numbers
14:00.06cr2_phh: mt9d112 is mi380 ?
14:00.14phhcr2_: not far from it at least
14:00.39cr2_MT9V113 aka MI380 -- not present on RAPH800/RAPH500
14:00.40cr2_i2c id = 0x78/2
14:00.46cr2_hehe
14:01.19phhfiou
14:01.21phhthat's long to do.
14:01.21cr2_i2c id = 0x6c/2
14:01.28cr2_for MT9T013
14:01.49*** join/#htc-linux par (par@dipole.idlepattern.com)
14:02.01cr2_i'll check the acer driver for mt9d112
14:03.27cr2_it's the codeaurora code
14:04.12dcordes-fosdem~seen GNUtoo
14:04.15aptgnutoo <~GNUtoo@host230-159-dynamic.51-79-r.retail.telecomitalia.it> was last seen on IRC in channel #oe, 1d 15h 36m 12s ago, saying: 'bye and thanks a lot'.
14:05.28*** part/#htc-linux par (par@dipole.idlepattern.com)
14:05.36*** join/#htc-linux parmaster (par@dipole.idlepattern.com)
14:06.04cr2_phh: what is back camera sensor  ?
14:06.12cr2_ah, ok
14:06.14phhcr2_: opposite of front aka vga ? :p
14:06.28cr2_5/3Mbit may be better
14:06.34cr2_?
14:07.28cr2_i'll edit leo vslues
14:08.10phhmaybe wait I added all known values :p
14:08.32phhhum actually I might be done
14:09.14*** part/#htc-linux parmaster (par@dipole.idlepattern.com)
14:10.13*** join/#htc-linux parmaster- (par@dipole.idlepattern.com)
14:11.29cr2_phh: check
14:11.49*** join/#htc-linux parmaster (par@dipole.idlepattern.com)
14:12.11phh(unless you want me to add all qualcomm devices -_-')
14:12.59*** part/#htc-linux parmaster- (par@dipole.idlepattern.com)
14:15.09cr2_no
14:15.16cr2_it's HTC_IDS :)
14:15.37phhit's still lacking "old" android devices then :p
14:16.39cr2_A1026 is voice processor
14:17.55cr2_1010 too
14:17.58*** join/#htc-linux Protux (~Protux@58.74.76-86.rev.gaoland.net)
14:18.12phhcr2_: do you have any knowledge about diag nbh ?
14:18.33cr2_no
14:19.00*** join/#htc-linux c2d (~Mike@port-92-200-118-209.dynamic.qsc.de)
14:19.11phhit would be good to debug booting from SPL :/
14:19.28*** join/#htc-linux ali1234 (~al@robotfuzz.co.uk)
14:20.35*** join/#htc-linux GNUtoo|oeee (~GNUtoo@183-48-191-193.dhcp4.fosdem.net)
14:21.54dcordes-fosdemGNUtoo|oeee, hi
14:23.26*** mode/#htc-linux [+v parmaster] by dcordes-fosdem
14:26.17parmasterway to go Acer
14:28.48*** join/#htc-linux cr2_ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
14:31.42*** part/#htc-linux Protux (~Protux@58.74.76-86.rev.gaoland.net)
14:34.08*** join/#htc-linux DarkMasterHalo (~sam@modemcable187.118-80-70.mc.videotron.ca)
14:35.42*** part/#htc-linux c2d (~Mike@port-92-200-118-209.dynamic.qsc.de)
14:36.21*** join/#htc-linux Taypen (~taypen@85.65.36.171.dynamic.barak-online.net)
14:39.29cr2_phh: BCM4329B1 37.4 MHz Class 1.5 HTC Module
14:39.37cr2_phh: this is the firmware ?
14:39.58phhcr2_: don't know
14:40.44cr2_BCM4329B1_002.002.023.0157.0168.hcd
14:49.49dcordes-fosdemGNUtoo|oeee, where are you?
14:51.00*** join/#htc-linux dcordes (~dcordes@unaffiliated/dcordes)
14:51.31*** join/#htc-linux grayeul (~brobison@user-12lm3n5.cable.mindspring.com)
14:51.46mickey|fosdemGNUtoo|oeee: we're in AW115, join us if you want
15:14.21*** join/#htc-linux GNUtoo|oeee (~GNUtoo@183-48-191-193.dhcp4.fosdem.net)
15:14.24mickey|fosdemGNUtoo|oeee: we're in AW115, join us if you want
15:15.11GNUtoo|oeeeok
15:16.35*** join/#htc-linux MoishaSPB (~MoishaSPB@user-12hdsgv.cable.mindspring.com)
15:21.39Markinusphh: this is what happends if I enable GPS
15:21.40Markinushttp://pastebin.com/m3650c738
15:22.08Markinus(started google maps, with new libgps.so )
15:22.11phhsame as us then
15:22.44*** join/#htc-linux playbyzay (~AndChat@32.161.153.88)
15:25.17Markinusphh: hmmm, I will try to dump the winmo RPC call
15:25.24phhMarkinus: have fun.
15:25.51phh(you'll get flooded because of the queue)
15:45.24*** join/#htc-linux dcordes-fosdem (~dccordes@unaffiliated/dcordes)
15:46.06*** join/#htc-linux Markinus (~Miranda@gtng-4db047ee.pool.mediaWays.net)
15:46.24Markinusphh: yes, but I did it, maybe you can see somethink . . http://pastebin.com/mf4a503a
15:47.00phhoh I thaught you meant mmutrace
15:49.22Markinusphh: ahh, ok. No, maybe we have the init here. I did it after GPSTest started the searching
15:49.58phhcan you dump RPC RX too ?
15:50.33MarkinusI think yes .. moment
15:50.49phhMarkinus: there are 3 pdapi calls and no pdsm_atl call in your dump
15:50.55*** join/#htc-linux cr2_ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
15:50.59phhbut I don't know what this means.
15:53.35tmztis this cdma?
15:55.05tmztA1026 is audience chip?
15:56.09phhwhat's cdma ? yes a1026 is the audience chip
15:56.13*** join/#htc-linux GNUtoo|oeee (~GNUtoo@183-48-191-193.dhcp4.fosdem.net)
16:03.12tmztphh: you found a chip we need to turn on for mic?
16:03.23phhtmzt: might be
16:03.36tmztaudience is the enhanced speakerphone, I have aN article about it being used in new htc phones
16:03.48phhrhod and nexus one :p
16:03.56Markinusphh: http://pastebin.com/m6a467ae9    TX and RX
16:03.56phhand leo I guess
16:08.39phhMarkinus: have you ever got 3D working btw ?
16:09.54phhI think I broke it when actual dev on topa/rhod started :D
16:12.50tmztdo we have a full trace of beginning a call?
16:12.58tmztdo you have a method to do this?
16:13.20phhtmzt: the problem is to know what to trace
16:13.34tmzti2c writes?
16:13.48phhhum for this part yes
16:13.53phhbut I guess that's maybe not the only things needed
16:14.06tmztwe have qdsp set up
16:14.09tmztthe endpoints
16:14.14tmztthe mute control
16:15.20tmzthow does it work on nexus, can we see ifthe htc audio library is doing anything over i2c
16:15.22Markinusphh: at the begin with Topaz I tested this, but we had problems. If we enabled hw3d then the screen was black on start of android ( this was with the old drivers). I saw you reverded the new drivers, I could do a new test with Donat . .
16:15.43phhMarkinus: you need to have a 3D app started from wimo (touchflo is fine)
16:15.55phhtmzt: we have audience's driver source
16:16.02phhtmzt: with some i2c dumps I can compare
16:16.06Markinusphh: ahh, ok. I will test it
16:16.10tmztwhere?
16:16.25phhtmzt: N1's source tree
16:16.36tmztokay
16:18.45phhdrivers/i2c/chip/a1026.c
16:28.56*** join/#htc-linux mastermerlin_ (~merlin@pD957B98C.dip.t-dialin.net)
16:29.35*** join/#htc-linux mcdull (~blackston@061093132071.ctinets.com)
16:30.33mcdullwhich kernel supports 3D?
16:31.22phhrecent one works
16:31.31phhmcdull: launcher2 needs android version > eclair
16:32.03mcdullphh: but someone in xda modded an apk for 2.0.1.
16:32.14phh1. I said > eclair
16:32.19phh2. We have no 3D in eclair
16:32.34mcdulloh.. so I need to revert to donut for 3d?
16:32.51phhunless you have a fix for eclair.
16:33.20mcdullwhich port of donut "system.sqsh" do you suggest for testing?
16:34.51phhmy latest one should work (  http://wiki.xda-developers.com/index.php?pagename=RaphaelDonut )
16:35.33mcdullgreat. .I will try it now..
16:35.59phhbut I think Markinus' one or shadowline's one are updated
16:37.32mcdullok.. I will try yours first. Will test the rest.
16:39.03cr2_phh: what is 1a pdsm on topa ?
16:39.14mcdullphh, can we change the button of blackstone to match with nexus one? Or it is impossible?
16:40.18*** join/#htc-linux mastermerlin (~merlin@pD957B98C.dip.t-dialin.net)
16:40.21phhmcdull: can you be more specific ?
16:41.39phhcr2_: send current time to A9 ?
16:41.39mcdullphh, the blackstone button layout is more or less the same as nexus one (with 4 buttons at the bottom) And it sleeps with power keys, not the End key, can we do the same?
16:42.56phhmcdull: you get working one-click wakeup with the power button ?
16:43.51mcdullphh, normally yes. But I sometimes don't believe it was in deep sleep.  As I can wake it with home key.
16:44.05*** join/#htc-linux kiozen (~oeichler@rgnb-5d87cf1e.pool.mediaWays.net)
16:44.21phhmcdull: really ?!?
16:44.21mcdullwith no wifi and usb on.
16:44.23phhdamn
16:44.31phhusb prevents the system from sleeping
16:44.44mcdullsorry. I mean no wifi and no use
16:44.46mcdullusb
16:45.38mcdullit could be my winmo.  I certainly find my phone not stable even in winmo.  So I would revert to stock rom for further testing.
16:46.50*** join/#htc-linux lkcl (~lkcl@nat65.mia.three.co.uk)
16:47.36*** join/#htc-linux mastermerlin_ (~merlin@pD957B98C.dip.t-dialin.net)
16:47.37*** join/#htc-linux lupine_85 (~lupine_85@unaffiliated/lupine-85/x-7392152)
16:47.50lupine_85humm, so it seems Android + HTC Nike is fairly mature?
16:48.44phhmcdull: anyway, a lot of people already tried to do that without much luck, and as wakeup is kind of random, it's believed to be worst than leavint it as is.
16:48.52*** join/#htc-linux Zoolooc (~fredsibar@p549556AA.dip.t-dialin.net)
16:50.01mcdullphh, yes. This is the biggest issue for blackstone (it freeze too much when sleep) prevents android to be the daily OS.
16:50.21phhit freezes when in sleep ... ?
16:50.30phhI just meant that it's hard to wake it up (need many pushes)
16:50.44*** join/#htc-linux ali12341 (~al@robotfuzz.co.uk)
16:51.05mcdullphh, it won't wake. But the phone is not freeze actually. I can access the adb (meaning it is even not in deep sleep)
16:51.20mcdulland the phone would generally gets warm.
16:52.08*** part/#htc-linux mastermerlin (~merlin@pD957B98C.dip.t-dialin.net)
16:52.57mcdullphh, the symptoms was all buttons and screen refused to work.
16:53.09phhmcdull: any log ?
16:53.45mcdullnot yet.. I didn't keep a good log for that. I would have to test it again.
16:55.03mcdulllast time I remembered that a lot of repetitive errors encountered.
16:55.29phhthat's very helpful.
16:56.35*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
16:57.22mcdullphh,  sometimes it would just happens in few minutes.. I am trying.
16:57.31*** join/#htc-linux cr2_ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
16:57.35*** join/#htc-linux cr2_ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
16:58.54lupine_85anyone know, if I get a nike (htc touch dual) with android on, can I get it to present itself as a working AT modem over USB?
17:06.08*** join/#htc-linux GNUtoo|oeee (~GNUtoo@183-48-191-193.dhcp4.fosdem.net)
17:09.27*** join/#htc-linux playbyzay (~AndChat@32.162.84.84)
17:10.04AstainHellbringhiya
17:10.09AstainHellbringhows it going?
17:12.09IceBoneOooh, Android uptime 22 hours!
17:13.50Markinusphh: It'S failed: http://pastebin.com/m79d3d2ae
17:14.36Markinusphh: I have a donut build and the last sources. The Hw3D driver is activated in the config. There is nothing more to configure, or?
17:14.51phhor stupid rootfs.
17:15.37Markinushmm, /dev/pmem_gpu1 missing . .
17:15.50phherr it's not declared, so it's normal
17:16.41phhMarkinus: yeah your gpu1 area disappeared from the source code
17:17.22phhI thaught 3D would work without gpu1 mmm
17:17.34*** join/#htc-linux Unholy (~IceChat7@24.227.27.77)
17:17.37Markinusphh_ ohh, yes, I see
17:17.48mcdullphh, finally it happens again. Where should I put the log?
17:17.59phhmcdull: pastebin ?
17:18.36mcdullok please wait
17:19.10mcdullbut this time I didn't see the repetitive errors....
17:21.51mcdullphh, anyway, here it is http://pastebin.com/m17df3c8a
17:22.09mcdullKeyguardViewMediator( 1222): wakeWhenReadyLocked(3)
17:22.09mcdullKeyguardViewMediator( 1222): handleWakeWhenReady(3)
17:22.09mcdullKeyguardViewMediator( 1222): pokeWakelock(5000)
17:22.19mcdullThis 3 lines happened when I press power key.
17:23.56Markinusphh: the Topaz GPU1 is on the dame place as Diamond?
17:24.00Markinussame
17:24.22phhI think you can put it whereever you want
17:24.29Markinusahh, ok
17:25.37mcdullphh, I still have access to the console, so please let me know if any commands help debug.
17:25.56phhmcdull: dmesg ?
17:27.30*** join/#htc-linux roe1and (~roe1and@5e08b39a.bb.sky.com)
17:27.34mcdullphh, its very long. can I cat it in a file?
17:27.35*** join/#htc-linux Zeman4323 (~mzeman@c-71-239-97-164.hsd1.il.comcast.net)
17:27.46*** join/#htc-linux BHSPitLappy (~BHSPitLap@unaffiliated/bhspitmonkey)
17:29.06Markinusphh: btw, there is in wlan the CONFIG_WIFI_CONTROL_FUNC option, this is used from the tiwlan driver to. While is this disabled in our repo? Does this doesn't work?
17:30.02phhMarkinus: there are two ways to declare wifi control, one is easy to use, the other is not
17:30.06phhi used the dirty and easy one
17:30.12phhwithout this wifi_control_func
17:30.23*** join/#htc-linux addisu (~addisu@74-137-196-34.dhcp.insightbb.com)
17:30.51*** join/#htc-linux Markinus (~Miranda@gtng-4db047ee.pool.mediaWays.net)
17:31.26Markinusphh: the one CONFIG_WIFI_CONTROL_FUNC and the other through dbgfs?
17:31.36phhno
17:31.47phhwifi_control_func which is a struct passed through platform_data
17:31.54phhand trout_wifi_power/trout_wifi_reset and friends
17:32.21Markinusphh: ahh, okay
17:37.02Markinusphh: in the 2.01 builds, there isn't a unloadit script for wlan. Only loadit. How does the disable work? ( I will use in my next 1.6 build tiwlan . .. )
17:38.03mcdull~.~ how can I copy the dmesg?
17:38.21BHSPitLappyis Android completely off-topic here?
17:38.24Markinusdmesg > /sdcard/out.txt
17:38.34mcdullI wait until the shell end.. but the shell does not supports copy and paste.
17:38.43mcdullI'll try . thanks.
17:38.52phhMarkinus: hardcoded in android subsystem, the "unloadit" stuff is something I added on my own to get wl12xx working
17:39.33Markinusphh: ok, so I can use the 2.01 wifi dir for 1.6 with tiwlan?
17:39.51phhyes
17:39.57Markinusphh: thx
17:39.58phhyou need a ""corrected"" libhardware_legacy
17:40.25Markinusphh: doi you have one?
17:40.29phhhttp://husson.hd.free.fr/libhardware_legacy.so
17:41.01Markinusphh: thx!
17:41.19mcdullphh, http://pastebin.com/m36419ece here it is.. but it is very lengthy.
17:41.48phhMarkinus: you also need "correct" wpa_supplicant
17:41.51phhuse the one from eclair
17:42.10Markinusphh: ok
17:44.54*** part/#htc-linux Zeman4323 (~mzeman@c-71-239-97-164.hsd1.il.comcast.net)
17:48.15*** join/#htc-linux Zeman4323 (~Zeman4323@c-71-239-97-164.hsd1.il.comcast.net)
17:49.16*** join/#htc-linux playdo (~57b3e915@gateway/web/freenode/x-ijphsrclbadghpld)
17:49.28playdoevening
17:49.41mcdullhi playdo
17:50.10playdohey mcdull, whats up with ur blackstone?
17:50.15playdosome progress with the sleep?
17:50.31mcdullI dumped the dmesg and seeking help.
17:50.46mcdullmy phone is still dead sleeping now
17:53.17phhdead i2c ?
17:53.33mcdullI guess so.. but I have no idea of what it is.
17:54.23phhand so your screen stays off, even backlight ?
17:55.30mcdullyes.
17:58.06phhI should try a global i2c lock I guess.
18:00.29mcdullphh, thanks for your effort, I can switch to andorid completely if this is fixed.
18:00.40phhi2c arb lost... what the hell does that mean -_-'
18:01.00mcdullanymore information you need? or I would reboot my phone and try your new committed kernel.
18:01.11phhno, should be fine
18:01.18mcdullthanks phh
18:08.15*** join/#htc-linux Guest19964 (~user@ip54506452.adsl-surfen.hetnet.nl)
18:10.31*** part/#htc-linux Guest19964 (~user@ip54506452.adsl-surfen.hetnet.nl)
18:11.32*** join/#htc-linux Tuxbrother (~user@ip54506452.adsl-surfen.hetnet.nl)
18:14.23*** join/#htc-linux Zeman4323 (~Zeman4323@c-71-239-97-164.hsd1.il.comcast.net)
18:22.15*** join/#htc-linux marex (~marex@vasut.kolej.mff.cuni.cz)
18:23.48Markinusphh: the gpu1 is working now, but du you have a Idea to this message? http://pastebin.com/m61402caf
18:24.14Markinusphh: the /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake are not under /sys/power . .
18:24.43*** join/#htc-linux gehzumteufel (~gehzumteu@cpe-76-93-100-70.socal.res.rr.com)
18:24.58phhMarkinus: does 3D work ?
18:25.19Markinusthe screen is black after them, E/SurfaceFlinger( 1185): not enough memory for layer bitmap size=770048
18:25.21Markinusno
18:25.34Markinusonly the desktop is working in android
18:25.41phhso no splashscreen either ?
18:25.43Markinussplashscreen is black and every 3d app too
18:25.52Markinusyes
18:26.11phhah. not enough memory is more problematic.
18:26.22phhespecially for only 700kB
18:26.27Markinusyeah
18:27.30Markinushere a bit more log, http://pastebin.com/me066209
18:29.21*** join/#htc-linux lkcl (~lkcl@nat67.mia.three.co.uk)
18:30.53*** join/#htc-linux Paul_Ishenin (Miranda@PPPoE.214-188.IP.rastrnet.ru)
18:32.27Paul_Isheninhi
18:32.37mcdullwhich 3D application best to test with?
18:32.50phhneocore
18:33.02IceBone32 more minutes til 24 hour uptime.
18:33.07IceBoneVery nice.
18:33.09phhIceBone: ?
18:33.29IceBoneI've never had it go so long crashless.
18:34.59Paul_Isheninhave problems with wifi on diamond. I edited my startup.txt and added wifi.mac=... there but still see no mac in android and can't turn it on
18:35.04*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
18:35.17mcdullMarkinus, I used your donut build, but I cannot sent wifi networks.
18:35.38mcdullMarkinus, scan..
18:36.00Markinusmcdull: yes, I know, there a some wlan problems . .I will make a new build with other wlan drivers
18:36.12*** join/#htc-linux Thor_Asgard (~a@AOrleans-151-1-74-76.w90-21.abo.wanadoo.fr)
18:36.58mcdullic. thanks. then I should download via 3G network. but i have already used too much traffics on 3G.. becoz of android.. hope not exceeding the limits.
18:37.22gehzumteufelOh the wonders of not having limits on my data connections
18:38.21mcdullwe have unlimited plan here as well. but cant afford it.
18:38.28Paul_Isheninsorry, can someone confirm that wifi is working with XDANDROID.4.02.10 build?
18:38.29*** join/#htc-linux Taypen (~taypen@85.65.36.171.dynamic.barak-online.net)
18:38.53*** join/#htc-linux Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
18:38.55mcdullPaul_Ishenin, XDANDROID.4.02.10 works.
18:39.01gehzumteufelmcdull: What does it cost?
18:39.05Zeman4323yea, ive had working wifi with it aswell
18:39.06gehzumteufelCompared to the limited plan
18:39.29Paul_Isheninstrange why I see only 'unable to start wi-fi'
18:39.33mcdull30% of the unlimited plan with 900MB
18:39.52gehzumteufelmcdull: damn that is a pretty big difference.
18:39.55mcdullPaul_Ishenin, do you have the calibration file placed in the root?
18:40.24Paul_Isheninno, everything is placed to the android directory in the internal storage
18:40.40mcdullgehzumteufel, yes.. I pay like $20 only monthly.
18:41.55Paul_Isheninmcdull, so what should I do? move the calibration file to the root of internal storage?
18:42.33mcdullcalibration should be place on root of your /sdcard (except diamond)
18:42.43Paul_Ishenindiamond here
18:43.15mcdullthen you should try root of internal storage (I am not familiar with diamond)
18:43.20Zeman4323yea
18:43.24Zeman4323root of internal storage
18:43.31Zeman4323I have a diamond and thats where mine is
18:43.32Paul_Isheninthanks, will do now
18:44.30gehzumteufelmcdull: damn I pay $25 monthly and get unlimited
18:44.59mcdullgehzumteufel, that is cheap.
18:45.09Paul_Isheninand AndroidApps also needs to be in the root?
18:45.12gehzumteufelhehe yeah apparently
18:45.20gehzumteufelPaul_Ishenin: Everything in that package goes in the root
18:45.37mcdullMarkinus, what keys should I use to return home screen in your donut package?
18:46.08Markinusthe home key is the power key ( on top )
18:46.15Markinusor you use back
18:46.20Markinus<-
18:46.44mcdullMarkinus, power key not working .. on XDANDROID, it works.
18:47.14*** join/#htc-linux Unholy (~IceChat7@24.227.27.77)
18:47.16Markinusmcdull: ?? Very intresting . .it's the same kernel . . I will test it
18:47.21*** join/#htc-linux ND4SPD (~nd4spd_pr@cpe-71-65-32-161.indy.res.rr.com)
18:47.38gehzumteufelIs the correct physkeyboard defined?
18:47.48gehzumteufelOr is that a kernel mode thing
18:48.31*** join/#htc-linux Dwayne (~borgirc@ip161-45-208-87.adsl2.static.versatel.nl)
18:48.51*** part/#htc-linux ND4SPD (~nd4spd_pr@cpe-71-65-32-161.indy.res.rr.com)
18:49.04*** join/#htc-linux slight (~23hdci278@28.113.221.87.dynamic.jazztel.es)
18:49.35mcdullMarkinus, it works once, so I guess it could be my machines was busing for something. Will test it more.
18:50.01Markinusmcdull: ok
18:50.19*** join/#htc-linux mastermerlin (~merlin@pD957B98C.dip.t-dialin.net)
18:50.21gehzumteufelMarkinus: which device do you have?
18:50.35MarkinusTopaz
18:50.43gehzumteufelAh
18:51.49mcdull3D in donut works nicely. But the throttleCop is not starting.
18:52.37Markinusmcdull: which device do you have?
18:52.44mcdullblac100
18:53.15Markinusmcdull: and you have 3D with the last kernel?
18:53.18Markinusmy build?
18:53.22mcdullI guess so..
18:53.27adamwphh: if you're trying to identify things on rhods, it might help to know that tilt2 variant doesn't have a front camera; I think the t-mobile variant doesn't either; but most tp2s do have one
18:53.48mcdullplayed the car game and I got 1 fps in XANDROID and smooth in your donut
18:54.36gehzumteufeladamw you are correct that the rhod210 does not have a front facing camera either
18:55.00*** join/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-77-57.tampfl.fios.verizon.net)
18:55.20mcdullMarkinus, what 3D app should I test to confirm it works?
18:55.20Markinusmcdull: the gpu1 isn't activated so I think this isn't hw3d . .hmmm . .and in my Build there are the new 3d drivers. I think they didn't work on donut . .
18:55.44mastermerlinmy RHOD100 does have a front camera ...
18:56.30mcdullwhat should I do to confirm it?
18:56.40mastermerlinif something should be logged to compare to other RHOD Devices (210... ) let me know
18:56.43gehzumteufelmastermerlin: Yes, the rhod100 does, but the rhod210 for T-Mobile US, Tilt2 (rhod300 iirc), and possibly others, do not.
18:56.49Markinusmcdull: phh means neocore
18:57.03ReeferMattnessNone of the US versions have front cameras
18:57.05Markinusit's a benchmark
18:57.12gehzumteufelReeferMattness unfortunately
18:57.13mcdullMarkinus, I got my donut here http://forum.xda-developers.com/showpost.php?p=5189949&postcount=602
18:57.26mcdullso it is your build, right?
18:57.33adamwah, k. we should make a list of exactly whose phone has exactly whose hardware i guess, for reference when looking at traces...
18:57.39Markinusyeah. I think the 3D drivers didn't working there ..
18:57.43gehzumteufelReeferMattness: I am pretty sure neither do Canadian and Australian ones do not either
18:57.46mastermerlinI still ask myself, why I have one ... since I am to ugly for Video Chat :)
18:57.46Paul_Isheninthanks, wifi is working now
18:58.02ReeferMattnessI ask myself the same thing about you merlin  :p
18:58.03*** join/#htc-linux MrPippy (~pip@adsl-75-33-10-219.dsl.sndg02.sbcglobal.net)
18:58.05gehzumteufelmastermerlin LOL
18:58.05ReeferMattnesslol
18:58.07mcdullI will test the neocore, hope wont spend too much traffic.
18:58.48adamwfor the logs: <cr2_> 06:40:44> BCM4329B1_002.002.023.0157.0168.hcd <--- I don't think that's the firmware, it's not what the broadcom driver calls 'firmware' at least; in the gw620 system dump there's a file called rtecdc.bin that the driver loads as the 'firmware', an nvram.txt, and a similar 'mystery file' with a .bcd extension
18:58.51mcdull>.< 5MB..
18:59.09adamwi dunno what the .bcd file is, but it's not what the bcm4325/4329 driver loads as 'firmware', i don't think
18:59.52gehzumteufelbcd probably stands for broadcom driver
18:59.55gehzumteufelbut maybe not
19:00.02gehzumteufelYour guess is as good as mine
19:00.23mcdullMarkinus, oh.. neocore refused to start.. quit to home screen.
19:00.46mcdullbut the light racer works well.
19:00.56mcdulllight racer 3D .
19:01.37MarkinusI give you a kernel to test .. . one moment. . .(only 3d test )
19:02.12Thor_Asgardtest
19:02.41gehzumteufelI can test it on the rhod210 if you'd like also
19:03.00Thor_Asgardtouch pro 2 in france does have a front cam :) (sorry for the test)
19:03.07mcdullok.. my winmo is ready to boot.
19:03.24gehzumteufelThor_Asgard: Yeah you have a rhod100 I assume?
19:03.47Markinusmcdull: http://www.multiupload.com/SXBEUM40NO
19:03.49*** join/#htc-linux c2d (~Mike@port-92-200-118-209.dynamic.qsc.de)
19:04.18gehzumteufelMarkinus: Did you check out dropbox yet?
19:04.51Thor_Asgardyes, (I suppose :))
19:05.04gehzumteufelThor_Asgard: If you aren't sure, remove the battery. It will say there.
19:05.06Markinusgehzumteufel: no
19:05.16gehzumteufellol
19:05.30Thor_AsgardI'm cheking
19:05.39gehzumteufelBeen staying up too late trying to get this stuff working eh?
19:06.00Thor_AsgardYes, RHOD100 it is !
19:06.20gehzumteufelThor_Asgard: Yeah, the rhod100 is usually, the unmodified version
19:06.30mcdullbooting
19:06.41gehzumteufelMost HTC devices, the xxxx100 device is the unmodified
19:06.51gehzumteufelwiza100, rhod100, raph100, etc
19:07.10mcdullyeah.. blac100 as well
19:07.16Thor_Asgardok, I was pretty sure, because my keymapping match rhod100fr :)
19:07.51gehzumteufelNot 100% positive on that, but in my few years (going on like 4 or 5 now) the xxxx100 devices have always been the unmodified, unbranded, versions around the world
19:08.12Captnoordphh ya got a nice donut compilation around?
19:08.24mcdullMarkinus, my donut freeze....
19:08.30mcdullneed to reboot
19:08.51Markinusmcdull: could you boot? did you see the splash screen?
19:08.53BHSPitLappyI've installed eclair on this kaiser via androidinstall.tar, and when it boots it just sits on "Set volume of 256 to 5"
19:09.03Markinusmcdull:  It's started completly?
19:09.04mcdullMarkinus, it freeze at the home screen
19:09.14Markinusdid you sse the splashscreen?
19:09.15mcdullMarkinus, almost.
19:09.31mcdullMarkinus, I don't think so.
19:09.35Markinus( the android animation on start )
19:09.43BHSPitLappyanyone else had this problem?
19:10.00mcdulltry one more time.
19:10.02Markinusmcdull: or was the screen black?
19:10.10Markinuson start?
19:10.11Markinus:)
19:10.39mcdullblack....
19:10.54Markinusoh . .than the same problem as on Topaz on start 3d . .
19:10.57mcdullwith the cursor at the top left corner
19:11.38mcdulland freeze again almost at the same time.
19:11.42gehzumteufelthen*
19:11.48mcdullright after boot.
19:15.19Paul_Isheninare you using drivers which come with official android phones to create xdandroid package?
19:16.06gehzumteufelNo
19:16.18Paul_Isheninwhy?
19:16.35gehzumteufelThe drivers that are in official ones, are usually containing slightly different hardware that is incompatible with those drivers
19:16.41Captnoordyup
19:16.47Captnoorduse official drivers
19:16.50Captnoordand nothing will work
19:16.57gehzumteufelThere is ONE exception though
19:17.01gehzumteufelThat they are working on
19:17.04gehzumteufelOr so I was told
19:17.15gehzumteufelNexus One uses the same chipset for BT and Wifi as the rhod
19:17.32*** join/#htc-linux mickey|zzZZzz (~mickey@openmoko/coreteam/mickey)
19:17.32Paul_Isheninbut what about gps chip?
19:17.46gehzumteufelEach iteration is different
19:18.01gehzumteufelSo a production variant could have a different revision, pinout, whatever.
19:18.09gehzumteufelEven in the same model line
19:18.13Paul_IsheninI see that gps is not yet working but most of the phones using the same gps chip
19:18.41CaptnoordPaul_Ishenin: your a coder / hacker or hw developer?
19:19.00Paul_IsheninI'm software developer
19:19.02Captnoordk
19:19.08gehzumteufelAll qualcomm based phones use the gpsOne chip, but that doesn't mean shit really. Is the gpsOne from 5 years ago going to be the same as now? Hell no
19:19.16Captnoordhehe
19:19.28CaptnoordI was going to say that even phones with exactly the same hardware specs
19:19.33Captnoordare wired totaly different
19:19.35Captnoordcan*
19:19.36gehzumteufelExactly
19:20.06Paul_IsheninI see
19:20.18adamwgehzumteufel:  Nexus One uses the same chipset for BT and Wifi as the rhod <--- no it doesn't.
19:20.20gehzumteufelWhich is what cr2 noticed a while ago when I was one of the first people trying to help get the kernel stuff running (I was just testing and doing as he instructed) on the rhod210 that I have as opposed to the Topaz
19:20.28adamwnexus one has the bcm4329. rhodium has the bcm4325.
19:20.37adamwthey're supposed to use the same driver, but they're not the same hardware.
19:20.53adamwlg gw620, samsung galaxy and some other phone have the same as rhodium (bcm4325).
19:20.55gehzumteufeladamw: Ah
19:23.47Captnoordlets make that almost the same chip
19:24.03gehzumteufellol that would be nice right?
19:24.21Captnoordwith every version they change littles things
19:24.41adamwright.
19:24.45Captnoordbut the difference between 2 versions that are futher appart from each other can be very very big
19:25.10gehzumteufelUnfortunately
19:25.36gehzumteufelAnd Qualcomm doesn't make it easy to find documentation either
19:26.31adamwthese are broadcom chips, not qualcomm
19:26.34adamwbut they're the same :P
19:26.42Paul_Isheninso to get gps and camera work on my dianmond I need to find official android phone with exact the same gps chip and camera?
19:26.46*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
19:27.05adamwPaul_Ishenin: not really, there's people who have the diamond who are working on it.
19:27.23gehzumteufelPeople are working on drivers and getting stuff working. It just takes time
19:27.35gehzumteufelSome things take longer than others
19:28.36Paul_IsheninI'm trying to understand how they are working on them. changes their sources (if something is available) or somehow else?
19:29.01adamwyes.
19:29.32Paul_Ishenin:) good answer
19:31.27mcdullare there any advantage to use partition over the image? (sqsh / data.img)
19:32.04gehzumteufelI don't think so, but I am no expert either.
19:34.58mcdullsqsh or real parition faster?
19:35.19mcdullI definitely prefer partition over the data.img
19:35.42gehzumteufelAs do I, but I don't think it is any faster
19:36.27makkonenI notice no speed increase, and it seems that with the lack of proper shutdown, file corruption is more likely on the partition. (big ymmv there, but I had no problems with a data.img for about 3 weeks... and 2 days of running on partition and it became unbootable.)
19:37.20mcdullmakkonen, that's bad... is ext3 supported with the kernel yet?
19:37.25gehzumteufelI am pretty sure the filesystem commits are made more often when using the squash file as opposed to using the paritition
19:37.34gehzumteufelext3 I am sure is supported
19:37.37*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
19:37.58gehzumteufelHow can you not support that and run any Linux stuff?
19:38.05mcdullwould it help to use /ext3 for system partition?
19:38.17mcdullwell. I heard that only ext2 supported.
19:38.19gehzumteufelNot at the moment without a proper shutdown
19:38.28gehzumteufelext3 can be mounted as ext2
19:38.31gehzumteufelWithout issues
19:38.44mcdullyes. but ext3 is more safe..
19:38.48gehzumteufelAgreed
19:39.05makkonenonly more safe if the journaling functions are actually operational.
19:39.09gehzumteufelyeah
19:39.10mcdullso it might solve the corruption issue.
19:39.18gehzumteufelNot if journaling is disabled
19:39.32mcdullif journaling function is disabled, it cant be ext3...
19:39.40mcdullbasically ext2.
19:39.40gehzumteufelNot exactly true
19:39.47gehzumteufelBut it functions like ext2
19:40.57mcdullits 3:40 am here.. I am hungry......
19:41.01gehzumteufelhaha
19:41.12gehzumteufelit is 1140am here and I am hungry, but lazy
19:41.21gehzumteufelWhich means I probably won't eat till like 2
19:41.28gehzumteufelmaybe later
19:41.29gehzumteufellol
19:41.57*** join/#htc-linux luminoso (~lumos@av-217-129-128-10.netvisao.pt)
19:42.01ReeferMattnessIm going to eat right now, suckers  ;)  haha jk
19:42.09gehzumteufelhaha
19:42.11mcdullI didn't open my cheap Mouton Cadet for tonight (last night) becoz of lazy as well..
19:42.20gehzumteufelWhat is that?
19:42.36mcdullRed Wine from Bordeaux
19:42.37gehzumteufelnm
19:42.38gehzumteufelyeah
19:42.41gehzumteufelI just looked it up
19:42.52gehzumteufelis not a wine person
19:42.56mcdullIt's planned for tonight.
19:43.10gehzumteufelheh
19:43.26ReeferMattnessYes, I have a lot of drinking planned for tonight as well, UFC PPV tonight  :)
19:43.58mcdullbut I usually drink with myself only.
19:44.43ReeferMattnessNot red wine tho, Jack Daniels  ;)
19:45.04ReeferMattnessbbl guys, have a good day/night/morning, depending on what time it is there  :p
19:45.15mcdullha.. you can get girls to drink with you easier with red wine.
19:45.32ReeferMattnessMcDull....  very true.
19:45.36gehzumteufelhaha yeah
19:46.04mcdulltho this is not my intention. Red is cheaper here and got lots of choices.
19:46.08*** part/#htc-linux Dwayne (~borgirc@ip161-45-208-87.adsl2.static.versatel.nl)
19:46.09*** join/#htc-linux Dwayne (~borgirc@ip161-45-208-87.adsl2.static.versatel.nl)
19:46.14gehzumteufellol why not?
19:46.19gehzumteufelYou should make it your intention
19:46.26gehzumteufelWell at least partially
19:46.37mcdullcould be .. if I got the target.
19:46.47gehzumteufelMake one.
19:46.55gehzumteufelThey don't just fall into your lap
19:47.10mcdullha.. fate is difficult.
19:47.15gehzumteufellol
19:47.28gehzumteufelFate is only as true as you make it
19:47.57mcdullfailed earlier...
19:48.00*** part/#htc-linux Dwayne (~borgirc@ip161-45-208-87.adsl2.static.versatel.nl)
19:48.06gehzumteufellol
19:48.08gehzumteufelWe all fail at times
19:48.27*** join/#htc-linux stranger (~borgirc@ip161-45-208-87.adsl2.static.versatel.nl)
19:48.28mcdullso.. let fate comes to me.
19:48.34gehzumteufellol it never will
19:48.44mcdullthen I wait.
19:48.49gehzumteufelhaha
19:49.07*** part/#htc-linux Paul_Ishenin (Miranda@PPPoE.214-188.IP.rastrnet.ru)
19:49.13mcdulland .. enjoy my red alone.
19:49.55*** join/#htc-linux JairunCaloth (~m00@c-24-98-17-158.hsd1.ga.comcast.net)
19:50.47gehzumteufelto each their own
19:51.06mcdullyeah.. but now I'm still hungry.
19:51.14gehzumteufelhaha
19:51.41*** part/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-77-57.tampfl.fios.verizon.net)
19:52.05mcdulloh.. how come neocore starts in XDANDROID?.... may be software renderring.
19:52.25gehzumteufelprobably software
19:52.32*** join/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-77-57.tampfl.fios.verizon.net)
19:52.43*** part/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-77-57.tampfl.fios.verizon.net)
19:52.45mcdullyup.. super slow
19:52.59*** join/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-77-57.tampfl.fios.verizon.net)
19:54.45mcdullthe glossy package from blackstone forum is in fact very well.
19:55.52*** join/#htc-linux kholk663 (~kholk@87.19.154.119)
19:57.19*** part/#htc-linux Unholy (~IceChat7@24.227.27.77)
19:57.54*** join/#htc-linux Unholy (~IceChat7@24.227.27.77)
20:04.22adamwdamn. my last two bright ideas for wireless didn't help either. sigh.
20:04.34gehzumteufel:(
20:04.39gehzumteufelWhat were they?
20:05.06adamwboot with wireless enabled in winmo
20:05.13adamwand define the correct device id in the driver (rather than 0000)
20:06.00gehzumteufelah
20:06.14gehzumteufelWhat happened with the latter?
20:06.23adamwno difference
20:06.26adamwget the same errors whatever I do
20:06.33adamwtried three different firmwares now, sigh
20:06.36adamwgotta be something lower level than that
20:06.55gehzumteufelAh
20:07.04gehzumteufelProbably addressing or somethng
20:07.06gehzumteufelsomething*
20:09.46gehzumteufelIs it possible to enable 802.11N in the Nexus One?
20:10.36*** join/#htc-linux pershoot (~pershoot@cpe-72-227-138-97.nyc.res.rr.com)
20:12.17adamwi'd guess in theory it should
20:12.25adamwall 4329 variants seem to be n-capable
20:12.33gehzumteufelThey are
20:13.11gehzumteufelAnd according to Broadcom, they can be single or dual-band. So I guess depending on the variant, it may or may not have the 5ghz band
20:14.52makkonenwhy would they put an n chip in and not enable it?
20:15.00makkonen...time, power reqs...
20:15.08gehzumteufelFCC
20:15.25gehzumteufelregulatory commission approval can be a bitch
20:15.29makkonentrue
20:15.55makkonenattempts to get vogue nand install working.
20:16.05gehzumteufelAlso, does Android support N yet?
20:17.43gehzumteufelmakkonen: Is nand install generally easy? Can a full Android rom be flashed to a WM device? I saw the dzo thing, but how is that applicable?
20:18.34gehzumteufelI know I am okay following instructions that an be fucked up, but what about the people that aren't so geeky as the rest of us
20:20.49makkonenthe nand install is... not especially hard at this point. gotta do all the unlocking junk, and then the flashing, and then the installing of the system... but all of those steps have been laid out pretty well.
20:21.57makkonenit's quite nice. unfortunately, for some reason, the first time I did all those things, it lost the data provisioning. so I just had to do them all again. After figuring out that that was what happened.
20:22.28gehzumteufelAh
20:22.40gehzumteufelCan all of those steps be automated?
20:23.15makkonenno, not really.
20:23.56makkonenit's about as difficult or slightly more difficult than flashing a new WinMo ROM. and that's pretty much the lower bound of complexity.
20:24.14gehzumteufellol why can't they be automated?
20:29.24Unholynice
20:30.04*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
20:30.06Unholymakkonen can you read me?
20:30.12gehzumteufelI can
20:30.21Unholynice reg worked
20:30.28gehzumteufellol
20:30.30gehzumteufelAlthough replace me with "this"
20:30.32gehzumteufel:)
20:30.42Unholyso anyne using donut with latest zimage?
20:30.49gehzumteufelNot I
20:31.03Unholyi cant get wifi to work dosent whant to start
20:31.10gehzumteufelI have Eclair loaded but I haven't booted it since copying it
20:31.37Unholyi had eclair to but i replaced it today with donut since hw3d got fixed
20:31.38makkonencheck that compat-wireless modules are still being built. donut uses different wifi drivers than eclair, and they might be deprecated at this point.
20:31.40Unholyon donut that is
20:31.51Unholyoh
20:32.09Unholyhmm so its the mdules then?
20:32.09makkonenhw3d always worked on donut. (well, on gsm. and only if you start it first in winmo.)
20:32.29gehzumteufelHow do you start it from winmo first?
20:32.44Unholyi know but the driver update broke it or em i mistaken, thatts y it got reverted
20:33.05makkonenit's definitely the modules. there's no reason why the compat-wireless modules won't work, I'm just not sure they're included in the autobuild at this point.
20:33.32makkonenoh. maybe I remembered incorrectly the status of donut hw3d.
20:33.53Unholyso there no way for me to get em with compat-wireless unless i compile them my self?
20:33.55makkonen...I feel like my syntax is changing hanging out here.
20:34.11gehzumteufelhaha yeah it will
20:34.34gehzumteufelWhen you speak German your whole life, and only get a small bit of English use, you don't fully understand a lot of how to use the proper pronouns
20:34.35*** part/#htc-linux Thor_Asgard (~a@AOrleans-151-1-74-76.w90-21.abo.wanadoo.fr)
20:36.29Unholymakkonen module number dosent matter right?
20:36.30makkonenunholy: looks that way, yes.
20:36.37makkonenmodule number?
20:36.42Unholyi found some in a old donut build i have
20:36.58Unholymodules-2.6.27-00598-g94e5448.tar
20:37.08*** join/#htc-linux GeertJohan (~Squarc@82-217-32-29.cable.quicknet.nl)
20:37.10makkonenno, the number matters very much.
20:37.16Unholydang
20:37.25makkonenthey won't build unless they're compiled off the exact same source as the kernel.
20:37.32*** join/#htc-linux ulaas (~ulaas@88.253.28.33)
20:37.34Unholycrap
20:37.39makkonenerr... s/build/insert
20:37.42makkonenbut you get my meaning.
20:38.16Unholyis it hard to build a compiling envierment in ubuntu?
20:38.21makkonenI don't think you're going to get around compiling them yourself. Unless you can sweet talk glemsom. And he seems pretty busy.
20:38.22Unholyiv never tried compiling in ubuntu
20:38.50Unholyi see
20:38.58makkonenit's... there's a bit of a learning curve.
20:39.13gehzumteufelJust a bit
20:39.14gehzumteufellol
20:39.24makkonendo you have a google wave account?
20:39.40Unholyme nop
20:39.44Unholynever heard of that
20:39.46gehzumteufelYou want one?
20:39.49gehzumteufellol
20:39.51Unholyshure y not
20:39.53gehzumteufelwave.google.com
20:40.00gehzumteufelDo you have a gmail account already?
20:40.04Unholyyup
20:40.13gehzumteufelpm your address and I'll send you an invite
20:40.18makkonenI wrote up some (raph800-specific, but still probably helpful) instructions on how to build the kernel and the modules.
20:41.34makkonenthe instructions are all on the wave. I should probably put it somewhere else, because I'm sick of wave and all the things that are stupid about it... but that would require work, and not doing so requires no work.
20:41.46gehzumteufelLOL
20:41.50*** join/#htc-linux leobaillard (~leobailla@42.242.101-84.rev.gaoland.net)
20:41.58leobaillardhi there
20:42.02gehzumteufel'ello
20:42.04adamwhey leo
20:42.29leobaillardif anyone tried to contact me during the past two days, please reiterate... I had to kill my irc client from here and couldn't read my logs :/
20:42.39adamwleobaillard: i was trying to patch xdandroid to disable gsensor rotation by default on rhodium / raphael, since it breaks keyboard sensing rotation...but can't make it work. even though it looks like i'm doing it right. :/
20:44.21leobaillarderf
20:44.42leobaillardwell, you can still disable it manually via the menu
20:44.46adamwyeah
20:44.59adamwjust wanted to add some polish
20:45.27adamwit seems a simple enough change - just add 'echo "ro.config.accelerometer_rotation = 0" >> /tmp/build.prop' to the appropriate clauses in init - but it doesn't seem to work
20:45.28leobaillard:) I'm afraid I can't help you much with that... Java and I aren't exactly friend if you see what I mean...
20:45.35leobaillardoh !
20:45.36adamwis the prefix wrong? i'm pretty sure the variable name is right
20:45.54adamwi poked through the android source/docs to find it
20:45.57*** join/#htc-linux ana_ubuntera (~ana@77.230.116.40)
20:46.19adamwit's part of 'system settings' according to the developer docs, but the other similar settings in build.prop seem to use 'ro.config' as the prefix...
20:46.21leobaillardthe strange thing is that you modify a file that is in /tmp, is that correct ?
20:46.53leobaillardI'm not sure about the ro, it should mean read only no ?
20:47.19leobaillardand afaik, the rotation is not a read only setting as it can be set in the menu by the user
20:47.31adamwleobaillard: that's how all the other settings in the init file do it
20:47.36leobaillardbut well...that's just a thought
20:47.40adamwthe /tmp/build.prop eventually gets echoed to become the real build.prop
20:47.47adamwer, mounted, rather
20:47.50leobaillardmmh are they settings that can be user-changed ?
20:47.57adamwyeah you may have something with the ro
20:48.16adamwwhere's 'rw.config' come from, anyway? is there a reference anywhere?
20:48.21adamwer, 'ro.config'
20:48.32gehzumteufelThe newest kernel is really nice and fast
20:48.51gehzumteufelOn the rhod210
20:48.53leobaillardit may be somewhere on the android doc... let me look for that
20:49.05adamwyeah...i couldn't find it but maybe you'll have more luck :)
20:50.54adamwleobaillard: there's stuff like 'ro.config.notification_sound=F1_New_SMS.ogg'
20:50.59adamwin various build.props i've found
20:51.06adamwyou'd think that would be a user settable option, heh
20:51.33leobaillardright... so it may not mean read only
20:51.37adamwyeah
20:51.43adamwlooking for 'rw.config' 'build.prop' gets nothing
20:51.45adamwso i think maybe it doesn't
20:52.40leobaillarddid you try to set it on a running system by setprop ? to see if it works
20:52.53adamwooh. didn't know about setprop
20:53.43*** join/#htc-linux jooprzol (~jooprzol@32.169.105.118)
20:53.51leobaillardyou also got getprop to see the list of set properties
20:54.43adamwriiight
20:54.45adamwthat should make it easier
20:54.47adamwthanks
20:54.56adamwwill poke it a bit later, i'm in winmo atm
20:56.19IceBoneYou must feel dirty.
20:56.28Unholybtw guys any of you got wifi to connect with mac address filtering? i think thats broken mac address is not being cloned correctly, and the wifi.mac=xx command does not work anymore(it was disabled some revs ago)
20:57.17adamwIceBone: unclean! unclean!
20:57.19leobaillardUnholy: the calibration file should set your MAC address
20:57.26IceBoneExactly.
20:57.41Unholywould a new one have any effect?
20:57.45MrPippyand everyone uses the same calibration file with someone elses mac in it
20:59.09IceBoneWouldn't that clash with the actual mac?
20:59.12gehzumteufelHow do we change that?
20:59.54Unholydeleting calibration file making new one with donut?
21:00.04Unholyi havent tried it
21:00.09Unholyit probly fixes wifi
21:00.21gehzumteufelWho knows
21:00.34gehzumteufelmakkonen have you tried generating a new calibration file?
21:00.47MrPippythe best way would be to pull the actual calibration out of nand, but that means dealing with the nand modules and figuring out the offsets
21:01.04IceBoneWould that fix the phone freezing when wifi is switched off?
21:01.13MrPippynah thats separate
21:01.19IceBoneAh.
21:01.19*** join/#htc-linux balans (~BRPOLDB@83.128.97.80)
21:01.21Unholyi dont mean frezze i mean the disconnecting
21:01.26Unholycause of the wrong mac address
21:01.40IceBoneWell, it works for me normally, so I won't be changing anything, then.
21:02.07MrPippyyeah using your own calibration file would make the mac addr the same as in winmo
21:02.33Unholyi ahve being using it it a very old one from donut builds
21:02.36Unholyhave*
21:04.24leobaillardmee too
21:04.42leobaillardmy calibration file was made ages ago and still works like a charm
21:05.28Unholydunno then my wifi just disconnects, but yea i have to try and make a new calibration file
21:06.15leobaillardmaybe the range ?
21:06.18Unholyim lazy to go back to eclair XD, i switched today for the hw3d, but wifi dosent work cus of the modules
21:07.44IceBoneI never made my own calibration fie.
21:07.46IceBonefile*
21:08.17Unholywhen i say make, i really mean generate with the donut build
21:08.28Unholyto my knodledge eclair does not generate it
21:08.35Unholyknowledge*
21:08.55adamwi have the tilt2 calibration file (though it doesn't help make wifi work, sigh).
21:09.27*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
21:10.33Unholylater guys gtg
21:23.53*** join/#htc-linux luminoso (~lumos@av-217-129-128-10.netvisao.pt)
21:24.41*** join/#htc-linux tmzt (~tmzt@adsl-99-164-34-42.dsl.akrnoh.sbcglobal.net)
21:24.46IceBoneUgh... the new sense ui looks crap compared to the old one. :(
21:24.57IceBoneEspresso I mean.
21:33.46*** join/#htc-linux the_sys0p (~the_sys0p@cpe-76-93-251-206.bak.res.rr.com)
21:38.52*** join/#htc-linux kiozen (~oeichler@rgnb-5d87d8c9.pool.mediaWays.net)
22:05.14*** part/#htc-linux c2d (~Mike@port-92-200-118-209.dynamic.qsc.de)
22:05.48chamonixhey guys
22:07.59*** join/#htc-linux playbyzay (~AndChat@166.193.186.193)
22:11.18leobaillardhi chamonix !
22:12.08*** join/#htc-linux Vito89_ (~quassel@gw.loccal.net)
22:17.50*** join/#htc-linux playboyzay (~playboyza@adsl-068-159-101-193.sip.gsp.bellsouth.net)
22:18.47phh[20:04:34] <adamw> phh: if you're trying to identify things on rhods, it might help to know that tilt2 variant doesn't have a front camera; I think the t-mobile variant doesn't either; but most tp2s do have one <----- tilt2 is which operator ? O2 ?
22:19.12MrPippyat&t
22:19.14phh[20:04:55] <mcdull> played the car game and I got 1 fps in XANDROID and smooth in your donut <------ xdandroid is software rendering currently
22:19.22phhMrPippy: argh, I won't have a front camera then
22:19.35phh(I guess I will be able to live with that though.)
22:19.36chamonixhey leobaillard
22:20.13MrPippyyeah none of the us carriers do the front cameras
22:20.22gehzumteufelYep
22:20.29gehzumteufelSucks but it is what it is
22:20.51stinebdatt's network can barely handle audio calls sometimes, and you want video calls?!
22:21.05phhstinebd: it rocks that much ?
22:21.12stinebdphh: depends where you are
22:21.14gehzumteufellol I know
22:21.16phhstinebd: and i don't intend to use this phone on att network :p
22:21.20stinebdmost metro areas it's pretty bad
22:21.33gehzumteufelTMO seems to be quite solid for me
22:22.21gehzumteufelstinebd: where are you located?
22:22.30stinebdgehzumteufel: eastern pa
22:22.50stinebdnot a metro area ;)
22:22.56gehzumteufelI am in California and AT&T has massive data issues here
22:23.06gehzumteufelShit just dies in the middle of nowhere
22:23.06phh[20:12:44] <Markinus> I give you a kernel to test .. . one moment. . .(only 3d test ) <------ latest glemsom should be fine no ?
22:23.30gehzumteufelI am on latest glemson
22:23.34gehzumteufelor latest as of a few hours ago
22:23.45gehzumteufelBut I dunno what to do to test 3d...
22:23.49phh[20:19:19] <Captnoord> phh ya got a nice donut compilation around? <------ I'll have to see Markinus'  release, I think there are many things I have missing with my current one
22:24.07leobaillardwhat an idea to live in a country that big ! :p
22:24.27gehzumteufellol what country do you live in leobaillard?
22:24.33leobaillardfrance
22:24.38leobaillardmuch smaller :p
22:24.39gehzumteufelAh
22:24.47gehzumteufellol even smaller than the state I live in :p
22:24.55leobaillard\o/
22:25.44phh[20:26:26] <Paul_Ishenin> are you using drivers which come with official android phones to create xdandroid package? <------ we use bt, wifi from android devices, got some help for microp, bma150, but the whole qualcomm architecture (mdp, rpc, smd, etc) were already there.
22:25.51gehzumteufelokay I guess France is 200k km larger than California
22:26.00phh[20:29:20] <Paul_Ishenin> I see that gps is not yet working but most of the phones using the same gps chip <--- just that the API to access it is stupid and different -_-'
22:26.15gehzumteufel675000 km^2 vs 425000 km^2
22:26.41leobaillardu win
22:26.43gehzumteufelphh lol yeah we explained to him that things change
22:26.49chamonixphh: I've some trouble with the updated ramfs..... the init assumes /rfs to be there but for whatever reason there is no /rfs and the dir creatin in commented out.... any thoughts?
22:26.53gehzumteufelleobaillard nah that is France v California
22:27.02leobaillardoh
22:27.04phhchamonix: dir creating commented ? weird
22:27.09phhjust uncomment it
22:27.29chamonix#mkdir /rfs/dev <--- that's what would have been my first try
22:27.42gehzumteufeldid it work?
22:27.45phh[20:48:42] <gehzumteufel> ext3 I am sure is supported <------- I'm pressure sure I deleted it
22:27.54phhuh ? oh wait I finish reading backlog.
22:28.30gehzumteufelext3 can be mounted as ext2 though, so while ext3 may not be explicitly supported, it is supported.
22:28.39gehzumteufeljust no journaling and all that stuffs
22:28.55leobaillardwhich make it useless imho
22:29.16gehzumteufelWell, ext2 just isn't as reliable as ext3
22:29.45gehzumteufelNot for constant use anyway
22:33.09phh[21:43:17] <makkonen> hw3d always worked on donut. (well, on gsm. and only if you start it first in winmo.) <------- na I used to broke it :p
22:33.44makkonen:-)
22:35.52*** join/#htc-linux jumoit (~samuel@121.77.87.145)
22:37.43*** join/#htc-linux BabelO (~fcr@unaffiliated/babelo)
22:38.39*** join/#htc-linux Markinus (~Miranda@gtng-4db047ee.pool.mediaWays.net)
22:44.35phh[21:53:47] <adamw> leobaillard: i was trying to patch xdandroid to disable gsensor rotation by default on rhodium / raphael, since it breaks keyboard sensing rotation...but can't make it work. even though it looks like i'm doing it right. :/ <------- the ro part seems really weird, are you sure of it ?
22:44.52phhhum not really correct copy paste for this answer
22:45.05gehzumteufellol
22:47.02phh[22:11:55] <MrPippy> the best way would be to pull the actual calibration out of nand, but that means dealing with the nand modules and figuring out the offsets <----- offsets are known, and I no longer fear android. I think I'll reenable reading from nand.
22:47.50MrPippyyeah can we just make it read-only?
22:48.14phhnot really, but I'll load mtd modules on wifi on
22:48.37Markinusphh: the pmem_gpu1 is needed for hw3d .. it isn't working without or?
22:48.55phhMarkinus: I would have bet it works without it, but now I don't know
22:49.35gehzumteufelphh: so in pulling those values from nand, we will no longer have the mac being the same as the device the calibration file was originally pulled from?
22:49.45phhgehzumteufel: yup
22:50.39Markinusphh: I enabled the gpu1  and one of here tested it on a black. The same as on Topaz, no splashscreen  . .  I think the same as topaz, not enough memory . .
22:50.56phhMarkinus: with current glemsom kernel it doesn't work ?
22:51.15MrPippyin /init, what if we delete mtd0 and just leave mtd0ro to use?
22:53.03chamonixphh: my bad the missing mkdir isn't the problem but /dev/mtdblock0 missing
22:53.21phhchamonix: ah.
22:53.32phhchamonix: weird, I think I saw it in there
22:53.55Markinusphh: yes
22:54.04phhMarkinus: ouch
22:54.09phhneed a raph to test
22:54.16phhmight be 2*128EBI layout that's wrong
22:54.16Markinusphh: I enabled this gpu1 like doamond for the other devices
22:54.20chamonixwell if I boot with normal kernel and load mtdX it is there....
22:54.57phhchamonix: yes but there is no udev there, you have to create it by hand
22:55.00phhand mtdX != mtdblockX
22:55.58chamonixphh: mtdX = mtd*.ko
22:56.04phhah.
22:56.11phhI thaught you meant /dev/mtdX
22:56.40chamonixno the dev is the same as when I mount it by hand after booting a kernel without yaffs
22:58.45chamonixwell, I'll add a few ls and echo to init
22:58.47Markinusphh: [23:50] phh: Markinus: with current glemsom kernel it doesn't work ? < I was to fast, with the current glemsom kernel this is working there is no 3d because the gpu1 is not activated (only for dia). I didn't check the activation of gpu1 in because this isn't working . .
22:59.09phhuh ? but I pushed gpu1
22:59.40Markinusonly for dia
23:00.03phhhttp://gitorious.org/linux-on-qualcomm-s-msm/linux-msm/commit/f4925559e111f039996e29eed863f5357cae3f20
23:00.05Markinusphh: ahhhhhhhhhhhhhhhhhh
23:00.08phh.
23:00.09Markinusyes sorry :)
23:00.24phhI know I'm kind of tired today, but not that much :p
23:01.05Markinusphh ha! ;-) I thought you meen the checkin in the past . .
23:01.44Markinusok, so I think the last isn't working . .
23:02.07phhthink or know ? :p
23:02.48MarkinusI build the kernel meselfe, from this sources olny with my change (the same) this didn'T worked on Topaz and Black
23:03.05phhMarkinus: and with your own kernel config ?
23:03.10phhwhich disabled HW3D last time I read about it
23:03.11MarkinusI test the last one now on topaz
23:03.21Markinusphh: no
23:03.27phhah.
23:03.54Markinusphh: I'm using since a month or so only the htc_ defconfig
23:04.00phhok
23:04.22ToAsTcfhstill no
23:05.09phhToAsTcfh: yup :p
23:05.14ToAsTcfhlol
23:05.41ToAsTcfhim finding some issues with spinlock that could be the issue
23:05.45phhoO
23:06.52ToAsTcfhi could be wrong though
23:07.37*** join/#htc-linux friehmaen (freeman@xers.de)
23:07.38Markinusphh: I read now the comments to last build, and there are black comments with working 3d . . ehhhhhhhh . . .. ok, I testing it now on my device
23:07.55phhMarkinus: :p
23:08.25gehzumteufelHas there been any progress on battery status?
23:08.32gehzumteufelfor the rhod
23:09.13phh!!!
23:09.19phhthat could be that !
23:09.34gehzumteufellol
23:09.44phhcan some rhod user mmutrace i2c while doing nothing ?
23:09.46phhfor something like a minute
23:09.56gehzumteufelI can yeah. just from terminal right?
23:10.08phhharetconsole
23:10.19gehzumteufelis that installed by default?
23:10.30leobaillardhum
23:10.36gehzumteufelI am in android right now
23:10.49phhgehzumteufel: ok, i'll explain another day I guess.
23:10.50phhadamw: ? :D
23:10.54gehzumteufellol
23:11.02phhor mastermerlin ?
23:18.05gehzumteufeldo I need to run it with Android booted or WM?
23:18.41phhWM
23:23.42Markinusphh: on topaz the same with donut. No splashscreen, black screen, with last build
23:25.15*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
23:25.19*** join/#htc-linux IceDroid (~AndChat@internet-213-229-243-122.narocnik.mobitel.si)
23:26.08IceBoneBah, screw the identify. :(
23:26.12*** part/#htc-linux addisu (~addisu@74-137-196-34.dhcp.insightbb.com)
23:26.15chamonixphh: I don't get it.... init is identical to the one I have working with yaffs kernel except for the insmods
23:29.52chamonixoh
23:30.00chamonixI think I got it
23:30.13chamonixI should stop coding for today :-X
23:30.17gehzumteufellol
23:30.36chamonixset initrd initrd.gz
23:30.39chamonixset initrd initrd.gz.2
23:30.41chamonixlol
23:30.45gehzumteufelphh ill do it in a sec. on the phone atm
23:31.04chamonixis tired
23:31.35chamonix\o/
23:32.06gehzumteufelhaha where are you at chamonix?
23:32.16phhchamonix: haha, I did that one too :p
23:32.17phhoften.
23:32.18chamonixphh: all worked out, my bad..... I was using the old initramfs assuming a yaffs enabled kernel
23:32.20phhbut for zImages
23:32.34chamonixgehzumteufel: nand with original kernel
23:32.38chamonixlol phh
23:32.43chamonix( o).(o )
23:32.51gehzumteufelchamonix I meant physically located :p
23:32.54gehzumteufellol
23:33.00chamonixHeHeHe
23:33.10chamonixnear frankfurt
23:33.20gehzumteufeldamn a bunch of you
23:33.28chamonixhuh?
23:33.55gehzumteufelcr2 is in frankfurt am main, Markinus is in duesseldorf iirc, another guy is in saarland,
23:34.00*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
23:34.08chamonixlol
23:34.15phhgehzumteufel: naah
23:34.21phhcr2 is at fosdem :p
23:34.27gehzumteufellol
23:34.34chamonixgehzumteufel: how did u come up with that nick?
23:34.38leobaillardI should have gone too...
23:34.42Markinusand I'M not in duesseldorf . . .350 km!
23:34.49leobaillardbut too much scool stuff to do :/
23:35.28gehzumteufelchamonix haha I took German in secondary school. We asked our teacher how to say "go to hell" auf Deutsch. That is how she loosely translated it
23:35.38chamonixlol
23:35.39gehzumteufelMarkinus oops lol
23:35.40chamonixcool
23:36.37chamonixwell guys, I'll be able to catch up on testing glemsom kernel thanks to phh :)
23:37.21gehzumteufelyay
23:37.33phhchamonix: but 3D is on donut :p
23:37.38chamonix:P
23:38.12chamonixlet me first test my ledeffects, then I'll downgrade.... I have a SD with donut laying around and catching dust
23:39.00gehzumteufelwhat device do you have chamonix?
23:39.01chamonixmaybe I'll put donut to nand, I've some space left
23:39.04chamonixraph
23:39.17gehzumteufelseems like very few of us have a rhod
23:39.31phhchamonix: donut AND eclair on nand ?
23:39.36chamonixy not?
23:39.47phhhave fun :p
23:39.50chamonixlol
23:40.33chamonixI want to overwrite it again anyway, see if 0x00 is better than 0xff
23:40.34leobaillardis that even possible ?
23:40.52leobaillard(to put them both on NAND)
23:40.52chamonixdonno, I guess it's just a matter of space
23:40.55phhchamonix: should be way slower
23:41.08phhleobaillard: just a matter of partitioning :p
23:41.12chamonixphh: u mean 0x00?
23:41.22phhchamonix: yes
23:41.39phhchamonix: setting to 0xff is almost instant (seen it with flash_eraseall :p)
23:41.40chamonixwell I want to try because I get scared reading all those errors when booting
23:41.56phhare you sure they are errors ?
23:42.06phhafaik it's just journal "playback" (for what it means for yaffs
23:42.06phh)
23:42.06chamonixwell, at least it complains
23:42.34chamonixhmmmm, it does not make a difference if I sync or not, that's y I not sure
23:42.55chamonixand the count is always same
23:43.10chamonixso it look rather like some i-node kind of complain to me
23:43.27chamonixor block, whatever
23:43.49JesusFreak316Hey; where is the browser.apk file located? I checked data.img and rootfs.img but couldn't find it. Is it in system.sqsh? I really don't want or need it and would like to delete it but using su in the command line from withing android won't work.
23:45.26Markinusbtw, what do you think is better a nexus or a leo . . I thinking about to buy a new one, but not sure which  . ..  hmmm .. they are both so fast . . .
23:46.02gehzumteufelI am torn too
23:46.10gehzumteufelI like both
23:46.53gehzumteufelI want the Leo though because I have the ability to use both. Which is nice when some things aren't yet fixed/ready/finished in Android
23:47.08phhit's a bet on cr2's progress to get linux working on leo :p
23:47.21gehzumteufelI think it will happen
23:47.30gehzumteufelHe got it working on the rhod
23:47.51chamonixweeee, my screen calibration is all messed up :-/
23:48.02phhchamonix: updated your init script for new calibration ?
23:48.08chamonixerrrrrr
23:48.10chamonixno
23:48.22chamonixdidn't update xdadroid neither
23:48.35chamonixis it kernel related?
23:48.40phhyes
23:48.44chamonixawwwwwww
23:48.58chamonixI guess I'll change my init then :)
23:50.15chamonixholly crap
23:50.24JesusFreak316I'd get a leo too. It's only a matter of time before Android is ported to it. I don't see Winmo being ported to the N1.
23:50.29chamonixok, I'll update xdandroid while I'm at it
23:52.28chamonixHeHeHe
23:52.43chamonixupdating android while running android is scary
23:54.53MarkinusJesusFreak316: yes, this right . .
23:55.27JesusFreak316Hmm, isn't the system.sqsh read only though as that is a property of squashfs files?
23:55.41phhJesusFreak316: yes why ?
23:55.52gehzumteufelJesusFreak316: That is my exact sentiments about the Nexus One vs Leo
23:56.03JesusFreak316Then I can't mount it in linux to delete the apk.
23:56.37JesusFreak316That I know of...
23:56.51phhJesusFreak316: unsquashfs && mksquashfs
23:57.16leobaillardJesusFreak316: you're competing with gehzumteufel for the most pagan nick ?
23:57.54JesusFreak316Actually, it's a song from a Christian group called DC Talk. It was a name for Christians in the 60s.
23:58.58JesusFreak316Phh: Really? I tried that. It kept saying some error that I believe is related to using dual core in Virtualbox.
23:59.00gehzumteufelleobaillard LOL
23:59.28JesusFreak316gehxumteufel: What does your name refer too then? lol
23:59.55JesusFreak316*to* Dang it; I usually attack people when they make that error.

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