IRC log for #htc-linux on 20100731

00:07.47WoZZeRjonpry: any luck so far?
00:13.58*** join/#htc-linux FD-hd22 (~FD-hd2@92.3.149.42)
00:14.08*** join/#htc-linux FD-hd23 (~FD-hd2@92.3.149.42)
00:15.23jonprya little
00:15.33jonprydefinately making new things happen
00:15.44WoZZeRin a good way? lol
00:15.49montraydavisWait, so, with libgps.so, it has to be manually patched each time?
00:17.24jonprywell, it crashes at a certain point, and i'm not sure why
00:18.28shu8imontraydavis you there?
00:18.53montraydavisjonpry and does android start back up?
00:18.58montraydavisshu8i Yep.
00:19.21shu8ii get segmentation fault while trying to extract system.img with coffeeshop :(
00:19.27jonprynot quite like that.
00:20.19jonpryi can find the asm for it. dereferences r10, which has value of zero
00:20.28jonprydon't know why it is zero
00:22.18*** join/#htc-linux FD-hd2 (~FD-hd2@92.3.149.42)
00:24.06montraydavisSo it isn't just my rom that won't start up if I replace the libgps.so ?
00:27.58*** join/#htc-linux Tah (5b6bc81b@gateway/web/freenode/ip.91.107.200.27)
00:29.39FD-hd2it worked on dans froyo v1, and darkstones froyo. presume it works on this new cyanogen one cos gps is working here too
00:30.38*** join/#htc-linux FD-hd2 (~FD-hd2@92.3.149.42)
00:42.32*** join/#htc-linux Guaufio (97c1d518@gateway/web/freenode/ip.151.193.213.24)
00:46.40jonpry<PROTECTED>
00:46.56WoZZeRI can grasp what it's trying to do sometimes
00:47.00WoZZeRbut I wouldn't say I know it
00:47.59WoZZeRneed me to look at something and see if I can figure anything out?
00:49.38jonpryif you use that wavedev.dll i originally posted that didn't work on your phone. at base + 3A674
00:50.00*** join/#htc-linux kervizic (~kervizic@AToulouse-754-1-2-86.w90-11.abo.wanadoo.fr)
00:50.23jonprythere is str r5,[r10]
00:50.54jonpryquestion is what is in r10. it is not very deep in the code. only 2 calls.
00:51.49WoZZeRk, lemme take a look
00:52.59jonpryi gtg. girlfriend getting angry
00:53.19WoZZeRlol
00:53.22Refugehaha
00:53.25Refugethose women
00:53.26Refuge:p
00:53.40Refugemine likes it when i'm on line lol
00:53.42Refugeso i leave her alone
00:53.43Refuge:p
00:55.48jonpry:-P. here is how it goes so far. http://pastebin.com/RxYmA4yN crashes at 0x401B467C
00:55.52WoZZeRjonpry: if I'm reading IDA correctly, it's part of a acoustic table?
00:56.06jonpryno.
00:56.11jonprymaybe you have different dll
00:56.21*** join/#htc-linux eugenb (~none@dslb-188-101-069-230.pools.arcor-ip.net)
00:56.41WoZZeRnevermind, found it
00:57.04WoZZeRR0 comes from x8000
00:57.38jonpryhttp://hotfile.com/links/58622398/b82750f/wavedev.dll
00:57.43jonpryi dunno how that is possible
00:57.46WoZZeRI'm using the one
00:57.56WoZZeRin asm, left is dest, right is source, right?
00:58.14Refugei'm getin sod on cyan's build
00:58.21Refugeduring a call
00:58.27jonprymd5 http://hotfile.com/links/58622398/b82750f/wavedev.dll
00:58.35jonpry7a43977a33f70a41eb6beafded997bf8
00:58.57jonprystrr, has source on left, dest on right
00:59.04WoZZeRoh
00:59.22jonpryi think
00:59.32*** join/#htc-linux kervizic (~kervizic@AToulouse-754-1-2-86.w90-11.abo.wanadoo.fr)
00:59.32WoZZeRit calls this function first
00:59.32WoZZeRhttp://pastebin.com/u7isv70G
01:00.37*** join/#htc-linux Abracadabra (~tracker@41.37.101-84.rev.gaoland.net)
01:02.05WoZZeRthat's not a redefine line, that's a compare line
01:06.15*** join/#htc-linux kervizic (~kervizic@AToulouse-754-1-2-86.w90-11.abo.wanadoo.fr)
01:07.10jonpryumm. i find that r10, is r3 at beginning of sub base + 3a5a0
01:07.43WoZZeRCMP R0, #0
01:07.50WoZZeRyou are talking about that line right?
01:08.33WoZZeRida is not showing an r10 anywhere
01:09.19jonpry.text:1003A5A4                 MOV     R10, R3
01:11.01WoZZeRwhat's the normal location of that line?
01:12.26jonpryit depends on what base you are loaded at
01:12.51shu8i~seen zego
01:12.52aptzego <7a81c79a@gateway/web/freenode/ip.122.129.199.154> was last seen on IRC in channel #htc-linux, 1d 1h 5m 30s ago, saying: 'overwrite the htcleo-keypad.kl in the 'system/usr/keylayout' folder'.
01:13.01WoZZeRit's just running through the file with a 0 offset
01:13.17jonprygo to very top of file, and subtract 0x1000 from the address at the top
01:13.36jonprythat is base. then add 0x3a5a4
01:13.47WoZZeR.text:00011000
01:13.51WoZZeRthat's the first line
01:14.03jonpryso base is 0x10000. so address is 0x4a5a4
01:15.19jonpryi worked it back farther. problem is that at b+37ed0, r5 is 0
01:16.02WoZZeRshould it be .text at 4a5a4 then?
01:17.02WoZZeRor at offset 4a5a4?
01:17.19jonpry.text:45a5a4
01:17.34jonpryer
01:17.41jonpry.text:4a5a4
01:18.26*** join/#htc-linux Unholy (~IceChat7@74.213.81.33)
01:19.23*** join/#htc-linux jonpry (~jonpry@c-24-16-98-45.hsd1.wa.comcast.net)
01:19.26*** join/#htc-linux Jack_E (~chatzilla@host86-146-183-186.range86-146.btcentralplus.com)
01:19.32WoZZeRjonpry: I've got a dword there
01:19.57WoZZeR.text:0004A5A4 dword_4A5A4 DCD 0xAA0EFD80
01:20.18jonpryi think we are using different dll's
01:20.27WoZZeRlet me redownload the above one
01:20.58WoZZeRyup, I used the one from your ppcg post
01:21.16*** join/#htc-linux Timber (~Tim@86.56.42.159)
01:23.09WoZZeRyou want to know what r10 is?
01:24.05*** join/#htc-linux FD-hd2 (~FD-hd2@82.132.248.192)
01:24.29*** join/#htc-linux dieselboy (~dieselboy@dsl-69-171-137-225.acanac.net)
01:26.05jonpryi want to know what it is. or how to change it via IOControl
01:29.43*** join/#htc-linux mastermerlin (~Adium@pD957FA0D.dip.t-dialin.net)
01:33.00*** join/#htc-linux nineX_ (~nunya@71.81.133.181)
01:37.05WoZZeRjonpry: 0x6c help at all?
01:37.21jonprynot really
01:41.25*** join/#htc-linux eric_ (~eric@c-68-62-10-45.hsd1.mi.comcast.net)
01:42.33*** join/#htc-linux kevev (~kevev@cpe-70-117-4-190.satx.res.rr.com)
01:46.09*** join/#htc-linux jimhaynes (~jimhaynes@c-71-233-236-57.hsd1.ma.comcast.net)
01:46.31*** join/#htc-linux Rafyvitto (IceChat7@74.213.81.33)
01:47.37Rafyvittosup my favorite hd2 devotes =]
01:49.28*** join/#htc-linux kervizic (~kervizic@AToulouse-754-1-2-86.w90-11.abo.wanadoo.fr)
01:56.56WoZZeRjonpry: r10 is get a value of #0x10000000
01:57.05WoZZeRshould get a value*
01:58.26jonpryi don't see how thats possible
01:58.37jonpryand as a matter of fact it doesn't
01:58.53WoZZeRjust followed one trace through
01:59.04WoZZeRr3 get's it's value from r5 in both cases
01:59.08WoZZeRand r5 is almost never touched
01:59.37WoZZeRand r5 initially get's it's value from r1
01:59.40WoZZeRat the start
01:59.46WoZZeRwhich is #0x10000000
01:59.58*** join/#htc-linux Khaytsus (U2FsdGVkX1@fedora/khaytsus)
02:01.10WoZZeR; jumptable 10037CC8 case 2
02:01.54jonprywell it's value is definately zero
02:02.05WoZZeRtrying to find case 2
02:03.04WoZZeRalso have case 49
02:05.56WoZZeRjonpry: MOV R1, #0x61 ; nPriority
02:06.37WoZZeRcould it be the priority? that's as far back as I can really track r1
02:07.28jonpryit should be an address. which is probably passed in from somewhere
02:08.26*** join/#htc-linux kervizic (~kervizic@AToulouse-754-1-2-86.w90-11.abo.wanadoo.fr)
02:09.42*** join/#htc-linux mythfish (706f2458@gateway/web/freenode/ip.112.111.36.88)
02:09.56*** join/#htc-linux Dr`Ryder (~HODM@pool-72-91-16-132.tampfl.fios.verizon.net)
02:13.34mythfishhello, i can't enable wifi on htc desire. When i run "insmod bcm4329.ko", i get the "invalid argument",  what arguments we need to append?
02:13.59Refugeanyone know wher to get zegos build
02:16.08WoZZeRjonpry: is it a memory address or a location address?
02:17.22WoZZeRIt eventually get's called as the 23rd variable in wav_iocontrol?
02:17.35WoZZeRwhoops, wrong oen
02:17.47WoZZeR14th
02:24.51WoZZeRno matter what I follow, I'm getting r1 at the start being set to #0x10000000, then as soon as it calls a sub, it sets that to r5 and never touches it
02:25.26WoZZeRunless I'm not understanding STMFD and LDMFD correctly
02:25.44WoZZeRLDR R5, =unk_100D2F38
02:25.46WoZZeRwhat about that?
02:25.49jonpryits probably memory.
02:26.03jonprythat would work
02:26.07jonpryhow do i get that?
02:26.27WoZZeRI pulled that from the powerstate subroutine
02:26.32jonpryto run. it may be that my PE linker doesn't fixup data refs
02:26.34jonpryhmm
02:26.53*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
02:27.30WoZZeRlet me try a few other functions. I'll trace wav_iocontrol and see if I can find it anywhere
02:27.53*** join/#htc-linux Chris0087 (48e00b79@gateway/web/freenode/ip.72.224.11.121)
02:29.27WoZZeR100D2F38 is part of 44 nodes
02:30.51WoZZeRthat is part of powerstate, so maybe that's part of the issue?
02:30.55WoZZeR.text:1003739C LDR R6, =unk_100D2F34
02:30.55WoZZeR.text:100373A0 LDR R4, =unk_100A90E4
02:30.55WoZZeR.text:100373A4 LDR R5, =unk_100D2F38
02:30.58*** join/#htc-linux g55 (~g55@rgnb-5d87d499.pool.mediaWays.net)
02:31.08WoZZeRr5 is rarely ever touched
02:32.37WoZZeRhttp://pastebin.com/fvhHS8Gc
02:32.44WoZZeRit seems to call that
02:33.45WoZZeRTST R4, #0x200000 seems to run first
02:34.28lpsi2000is no longer away : Gone for 4 hours 45 minutes 48 seconds
02:35.20WoZZeRjonpry: r4 get's called here .text:1008E134 LDR R4, =unk_100D2FFC
02:37.46*** join/#htc-linux wmirc (~wmirc_use@173-142-62-162.pools.spcsdns.net)
02:39.42*** join/#htc-linux rov120 (4a41b51b@gateway/web/freenode/ip.74.65.181.27)
02:39.58jonpryi don't know how useful this is
02:40.17jonprybut i am not able to look at the things your pointing out right now either
02:44.43jonpry.text:10037C44                 LDR     R5, [R4,#8]
02:45.48jonprywhich is actually r0 at the beginning of 37c04
02:48.04Refugedid we fix the ambient sencor
02:48.21WoZZeR.text:100395F4 LDR R6, [R11,#arg_8]
02:48.21WoZZeR.text:100395F8 CMP R6, #0
02:48.39*** join/#htc-linux C_h_r_i_s (~ja@dslb-084-057-082-113.pools.arcor-ip.net)
02:48.39WoZZeRit get's moved from r6 before that
02:50.17jonpryi don't understand. you disagree about it being r0 at 37c04?
02:51.15jonpryi can run this in the debugger later and confirm r0 being zero there 0:p
02:51.54WoZZeRno, but right before that sub is called,it moves r6 to r0
02:52.10jonpryi can't find where it is called yet
02:52.24WoZZeR.text:1003957C MOV R0, R6 ; param_R1
02:52.34Rafyvittolet me guess your working on the hd2....
02:52.36WoZZeR.text:10039580 BL sub_10037C04
02:52.40WoZZeRrhod
02:53.23jonpryis that the only place it is called?
02:53.45WoZZeR; int __cdecl sub_10037C04(int param_R1)
02:53.58WoZZeRyup, only that 1 place
02:54.10WoZZeR.text:10037C04 sub_10037C04 ; CODE XREF: WAV_IOControl+2FCp
02:54.10WoZZeR.text:10037C04 ; DATA XREF: .pdata:100E5098o
02:55.11jonpry.text:10039298                 MOV     R6, R2?
02:56.07WoZZeR.text:10039284 ; int __cdecl WAV_IOControl(void *, int, int)
02:56.07WoZZeR.text:10039284 EXPORT WAV_IOControl
02:57.11WoZZeRcan't seem to find where r2 get's it data from there
02:57.25jonpryits the 3rd argument
02:57.52WoZZeRoh
02:59.00WoZZeRMOV R2, 0x3680098
02:59.02WoZZeRhelp at all?
03:00.30WoZZeRpvEnvironment= -0x6C
03:00.37WoZZeRthat should be the 3rd arg
03:01.09WoZZeRor maybe not
03:03.07*** join/#htc-linux kro-bar (~kro-bar@h75-100-106-88.waunwi.dsl.dynamic.tds.net)
03:09.41*** join/#htc-linux m_a_r_k (~quassel@c-71-237-93-215.hsd1.co.comcast.net)
03:24.58*** join/#htc-linux MikeBanks (~michael@m355e36d0.tmodns.net)
03:26.46*** join/#htc-linux programmer8922 (~Evan@67.219.166.182)
03:33.52*** join/#htc-linux byrnsey88 (41310e32@gateway/web/freenode/ip.65.49.14.50)
03:42.43*** join/#htc-linux jonpry (~jonpry@c-24-16-98-45.hsd1.wa.comcast.net)
03:43.50jonpryWozzer, i think i found it
03:46.31WoZZeR??
03:48.39WoZZeRthe memory address?
03:49.45*** join/#htc-linux Refuge (~none@99.38.59.99)
03:53.08*** join/#htc-linux bozuk (~bozuk@79-100-59-225.btc-net.bg)
04:01.45*** join/#htc-linux CyclicFlux (~CyclicFlu@186.sub-97-165-74.myvzw.com)
04:02.40CyclicFluxWhats happening??
04:03.35CyclicFluxI just downloaded ninjamorph and know that metamorph is used
04:04.16CyclicFluxfor themes and such, however I wasnt sure of the exact purpose of the overall program
04:04.43Refugeit allows you to change seprate apspect of the android theme
04:04.46Refugesepratly
04:05.04Refugeso if you wanted let's say a dark top bar but a different w/e you can do that
04:05.20Refugeit changes it live so you dont have to reboot
04:05.21Refugeect...
04:07.38*** join/#htc-linux Eamus (~abinford@c-24-12-177-201.hsd1.il.comcast.net)
04:12.08WoZZeRjonpry: progress?
04:31.28*** join/#htc-linux Jack_E (~chatzilla@host86-146-183-186.range86-146.btcentralplus.com)
04:33.59*** join/#htc-linux Scepterr (~scepterr@ool-18b92277.dyn.optonline.net)
04:34.19*** join/#htc-linux Scepterr|GONE (~scepterr@ool-18b92277.dyn.optonline.net)
04:39.27*** join/#htc-linux LSnake (be35d3dc@gateway/web/freenode/ip.190.53.211.220)
04:40.04LSnakeQuestion: the Hd2 Android have OPENGL 2.0? or just 1.0 for the momment?.
04:40.59*** join/#htc-linux WoZZeR_ (no@d14-69-99-229.try.wideopenwest.com)
04:40.59*** join/#htc-linux [TNT] (~Administr@vil93-4-82-227-140-5.fbx.proxad.net)
04:42.17Dr`Ryder(> NetSplit detected <) - (>Servers: *.net / *.split <)
04:43.21jonprywozzer, that problem is fixed anyways
04:43.30WoZZeR_what probme?
04:43.33WoZZeR_problem*
04:43.36jonprythe sefgault
04:43.55jonprythat we were disassembling to solve
04:44.03WoZZeR_oh
04:44.07WoZZeR_lol
04:44.57*** join/#htc-linux nizox (~none@77.207.111.193)
04:45.03*** join/#htc-linux DasFx (~John@dasfx.euronet.nl)
04:45.12WoZZeR_so we are back to a dead end?
04:46.25jonpryum, no, more bugs
04:46.34jonprygets further now
04:46.37WoZZeR_cool
04:46.42WoZZeR_closer to sound then?
04:48.29*** join/#htc-linux Jos (~Jos@2a02:348:33:584a::1)
04:49.32*** join/#htc-linux Dex (4672a553@gateway/web/freenode/ip.70.114.165.83)
04:54.31jonpryso the dll runs completely now. but we still don't get the interrupt. lol
04:56.04WoZZeR_so something in the nk is setting up the int's then?
04:56.08WoZZeR_then haret clears them
04:57.04jonprywell. there are a couple things in the logs that aren't right
04:57.18jonpryand i think interrupts are setup
04:57.54WoZZeR_they are setup but not showing?
04:58.03jonprya couple of registry keys are loaded when we finally start playing a wav. need to get those copied over
04:58.10jonprynever trigger
04:58.36jonpry20k lines of log :p
04:58.43WoZZeR_sounds fun
04:59.02jonpryi made each one of those work, like one at a time
04:59.23WoZZeR_lol
04:59.50WoZZeR_could it be a master power thing that needs to be setup first
04:59.56WoZZeR_that could run sound and 3d?
05:00.25WoZZeR_the nk refrences a watchdog
05:00.29jonprywavedev calls functions from KLT and SPM
05:00.38jonprynot sure why, and DEX
05:01.00jonpryour implmentation of oncrpc.dll could be botched
05:01.24WoZZeR_wouldn't that effect other devices though?
05:01.41jonprynot really
05:05.33jonprywhen you run that earpiece redirector software, does it change HKLM/system/state/hardware/audiopath?
05:06.06WoZZeR_don't know, I can check
05:06.58WoZZeR_yeah
05:07.12jonpryfrom what to what?
05:07.17WoZZeR_1 to 0
05:08.07WoZZeR_1 = rear, 0 = ear
05:08.13jonprycool
05:09.09WoZZeR_have you tried just importing a complete registry and see what happens?
05:09.31WoZZeR_or does everything have to be set manually?
05:09.34jonpryi just have a duct tape implementation of registry
05:09.34*** join/#htc-linux Sphyynx (~gren@adsl-9-201-88.mia.bellsouth.net)
05:10.00jonpryfortunately there are not many values. i have seen a new one in a long time
05:10.17WoZZeR_but you need to set them all manually?
05:10.35jonpryi guess. it is just a text file
05:10.54WoZZeR_I was just thinking that the issue may be some obsecure registry value
05:11.17WoZZeR_and if you could test by just getting the whole registry, that would take it out of the list of things that could cause it
05:11.33jonpryi have a complete list of all loaded entries though
05:11.46jonpryi'm more concerned about the .csv files
05:12.02WoZZeR_need a backup of them?
05:12.38WoZZeR_there's 10 of them
05:12.56jonprylike my log of the driver doesn't exactly look like other peoples dumps
05:13.30jonpryand i think it is registry/.csv
05:14.06WoZZeR_I don't see a registry.csv
05:15.22jonpryit is like AudioFilterTable, AudioPara4, TIAGC
05:17.24WoZZeR_AudioFilterTable.csv,AudioPara.csv,AudioPara3.csv,AudioPara3_Boot.csv,AudioPara3_Rhodium#W.csv,AudioPara3_Rhodium#W_UMTS.csv,AudioPara3_UMTS.csv,AudioPrePro,essTable.csv,DualMic.csv,TIAGC.csv
05:17.46WoZZeR_AudioPreProessTable.csv*
05:19.32WoZZeR_need a copy of them?
05:19.57lpsi2000[A]is now away - Reason : Auto-Away after 120 minutes
05:21.49jonpryi have them. thanks
05:21.54WoZZeR_ok
05:25.00WoZZeR_well, let me know when I can help again
05:26.34Dr`RyderYo. Someone's selling Android builds on eBay. I wonder if that person is here. If they are, you're a moron. Android is open source and free. You're not allowed to sell it.
05:26.46ShadowFoxBiHlol
05:26.55ShadowFoxBiHgoogle will have a field day with that one
05:29.56*** join/#htc-linux Krazie (poppa@66.118.185.166)
05:39.23*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
05:56.14*** join/#htc-linux poopootrain (~mrpoopoot@c-68-62-10-45.hsd1.mi.comcast.net)
06:04.05*** join/#htc-linux Rafyvitto_ (IceChat7@74.213.81.33)
06:15.59*** join/#htc-linux NeoMatrixJR (~chatzilla@173-25-48-212.client.mchsi.com)
06:18.53*** join/#htc-linux dekar (~dekar@drms-4d0141f0.pool.mediaWays.net)
06:19.15*** join/#htc-linux bozuk_ (~bozuk@95-42-65-16.btc-net.bg)
06:24.37*** join/#htc-linux Abracadabra (~tracker@unaffiliated/abracadabra)
06:24.45*** join/#htc-linux MacDrunk (~marper@201.164.206.200)
06:24.57Abracadabrahello
06:33.16manusfreedom_LEO dev: Is it our LCD Panel? http://www.optrex.org.uk/PDF/TFT/4.3inch/T55226D043J-LW-A-AAN/T-55226D043J-LW-A-AAN%20-%20Spec.pdf
06:34.12manusfreedom_LEO Dev: Could be our backlight GPIO: 0x86 (134). Cotulla did you use it?
06:34.39*** join/#htc-linux thedicemaster (~thedicema@cpe-92-37-62-144.dynamic.amis.net)
06:34.49*** join/#htc-linux Kasjopaja12 (~Tina@p57BC0923.dip0.t-ipconnect.de)
06:40.33spanner3003how do i flash the htc universal using a SD card it's just the radio rom / staks i want to flash
06:44.50*** join/#htc-linux balans (~Gebruiker@82-170-217-205.ip.telfort.nl)
06:45.47*** join/#htc-linux fgsfds (62ce7960@gateway/web/freenode/ip.98.206.121.96)
06:46.40*** join/#htc-linux Xesxen (~xesxen@ip4da7e123.direct-adsl.nl)
06:54.37*** join/#htc-linux crack (~chatzilla@202.70.51.216)
06:55.57*** join/#htc-linux MiB-s (~mai@90.185.22.214)
07:01.58*** part/#htc-linux manusfreedom_ (~manusfree@tra78-1-82-235-115-79.fbx.proxad.net)
07:11.23*** join/#htc-linux NujaWay (mIRBOT@138.199.65.85)
07:16.27*** join/#htc-linux BigDaDDy` (BigDaDDy@bzq-79-181-36-76.red.bezeqint.net)
07:21.48*** join/#htc-linux MacMiller (~marper@201.164.206.200)
07:22.46*** join/#htc-linux SVic (~SVic@ip230.115.dars-ip.ru)
07:28.07*** join/#htc-linux dd3m0n (~BT@193.34.64.111)
07:31.18*** join/#htc-linux prdiii (~markus.pe@91-115-76-135.adsl.highway.telekom.at)
07:49.45*** join/#htc-linux CrashBox (~WTW@cpe-67-11-68-126.rgv.res.rr.com)
07:49.47*** join/#htc-linux manusfreedom_ (~manusfree@tra78-1-82-235-115-79.fbx.proxad.net)
07:51.57*** join/#htc-linux narta (~narta@ppp091138194135.dsl.hol.gr)
07:52.09*** join/#htc-linux lpsi2000[A] (~lpsi2000h@ool-43506302.dyn.optonline.net)
07:53.05*** join/#htc-linux kiozen (~kiozen@rgnb-5d87d65c.pool.mediaWays.net)
07:56.10*** join/#htc-linux CrashBox (~WTW@cpe-67-11-68-126.rgv.res.rr.com)
07:57.13*** join/#htc-linux Akustik84 (~volodin_d@89-178-251-62.broadband.corbina.ru)
07:57.54*** join/#htc-linux lpsi2000[A] (~lpsi2000h@ool-43506302.dyn.optonline.net)
07:58.37*** join/#htc-linux CyclicL (~CyclicFlu@186.sub-97-165-74.myvzw.com)
08:02.01*** join/#htc-linux shu8i (~shu8i@78.104.102.92)
08:02.44*** join/#htc-linux sowed (51ca1f07@gateway/web/freenode/ip.81.202.31.7)
08:07.23*** join/#htc-linux CyclicFlux (~CyclicFlu@186.sub-97-165-74.myvzw.com)
08:11.39*** mode/#htc-linux [+o NetRipper] by ChanServ
08:11.52*** mode/#htc-linux [-o NetRipper] by NetRipper
08:11.58NujaWay:o
08:15.14CyclicFluxYo
08:15.21CyclicFluxSo whats happening??
08:15.36Dr`RyderGPS isn't working in Darkstone V5 or I can't get it to work.
08:15.48CyclicFluxIs the new Cyanogen 6.0 out for MotoDroid??
08:16.01Dr`RyderI have to use adb shell in root to push it over and if I restart the phone, I get a request_suspend_state loop.
08:16.33Dr`RyderI used the libgps.so in Cotulla's directory and I don't even know what to do with the .tar.gz one.
08:18.04*** part/#htc-linux CyclicFlux (~CyclicFlu@186.sub-97-165-74.myvzw.com)
08:18.06bozukI got the same problem here but with darkstone Froyo it's working just fine tested with IGO
08:18.06*** join/#htc-linux ollip79 (~ollip79@brsg-4dbbab3f.pool.mediaWays.net)
08:19.16bozukthe tar.gz file is source of the library so ignore it
08:21.01*** join/#htc-linux rzk (~rzk@daemonet.ru)
08:21.43Dr`RyderOk. I just still can't get it to work. Google Navigate keeps saying Searching for GPS.
08:23.13*** join/#htc-linux Hambo (hambo@121.35.233.165)
08:28.34Dr`RyderWtf does request_suspend_state: wakeup mean?
08:28.43Dr`RyderI keep getting that every time I mess with this gps file.
08:52.37*** join/#htc-linux SeRVeR01 (~KhaLeD@41.233.164.146)
08:54.07*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
08:56.03*** join/#htc-linux fgsfds (~fgsfds@adsl-76-197-178-108.dsl.chcgil.sbcglobal.net)
08:59.23*** join/#htc-linux fgsfds2 (~fgsfds@adsl-76-197-178-108.dsl.chcgil.sbcglobal.net)
09:02.15*** join/#htc-linux fcna (5d1c1605@gateway/web/freenode/ip.93.28.22.5)
09:22.20*** join/#htc-linux stroller (5e9fa670@gateway/web/freenode/ip.94.159.166.112)
09:30.45*** join/#htc-linux GNUtoo|laptop (~gnutoo@80.10.46.82)
09:46.54*** join/#htc-linux LSnake (be35d3dc@gateway/web/freenode/ip.190.53.211.220)
09:48.44*** join/#htc-linux F-D (~Stoned@92.3.149.42)
09:49.54*** join/#htc-linux wish34 (~wishmaste@5ace6114.bb.sky.com)
09:52.20*** join/#htc-linux kervizic (~kervizic@AToulouse-754-1-2-86.w90-11.abo.wanadoo.fr)
09:54.41*** join/#htc-linux fish1209 (~fish1209@unaffiliated/fish0912)
09:57.52lpsi2000[A]is now away - Reason : Auto-Away after 120 minutes
10:03.28shu8i~seen zego
10:03.30aptzego <7a81c79a@gateway/web/freenode/ip.122.129.199.154> was last seen on IRC in channel #htc-linux, 1d 9h 56m 8s ago, saying: 'overwrite the htcleo-keypad.kl in the 'system/usr/keylayout' folder'.
10:10.19*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
10:14.23*** join/#htc-linux cart (5320cd23@gateway/web/freenode/ip.83.32.205.35)
10:14.52*** join/#htc-linux theredundant (~heyya@cm56.epsilon80.maxonline.com.sg)
10:17.31*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
10:20.04*** join/#htc-linux voiceofid (~Xiwei@pool-72-64-185-79.tampfl.fios.verizon.net)
10:21.14*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
10:22.00*** join/#htc-linux rob_w (~bob@pD95EFEEF.dip.t-dialin.net)
10:23.30*** join/#htc-linux rob_w (~bob@pD95EFEEF.dip.t-dialin.net)
10:29.48*** join/#htc-linux SamanthaMarquez (~dunno@k17174.upc-k.chello.nl)
10:30.19*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
10:38.33*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
10:38.56*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
10:42.10*** join/#htc-linux JohnnyRotten (~jeff@ip-83-134-8-151.dsl.scarlet.be)
10:49.46JohnnyRottenk
10:51.33*** join/#htc-linux sxe (~quassel@ip-62-143-83-123.unitymediagroup.de)
10:54.56*** join/#htc-linux stunt1n (~fuck@c-76-114-36-123.hsd1.ca.comcast.net)
11:02.20EdVaIl~apt is back :)
11:02.43*** part/#htc-linux ollip79 (~ollip79@brsg-4dbbab3f.pool.mediaWays.net)
11:05.17*** join/#htc-linux ollip79 (~ollip79@brsg-4dbbab3f.pool.mediaWays.net)
11:11.13*** join/#htc-linux stunt1n (~fuck@c-76-114-36-123.hsd1.ca.comcast.net)
11:12.54*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
11:19.28*** join/#htc-linux Timber (~Tim@86.56.42.159)
11:22.53*** join/#htc-linux pH5 (~ph5@e178208043.adsl.alicedsl.de)
11:23.03*** join/#htc-linux Stuart__ (5c0ce2ed@gateway/web/freenode/ip.92.12.226.237)
11:34.09*** join/#htc-linux UnknownArtists (~unknown@84.19.199.185)
11:40.50*** join/#htc-linux kamiltux (~kamiltux@chello089079012158.chello.pl)
11:42.44*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:45.16*** join/#htc-linux Jack_E (~chatzilla@host86-146-183-186.range86-146.btcentralplus.com)
11:45.54*** join/#htc-linux ImHos (pIRCuser35@178.124.147.208)
11:48.04*** join/#htc-linux antoszka (~antoszka@unaffiliated/antoszka)
11:52.26*** join/#htc-linux LSnake (be35d3dc@gateway/web/freenode/ip.190.53.211.220)
11:53.25*** join/#htc-linux Message (~anonymous@75-1-177-145.lightspeed.snantx.sbcglobal.net)
12:05.26*** part/#htc-linux Stuart__ (5c0ce2ed@gateway/web/freenode/ip.92.12.226.237)
12:07.52*** join/#htc-linux GNUtoo|laptop (~gnutoo@90.84.146.159)
12:10.09*** join/#htc-linux ^Buzz^ (~Michael_B@109.231.194.202)
12:11.55*** join/#htc-linux stuartdb (5c0ce2ed@gateway/web/freenode/ip.92.12.226.237)
12:12.37stuartdb~seen netripper
12:12.38aptnetripper is currently on #htc-linux, last said: 'i think the cpu doesn't actually scale to 998mhz yet'.
12:13.47*** join/#htc-linux Ninpo (~ninpo@host86-133-72-81.range86-133.btcentralplus.com)
12:15.44NinpoAnyone any clue why VFP support compiles fine for the Nexus CPU in 2.6.34 but throws errors about arch/arm/mach-msm/idle-v7.S:47: Error: selected processor does not support ARM mode `fmrx r1,fpexc' with 2.6.35?
12:15.55shu8i~seen elbartome
12:15.55aptelbartome <~ElBartoME@ip-109-90-64-144.unitymediagroup.de> was last seen on IRC in channel #htc-linux, 15h 18m 40s ago, saying: 'yes'.
12:17.04*** join/#htc-linux g55 (~g55@rgnb-5d8784ed.pool.mediaWays.net)
12:18.29*** join/#htc-linux eugenb (~none@dslb-188-101-069-230.pools.arcor-ip.net)
12:23.28*** join/#htc-linux AndroUser (~androirc@144.132.245.38)
12:24.25*** join/#htc-linux thedicemaster (~thedicema@cpe-92-37-62-144.dynamic.amis.net)
12:26.13*** join/#htc-linux Tah (58688757@gateway/web/freenode/ip.88.104.135.87)
12:27.16*** join/#htc-linux mickey|zzZZzz (~mickey@openmoko/coreteam/mickey)
12:28.30*** join/#htc-linux Dr`Ryder (~HODM@m3f5536d0.tmodns.net)
12:28.39*** join/#htc-linux aker (~quassel@58.41.188.136)
12:32.11*** join/#htc-linux gipaq (3ee40247@gateway/web/freenode/ip.62.228.2.71)
12:35.21*** join/#htc-linux Sphyynx (~gren@adsl-9-201-88.mia.bellsouth.net)
12:36.43*** part/#htc-linux Akustik84 (~volodin_d@89-178-251-62.broadband.corbina.ru)
12:37.19*** join/#htc-linux SVic (~SVic@ip230.115.dars-ip.ru)
12:39.40*** join/#htc-linux Akustik84 (~volodin_d@89-178-251-62.broadband.corbina.ru)
12:48.23*** join/#htc-linux aker (~quassel@58.41.188.136)
12:49.52*** join/#htc-linux montraydavis (63491265@gateway/web/freenode/ip.99.73.18.101)
12:50.31NetRipperNinpo, we patched some .S files to make it compile
12:51.11NetRipperNinpo, see this commit: http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commitdiff;h=f58fe83ca6c3c63e38e8ffd47c3cf8e484644da5
12:52.04*** join/#htc-linux MN (~MN@86.134.32.163)
12:52.11MNhi
12:53.15*** join/#htc-linux aker (~quassel@58.41.188.136)
12:53.22MNmontraydavis any luck with gps
12:54.49*** join/#htc-linux GNUtoo|laptop (~gnutoo@80.10.46.38)
12:56.22*** join/#htc-linux gauner1986 (~gauner198@p5B383639.dip.t-dialin.net)
12:57.23MNhi gauner1986
12:57.24*** join/#htc-linux plumcake (~me@dynamic-adsl-78-15-243-161.clienti.tiscali.it)
12:57.30gauner1986hi
12:58.35*** part/#htc-linux plumcake (~me@dynamic-adsl-78-15-243-161.clienti.tiscali.it)
12:59.24MN~seen montraydavis
12:59.26aptmontraydavis is currently on #htc-linux (9m 34s), last said: 'So it isn't just my rom that won't start up if I replace the libgps.so ?'.
13:01.03*** join/#htc-linux poopootrain (~mrpoopoot@c-68-62-10-45.hsd1.mi.comcast.net)
13:02.43kamiltuxhow to upgrade pocket windows in htc tilt to linux? on linux debian pc? with backup...
13:03.18*** join/#htc-linux aker_ (~quassel@58.41.188.136)
13:04.20*** join/#htc-linux GNUtoo|laptop (~gnutoo@90.84.144.107)
13:06.21*** join/#htc-linux GNUtoo|laptop (~gnutoo@90.84.144.107)
13:07.02montraydavisMN Not at all..
13:07.12montraydavisMN Like, I no longer even have a CLUE as to what I could try to do.
13:07.29montraydavisMN I am thinking the libs are not cross compatible between different roms....
13:07.30MNhmm i  stumpted as awell
13:07.32MNlol
13:07.57MNhmm
13:10.49MNmontraydavis have you tried the libs from cm6
13:18.25*** join/#htc-linux aker (~quassel@58.41.188.136)
13:19.07*** join/#htc-linux Termana (~bradley@123-3-190-114.static.dsl.dodo.com.au)
13:20.46*** join/#htc-linux balans1 (~Gebruiker@535466A0.cable.casema.nl)
13:20.56*** join/#htc-linux thejeos (~oscarleon@84.123.186.211.dyn.user.ono.com)
13:22.59*** join/#htc-linux Blizzzard (5adc1a1c@gateway/web/freenode/ip.90.220.26.28)
13:26.07*** join/#htc-linux khaico (5e43e14a@gateway/web/freenode/ip.94.67.225.74)
13:26.31*** join/#htc-linux balans (~Gebruiker@535466A0.cable.casema.nl)
13:27.08NinpoNetRipper: Thank you very much :)
13:27.38*** join/#htc-linux aker (~quassel@58.41.188.136)
13:28.00NetRippernp :)
13:28.26Ninpowow just one line
13:28.26NinpoxD
13:28.41NetRipperyea hope it's not too complicated ;)
13:28.47NinpoI wouldn't mind but I'm working with the android-msm tree
13:28.50Ninposlaps Google
13:29.48Ninpoand as if by magic..
13:29.55*** join/#htc-linux sivam (~androirc@c-75-66-93-136.hsd1.tn.comcast.net)
13:30.06NinpoAppreciate that NetRipper thanks.  I promise I did google before asking (which was how I found this room in the first place) :P
13:30.19NetRipperno prob
13:30.20NetRipper:)
13:30.45Ninpoif only I knew enough C to port the hero drivers to the .3x kernel
13:30.47*** join/#htc-linux Magga (~no@34.212.202.84.customer.cdi.no)
13:30.47NinpoI'd be in business
13:30.51Ninpoand both my phones would be happy
13:31.38Ninpo/bin/sh: lzop: command not found
13:31.40Ninpowoops
13:32.31*** join/#htc-linux bimboy (484870fb@gateway/web/freenode/ip.72.72.112.251)
13:32.34*** join/#htc-linux malisha1 (47a722a5@gateway/web/freenode/ip.71.167.34.165)
13:32.48malisha1seen cotulla
13:33.39gauner1986hm.. which is the most recent htc phone with keyboard? TP2?
13:34.02phhgauner1986: yup
13:34.10phhwell is htc vision out yet ?
13:34.16gauner1986okay.. so my father will get that :)
13:34.18NinpoNo
13:34.27Ninpogauner1986: tell him to wait
13:34.30Ninpofor the HTC Vision
13:34.37NinpoShouldn't be too far off now
13:34.43gauner1986guess he can't wait
13:34.43phh(and it's definitely still the best HTC device, just lacks a snapdragon :D)
13:35.12NinpoI wish my Nexus One had the GPU from the Samsung Galaxy
13:35.12phhvision's KB is still only a 4 rows iirc :/
13:35.15Ninposulks
13:35.18gauner1986hm
13:35.45gauner1986that vision is still only rumouring
13:35.50phhyeah
13:36.18*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
13:36.25gauner1986TP2 > kovsky ?
13:36.58gauner1986only had kovsky.. and that was awful after a while :)
13:37.08phhhum i've never seen kovsky
13:37.21phhTP2 is the only device with hardware keyboard I've ever had
13:37.31phhbut many people states TP2's keyb is the best they've ever experienced
13:37.57MNi quite liked the keyboard on the g1
13:38.05*** join/#htc-linux aker (~quassel@58.41.188.136)
13:38.06MNvery easy to use
13:38.19*** join/#htc-linux balans1 (~Gebruiker@535466A0.cable.casema.nl)
13:38.49Ninpopfft.  Who needs keyboards when you can have SWYPE ;D
13:38.56Ninpoducks
13:39.13gauner1986swype sucks for my way of typing :)
13:39.49NinpoI hated it at first
13:39.51NinpoI love it now
13:39.52Ninposo fast
13:40.00Ninpoit's the first thing I install after flashing a new build
13:40.13Ninpocos aosp keyboard is #@!!!$£#!
13:40.24gauner1986after typing a few words your screen has a cm of fat on it :P
13:40.36Ninpoo.O
13:40.40Ninpospeak for yourself :P
13:40.44gauner1986:D
13:42.14*** join/#htc-linux kervizic (~kervizic@90.84.146.181)
13:43.01*** join/#htc-linux zozi (d5619be8@gateway/web/freenode/ip.213.97.155.232)
13:44.01*** join/#htc-linux manusfreedom (~manusfree@tra78-1-82-235-115-79.fbx.proxad.net)
13:44.19*** join/#htc-linux balans (~Gebruiker@535466A0.cable.casema.nl)
13:48.17MNso any news?
13:50.40NinpoIs there a preferred method for creating the module directory tree for a phone kernel?
13:50.55*** join/#htc-linux Cotulla (~opera@nat004-252-205-109.tvoe.tv)
13:51.02gauner1986hey cotulla
13:51.04gauner1986:)
13:51.18gauner1986ninpo: just copy them over? :P
13:51.52gauner1986cotulla: has the heat in russia finally gone? :P
13:51.55Cotullahri
13:52.02Cotullahi
13:52.07NetRipperhey cotulla
13:52.18Cotullanow moer cold
13:52.22Cotullabut I like it really
13:52.26gauner1986yeah
13:52.28gauner1986heat sucks
13:52.41CotullaNetRipper, u finished ram?
13:52.49adioph<PROTECTED>
13:53.17LSnakei was watching this more ram, videoram git http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commitdiff;h=c1da2d381c816b98af0869dbe23eb328d85cd75b
13:53.22LSnakedid you check it , cotulla?.
13:53.31manusfreedomhi
13:53.45LSnakemaybe are something there for you :/
13:54.37LSnakeoh thats 2 days old. maybe you see it
13:55.23Ninpowow google hates me today
13:55.36Ninpomy google fu is failing me :(
13:55.58*** join/#htc-linux makkonen (~makkonen@cpe-66-69-229-9.austin.res.rr.com)
13:56.02NinpoWhen people on xda say their kernel frees up like, 12MB of RAM or 21MB of RAM, wth are they doing?
13:56.37*** join/#htc-linux mari_ (5289244d@gateway/web/freenode/ip.82.137.36.77)
13:56.51Cotullaactually ppl say it's buggy
13:56.54Cotulla(?)
13:57.04Ninpogauner1986: I found a nifty way to not have to, INSTALL_MOD_PATH=/path make
13:57.21gauner1986ninpo ah.. that's nice. didn't know that
13:57.24Cotullaand not sure if 32 gpu is good
13:57.42gauner1986ninpo: then make modules_install will copy modules to INSTALL_MOD_PATH?
13:58.10LSnakeoh. all the gameloft games closes i think there no enough videoram
13:58.22MNcotulla hows audio going
13:58.23Cotullain which kernel?
13:58.39LSnakeme?..
13:58.43Cotullayes
13:58.49Cotullaactually official desire rom have 3mb
13:59.00Cotullaand I am sure there games are working
13:59.07gauner1986^^
13:59.18gauner19863mb.. more then you would ever need!
13:59.38Cotullait's different memory
13:59.48Cotullanoone say that it's video memory
13:59.58CotullaI guess it's primary surfaces memory
14:00.04*** join/#htc-linux C_h_r_i_s (~ja@dslb-084-057-082-113.pools.arcor-ip.net)
14:00.07Cotullatextures are allocated from other heap
14:00.12manusfreedomCotulla: Yes it's different memory
14:00.28Cotullaso no reason to increase it up to 32... waster of memory
14:00.30manusfreedomCotulla: the normal gpu memory is imem no?
14:00.41Cotullaimem is 256 kb
14:00.45manusfreedomyes
14:01.04gauner1986hm
14:01.11Cotullaand ppl don't see any improvements from 32 mb
14:02.00Cotullaanyway it's not very important
14:02.13Ninpogauner1986: yeah, INSTALL_MOD_PATH=/path/you/want/system make modules_install
14:02.13manusfreedomCotulla: I found the GIT kernel less laggy than your, but maybe because it does not have all function...
14:02.14Ninpoand boom
14:02.15Ninpo:D
14:02.34Ninpoand that'll create your system/lib/modules tree
14:02.44gauner1986that's cool
14:03.51mari_mtu 700 is working on cm6..... sometimes.
14:05.34manusfreedomCotulla: To dev qdsp6_wince, what was your base/source?
14:06.33manusfreedomCotulla: and on what did you work for audio (I currently port the last code from codeaurora to GIT, with the less modification I can do)
14:06.40*** join/#htc-linux sivam (~sivam@c-75-66-93-136.hsd1.tn.comcast.net)
14:08.17Cotulladesire source was base
14:09.48manusfreedomCotulla: are we forced to use your call in audio_ioctl? why we can't send command with the normal adsp_command_hdr?
14:09.51manusfreedomCotulla: ok
14:10.34manusfreedomit's because of wince or because of the leo hardware?
14:11.01Cotulladifferent version
14:11.41manusfreedomso i's not a standard between all 8x50?
14:11.50Cotullanot
14:14.41khaicoHello guys :]
14:15.42khaicowhen Froyo is coming to HTC Desire ?
14:17.05*** join/#htc-linux paulburton (~paulburto@cpc1-leed9-0-0-cust493.leed.cable.ntl.com)
14:18.40*** join/#htc-linux ranklinza (ae309bb4@gateway/web/freenode/ip.174.48.155.180)
14:18.42*** join/#htc-linux ala380 (4c62f85f@gateway/web/freenode/ip.76.98.248.95)
14:20.20ala380hey guys.  logs have been pretty boring today, lol except for poor montydavis who can't gps to work in his build :)
14:20.20*** join/#htc-linux miknix (~miknix@gentoo/developer/miknix)
14:20.54Cotulla:)
14:21.09gauner1986but as cotulla is here.. action will start now :P
14:21.21Cotullalol
14:21.28ala380lol
14:21.31Cotullareally start... he got disconnection
14:21.46*** join/#htc-linux dcordes_ (6d5458a6@gateway/web/freenode/ip.109.84.88.166)
14:22.41ala380cotulla:  quick question are you going to release a zImage with just the sharp fix or are you going to wait to release the fix when you have a new zImage with more features to release it?
14:22.46ala380Things are really moving fast
14:22.59Cotullatomorrow I guess
14:23.05ala380i can't believe that gps is working so well.  what else is being worked on
14:23.40dcordes_ala380: the baseband processor handles gps. it is just a matter of getting the data from it
14:23.54ala380ah gotcha
14:24.03dcordes_ala380: so it either works well or doens't work at all. it can't work semi good :)
14:24.29dcordes_Cotulla: I have seen you mention source code release. looking forward to it
14:28.25MNwhat are you working on cotulla
14:28.33CotullaI am thinking
14:28.46MNabout? lol
14:28.46Cotullaabout gprs
14:28.54MNright
14:29.39*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
14:29.41dcordes_Cotulla: did you see the patch to enable PPP channel ?
14:30.14Cotullayes
14:30.24*** join/#htc-linux gauner1986 (~Adium@p5B383639.dip.t-dialin.net)
14:30.28Cotullait's not solution for android
14:30.37dcordes_it is.
14:30.38*** join/#htc-linux bozuk (~bozuk@87-126-241-124.btc-net.bg)
14:30.46dcordes_phh: is somebody to ask about it.
14:31.16Cotullano
14:31.18dcordes_Cotulla: all wince devices use ppp in android
14:31.18phhdcordes_: well I guess Cotulla prefer using everything closed source from HTC
14:31.20dcordes_yes
14:31.25*** join/#htc-linux |Jeroen| (~jeroen@94-224-31-113.access.telenet.be)
14:31.31Cotullau able to run it in android?
14:31.48phhyes
14:32.07Cotullaleo android
14:32.12gauner1986:D
14:32.19phhgive me a leo, and I'll do
14:32.24gauner1986lol
14:32.32phh(one day it will work :D)
14:32.59*** join/#htc-linux hunterkll (4430e34d@gateway/web/freenode/ip.68.48.227.77)
14:33.00eugenbwe'll test after tree are merged ^^
14:33.33hunterkllCotulla: instead of having users beg for panel fix, can you pastebin panel support file?
14:34.05gauner1986poor tmo us guys
14:34.06gauner1986:P
14:34.11NeoFluxmake them suffer!
14:34.14Cotullathere changes in the 5+  files
14:34.14dcordes_phh: do you use extra program to dial ppp or is everything handled by your patched ril?
14:34.18gauner1986yeah
14:34.19gauner1986really
14:34.22gauner1986*huhahahaha*
14:34.30hunterkllas an aside: I just nuked my linux install with OS X, anyone know if you can readily compile kernels on it? ;)
14:34.32phhdcordes_: everything in ril
14:34.34phhand not pacthed
14:34.37phhis just another "ril driver"
14:34.43Cotullaanyway hunterkll tomorrow
14:34.46dcordes_phh: like complete rewrite ?
14:34.50gauner1986hunterkll: lol.. hackintosh
14:34.50phhdcordes_: yes
14:34.52gauner1986?
14:34.54hunterkllCotulla: easy to copy for implimentation or do not directly recall
14:34.56phhdcordes_: comes from vogue's people
14:34.57dcordes_phh: nice. you got a link to src ?
14:34.59hunterklloh, damn. ;)
14:35.17hunterkllGot to clean it up?
14:35.27phhdcordes_: http://gitorious.org/linux-on-qualcomm-s-msm/android-htc-ril
14:35.28hunterkllgauner1986: no, pre-release intel dev box
14:35.34hunterkllno hackintosh
14:35.35phhthat's the one we use, but perhaps vogue's tree has somethings better than us
14:35.47gauner1986intel dev-box?
14:35.47hunterkllhas tpm that don't steal os x recognizes :P
14:35.47gauner1986Oo
14:36.01gauner1986are you developiung for apple or what?
14:36.02gauner1986:P
14:36.30hunterkllremember the g5 cases with regular intel server board that had a modded bios apple sent out after arch announcement? ;)
14:36.34dcordes_phh: okay does it work with the android (tm) froyo (tm) ?
14:36.42phhdcordes_: yup
14:36.51gauner1986dcordes_ show android more love please :P
14:36.59hunterkllno >:3
14:37.00phhdcordes_: the ril api has the same for several major versions now
14:37.38dcordes_gauner1986: who is the person that compiled the android(tm) mod for leo ?
14:37.49dcordes_phh: ok
14:37.50hunterkllhrm
14:37.55gauner1986dcordes_ which mod?
14:37.59hunterkllgauner1986: cm6
14:38.04hunterkllonly compiled one out
14:38.04hunterkll:P
14:38.05dcordes_right
14:38.17hunterkllrest are shoddy binary hacks
14:38.30gauner1986dunno..
14:38.44dcordes_I am wondering if it is a problem to publish it because of the flash plugin etc
14:38.49hunterklldcordes_: greppin logs hold on
14:39.11gauner1986thought flash was part of froyo?
14:39.18dcordes_maybe we can create a free version of it and leave it up to people to install random warez patch
14:39.22hunterkllno
14:39.27dcordes_s/free/clean/
14:39.28hunterkllis not part :P
14:39.52*** join/#htc-linux AndroUser (~androirc@114.220.34.190)
14:40.04gauner1986anyway.. as we're using htc shit in that, we can also use adobe's shit in that
14:40.06gauner1986:)
14:40.58dcordes_gauner1986: sehr konstruktive darstellung
14:41.03*** join/#htc-linux jjkjkj (4f7932c2@gateway/web/freenode/ip.79.121.50.194)
14:41.15hunterkllhi 00:38zegonew HD2 build, based from cyanogenmod6.00 source: http://www.mediafire.com/?kzo7fxi2hp917s8
14:41.22hunterkllfirst mention of it
14:41.23dcordes_GNUtoo|laptop: ping
14:41.27eugenbaber da hat er auch wieder recht :P
14:41.34GNUtoo|laptopdcordes_, hi I was looking for you
14:41.40GNUtoo|laptopdcordes_, I've started the rebase
14:41.41dcordes_~seen zego
14:41.43aptzego <7a81c79a@gateway/web/freenode/ip.122.129.199.154> was last seen on IRC in channel #htc-linux, 1d 14h 34m 21s ago, saying: 'overwrite the htcleo-keypad.kl in the 'system/usr/keylayout' folder'.
14:41.46GNUtoo|laptopI didn't finish it yet tough
14:41.47dcordes_GNUtoo|laptop: I have seen it
14:41.51GNUtoo|laptopah nice
14:41.54gauner1986dcordes_: lol
14:41.55opterzCotulla, could you let us test your zImage with SHARP fix?
14:42.01dcordes_gauner1986: htcleo_defconfig
14:42.03gauner1986he said tomorrow
14:42.08BigDaDDy`what is this SHARP fix?
14:42.18eugenbfor tmo us hd2's
14:42.20opterzgauner1986, oh ok
14:42.25GNUtoo|laptopdcordes_, http://pastebin.com/YQHdH2H3
14:42.27GNUtoo|laptopcurrent state
14:42.35gauner1986dcordes_: ?
14:43.19opterzso SHARP fix fixes Sleep of death, is that correct?
14:43.30gauner1986for tmo-us phones, yes
14:43.33*** join/#htc-linux demon83ft (~demon83ft@88.247.5.125)
14:43.47opterzgauner1986, not for euro hd2?
14:44.13gauner1986dunno.. if there is a eu hd2 with sharp panel, then yes
14:44.29dcordes_talking from my hd2 in ubuntu btw
14:44.29MNzego created the cm6
14:44.31MNrom
14:45.18opterzhmm i wished new zImage would eradicate the device not waking up.
14:45.33MNhows ubuntu working for you dcordes
14:45.40gauner1986dcordes_: is there a finger friendly keyboard? ;)
14:46.00dcordes_gauner1986: no I am using usb keyboard
14:46.11gauner1986lol
14:46.12gauner1986also nice
14:46.20dcordes_it is good for couch hangout
14:46.27dcordes_MN: very well. and for you ?
14:46.32NeoFluxMN: How does the CM6 rom work?
14:46.45gauner1986hm.. but you still need external power supply.. so i can also use my laptop :)
14:47.03dcordes_gauner1986: you can resize it. check the startup script in system settings start programs
14:47.08hunterkllopterz: sharp is just the name of the company that made the lcd panel
14:47.28hunterkllnot the name of the fix, it's the name of what it fixes ;)
14:47.51rob_whow is it going guys
14:48.00hunterklldon't ask about sharp :p
14:48.04rob_wbtw what distro do you guys use on htc devices lately ?
14:48.13dcordes_GNUtoo|laptop: can you explaing what it is ?
14:48.13NeoFluxdarkstones
14:48.21opterzhunterkll, ohhh right.  damnn. device not waking up quickly is really annoying.
14:48.27dcordes_rob_w: hi. I'm using ubuntu karmic on my hd2
14:48.32GNUtoo|laptopdcordes_, the error?
14:48.40dcordes_rob_w: some people use openembedded based stuff
14:48.42hunterkllopterz: your panel wakes  up at all???
14:48.49hunterkllyou are tmous?
14:48.50GNUtoo|laptopdcordes_, me that didn't import that function yet
14:48.55rob_wfulll blown ubuntu .. wow . must have some gig space there ?
14:49.02opterzhunterkll, with the latest one yes
14:49.03dcordes_rob_w: and the other 99,99% use google android (tm)
14:49.10rob_waaiii
14:49.15gauner1986lol
14:49.18hunterkllrob_w: lots of hd2 come with 16gb sd :)
14:49.30gauner1986mine only had 2gb
14:49.32gauner1986:(
14:49.36dcordes_rob_w: my rootfs.ext2 file is 2,6GB . this device is very fast
14:49.40opterzhunterkll, panel on off on off gsod blabla it works for me in waking up
14:49.42dcordes_rob_w: so it's enjoyable
14:49.56rob_wsounds good
14:49.56hunterklli have like 4 android + hd2 + trans movies + winmo cabs & apps  and still half free :P
14:50.23hunterkllopterz: are you tmous?
14:50.25gauner1986music + two navigation systems take up nearly all my space
14:50.32hunterklltwo? O.o
14:50.37hunterkllnot paid for i hope :P
14:50.46opterzhunterkll,  nope  512LEO
14:50.47gauner1986you'll never know :P
14:50.48MNdcordes havent tried it yet not enough space on the sd card
14:50.58hunterklloh
14:50.59hunterkll:'(
14:51.12hunterkllopterz: sharp panel fix not apply to you
14:51.18MNNeoFlux runs rather well for me a few hang ups im back to montraydavis's rom atm
14:51.23opterzah, right
14:51.27hunterkllonly devices that panel *cannot* come back
14:51.28dcordes_gauner1986: is it the htc-msm-2.6.32 linutogo kernel base plus sound/soc/msm ?
14:51.48MNim hoping that maemo 5 would be ported would like to try it on the hd2
14:51.48hunterkllmy device cannot bring panel back from sleep *at all*
14:51.50NeoFluxMN: Fair enough, how does montraydavis's rom compare to darkstones?
14:52.26opterzhunterkll, then device not waking up *quickly enough* is not an error?
14:52.59hunterkllis possible optimizing or android image issue
14:53.03hunterkllbut yours works
14:53.06*** join/#htc-linux Deubeuliou (deubeuliou@sd-11284.dedibox.fr)
14:53.10dcordes_GNUtoo|laptop: is it the htc-msm-2.6.32 linutogo kernel base plus sound/soc/msm ?
14:53.17hunterkllmine boots and runs... til i sleep the panel
14:53.17GNUtoo|laptophi Deubeuliou
14:53.21Deubeuliouhi
14:53.23GNUtoo|laptopdcordes_, yes
14:53.24opterzhope cotullas new zimage optimizes it
14:53.26GNUtoo|laptopI'm rebasing on that
14:53.29hunterklldevice comes back but no displaay
14:53.30GNUtoo|laptoplet me finish the rebase
14:53.42dcordes_GNUtoo|laptop: is it the htc-msm-2.6.32 linutogo kernel base plus sound/soc/msm ?
14:53.48hunterkllopterz: most likely is not kernel issue but android image issue
14:53.50MNNeoFlux darkstone didnt work well for me kept getting freezes and was slow, montraydavis's works very well for me with cotulla's latest image.
14:53.51GNUtoo|laptopyes + some stuff
14:53.53dcordes_GNUtoo|laptop: oops scroll was off
14:54.01dcordes_GNUtoo|laptop: very nice
14:54.09GNUtoo|laptopthe some stuff is what I'm doing right now
14:54.10dcordes_GNUtoo|laptop: do you have a patch ?
14:54.11opterzhmm
14:54.11GNUtoo|laptopit's needed
14:54.14GNUtoo|laptopnot yet
14:54.16*** join/#htc-linux SeRVeR01 (~KhaLeD@41.233.164.146)
14:54.20GNUtoo|laptopI'll send a patch when it'll compile
14:54.30GNUtoo|laptopalso I had to disable a sensor
14:54.34GNUtoo|laptopcapella something
14:54.37dcordes_GNUtoo|laptop: ok I am looking forward to it. if you can make it work you're the man
14:54.45gauner1986dcordes_: what do you mean?
14:54.49GNUtoo|laptopbecause there was a conflict with one of the board files of htcleo
14:54.59GNUtoo|laptopdcordes_, I can make it compile
14:55.08dcordes_gauner1986: it was for gnutoo
14:55.19gauner1986okay :)
14:55.20GNUtoo|laptopafter you'll have to test
14:55.33GNUtoo|laptopI've no HD2 or qsd
14:55.35MNany one thinking of working on maemo
14:55.36GNUtoo|laptopso I can't really test
14:55.39dcordes_GNUtoo|laptop: ok just ping soon as you have something. to boot or a patch
14:55.43GNUtoo|laptopok
14:55.52dcordes_GNUtoo|laptop: we might as well create LeoAlsa wiki page
14:55.59GNUtoo|laptopok
14:56.08GNUtoo|laptopback to rebase
14:56.23GNUtoo|laptopI'll need to know if it does some buffer underrun, if it blocks etc...when it'll be compiled
14:56.53opterzquestion,  if anyone know if Samsung bada is linux based?
14:57.56dcordes_GNUtoo|laptop: ok I'm sure there are sufficient debug functions
14:58.24GNUtoo|laptopthere is me who got experience with msm7k
14:58.41GNUtoo|laptopI mean it could block the same way
14:58.52MNcotulla you say you will release a new zimage tomorow, what will be included in it
15:00.35CotullaI dunno honestly
15:00.38GNUtoo|laptopfirst I'll try to compile it
15:00.38Cotullaimproved audio
15:00.46Cotullabattery write
15:00.54NeoFluxbattery write?
15:00.58opterzfull blown volume?
15:01.07gauner1986a battery signed by cotulla
15:01.08gauner1986:P
15:01.14NeoFluxlol
15:01.20Cotullanot acr write on top point
15:01.23Cotulla*no,
15:02.08demon83ftCotulla , don't get me wrong :) i keep using your zimages and I admire your work but why is so complicated to add these fixes to the main branch?
15:02.52NeoFluxdemon83ft: The code isn't clean
15:03.03NeoFluxdcordes_ cleans it up :P
15:03.19DomZor NetRipper :)
15:03.30demon83ftI see
15:04.35Cotullait's easy to work so... release big parts
15:05.13GNUtoo|laptopdcordes_, what's the difference between wince's qdsp6 and the normal one?
15:06.30GNUtoo|laptopmaybe I should port to normal qdsp6 first?
15:06.56*** join/#htc-linux SaDe (58febc60@gateway/web/freenode/ip.88.254.188.96)
15:08.04GNUtoo|laptopwho has normal qdsp6 ?
15:08.06NinpoAny bets on whether my first custom Nexus kernel will work first try? xD
15:08.26GNUtoo|laptopDeubeuliou, do you have time to test a kenrel soon?
15:08.26NinpoGNUtoo|laptop: I'm about to have normal qdsp6 on my kernel
15:08.39Ninpoif we're talking nexus
15:08.40GNUtoo|laptopNinpo, ah nice
15:08.51GNUtoo|laptopNinpo, could you test a kernel for me?
15:09.01Ninpocertainly, mind if I test my own first? :D
15:09.10GNUtoo|laptoptest yours first
15:09.15GNUtoo|laptopI'm not finished yet
15:09.21GNUtoo|laptops/I'm /I've
15:09.34Ninpocrosses fingers
15:09.39Ninpobuilt loads for the Hero
15:09.41Ninpofirst for the Nexus
15:09.44Ninpothen I'll test yours
15:10.04*** join/#htc-linux dan1j3l (~danijel@93-138-134-25.adsl.net.t-com.hr)
15:10.21Ninpoah god dammit, boot loop :(
15:10.25dan1j3lhi
15:10.33NeoFluxhey dan1j3l :)
15:10.45NeoFluxdan1j3l: when you making a new build? :)
15:11.09CotullaGNUtoo|laptop, why u call it normal?
15:11.23GNUtoo|laptophow dhould I call it?
15:11.43NinpoGNUtoo|laptop: does lzma compression work
15:11.46Ninpoor does it have to be gzip?
15:11.56Ninpo(in kernel options)
15:12.03GNUtoo|laptopNinpo, you use mkbootimage?
15:12.06Ninpoyeah
15:12.07Ninpoah
15:12.09Ninpodurrrrr
15:12.12GNUtoo|laptopok then use that:
15:12.14Ninpoherp derp
15:12.33NinpoI'm using that kernel image builder script...thing
15:12.34Cotullait's other one
15:12.39GNUtoo|laptoparch/arm/boot/zImage
15:12.48Ninporebuilds with regular gzip
15:13.04GNUtoo|laptoplzma,gzip etc...are platform specific
15:13.09GNUtoo|laptopbecause they are in assembly
15:13.13Cotullaactually I called it qdsp6_10
15:13.21GNUtoo|laptopok
15:13.26Cotullait's for different versions
15:13.30GNUtoo|laptopahh ok
15:13.31gauner1986cotulla: what did you improve on sound?
15:13.38Cotullait's for 1.0
15:13.44Cotullawhile another folder for new one
15:13.47GNUtoo|laptopCotulla, did you have buffer underrun issues?
15:13.55GNUtoo|laptopwith sound?
15:13.58Cotullaanyway there most of code designed for leo
15:14.00GNUtoo|laptops/?//
15:14.04Cotullaso it should be called qdsp6_leo
15:14.24Cotullahm buffer underrun
15:14.29Cotullaseems no
15:14.33Cotullawe have clear sound
15:15.34CotullaGNUtoo|laptop make wrapper around android libaudio
15:15.36Cotullait's better
15:15.39NinpoRight, second attempt
15:16.07GNUtoo|laptopok
15:16.33Cotullaor it won't work...
15:16.37CotullaI dunno
15:16.43Ninpohrm
15:16.46Ninpostill boot looping
15:16.51Cotullabut wrapper around libaudio allow to use code with other devs
15:16.53Ninposcratches head
15:17.02Cotullaif they have android code
15:17.09*** join/#htc-linux ElBartoME (~ElBartoME@ip-109-90-64-144.unitymediagroup.de)
15:17.37ElBartoMEhi
15:17.43gauner1986hi
15:17.48ala380hi
15:18.03Cotullahi
15:20.09NinpoGNUtoo|laptop: hey if this third try doesn't work, while I'm testing your kernel feel like sanity checking my .config? ;D
15:20.21*** join/#htc-linux BigDaDDy (BigDaDDy@bzq-79-183-5-177.red.bezeqint.net)
15:20.38dan1j3lphh: git for android-htc-ril does not work
15:20.53phhdan1j3l: ah yeah gitorious is a bit dead
15:21.18GNUtoo|laptopNinpo, my kernel doesn't compile yet
15:21.33GNUtoo|laptopNinpo, what's the board type for nexusone? passion?
15:21.41*** join/#htc-linux Proms (~pIRCuser6@188.113.8.231)
15:21.48dan1j3lphh: too bad, any other sources ?
15:22.22NinpoGNUtoo|laptop: I think it depends which sources, it's mahimahi in 2.6.35
15:22.30NinpoGNUtoo|laptop: Passion is the product though aye
15:22.33GNUtoo|laptopah ok
15:22.36GNUtoo|laptopthanks a lot
15:22.56*** join/#htc-linux BigDaDDy (BigDaDDy@bzq-79-183-5-177.red.bezeqint.net)
15:23.00Ninponp np
15:23.59Ninpowhich you could open a console on these damn things
15:24.02Ninpoand see why it fails
15:24.12Ninpogah still looping
15:24.12Ninpowtf
15:26.23*** join/#htc-linux ToAsTcfh_ (~toastcfh@100-47.200-68.tampabay.res.rr.com)
15:29.06*** join/#htc-linux dcordes_ (83bc1732@gateway/web/freenode/ip.131.188.23.50)
15:29.57dcordes_GNUtoo|laptop: sry
15:30.12dcordes_17:05  GNUtoo|laptop  dcordes_, what's the difference between wince's qdsp6 and the normal one? 17:06 GNUtoo|laptop maybe I should port to normal qdsp6 first?
15:30.16GNUtoo|laptopNinpo, looping means kenrel reboot
15:30.24dcordes_GNUtoo|laptop: I think it is best to use wince one directly
15:30.26GNUtoo|laptopit could be that it didn't find the filesystem
15:30.28GNUtoo|laptopor something else
15:30.31dcordes_GNUtoo|laptop: saves work
15:30.33GNUtoo|laptops/reboot/panic
15:30.41dcordes_GNUtoo|laptop: normal one does no work on leo
15:30.53NinpoGNUtoo|laptop: the console line that is set in the kernel config is there a way to connect to that over USB?
15:30.54GNUtoo|laptopdcordes_, ok,could I try for nexusone first?
15:31.02GNUtoo|laptopNinpo, try a framebuffer console
15:31.09GNUtoo|laptopthat's the best
15:31.13GNUtoo|laptopusbnet comes too late
15:31.17GNUtoo|laptopit needs ifconfig etc...
15:31.31GNUtoo|laptopwhich is after finding the rootfs
15:31.34GNUtoo|laptopand here you're before
15:31.35NinpoGNUtoo|laptop: at risk of sounding like a complete idiot...framebuffer console?
15:31.39Ninpogoogles
15:31.51dcordes_GNUtoo|laptop: for the nexusone you need to use non-wince qdsp6
15:32.05GNUtoo|laptopdcordes_, indeed that seem easier at first
15:32.07dcordes_GNUtoo|laptop: but mahimahi doesn't even compile at the moment in htc-msm-2.6.32
15:32.15GNUtoo|laptopdcordes_, I just saw that
15:32.17GNUtoo|laptopwince clock
15:32.17dcordes_GNUtoo|laptop: with the last merge we hardcoded many things for hd2
15:32.19GNUtoo|laptopetc....
15:32.22MNdcordes_ do you know what is needed to port maemo 5
15:32.24GNUtoo|laptopah
15:32.30GNUtoo|laptopdcordes_, what's the good hash?
15:32.42GNUtoo|laptopNinpo, make ARCH=arm xconfig
15:32.54GNUtoo|laptopNinpo, and look for framebuffer console
15:32.58GNUtoo|laptopwith ctrl+f
15:32.59Ninpoah ok
15:33.02GNUtoo|laptopthere are 2 options
15:33.05GNUtoo|laptopstandard one
15:33.08GNUtoo|laptopand the htc one
15:33.10dcordes_GNUtoo|laptop: I am not sure. I think you would need to pick one that is before leo was added
15:33.12GNUtoo|laptopnot shure which one works
15:33.17dcordes_Kensan: created some patch for it
15:33.19GNUtoo|laptopok
15:33.39GNUtoo|laptophmmm
15:33.49GNUtoo|laptopI could switch back tothe replicant rebase branch
15:33.53GNUtoo|laptopand try to build for nexusone
15:33.54dcordes_GNUtoo|laptop: I reommend using android-msm-2.6.32 for nexus one
15:34.01GNUtoo|laptopok
15:34.05GNUtoo|laptopthat's what I'm using
15:34.16dcordes_GNUtoo|laptop: if you give me your initial patch for leo I can try to make it compilöe
15:34.47GNUtoo|laptopok the one where it compiles until the problematic part?
15:34.56GNUtoo|laptopI think I messed up my sources
15:34.59GNUtoo|laptopI'll re-do it
15:35.53dcordes_GNUtoo|laptop: yes your most advanced state for leo
15:35.56dcordes_GNUtoo|laptop: :>
15:36.39*** join/#htc-linux HardDisk_WP (~Marco@velirat.de)
15:36.47Cotullaand what reason to merge if it still not compatible with other devs?
15:37.16dcordes_Cotulla: what exactly do you mean ?
15:38.07NinpoGNUtoo|laptop: this is odd
15:38.20NinpoI navigate to where framebuffer console should be and it's not there..
15:38.21GNUtoo|laptopNinpo, what is odd?
15:38.36GNUtoo|laptopNinpo, it's there,you're just not seeing it:
15:38.41GNUtoo|laptopto see it do:
15:38.47Ninpomake xconfig doesn't work for me, no qt3.
15:38.57*** join/#htc-linux ollip79 (~ollip79@brsg-4dbbab3f.pool.mediaWays.net)
15:38.58Ninpoin menuconfig it says it's in drivers, graphics
15:38.59GNUtoo|laptopoptions
15:39.07GNUtoo|laptopand make shure all is checked
15:39.09GNUtoo|laptopand use xconfig
15:39.11GNUtoo|laptopit'seasier
15:39.15NinpoI can't use xconfig
15:39.17Ninpono qt3
15:39.28GNUtoo|laptopthen install it or use gconfig
15:39.48GNUtoo|laptopmenuconfig is a lot harder
15:39.55Ninpook in gconfig, options, everything is checked
15:39.59GNUtoo|laptopok
15:40.06GNUtoo|laptopthen re-search framebuffer
15:40.16Ninponada
15:40.35GNUtoo|laptopsearch for htc?
15:40.50GNUtoo|laptopBoot console for HTC phones (needs a font which has width <= 8) (HTC_FB_CONSOLE)
15:41.54NinpoDoesn't look like it's in aosp kernel :S
15:42.48*** join/#htc-linux Regulator (~duffman@c-67-162-193-161.hsd1.ar.comcast.net)
15:42.50GNUtoo|laptopyou use the android msm kernel?
15:43.23*** join/#htc-linux gauner1986 (~gauner198@p5B383639.dip.t-dialin.net)
15:43.48NinpoOn the Nexus? yeah
15:43.53MNninpo what are you trying to do ?
15:44.05NinpoMN: trouble shoot this boot loop on this kernel I've built
15:44.15Ninposo we were trying to get a console up
15:44.28*** join/#htc-linux Tina12 (~Tina@p57BC32F6.dip0.t-ipconnect.de)
15:45.08*** join/#htc-linux programmer8922 (~Evan@67.219.166.182)
15:45.15*** join/#htc-linux Cablekevin (~Cablekevi@house.speedxs.nl)
15:45.50GNUtoo|laptopdcordes_, I've a question with qdsp6/qdsp6_wince
15:46.00GNUtoo|laptopwhere are the qdsp6_wince includes
15:46.02GNUtoo|laptop?
15:46.04dcordes_Cotulla: created it
15:46.09GNUtoo|laptopbecause I'd like to use them
15:46.18GNUtoo|laptoppreviously I did a quick hack
15:46.24GNUtoo|laptopcopying the qdsp6 ones
15:46.24dcordes_GNUtoo|laptop: it is copy of qdsp6 directory ...
15:46.29*** join/#htc-linux bozuk_ (~bozuk@87-126-215-75.btc-net.bg)
15:46.30dcordes_GNUtoo|laptop: I will show you the commit
15:46.33GNUtoo|laptopok
15:46.34GNUtoo|laptopthanks
15:46.48GNUtoo|laptopbtw Ninpo http://www.irregular-expression.com/?p=30
15:46.48MNoh right and whats new in this kernal
15:47.06GNUtoo|laptopNinpo, you're doing something wrong because I use that kernel too
15:47.12GNUtoo|laptopand I can have framebuffer console
15:47.15GNUtoo|laptopor htc console
15:47.17GNUtoo|laptopon htcdream
15:47.27dcordes_GNUtoo|laptop: initial commit http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commit;h=c7e877edfdc0041994fb440eafe9e273ba4bf5b5
15:48.08dcordes_GNUtoo|laptop: adds missing headers http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commit;h=b6b425501f3ca3a18166a0b36175164e425ccece maybe thsoe you looking for ?
15:48.27GNUtoo|laptopyes
15:48.44GNUtoo|laptopsomething like that
15:48.48GNUtoo|laptopbut that's incomplete no?
15:48.54dcordes_Ninpo: if you have nexus information to share there is a wiki page http://htc-linux.org/wiki/index.php?title=Passion
15:49.03GNUtoo|laptopsound/soc/msm/qsd-pcm.h:25:34: fatal error: mach/qdsp6/msm8k_ard.h: No such file or directory
15:49.07GNUtoo|laptopI've things like that
15:49.11GNUtoo|laptopI can import them
15:49.13GNUtoo|laptopand it compiles
15:50.00dcordes_GNUtoo|laptop: compare qdsp6 directory in htc-msm-2.632 with the qdsp6 directory from the kernel where you took ALSA. it looks entirely different
15:50.05dcordes_GNUtoo|laptop: I fear it won't work like that
15:50.12GNUtoo|laptopindeed
15:50.17GNUtoo|laptopI made it work for dream
15:50.20GNUtoo|laptopthere is that dir:
15:50.22GNUtoo|laptoparch/arm/mach-msm/include/mach/
15:50.28GNUtoo|laptopit contains some qdsp includes
15:50.46GNUtoo|laptopthat is to say:
15:50.51GNUtoo|laptopthe qdsp5 dir
15:50.55GNUtoo|laptopI add qdsp6 dir?
15:50.58GNUtoo|laptoplike I did before?
15:51.26GNUtoo|laptopI'll look the history
15:52.14GNUtoo|laptophmmm it was added not by me
15:52.24GNUtoo|laptop031f7a7031a797a564bde2914f0d00bf9493690c
15:52.30GNUtoo|laptopI import qdsp6 dir then
15:52.34MNdcordes im wondering what is needed to port maemo
15:52.42MNis a system image needed
15:53.04GNUtoo|laptopthen it builds
15:53.06GNUtoo|laptopI'll fix cad issue
15:55.04dcordes_MN: we can grab n810 rootfs
15:55.45Ninpodcordes_: oh wicked I'll check that out
15:56.37Ninpodcordes_: Any idea why I'm not finding the framebuffer console GNUtoo|laptop says I should be finding?
15:57.17MNdcordes right ok have a copy or a link?
15:58.03GNUtoo|laptopdcordes_, hmmm without theses includes it seem instantely harder
15:58.10*** join/#htc-linux sowed (51ca1f07@gateway/web/freenode/ip.81.202.31.7)
15:58.11dcordes_MN: maemo.com ?
15:58.17GNUtoo|laptopany idea where I can gab them?
15:58.23GNUtoo|laptopthe ones with 2.6.32
15:58.40dcordes_GNUtoo|laptop: I'm a bit confused right now. wait a minute
15:58.47GNUtoo|laptopok
15:58.51GNUtoo|laptopI can sumup
15:59.01GNUtoo|laptopbasically for alsa for msm7k I did that
15:59.10GNUtoo|laptopcp the sound/soc/msm dir
15:59.15dcordes_GNUtoo|laptop: cp from ?
15:59.23GNUtoo|laptopfrom codeaurora le kenrel
15:59.24dcordes_that is the point.
15:59.25GNUtoo|laptoplet me find it
15:59.32dcordes_some2.6.29 codeaurora
15:59.34dcordes_and that is the problem
15:59.46dcordes_they have complete different QDSP6
15:59.53*** join/#htc-linux Unholy (~IceChat7@74.213.81.33)
15:59.58CotullaGNUtoo|laptop, what are u doing?
16:00.02*** join/#htc-linux Tina12 (~Tina@p57BC0DB6.dip0.t-ipconnect.de)
16:00.03dcordes_it might work for the msm7 (dream) because it uses older adsp
16:00.10MNdcordes from maemo you need a serial number to download the image
16:00.12GNUtoo|laptopCotulla, porting alsa
16:00.13dcordes_Cotulla: trying to enable ALSA driver on leo
16:00.15GNUtoo|laptopto qsd
16:00.25Cotullahow?
16:00.39GNUtoo|laptopgit://codeaurora.org/kernel/msm.git
16:00.49GNUtoo|laptopbasically I'm trying the same way than dream
16:00.51GNUtoo|laptopbut there is an issue
16:00.54GNUtoo|laptopdream had:
16:01.02*** join/#htc-linux hypersonicx (~none@c-69-247-149-46.hsd1.tn.comcast.net)
16:01.26GNUtoo|laptoparch/arm/mach-msm/include/mach/qdsp5
16:01.30*** join/#htc-linux mari_ (52892488@gateway/web/freenode/ip.82.137.36.136)
16:01.30GNUtoo|laptopand there is no:
16:01.38GNUtoo|laptoparch/arm/mach-msm/include/mach/qdsp6 or arch/arm/mach-msm/include/mach/qdsp5_wince
16:01.56GNUtoo|laptops/qdsp5_wince/qdsp6_wince
16:02.13GNUtoo|laptopthat's the big issue
16:02.23Cotullau need start almost from scratch
16:02.23GNUtoo|laptopwhat I fear the most is:
16:02.28GNUtoo|laptopreally?
16:02.31Cotullaand use interfaces from qdsp6_10
16:02.35Cotullathere audio_ctl.c
16:02.38Cotullapcm_out.c
16:02.42Cotullapcm_in.c
16:02.47GNUtoo|laptopok
16:08.57*** join/#htc-linux apt (~apt@rikers.org)
16:08.57*** topic/#htc-linux is Welcome to the http://htc-linux.org project! Please read and improve the Wiki: http://htc-linux.org/wiki || Kernel mailing list: http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/mobile-linux-discuss || Join #htc-linux-chat for offtopic fun || Find logs at http://irclog.netripper.com/?chan=htc-linux || This is not an android support channel.
16:09.03Cotullaapt hi
16:09.04aptwhat's up
16:09.10Cotullaapt all nice
16:10.05*** join/#htc-linux eric_ (~eric@c-68-62-10-45.hsd1.mi.comcast.net)
16:12.59*** join/#htc-linux NeoFlux_ (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
16:13.35NinpoGNUtoo|laptop: FOUND IT
16:13.37Ninpolittle bastard
16:13.46GNUtoo|laptopok
16:13.49GNUtoo|laptopnice
16:14.00NinpoI was enabling the configure standard kernel options for small systems
16:14.06Ninpowhich apparently disables fb console
16:16.43Ninpofacepalms
16:17.31*** join/#htc-linux Kasjopaja12 (~Tina@p57BC0CDA.dip0.t-ipconnect.de)
16:17.41gauner1986yay
16:17.44gauner1986apt is back in town
16:18.07dcordes_Cotulla: GNUtoo|laptop: what's this mysterious marm alsa ?
16:18.18GNUtoo|laptopmodem arm
16:18.27GNUtoo|laptopbasically it doesn't work the same way
16:18.40Cotullathere RPC calls and here DAL
16:20.27dcordes_what is DAL ?
16:21.35dcordes_somebody has MARM link ?
16:22.34GNUtoo|laptopI'll try for nexus one first
16:22.36*** part/#htc-linux eric_ (~eric@c-68-62-10-45.hsd1.mi.comcast.net)
16:22.41GNUtoo|laptopbut I'll have arch/arm/mach-msm/idle-v7.S:47: Error: selected processor does not support `fmrx r1,fpexc'
16:22.49GNUtoo|laptopDAL seem like digital audio link
16:22.49Cotulla:)
16:22.52NinpoGNUtoo|laptop: there's a patch for that
16:22.52GNUtoo|laptoplike in sound soc
16:22.59GNUtoo|laptopNinpo, ah nice
16:23.01GNUtoo|laptopwhere is it?
16:23.14Ninpohttp://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commitdiff;h=f58fe83ca6c3c63e38e8ffd47c3cf8e484644da5
16:23.16GNUtoo|laptopDAI DAL etc...
16:23.18GNUtoo|laptopthanks a lot
16:23.21Ninponp
16:23.25NinpoI had that earlier ;D
16:23.42Ninpook fb works but it reboots before I get a chance to see wtf
16:23.44Ninpohrmmm
16:23.52NinpoI wonder if that can be delayed or told not to reboot?
16:25.37dcordes_Ninpo: are you booting mainline on nexus ?
16:25.56GNUtoo|laptopNinpo, do you have a digital camera?
16:26.05NinpoGNUtoo|laptop: I do
16:26.16GNUtoo|laptopbecause else you need to make it wait with jifties or something like that
16:26.16Ninpoit seems once it panics it turns off the framebuffer >.<
16:26.27GNUtoo|laptopNinpo, the camera has 30fps
16:26.32GNUtoo|laptopor something like that
16:26.34Ninpocos I set a 30s timeout
16:26.37GNUtoo|laptopfilm the panic
16:26.42GNUtoo|laptopah ok
16:26.53Ninponow the screen goes black and sits for 30s :/
16:26.56GNUtoo|laptopthen increase the panic time or film the panic and review it frame by frame
16:27.07GNUtoo|laptopok film the panic
16:27.09Ninpolol good idea
16:31.53dcordes_Product ID not valid. Please re-enter the 15-digit IMEI code.
16:32.48*** join/#htc-linux Rafyvitto (IceChat7@74.213.81.33)
16:33.40dcordes_http://tablets-dev.nokia.com/nokia_N900.php
16:33.57Cotullaheh
16:33.59Cotullamaemo?
16:34.52dcordes_^^
16:34.59dcordes_Cotulla: you have n900 imei ?
16:35.04Cotullano
16:35.07gauner1986:D
16:35.09CotullaI hate nokia
16:35.14dcordes_I think it is because of licensing
16:35.30Cotullawhat about Symbian ^3?
16:37.44mari_Symbian  sucks
16:38.23Ninpoaarghggh wth did I change it's just spamming white lines up the screen now
16:38.25Ninpot 4235re 3q4
16:38.43GNUtoo|laptophmmm
16:38.53Cotullaall sucks except CE :D
16:39.39*** join/#htc-linux jonpry (~jonpry@c-24-16-98-45.hsd1.wa.comcast.net)
16:39.47sowedwinphone 7 will sucks too?
16:40.04GNUtoo|laptopCotulla, I don't understand well about amss, there are 2 ways of accessing it? the codeaurora way and the android-msm-2.6.32 way?
16:40.15*** join/#htc-linux SLAGHDOG (4abe4911@gateway/web/freenode/ip.74.190.73.17)
16:40.51CotullaGNUtoo|laptop, u talk about LEO?
16:41.05GNUtoo|laptopabout QSD
16:41.11GNUtoo|laptopall
16:41.11Cotullahm...
16:41.32Cotullathey are different
16:41.37GNUtoo|laptopbecause there seem to be some huge difference between codeaurora and android-msm-2.6.32 at first sight
16:41.57Cotullaif u interesting about LEO
16:42.03GNUtoo|laptopso wince modem firmware and android modem firmware are so different?
16:42.18Cotullayes have differences
16:42.26CotullaI used bravo code as base for qsd6_10
16:42.39GNUtoo|laptopthey're totally different?
16:42.49dcordes_GNUtoo|laptop: qdsp6_10 == qdsp6_wince
16:42.55GNUtoo|laptopok
16:42.59CotullaLEO have old DSP
16:43.06dcordes_GNUtoo|laptop: 'Cotulla grows trees locally'
16:43.06Cotullabravo have new
16:43.23Cotullaso bravo code not compatible with it
16:43.34GNUtoo|laptophmmm
16:43.35CotullaI decided to change it, because I need bravo compatible interface
16:43.45Cotullaeven with FM support
16:43.45GNUtoo|laptopI'm a bit lost,is there some litterature I should read
16:43.51Ninpohrm
16:43.52Cotullano
16:43.52Ninpook
16:43.55GNUtoo|laptopok
16:44.02GNUtoo|laptopso I'll ask some questions
16:44.03Cotullaactually
16:44.05NinpoGNUtoo|laptop: it must be some config option I'm screwing up somewhere
16:44.12Ninpomahimahi_defconfig booted
16:44.20Cotullathere in codeaurora some code in 2.6.29 tree
16:44.22GNUtoo|laptopNinpo, what the messages says?
16:44.46Ninpomessages?
16:44.57GNUtoo|laptopNinpo, the panic message
16:44.59Cotullawhich looks similar but I don't like it. also it should be outdated
16:45.14GNUtoo|laptopCotulla, I'm lost between firmware versions
16:45.17NinpoGNUtoo|laptop: never saw it, something I did killed the framebuffer console
16:45.21GNUtoo|laptopso there is dream
16:45.22Ninposo was only getting white lines
16:45.27GNUtoo|laptopwhich is msm7k
16:45.31GNUtoo|laptopthen there is msm7kv2
16:45.34GNUtoo|laptopthen qsd
16:45.41GNUtoo|laptopwhich has different firmware versions
16:45.45GNUtoo|laptopwhich one is more recent in qsd
16:45.46GNUtoo|laptop?
16:45.56GNUtoo|laptopyou told me about wince = 10
16:46.06GNUtoo|laptopbut what about nexusone
16:46.10GNUtoo|laptopit's less or more than 10
16:46.12james_10-you guyd build your one andoird builds or how do you feel about android and its apache wont give back to the communtiy BSS
16:46.12GNUtoo|laptopI'll look
16:46.16james_10-BS*
16:46.32Ninpoum
16:46.36Ninpothey do give back to the community
16:46.37NinpoAOSP
16:46.54james_10-oh but they adobteped the apache license meaning they dont have to
16:46.54CotullaGNUtoo|laptop, fogot about msm7k
16:47.01GNUtoo|laptopok
16:47.11Cotullait have different style
16:47.29james_10-w00t apreaciate all the msm7k work cause i have an msm7227 chip
16:47.43Cotullaand? 27 is different too
16:47.46Ninpogoes to figure out wtf he borked in the config
16:47.49CotullaQSD8250 have QDSP6 which handle sound
16:48.08Cotullaand video
16:48.15Cotullafor camera
16:48.34dcordes_james_10-: only use gpl stuff here
16:48.35DomZCotulla: you should wrote a book :)
16:48.57Cotullano
16:49.13DomZhey it's interesting :)
16:49.21james_10-thats alwats a pluss dcordes_
16:49.36james_10-is one handed typing
16:49.45Cotullaapache is compatible with GPL however
16:49.47james_10-and jerkin it to pr0n
16:50.00james_10-j/k lulz
16:51.14CotullaGNUtoo|laptop, actually I think it's better to use pcm_out.c pcm_in.c audio_ctl.c interface
16:51.24GNUtoo|laptopok
16:51.25Cotullanexus should have same one
16:51.27Cotullaright?
16:51.30GNUtoo|laptopyes
16:51.46Cotullaso should not be problem
16:51.46GNUtoo|laptopwhat is the other interface?
16:51.50GNUtoo|laptopok
16:52.03GNUtoo|laptopit only need rewrite of the driver...
16:52.06GNUtoo|laptopbut I could start from msm7k or msm7kv2
16:52.07GNUtoo|laptopno?
16:52.08Cotullaother is old with cad
16:52.12GNUtoo|laptopyes
16:52.21GNUtoo|laptopthe cad is what is codeaurora uses
16:52.24GNUtoo|laptopfor qsd
16:52.25Cotullabut I saw it only in 2.6.29 codeaurora
16:52.35GNUtoo|laptopcodeaura 2.6.32 has cad too
16:52.36Cotullaand is it outdated already (?)
16:52.40Cotullawait
16:52.41GNUtoo|laptopno
16:52.45GNUtoo|laptopcodeaurora is strange
16:52.56GNUtoo|laptopthe 2.6.32 is a mix of 2.6.32 and 2.6.29
16:53.20sivamCotulla: just a dumb question...i  know you guys do all the stuff in C/C++, how would you manage debugging the code changes? I know it's not easy :)
16:53.34Cotullalogging
16:53.42Cotullau output data to log and then read log
16:53.48sivamoh ok
16:53.52Cotullaandroid-msm-2.6.32
16:53.58CotullaGNUtoo|laptop, GNUtoo|laptop?
16:53.58sivamjust trial error and fix
16:54.03Cotullaandroid-msm-2.6.32?
16:54.04spastikmanhi
16:54.04GNUtoo|laptopyes?
16:54.10spastikmanany news regarding the audio issues ?
16:54.12Cotullathis tree? android-msm-2.6.32?
16:54.12GNUtoo|laptoplet me look
16:54.49GNUtoo|laptopremotes/origin/android-msm-2.6.32
16:55.06GNUtoo|laptopgit://codeaurora.org/kernel/msm.git
16:55.07Cotullaheh it's fucking slow
16:55.25GNUtoo|laptoplol indeed
16:55.34GNUtoo|laptopthey don't want a community I bet
16:55.41GNUtoo|laptopso they discourage involvment
16:56.02DomZmay be they want proper code :)
16:56.29Cotullahm intersting
16:56.41Cotullathey implement clocks without rpc
16:57.12DomZmanusfreedom is trying to port audio from this
16:57.45Cotullahttps://www.codeaurora.org/gitweb/quic/le/?p=kernel/msm.git;a=tree;f=arch/arm/mach-msm/qdsp6;h=c04f79e5fc41443aee732e52c12398416249d03b;hb=refs/heads/android-msm-2.6.32
16:57.48manusfreedomyes the last file to do is q6audio.c the big one....
16:57.53CotullaGNUtoo|laptop, this one?
16:58.17Cotullamanusfreedom, and what u want to get with this porting?
16:58.44manusfreedomfinished install two quad core and 2 gtx460... geek...
16:59.25DomZw00t, nice baby :p
16:59.28manusfreedomCotulla: Have a code near the codeaurora one with last codec format input
16:59.51manusfreedomCotulla: Maybe useless, but I like do that...
17:00.16GNUtoo|laptopI'll look
17:00.19GNUtoo|laptopI'm eating
17:00.25manusfreedomCotulla: I have seen some small bug in your code, but I think it's not the last one
17:01.01*** join/#htc-linux LeTama (~IceChat7@vau06-1-82-228-252-90.fbx.proxad.net)
17:01.35CotullaGNUtoo|laptop, no it's new one
17:01.40GNUtoo|laptopyes this one
17:02.00Cotullamanusfreedom. which bug?
17:02.06Cotullamutex_unlock wrong?
17:03.39manusfreedom-    rpc.buffer.actual_size = ab->used; +    rpc.buffer.actual_size = ab->actual_size;
17:04.14*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
17:04.37manusfreedomline 385-386 two time if (ac->buf[0].data) the second one must be 1
17:05.01Cotullathere max_size also
17:05.04manusfreedomif I am right (I am not as good as you...)
17:05.19Cotullamax_size is should be full size of buffer
17:05.29Cotullaactual_size - size of data
17:05.34manusfreedomnot in last code from codeaurora
17:05.47manusfreedomthey added this...
17:05.58Cotullau about mic or about playback?
17:06.27manusfreedomall in q6audio.c
17:06.36Cotullaplayback same as in CE
17:07.06manusfreedombuf bug is in function: audio_client *audio_client_alloc
17:07.11Cotullaok
17:07.15Cotullawill fix it thanks
17:07.38*** join/#htc-linux rov120 (4a41b51b@gateway/web/freenode/ip.74.65.181.27)
17:08.07gauner1986was that bug noticeable?
17:08.08gauner1986:P
17:08.38manusfreedomgauner1986: I don't know...
17:09.06gauner1986manusfreedom: i got a gtx 480 :P
17:09.12manusfreedomfor the moment I read code and correct it, but I don't know if is more stable or not
17:09.22Cotullano
17:10.13manusfreedomgauner1986: I need to buy each time to my wife too so... I have not enough money... and the gtx460 at 810MHz works very well for my screen size (1680x1050)
17:10.14gauner1986hm.. have you developed a kernel before?
17:10.34GNUtoo|laptopCotulla, playback
17:10.40GNUtoo|laptopah was not for me
17:10.40Cotullaworking?
17:10.45Cotullaoh :(
17:11.12gauner1986manusfreedom: yeah.. that card also does well.. but the gtx 480 owns :P depends on what you want to do of course
17:11.42manusfreedomgauner1986: me not, just some optimization for my 6 ubuntu servers in last 2 year, I am more skilled on Microsoft (Windows, SQL, .Net, SCOM,...)
17:12.03DomZwhoa
17:13.17gauner1986hm.. i just keep looking at new code.. trying to learn from what cotulla & co did :) i know many programming languages.. but kernel dev is somewhat a league of its own
17:13.48*** join/#htc-linux stunt1n (~fuck@c-76-114-36-123.hsd1.ca.comcast.net)
17:14.03CotullaWebOS is open source?
17:14.16manusfreedomgauner1986: ;), the most near I know is pixel and vertex shader
17:15.08gauner1986no
17:15.11gauner1986webos is closed source
17:15.23DomZquestion : is there a book/web site where we can undertsand names basics like ACR, RPC, SMI, and all terms that Cotulla always use ?
17:16.03*** join/#htc-linux Mr_Grateful (~mr_gratef@cpc6-shef10-2-0-cust213.barn.cable.virginmedia.com)
17:17.11Mr_GratefulVisit http://tinyurl.com/3xyk4om and you'll find a valid N900 IMEI.  Thanks for all your hard work, guys, what you're doing is wonderful.
17:19.51manusfreedomDomZ: Good idea!! For me too
17:23.58Cotullaactually RMNET not fixable, problem in AMSS
17:24.44gauner1986wtf
17:24.53gauner1986but it works in winmo?
17:25.09Cotullathere PPP
17:25.10DomZwinmo use ppp ?
17:25.25manusfreedomCotulla: what is the pb with amss?
17:25.32gauner1986thought rmnet is qualcomm's protocol
17:26.00Cotullabut TG01 use RMNET :)
17:26.07*** join/#htc-linux gipaq (3ee40247@gateway/web/freenode/ip.62.228.2.71)
17:27.40manusfreedomCotulla: what did you use to get wince file from the device, and what did you use to disassemble?
17:28.00CotullaI dump rom and get all files and using IDA
17:28.19manusfreedomCotulla: what is the GPIO number you use for backlight?
17:28.43Cotullano gpio
17:28.48manusfreedomha ok...
17:29.41manusfreedomI got 0x86 to GpioDisplay in winmo registry under backlight...
17:29.48gauner1986cotulla: so we won't be able to use rmnet without that mtu bug?
17:30.15Cotullawithout amss touch.... no
17:30.25gauner1986amss = radio?
17:31.16Cotullayes
17:31.21DomZhumm a part only
17:31.45*** join/#htc-linux BlackRhino (~BlackRhin@c-71-63-195-232.hsd1.mn.comcast.net)
17:31.51gauner1986cotulla: is the radio easy to edit?
17:32.00Cotullano
17:32.04manusfreedomCotulla: you go through microp each time you can?
17:32.23Cotulla?
17:32.43manusfreedomto call other device
17:32.53manusfreedom(sorry for my english)
17:36.33Cotullawhich other?
17:37.31gauner1986i think he means an integrated device
17:38.00*** join/#htc-linux mari_ (5289248c@gateway/web/freenode/ip.82.137.36.140)
17:38.14*** join/#htc-linux hunterkll (4430e34d@gateway/web/freenode/ip.68.48.227.77)
17:38.33manusfreedomgauner1986: yes, thanks
17:40.44Cotullalol Samsung S8500 Wave  also on 8250
17:41.40*** join/#htc-linux miknix (~miknix@gentoo/developer/miknix)
17:43.46mari_http://pdadb.net/index.php?m=pdamaster&posted=1&cpu=a8250
17:43.51mari_8250
17:46.55manusfreedomhttp://www.engadget.com/2010/06/03/huawei-s7-runs-1ghz-snapdragon-and-android-2-1-like-a-champ-at-c/
17:46.55*** join/#htc-linux Tinyboom (~nahh@c91FD653E.dhcp.bluecom.no)
17:47.26manusfreedomwhat is the diff between qsd8250 and msm8250?
17:48.46*** join/#htc-linux rob__ (568eac25@gateway/web/freenode/ip.86.142.172.37)
17:49.33rob__i have designed a new site, www.robsbay.co.uk check it out and see what you think? Hope everyone enjoys :)
17:50.31rob__whoops, my bad... wrong channel!!! #htc-linux-chat
17:51.06ElBartoME~leo-ramconsole
17:51.06aptfrom memory, leo-ramconsole is pwf myramconsole 0x2FFC0000 0x40000
17:53.56Ninpoyay my kernel works
17:57.42*** join/#htc-linux GNUtoo|laptop (~gnutoo@80.10.46.81)
17:58.14danibjoris in need for a new shiny kernel
17:59.01Ondalfpolish one?
17:59.53danibjortried, but there where no more ram on my android :P
18:00.32CotullaControl's/Buttons also working
18:01.37CotullaVideo also
18:01.44ElBartoMEanyone have an idea why hcitool does not recognize the bluetooth device on the cyanogenmod build?
18:01.52*** join/#htc-linux Blizzzard (5adc1a1c@gateway/web/freenode/ip.90.220.26.28)
18:01.52ElBartoMEthere is no hci0
18:02.12ElBartoMEwhen i try to create hci0 manually it just freezes
18:02.22Cotullawrong files?
18:02.52ElBartoMEdunno. i think it uses the bluez stack. so it should work with it
18:03.13ElBartoMEbut using "hcitool dev" just pops out nothing
18:03.23Cotullacheck files
18:03.23ElBartoMEdamn android xD
18:03.43ElBartoMEwell, bluetooth itself works. the only thing that is not working is hid support
18:04.42*** join/#htc-linux Jack_E (~chatzilla@host86-146-183-186.range86-146.btcentralplus.com)
18:04.47*** join/#htc-linux dani_hd2 (~yaaic@27.137.251.212.customer.cdi.no)
18:06.50*** part/#htc-linux dani_hd2 (~yaaic@27.137.251.212.customer.cdi.no)
18:07.34*** join/#htc-linux hypersonicx (~none@c-69-247-149-46.hsd1.tn.comcast.net)
18:10.45*** part/#htc-linux Cotulla (~opera@nat004-252-205-109.tvoe.tv)
18:12.52phhElBartoME: CM uses hciattach or closed source broadcom stuff ?
18:13.39ElBartoMEaccording to logcat it's bluez. and there is a hci0 device in logcat
18:13.57ElBartoMEbut it won't be detected in hcitool
18:15.11ElBartoMEi can execute hciattach btw
18:15.55*** join/#htc-linux technode (6327f875@gateway/web/freenode/ip.99.39.248.117)
18:16.07*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
18:16.19*** join/#htc-linux Magnusri (50cab214@gateway/web/freenode/ip.80.202.178.20)
18:19.23phhhciconfig -a gives another name perhaps ?
18:19.27*** join/#htc-linux vpeezy (4c6f15ee@gateway/web/freenode/ip.76.111.21.238)
18:19.31*** join/#htc-linux ylloree (daba0aea@gateway/web/freenode/ip.218.186.10.234)
18:19.47ElBartoMEhciconfig -a returns nothing
18:20.33vpeezyhey folks. how do i know whats working in froyo 2.2 build for Touch Pro 2 phones? I am trying to find out if camera is fixed in 2.2 build.
18:20.48Unholyits not..
18:22.55technodeVpeezy: It says on the first post in the thread
18:23.01Refugevpeezy this is a dev chat room for informatin like that go to #htc-linux-chat
18:23.17vpeezy...
18:23.22vpeezythanks
18:23.24Refugenp
18:23.31*** part/#htc-linux vpeezy (4c6f15ee@gateway/web/freenode/ip.76.111.21.238)
18:24.35gauner1986elbartome: are you trying to get a bt keyboard to work?
18:24.40technodeIt's kind of sad that people can't even bother to read the first post for a project
18:24.58ElBartoMEgauner1986: yes
18:25.09ElBartoMEbut there is no way to get it to work...
18:25.22gauner1986did it work on any other build?
18:25.25ElBartoMEnope
18:29.58ElBartoMEI/bluedroid( 1742): $#$#$#$#$# Start bluetoothd...
18:30.00ElBartoMEbluetoothd?
18:30.23ElBartoMEI/ADAPTER ( 2688): Adapter /org/bluez/2688/hci0 has been enabled
18:30.26ElBartoMEhere is the line
18:30.27*** join/#htc-linux Unholy (~IceChat7@74.213.81.33)
18:30.34ElBartoMEso there should be a hci0
18:31.31*** join/#htc-linux GNUtoo|laptop (~gnutoo@80.10.46.81)
18:31.37gauner1986find /dev | grep hci0 ? :)
18:31.58ElBartoMEnothing
18:32.24gauner1986nice
18:32.44ElBartoMEi just don't get it
18:33.05ElBartoMED/ADAPTER ( 2688): Agent registered for hci0 at :1.0:/android/bluetooth/agent
18:33.49*** join/#htc-linux thedicemaster (~thedicema@cpe-92-37-62-144.dynamic.amis.net)
18:34.25*** part/#htc-linux Akustik84 (~volodin_d@89-178-251-62.broadband.corbina.ru)
18:34.43GNUtoo|laptopmaybe I'll do it when I'll have the nexusone then
18:35.03*** join/#htc-linux Akustik84 (~volodin_d@89-178-251-62.broadband.corbina.ru)
18:35.10GNUtoo|laptopbecause modify;compile;test would be too long
18:35.16GNUtoo|laptopwithout the real device
18:36.37GNUtoo|laptopbe back when vpn will be back online
18:37.13GNUtoo|laptops/be back online/I'll have fixed client vpn config
18:41.18*** join/#htc-linux jason___ (6367ef0b@gateway/web/freenode/ip.99.103.239.11)
18:44.00*** join/#htc-linux Dr`Ryder (~HODM@pool-72-91-16-132.tampfl.fios.verizon.net)
18:45.35*** join/#htc-linux jfmckenna (44c3ed62@gateway/web/freenode/ip.68.195.237.98)
18:52.38*** join/#htc-linux hnamanh (62c7d5ac@gateway/web/freenode/ip.98.199.213.172)
18:53.18*** join/#htc-linux BigDaDDy (BigDaDDy@85.64.142.36.dynamic.barak-online.net)
18:59.27*** join/#htc-linux jim3294 (~jim@208.120.226.30)
18:59.51*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
19:00.08*** join/#htc-linux GNUtoo|laptop (~gnutoo@80.10.46.81)
19:00.27*** join/#htc-linux kervizic (~kervizic@90.84.146.181)
19:03.09*** join/#htc-linux lfcorreia (~lfcorreia@134.193.54.77.rev.vodafone.pt)
19:03.53*** join/#htc-linux dieselboyx (~dieselboy@dsl-69-171-137-225.acanac.net)
19:03.57*** join/#htc-linux antoszka (~antoszka@unaffiliated/antoszka)
19:05.47*** join/#htc-linux kervizic (~kervizic@90.84.146.181)
19:06.59*** join/#htc-linux cart (51248802@gateway/web/freenode/ip.81.36.136.2)
19:08.54*** join/#htc-linux hypersonicx (~none@c-69-247-149-46.hsd1.tn.comcast.net)
19:09.42mari_ElBartoME how is 3g in cm6..?
19:10.10ElBartoMEwell, with the fix it's working
19:10.22BigDaDDywhich cm6, zego?
19:10.24mari_market still slow
19:10.29mari_yes
19:10.41BigDaDDysend button needs fixing too
19:10.46ElBartoMEmari_: you have adb access?
19:10.54mari_no
19:11.02ElBartoMEhm
19:11.04BigDaDDyi hope cotulla releases his source tomorrow
19:11.04mari_device not connected
19:11.10BigDaDDywaiting on that mic fix
19:11.13BigDaDDyi have echo problems :P
19:11.44mari_android tells that adb is running...but
19:11.53BigDaDDyi read on the zego release readme.txt that its suggest to partition the sd... anyone did that?
19:12.37ElBartoMEBigDaDDy: i did that, nothing really changed
19:12.57ElBartoMEmari_: go into the terminal emulator
19:12.59ElBartoMEtype in su
19:13.07ElBartoMEgrant superuser permissions
19:13.10mari_ya i know
19:13.19ElBartoMEand then type: busybox ifconfig rmnet0
19:13.24mari_to see lost packets
19:13.33*** join/#htc-linux tekoholic (~quassel@184-96-85-143.hlrn.qwest.net)
19:13.51ElBartoMEno to check the mtu
19:13.55BigDaDDyElBartoME: ok... i wont bother then
19:14.26mari_continue
19:14.43mari_im watching
19:14.51ElBartoMElol
19:14.56ElBartoMEit's finished
19:15.03ElBartoMEjust type in: busybox ifconfig rmnet0
19:15.19ElBartoMEand tell me the value after MTU
19:15.34mari_700
19:15.44ElBartoMEwell, the fix works
19:16.08mari_but market is slow slow
19:16.20mari_youtube is loading super fast
19:16.27mari_on browser
19:16.40mari_buffering is good
19:16.46ElBartoMEah okay. well, the market is also not fast for me
19:16.48ElBartoMEidk why
19:17.10mari_desire v5 was the fastest
19:18.00*** join/#htc-linux tekoholic (~quassel@184-96-85-143.hlrn.qwest.net)
19:18.48ElBartoMEthe same fix is on the desire build. hm, guess it has sth to do with the build
19:19.14mari_yes
19:20.47mari_devs are partying is Saturday ...lol
19:21.06mari_or Friday
19:22.09*** join/#htc-linux tekoholic (~quassel@184-96-85-143.hlrn.qwest.net)
19:25.30ollip79did u change the vending_preferences.xml ?
19:26.06ollip79need to do that everytime to fix slow market in a new ROM
19:26.33Ninpohmmm
19:26.50NinpoAnyone know if usb notifications have been fixed for 2.6.35 yet?
19:28.03mari_ollip79 what we need to change?
19:29.40ollip79http://forum.xda-developers.com/showthread.php?t=644893&page=2
19:29.47ollip79check there
19:30.22*** join/#htc-linux tsamolotoff (~Miranda@94.25.177.219)
19:31.05ollip79http://forum.xda-developers.com/showpost.php?p=6418183&postcount=36 someone also posted a ready xml
19:31.19mari_run fix_permissions
19:32.34ollip79just push it to /data/data/com.android.vending/shared_prefs/vending_preferences.xml
19:32.43ollip79ah was post 34 http://forum.xda-developers.com/showpost.php?p=6414490&postcount=34
19:33.43*** join/#htc-linux Unholy (~IceChat7@74.213.81.33)
19:39.33*** join/#htc-linux tekoholic (~quassel@184-96-85-143.hlrn.qwest.net)
19:45.20basst85~seen montraydavis
19:45.23aptmontraydavis <63491265@gateway/web/freenode/ip.99.73.18.101> was last seen on IRC in channel #htc-linux, 6h 37m 54s ago, saying: 'MN I am thinking the libs are not cross compatible between different roms....'.
19:50.47WoZZeR_jonpry: any updates?
19:51.55*** join/#htc-linux tekoholic (~quassel@184-96-85-143.hlrn.qwest.net)
19:59.35*** join/#htc-linux DomZ (~chatzilla@89.159.175.242)
20:01.37*** join/#htc-linux Tina12 (~Tina@p57BC0F39.dip0.t-ipconnect.de)
20:01.48*** part/#htc-linux Kasjopaja (~Tina@p57BC0F39.dip0.t-ipconnect.de)
20:03.37*** join/#htc-linux DomZ_ (~chatzilla@89.159.175.242)
20:05.07*** join/#htc-linux tomsecret (81f17c38@gateway/web/freenode/ip.129.241.124.56)
20:05.20*** join/#htc-linux edangel (~worldead@79.107.227.94)
20:06.34*** join/#htc-linux NeoFlux_ (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
20:12.28*** join/#htc-linux SVic_ (~SVic@ip143.117.dars-ip.ru)
20:12.37*** join/#htc-linux Sphyynx (~gren@adsl-9-201-88.mia.bellsouth.net)
20:13.17*** join/#htc-linux kervizic_ (~kervizic@mc-178-32-116-132.ovh.net)
20:14.45*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
20:19.47*** join/#htc-linux huggy_72 (~androirc@151.81.170.113)
20:22.35*** join/#htc-linux dd3m0n (~Timea@178.223.83.143)
20:27.05*** join/#htc-linux huggy_72 (~androirc@151.82.59.42)
20:33.23*** join/#htc-linux tomsecret (81f17c38@gateway/web/freenode/ip.129.241.124.56)
20:35.18*** join/#htc-linux thogarr (46b172eb@gateway/web/freenode/ip.70.177.114.235)
20:36.15*** join/#htc-linux zozi (d5619be8@gateway/web/freenode/ip.213.97.155.232)
20:36.25*** join/#htc-linux sivam (~tzones200@c-75-66-93-136.hsd1.tn.comcast.net)
20:37.12thogarrwhen I choose Tilt2 and click "Run Android" from the project android utility, HaRET comes up, but nothing happens.  When I click Run, it says cannot open script ile default.txt.  Any ideas?
20:40.35*** join/#htc-linux huggy_72 (~androirc@151.81.141.103)
20:42.05*** join/#htc-linux DomZ (~chatzilla@89.159.175.242)
20:44.12*** join/#htc-linux ltfreak (adac4e51@gateway/web/freenode/ip.173.172.78.81)
20:44.51*** part/#htc-linux edangel (~worldead@79.107.227.94)
20:52.38*** join/#htc-linux S[h]O[r]T (~Sh]Or]T@216.245.217.114)
20:53.29*** join/#htc-linux bizmark03 (4b6eb885@gateway/web/freenode/ip.75.110.184.133)
20:56.00*** join/#htc-linux Rossimac (59f2c4b4@gateway/web/freenode/ip.89.242.196.180)
21:10.20*** join/#htc-linux iDavid (~David@41.230.135.71)
21:10.20*** join/#htc-linux hypersonicx (~none@c-69-247-149-46.hsd1.tn.comcast.net)
21:11.40*** part/#htc-linux dan1j3l_away (~danijel@93-138-134-25.adsl.net.t-com.hr)
21:11.48*** join/#htc-linux dan1j3l_away (~danijel@93-138-134-25.adsl.net.t-com.hr)
21:12.02*** join/#htc-linux S[h]O[r]T (~ShOrT@216.245.217.114)
21:13.48dan1j3lit seems i didn't miss anything in here
21:25.52*** join/#htc-linux hnamanh (62c5d442@gateway/web/freenode/ip.98.197.212.66)
21:27.20hnamanhany news on LEDs dan?
21:31.40iDavidI've been out for 4 days
21:31.43iDavidand guess what?
21:31.56iDavid-> no news -_-'
21:37.09BHSPitMonkeyiDavid: what's your device
21:37.52dan1j3lhnamanh: no, i didn't have time, but now i'm on vacation so let's get party started :p
21:38.21*** join/#htc-linux Jack_E (~chatzilla@host86-146-183-186.range86-146.btcentralplus.com)
21:39.05hnamanhdan1j3l: nice... enjoy!
21:39.17dan1j3l_awaythnx. i will :p
21:39.20*** join/#htc-linux ffers (519db7d2@gateway/web/freenode/ip.81.157.183.210)
21:39.36*** join/#htc-linux trav (4c6cfe05@gateway/web/freenode/ip.76.108.254.5)
21:42.40dan1j3l_awayis working on ppp and listening Paramore - Brand new eyes... Enjoyment... :D
21:42.59*** join/#htc-linux CazH (~quassel@3007ds2-rd.0.fullrate.dk)
21:44.18iDavidBHSPitMonkey: HTC HD2
21:44.26BHSPitMonkeyoh
21:44.55hnamanhdan1j3l_away: are you working on ppp to fix packet loss problem with 3g?
21:45.10dan1j3l_awayhnamanh: yes
21:46.34hnamanhactually RMNET not fixable, problem in AMSS
21:47.15hnamanhdid you read log when cotulla said that?
21:47.44dan1j3l_awayhnamanh: i know, that's why i'm working on ppp support in android ril
21:48.38*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
21:50.02*** join/#htc-linux mickeyl (~mickey@80.81.242.146)
21:50.33ali1234does anyone know offhand what the biggest kernel allowed by haret is?
21:50.52*** join/#htc-linux SnowDroid (~snowdroid@69-92-183-62.cpe.cableone.net)
21:52.50*** join/#htc-linux cazh_ (~quassel@3007ds2-rd.0.fullrate.dk)
21:56.21*** join/#htc-linux Scrizz (~Scrizz@pool-96-254-167-115.tampfl.fios.verizon.net)
21:57.20Scrizzhello people
21:59.30iDavidhello fella
22:01.15*** join/#htc-linux kervizic_ (~kervizic@mc-178-32-116-132.ovh.net)
22:19.08*** join/#htc-linux xRaptorx (~devilcuba@cpe-24-160-123-231.tampabay.res.rr.com)
22:27.40*** join/#htc-linux fish1209 (~fish1209@unaffiliated/fish0912)
22:28.29*** part/#htc-linux ollip79 (~ollip79@brsg-4dbbab3f.pool.mediaWays.net)
22:42.51*** join/#htc-linux makkonen (~makkonen@cpe-66-69-229-9.austin.res.rr.com)
22:45.11*** part/#htc-linux dan1j3l_away (~danijel@93-138-134-25.adsl.net.t-com.hr)
22:45.30*** join/#htc-linux Stuartdb (5c0ce2ed@gateway/web/freenode/ip.92.12.226.237)
22:45.52Stuartdb~seen darkstone
22:45.53aptdarkstone <lolzone@94.23.199.130> was last seen on IRC in channel #htc-linux, 2d 7h 5m 54s ago, saying: 'try it'.
23:04.23*** join/#htc-linux snalbansed (~ed@188-221-83-110.zone12.bethere.co.uk)
23:08.40*** join/#htc-linux AndroUser (~androirc@89.242.176.220)
23:11.21*** join/#htc-linux Magnusri (50cab214@gateway/web/freenode/ip.80.202.178.20)
23:18.19*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
23:22.01Scrizztakes iDavid's HD2!
23:22.13Scrizzmakes iDavid cry!
23:23.16*** join/#htc-linux NeoFlux_ (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
23:30.30*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
23:36.25*** join/#htc-linux Rafyvitto (IceChat7@74.213.81.33)
23:39.12*** join/#htc-linux NeoFlux_ (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
23:46.16*** join/#htc-linux makkonen (~makkonen@66.69.229.9)
23:54.08*** join/#htc-linux NeoFlux (~NeoFlux@94-192-226-85.zone6.bethere.co.uk)
23:57.38*** join/#htc-linux Dr`Ryder[OffDuty (~HODM@pool-72-91-16-132.tampfl.fios.verizon.net)
23:58.32*** join/#htc-linux sivam (~sivam@c-75-66-93-136.hsd1.tn.comcast.net)

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