IRC log for #htc-linux on 20100905

00:00.09ali1234Hunterkll: but it's totally dumb
00:00.09Hunterkll... license? ?
00:00.09stinebd(joke)
00:00.12Hunterkll:P
00:00.16WoZZeRI want to keep this as stock as possible
00:00.24stinebdno forking where unnecessary
00:00.28Hunterkllali1234, i realize that, you realize that, and we both know 101% dumb software runs the world
00:00.59Hunterkllstinebd, without looking at any code, i'd press forward with a quick and dirty hw detect in driver
00:01.01ali1234i don't even understand why you are trying to modify the cmdline
00:01.09Hunterklldepends on how feasable that is though
00:01.11stinebdHunterkll: look at the code and then say that
00:01.19WoZZeRali1234: because rootfs doesn't have 'good' keyboard detection
00:01.20Hunterkllstinebd, hence my second line :P
00:01.21WoZZeRit's based on cmdline
00:01.30ali1234WoZZeR: i don't understand what that ahs to do with cmdline
00:01.36WoZZeRphyskeyboard
00:01.38Hunterkllali1234, they set the keymap through cmdline
00:01.40stinebdrootfs uses cmdline switches to set the keymap in android
00:01.42Hunterklland the keymap is hard coded in driver
00:01.46Hunterkllis what i gather
00:01.49WoZZeRelif /bin/grep -c 'physkeyboard=rhod500' /proc/cmdline >/dev/null ; then
00:01.49ali1234WoZZeR: you can set a different keymap with setkeycodes
00:02.12stinebdandroid :(
00:02.26Hunterkllali1234, what if key values are hardcoded in driver? that still work?
00:02.34ali1234Hunterkll: yes
00:02.37Hunterkll(also  yea, android will ignore bash's keycodes :( )
00:02.45Hunterkllor whatever shell you set through
00:03.08ali1234setkeycodes modifies the evdev output
00:03.14Hunterklloh, nvm, setkeycodes modifies the kernel tablef
00:03.16ali1234how does android read keycodes from kernel?
00:03.25Hunterkllfor some reason i was thinking setkeycodes = stty :o
00:03.36Hunterkllstty erase ^H ... the first thing I do on a solaris box :(
00:03.39WoZZeRcp -f /init.etc/keymaps/rhod500_microp-keypad.kl /etc/keymaps/microp-keypad.kl
00:03.41WoZZeRthat's what it runs
00:03.44ali1234no, it even works on X nowadays because most people use evdev with X
00:03.59Hunterkllwicked
00:04.07Hunterklldoes xf86 support evdev?
00:04.14WoZZeRok... w/e
00:04.15WoZZeRit works now
00:04.15stinebdxorg. and yes
00:04.16WoZZeR:D
00:04.22Hunterkllforget xorg
00:04.24stinebdnobody uses xf86
00:04.26Hunterklli have... legacy needs
00:04.28Hunterkll:(
00:04.37WoZZeRno serial number though
00:04.43stinebdbah
00:04.44WoZZeRstinebd: how important is the serial number
00:04.51HunterkllWoZZeR, your redic bind mount system worked?!?! :o
00:04.53stinebdsomewhere between not at all and very little
00:05.00Hunterkllali1234, i'm confused... :P
00:05.10WoZZeRHunterkll: yes
00:05.15jonprylol
00:05.18Hunterkllalso re ali's satement : http://linux.about.com/library/cmd/blcmdl8_setkeycodes.htm
00:05.23stinebdit prevents running certain games or something. tying installations to serial numbers
00:05.25Hunterkllit might work also :P
00:05.40stinebdwithout that set, you'll look like an emulator instance and that game (or whatever it was) will lock you out
00:05.42WoZZeRstinebd: should I just add that code from rootfs to initrd?
00:05.52stinebdyou can if you want i guess
00:06.02stinebd99% of the users won't care, it took months for someone to report it to us
00:06.18Hunterkllali1234, bind mounting a file over a bind mounted procfs inside a chroot
00:06.29stinebdlies and slander
00:06.35Hunterkllthis makes my head hurt more then sysgening MVS 3.6 :(
00:06.35stinebdprocfs is a natural mount
00:06.37WoZZeR./data's not mounted yet though...
00:06.46Hunterkllmount --bind /proc /rfs/proc ...
00:06.50stinebdwhich makes it much more interesting
00:06.55jonprylol
00:06.57Hunterkllmkdir -m 0777 /rfs/tmp
00:06.57Hunterkllmount /sdcard/cache /rfs/tmp
00:06.57Hunterkllmount --bind /proc /rfs/proc
00:07.01Hunterkllis in your script, i believe
00:07.12Hunterkllthat's not a natural mount
00:07.13WoZZeRso?
00:07.13Hunterkll:P
00:07.16WoZZeRit works
00:07.17stinebdlook in rootfs init
00:07.33HunterkllWoZZeR, he said i was wrong when i said bind'd file over bind'd proc in chroot
00:07.34Hunterkll:P
00:07.35jonprywozzer is just ahead of his time
00:07.37stinebdoh wait yeah
00:07.42stinebdthat would probably fail anyway
00:07.51Hunterkllwozzer said it worked? :o
00:07.58WoZZeRI have keyboard
00:08.01stinebdthe real proc mount would fail
00:08.03WoZZeRbut I lost the serial number
00:08.16Hunterkllstinebd, inside rootfs, yes.... and it just skips merrily along :P
00:08.25Hunterkll"WHAT? I CANT MOUNT PROC? OKAY LETS GO"
00:08.37stinebdwhy should that kill init?
00:08.47HunterkllIt shouldn't.
00:08.53HunterkllBut if proc weren't actually there, it would. :P
00:09.04HunterkllAt least, things would die
00:09.07stinebdthe vitriol in your typing indicated it should :P
00:09.25Hunterkllit should have a sanity check and throw big red warnings at yoy
00:09.26Hunterkllor
00:09.37Hunterklljust say ER IN PR BLK SPR MT
00:09.42stinebdred? we can barely figure out mounts and you want console colors?
00:09.46Hunterkll:D
00:10.00jonpryi like software that fails silently. like mjdroidutil.exe
00:10.03WoZZeRlol
00:10.09Hunterkllhacks git repos and replaces all debug and status messags with solaris style messages
00:10.20HunterkllERR IN SPRBLK SKN DSK C0T0D0S1
00:10.30stinebdmassive corn clog in port 7
00:10.43Hunterkllactually, the one i just pasted is almost a real one
00:10.56Hunterkllmins a few letters here or there, it's saying that slice 1 (partition 2) has a bad superblock
00:10.57Hunterkll:P
00:11.01Hunterklland it's going to run fsck on it
00:11.51HunterkllI remember the sadness that filled my heart when my 40mhz sparc woldn't boot and gave that message repeatedly... do you know how hard it is to find boxed retail copies of unix from ~12 years ago? :(
00:12.07Hunterkllthat little sun ipx was like a beloved pet to me, really...
00:12.10HunterkllX11R5
00:12.27Hunterkll....
00:12.38HunterkllDoes anyone want to hurt me now? :(
00:13.09stinebdstrange, serialno should still work
00:13.15*** join/#htc-linux Akustik84 (~volodin_d@95-24-2-171.broadband.corbina.ru)
00:13.27HunterkllWoZZeR, is it readable otherwise or is it mangled system wide
00:13.29stinebdeven with a failed rebind, you're just modifying the source file
00:13.43WoZZeRHunterkll: what? /proc/cmdline?
00:13.51Hunterklleg android only can't read it, or you can't read at all... try dumping the file (cat/type) while in your booted system
00:13.54Hunterkllsee if serial is still there
00:14.05Hunterkllyou may have botched your sed statement
00:14.10WoZZeRandroid can read /proc/cmdline
00:14.16WoZZeRthere's no serial
00:14.17Hunterkllokay. and that is where you get serial from?
00:14.19WoZZeRI already went over that
00:14.26WoZZeR./data/serialno
00:14.28WoZZeRbut it can't edit it
00:14.30Hunterklloh
00:14.41ali1234so the parameter set in /proc/cmdline is not even used by kernel, it's just for android?
00:14.42Hunterkllhow do you generate serialno file?
00:14.44stinebdhttp://gitorious.org/xdandroid-eclair/eclair-rootfs/blobs/master/init#line545 for context
00:15.00Hunterkllali1234, Has anyone in this channel ever mentioned they hate android? :P
00:15.09WoZZeRI have
00:15.11WoZZeRa few times
00:15.14WoZZeRbut I like challanges
00:15.15stinebdali1234: physkeyboard is used exclusively by our rootfs. andboot.serialno is used exclusively by android
00:15.17jonprywozzer: can it read /tmp/cmdline?
00:15.21Hunterkllah
00:15.24WoZZeRI'll test in a second
00:15.24*** join/#htc-linux David_ (~David@195.211.86.39)
00:15.26WoZZeRjust rebooted
00:15.33ali1234wow. just. wow
00:15.35Hunterkllstinebd, randomly generated, and only change is proc mounts.... so data is not modified. should work
00:15.44Hunterkllali1234, i'd try and find a way to pull the real serial # :(
00:15.52HunterkllWinMo can do it, you can too! :o
00:15.57ali1234why don't you just change android to read from /data/serialno
00:15.59WoZZeRthat's what I'd do
00:16.00David_whats up with that Ctll_mach_msm_LSENSOR_SRC.tar.gz ??
00:16.06stinebdali1234: lol :(
00:16.16jonpryi can get the serial
00:16.20jonprybut who wants it
00:16.22Hunterklli used to have android build sys
00:16.31Hunterklljonpry, android does for copy protection in apps :P
00:16.40stinebdonly a couple apps
00:16.46WoZZeRjonpry: I can easily throw it in the initrd then
00:16.47jonpryso why don't we all use 1 serial. then we all can have free apps
00:16.50stinebdmarket uses google account for copy protection
00:16.54jonprythis reminds me cue cat
00:17.12Hunterklli need sleep now been awake 24 hour oops :P
00:17.15Hunterkllgood lukc
00:17.17stinebdjonpry: is serial stored in mtd somewhere?
00:17.19WoZZeRjonpry: no /tmp/cmdline
00:17.28jonprystinebd, its in spl
00:17.35WoZZeRbrb
00:17.38stinebdbecause if we can pull the actual one with dd or some crap, that would be ideal
00:17.47jonprywozzer: can you pastebin your latest script/
00:18.36jonprystinebd: its easy enough to make a driver that can serve it up on sysfs
00:18.53stinebdk. get crackin
00:18.58stinebdruns
00:19.38jonpryhow does normal android provide serial?
00:19.44Triskeliosif I want to modify a structure in a stock HTC kernel which doesn't appear in /proc/kallsyms, does scanning for a pc-relative reference in a function with a known address make sense?
00:19.46stinebdbootloader gives it that cmdline argument
00:19.54*** join/#htc-linux _schism_ (~schism@cpe-075-176-189-098.sc.res.rr.com)
00:20.21jonpryguess we need uboot
00:20.32stinebdwassat
00:20.56ali1234just add it to the bootlaoder you have
00:21.01jonpryandroid device bootloader. you know with nandroid and cool stuff
00:21.15*** part/#htc-linux dan1j3l (~danijel@93-138-118-119.adsl.net.t-com.hr)
00:21.16WoZZeRjonpry: the complete initrd?
00:21.22stinebdthe bootloader we have is haret
00:21.34jonpryjust this thing that mounts remounts etc
00:21.36ali1234stinebd: great. haret can do anything you need...
00:21.42WoZZeRjonpry: that's the init -> http://pastebin.com/ChH8u5PH
00:22.11stinebdi'm not sure haret can do that
00:22.12stinebdheh
00:22.16ali1234just patch it
00:22.19stinebdlol
00:22.33WoZZeRuboot is dangerous
00:22.37WoZZeRit's a spl replacement
00:22.39jonprywozzer: you need to bind rfs/tmp
00:22.43WoZZeRif I'm thinking of the right thing
00:22.52ali1234WoZZeR: it does not have to replace spl
00:23.03ali1234you can run it from anywhere you can run a kernel
00:23.07WoZZeRjonpry: where?
00:23.16jonpry95
00:23.20jonpryput --bind
00:24.11stinebdi must stop slowing you folks down now. goodnight and good luck
00:24.21WoZZeRlol, thanks
00:24.40WoZZeRjonpry: is serialno a pain to get?
00:24.56WoZZeRif this doesn't work
00:25.29jonpryshouldn't be
00:25.39WoZZeRandroid booting now
00:25.46WoZZeRI'll let you know if it fixes it
00:28.45WoZZeRno /tmp/cmdline
00:33.09CassMarkinus, you here ?
00:34.19jonpryargh. what do they want for serial? IMEI?
00:34.29WoZZeRI don't care right now
00:34.34WoZZeRit's not something that has to be done today
00:34.52jonprynothing has to be done
00:35.16jonprywozzer: what is mounted on /tmp?
00:35.29WoZZeRthe cache folder on the sd card
00:35.36WoZZeRwhich is seems to format
00:35.57jonpryso it is clearing temp on boot?
00:36.15WoZZeRI think so
00:36.20WoZZeRall I see is lost+found
00:36.30WoZZeRlet me look at rootfs init
00:36.57WoZZeRmaybe android is formatting it
00:38.25*** part/#htc-linux David_ (~David@195.211.86.39)
00:38.35WoZZeRbrb, making some food
00:40.38jonpryok. i have an idea. lol
00:41.51jonprymake it one level removed. so save to /somesameplace/cmdline. bind that to /rfs/tmp/cmdline, then bind /rfs/proc/cmdline. then when init does something silly like rm -R -f /tmp/*, it will not clear the bind. hence an irremovable file
00:45.03WoZZeRI don't know if that's the issue though
00:45.11WoZZeRbecuase /proc/cmdline is correct
00:45.19WoZZeRit just doesn't add the serialno in rootfs
00:45.42WoZZeRcp /proc/cmdline /tmp/cmdline
00:45.45WoZZeRthat might be the issue
00:45.57WoZZeRyou can't copy a file onto it'self?
00:47.39jonprywell, it can't remount the file. so you need to make sure that it is copying onto itself
00:50.35jonprytis weird that there is nothing in tmp though. should at least be whatever rootfs made even if it doesn't match /proc/cmdline
00:50.39WoZZeRI don't see anything that would change /tmp
00:50.54WoZZeRhttp://pastebin.com/Z09cKG4a
00:50.57WoZZeRthere's the rootfs init
00:52.23jonpryits chroot'ing again
00:54.47WoZZeRwhere?
00:55.16WoZZeRoh crap
00:55.18WoZZeRwrong file
00:55.38WoZZeRwhoops,
00:55.39WoZZeRhttp://pastebin.com/GvqYwiyH
00:58.02*** join/#htc-linux myn (cereal@cpe-71-64-8-228.insight.res.rr.com)
01:00.25jonpryyou don't have a /tmp/build.prop?
01:00.55WoZZeRmount --bind /tmp/build.prop /system/build.prop
01:01.07WoZZeRtemp is empty
01:01.12WoZZeRso it must get deleted later
01:01.43jonpryyeah, or there is another chroot later on. either way doesn't help us with what is happening at this point
01:02.06jonprywhat is the contents of /proc/cmdline when it finishes booting?
01:02.26WoZZeRgsensor_axis=2,1,3 msmvkeyb_toggle=off hw3d.force=0 panic=0 pm.sleep_mode=2 physkeyboard=rhod500
01:02.51jonpryis that the real cmdline or one made by your hack?
01:03.07WoZZeRthe one from my hack. asciz "gsensor_axis=2,1,3 msmvkeyb_toggle=off hw3d.force=0 panic=0 pm.sleep_mode=2" is the real one
01:04.03jonpryyou changed root fs to do the init chardev?
01:04.13WoZZeRno
01:04.18WoZZeRthat's just the one mounted
01:04.23WoZZeRnot the one I'm using
01:04.51*** join/#htc-linux myn (cereal@cpe-71-64-8-228.insight.res.rr.com)
01:06.25jonpryhmm
01:06.52jonpryits hard to tell what is happening there. maybe add some prints and such
01:07.58WoZZeRit's hard to see because it boots into android shortly
01:08.02WoZZeRI can try a sleep
01:08.04WoZZeRbut we'll see
01:09.20jonprythe other option is to use your own rootfs init and pack it into initrd. then after mounting rootfs, you just patch rootfs with the new init
01:09.46WoZZeRyeah, I was trying not to do that
01:09.58jonprylol
01:13.52jonprywho cares about apps anyways. i can't even get marketplace to start
01:13.58WoZZeRlol
01:14.10WoZZeRI may just create serialno on sd card in andboot
01:15.20jonpryyou could just copy those 2 lines of code that generate it and add it to cmdline
01:15.33WoZZeRI think it needs to be the same for apps to work
01:15.40WoZZeRnot just randomly generated each time
01:16.47jonprythe generator checks to see if the file exists first
01:17.13jonpry[ -f "/data/serialno" ] || echo -e `cat /dev/urandom | tr -dc 'A-Z0-9' | fold -w 12 | head -n 1` >/data/serialno
01:17.38WoZZeRyeah
01:17.39WoZZeRtesting now
01:17.50WoZZeR[ -f "/sdcard/andboot/serialno" ] || echo -e `cat /dev/urandom | tr -dc 'A-Z0-9' | fold -w 12 | head -n 1` >/sdcard/andboot/serialno
01:17.55WoZZeRSERIALNO=$(cat /sdcard/andboot/serialno)
01:18.02WoZZeRcrap
01:18.12WoZZeRsed -i -e "s:$: androidboot.serialno=${SERIALNO}:" /rfs/tmp/cmdline
01:18.15WoZZeRforgot to add that... lol
01:18.28jonprymight be important
01:19.06WoZZeRany word from wistilt2 on keyboard light?
01:19.17*** part/#htc-linux shu8i (~shu8i@78.104.102.78)
01:23.37jonpryhaven't seen him today
01:23.56WoZZeRhmm, didn't add the number
01:24.11WoZZeRhmmm, blank serial no
01:24.22jonprypaste?
01:24.28WoZZeRahh
01:24.36WoZZeR./dev/urandom
01:24.38WoZZeRshould be rfs/?
01:24.50jonpryno
01:24.52WoZZeRcp -a /dev/* /rfs/dev
01:25.03jonpryit is in both
01:25.08WoZZeRit created a blank serial number
01:25.17WoZZeRthe file has 2 blank lines
01:25.50WoZZeRno urandom in initrd?
01:25.57WoZZeRI don't see it in the bin
01:26.05jonpryits a device file
01:26.12jonprylike chardev
01:26.17WoZZeRoh
01:26.29WoZZeR[ -f "/sdcard/andboot/serialno" ] || echo -e `cat /dev/urandom | tr -dc 'A-Z0-9' | fold -w 12 | head -n 1` >/sdcard/andboot/serialno
01:26.29WoZZeRSERIALNO=$(cat /sdcard/andboot/serialno)
01:26.31WoZZeRthat's what I have
01:26.36WoZZeRand it created a blank file
01:27.10jonpryyour initrf may not have all the commands
01:27.27jonpryfold and head
01:27.34WoZZeRI see them
01:27.40WoZZeRlrwxrwxrwx 1 wozzer wozzer 7 2010-08-25 14:14 fold -> busybox
01:27.49WoZZeRlrwxrwxrwx 1 wozzer wozzer 7 2010-08-25 14:14 head -> busybox
01:27.53*** join/#htc-linux swc|666 (~neopwn@unaffiliated/swc666/x-4934821)
01:28.25jonprywhat if you run that command after boot?
01:28.35WoZZeRbuild now
01:28.36jonpryprobably have to delete serialno
01:28.39WoZZeRyeah
01:29.34WoZZeRcat /dev/urandom
01:29.34WoZZeRsleep 20
01:29.37WoZZeRadded that to initrd
01:29.44WoZZeRto see if it spits anything out
01:29.53jonpryomg
01:30.02jonprythat will spit some stuff out alright
01:30.08jonpryit just won't ever stop
01:33.26WoZZeRdoes not exist
01:34.05jonprymknod it i guess
01:34.23WoZZeRmknod /dev/urandom -?
01:34.29WoZZeRwhat else do I need
01:34.35jonprymknod -m 644 /dev/urandom c 1 9
01:34.51*** join/#htc-linux mastermerlin1 (~Adium@p4FEE529E.dip.t-dialin.net)
01:36.06WoZZeRflashing now
01:39.40WoZZeRw00t, serial number
01:40.32WoZZeRgood work!
01:41.02jonprycool. so only one nbh now?
01:41.09WoZZeRyup
01:41.16WoZZeRneed data!
01:41.28WoZZeRwhere's the testers when I need them
01:41.30*** join/#htc-linux nineX_ (~nunya@75-132-13-29.dhcp.stls.mo.charter.com)
01:41.47jonprythey start getting online about now.
01:42.01WoZZeRit's a saturday though
01:43.02jonprythats a good day for people willing to flash their phones
01:43.27WoZZeRI need some rhod100 variants
01:44.44jonpryso say somebody uses it. and keymap is wrong. how are they going to collect info?
01:45.08WoZZeRsoftkeyboard
01:45.16WoZZeRI can't make a ">" key
01:45.25WoZZeRso I need to pop open the softkeyboard for that
01:45.34*** join/#htc-linux Akustik84 (~volodin_d@95-24-2-171.broadband.corbina.ru)
01:46.27jonpryi see
01:47.48jonprywouldn't it be great if rhod had camera
01:47.59WoZZeRdo we know why camera doesn't work?
01:48.16jonprywell, the last time anybody worked on it. the trouble was with adsp
01:48.52jonpryit might work now. but the code is in cam branch. and it might require some userspace settings or something. not sure where to get started
01:48.57*** join/#htc-linux Akustik84 (~volodin_d@95-24-2-171.broadband.corbina.ru)
01:49.58*** join/#htc-linux NeoMatrixJR_Mobi (~NeoMatrix@184-196-152-205.pools.spcsdns.net)
01:50.29WoZZeRhmmm, seems like a pain
01:50.33WoZZeRjust up your ally :P
01:50.34*** join/#htc-linux alaura (~alaura@206.48.21.66)
01:51.20jonpryif we could use that stupid wavedev loader to get the adsp tables. probably could get them 100%. then qcam would work
01:51.21WoZZeRalley
01:51.36[acl]sup fellas
01:51.41WoZZeR[acl]: yo
01:51.48[acl]whats the good news ?
01:51.51WoZZeRwe got single nbh now
01:52.01WoZZeRit's quite a dirty looking hack
01:52.03[acl]i didnt know we had multiple
01:52.11WoZZeRone for each keyboard
01:52.13[acl]ahh
01:52.14[acl]ok
01:52.14WoZZeRrhod400, rhod500
01:52.32[acl]how yall do it?
01:52.51WoZZeRjonpry made some code to get the model number
01:53.01[acl]ahh
01:53.02[acl]nice
01:53.03WoZZeRthen we hackishly edited the cmdline in initrd
01:53.03jonpryhi [acl]
01:53.13[acl]we needed that anyways
01:53.40[acl]jonpry: sup bro..  been having issues with my connection here.. havent read logs in a while
01:53.59jonpryah yes island internet
01:54.33[acl]WoZZeR: thats good.. should work fine for now
01:54.50WoZZeRyeah, until rootfs does it for us
01:54.51jonpryits good lots of stuff is working now. nand seems better than msm-2.6.27 for the time being
01:55.08WoZZeRjonpry: only because we can commit
01:55.22[acl]jonpry: woah.. awesome... what changes do we have that main dont?
01:55.28[acl]is phh around to make commits to the main ?
01:55.36WoZZeRincall volume changing
01:55.40[acl]i think he is out till tues if i remember correctly
01:55.56WoZZeRI think jonpry said that it could cause problems for other devices, don't remember though
01:55.59[acl]WoZZeR:incall vol? you guys trying to make me proud ? yall must be.. there is a tear in my eye
01:56.22WoZZeR[acl]: we get a lot done when you are on vacation, when is your next one?
01:56.30jonpryspeaker/mic seem to work well. volume control. pohket can't get it to work though. he thinks it is because he has gsm phone. i think nand is just better :p
01:56.31WoZZeR:P
01:56.36[acl]WoZZeR: LOL .. in dec :-)
01:57.05WoZZeRPohket had some changes that didn't work for me either
01:57.09[acl]jonpry: how did you implement it ?
01:57.14WoZZeRit's dealing with calls in a weird way or something
01:57.24jonprythe speaker management call vol stuff is probably good for other devices. htc_acoustic is rhod only for now
01:58.01[acl]jonpry: in that case phh can pick and rip whatever is needed frmo our code and push himself. This way we dont break other devices.
01:58.25jonpry[acl] its just a matter of loading the right stuff in the ADIE tables. we have all this crap in AudioParams.c. you just have to use the right one at the right time
01:58.48jonprypohket made us up a nice state machine that calculates when the speaker is supposed to be on and such
01:59.15[acl]ahh ic
01:59.20[acl]did wistilt also provide his changes?
01:59.29[acl]for kb lights ?
01:59.58jonpryno. he got them on. but that seems to be a bit of a herring. now he can't turn them off. ever, at all
02:00.16[acl]jonpry: ahh.. ok..
02:01.02[acl]i spoke to him 2 nights ago about what else he might tackle.. i think pm might be calling his name and that horrible sleep issue where our lcd seems to be on
02:02.21jonpryi want to get usb working. bzo says he got adb with an old kernel
02:03.05jonpryi looked at it a bit and that sounds possible. there is nothing wrong with the code. same code should work on all msm7k and even qsd
02:03.08[acl]its easier with haret version. with nand we had to do some prep work to get the irqs working. We should be able to make those bzo changes now
02:03.32jonpryi tried on haret, and it doesn't work
02:03.41[acl]with his changes?
02:03.45jonpryulpi write fail. same as on nand
02:03.49jonprybzo changes?
02:04.07[acl]didnt u say bzo got adb working
02:04.28jonpryby using an old kernel. but i don't know which version
02:04.48[acl]old kernel as in haret rite?
02:04.58jonpryyes
02:09.10[acl]whats this irq 26 issue that was posted on ppcg.. im so behind
02:13.14[acl]WoZZeR: u modded irq.h ?
02:13.39[acl]int_usb_hs
02:13.54WoZZeR[acl]: yeah, there were some usb tests
02:14.10WoZZeRusb got hits from dex or something
02:14.12[acl]you think the irq numbers are different ?
02:14.13WoZZeRjonpry knows more
02:14.23WoZZeRwistilt2 wanted me to change to 6
02:14.28*** part/#htc-linux eugenb (~no@dslb-188-101-069-233.pools.arcor-ip.net)
02:14.30jonprythe irq number is fine. wistilt2 was getting out of control
02:14.48WoZZeRI'll change back
02:23.32[acl]Its gonna take some work to update the main..lol..  looks like alot of changes were made
02:23.48[acl]i cant seem em all since this connection is torturing me
02:31.05*** join/#htc-linux g55 (~g55@rgnb-5d87c715.pool.mediaWays.net)
02:45.33[acl]aite fellas.. i gotta jet.. thanks for the update on the project.. ill ttyl
02:46.04[acl]WoZZeR: enjoy ur few days before work starts
02:46.12WoZZeRthanks, later
02:48.56*** join/#htc-linux bzo (~chatzilla@c-76-126-175-200.hsd1.ca.comcast.net)
02:49.39*** join/#htc-linux anap40 (~big.al.40@pool-96-254-121-35.tampfl.fios.verizon.net)
03:07.37*** join/#htc-linux gpc (~gpc@114-44-10-82.dynamic.hinet.net)
03:16.12*** join/#htc-linux rafyvitto (~IceChat7@74.213.104.180)
03:16.37rafyvittohey hd2 devotes =]
03:17.40rafyvittohats down to cotulla i coldn belive it until i tryed an android build for the hd2, its pretty amazing, it almost feels like a native device "almost"
03:17.52rafyvittoand decoders etc etc all the devs
03:18.04rafyvittodcordes*
03:20.18*** part/#htc-linux rafyvitto (~IceChat7@74.213.104.180)
03:25.34*** join/#htc-linux Pohket (Pohket@207-172-112-247.c3-0.rdl-ubr2.trpr-rdl.pa.cable.rcn.com)
03:26.17*** join/#htc-linux _aosp (aosp@oh.hi.donthaq.me)
03:29.53*** join/#htc-linux bmnbmn (44cc7f6b@gateway/web/freenode/ip.68.204.127.107)
03:33.38*** join/#htc-linux Pohket (Pohket@207-172-112-247.c3-0.rdl-ubr2.trpr-rdl.pa.cable.rcn.com)
03:33.38*** join/#htc-linux BHSPitLappy (~BHSPitLap@unaffiliated/bhspitmonkey)
03:36.07*** join/#htc-linux _aosp (aosp@oh.hi.donthaq.me)
03:37.39bmnbmnWoZZeR: tester is here!
03:37.50bmnbmna few hours too late
03:41.48*** join/#htc-linux _aosp (aosp@oh.hi.donthaq.me)
03:41.49bmnbmnThough I wish you could find out why slower microsd cards don't work :(
03:46.24jonprythey probably set the pll frequency wrong
03:46.45WoZZeRjonpry: it happens with both clocks
03:46.56WoZZeRold and new
03:47.04jonprydoesn't mean it wasn't wrong before
03:47.13WoZZeRI've never had a problem with it
03:47.33WoZZeRsomething with all the audio changes
03:47.43jonpryafaict most sd cards will actually work with 50mhz speed
03:47.43WoZZeRno reports before sound worked
03:47.48WoZZeRcould be rpcrouter
03:47.54WoZZeRcould be almost anything
03:48.06jonprybut others are definitely limited to 25mhz
03:48.24jonpryand some require a special cmd code to change the io buffer timing
03:49.03jonprycan't really tell until somebody can reproduce
03:49.11bmnbmnim gonan flash your new test
03:49.15bmnbmnand see what happens
03:49.41WoZZeRok
03:49.52bmnbmni have nothing else to do
03:51.14jonpryyou'll notice that in clocks-wince.c. they use same pll settings for sd cards
03:51.41jonpryon both cdma and gsm. but one is 25% faster
03:52.08WoZZeRjonpry: that's only in the new clocks. The old clocks they are different
03:52.43jonpryi'm pretty sure i have old clocks
03:52.54WoZZeRjonpry: but it doesn't effect my RHOD500
03:52.57WoZZeRas far as I can tell
03:53.08jonprydepends on how fast your sd card is
03:53.12bmnbmnwhoaa
03:53.17WoZZeRwhich is why I just say get a class 4
03:53.23jonprylol
03:53.39WoZZeRif you are using a class 2, you should just return your phone and get an lg dumbass phone
03:53.42WoZZeR:P
03:53.49bmnbmnkeyboard stuff is broke for me, maybe
03:54.00WoZZeRbmnbmn: how so?
03:54.01bmnbmnmkdir: cannot create directory /fs/tmp': File exists
03:54.09jonpryclass 2 isn't really going to tell you anything about the bus timing. we are way out of spec with wrong clock speed
03:54.11WoZZeRno, just let it go
03:54.16bmnbmnoh ok
03:54.24bmnbmnjust lots of failures
03:54.30WoZZeRbmnbmn: there's lots of crap in there that doesn't need to be
03:54.36WoZZeRI wouldn't say it's clean code
03:54.59bmnbmnmy keyboard wasnt in the echo'd cmdline though
03:55.05WoZZeR??
03:55.06jonpryalthough in practice bus timing does have some correlation with the technology of the card
03:55.14WoZZeRwhat did it say
03:55.56bmnbmnlet me get back there and find out
03:56.00WoZZeRbmnbmn: which echo'd cmd line?
03:56.03WoZZeRare you in android now?
03:56.31bmnbmnnope, same irq 26 problem
03:57.01jonprybmnbmn: you have gsm?
03:57.05bmnbmncdma, rhod400
03:57.15jonprythere goes that theory
03:57.31bmnbmni noticed when i get the irq 26 error, that my touch screen calibration file does not get written to
03:57.40bmnbmnor i guess, anything to my sd card doesnt get written
03:57.40WoZZeRbmnbmn: because it can't read the card
03:57.58bmnbmnits bootting off of it, how can it not read it
03:58.08WoZZeRit stops readying it, I guess
03:58.23WoZZeRactually, it depends on where it dies
03:58.26WoZZeRit may not be reading it at all
03:58.49WoZZeRit may detect that it's there
03:58.52WoZZeRbut it may not be reading it
03:59.30bmnbmnINFO: task rpcrouter:15 blocked for more than 120 seconds.
04:00.45bmnbmnhow about this one
04:00.53bmnbmnsdslot_switchvdd: Invalid VDD 17 specified
04:01.01bmnbmnsdslot_switchvdd: Disabling SD slot power
04:01.06bmnbmnthat doesnt sound good
04:02.17bmnbmnlooks like you already had a pastebin entry with that in it anyways
04:02.45bmnbmnthanks to oogle
04:05.14WoZZeRsomething not right, I think it should work fine
04:05.49WoZZeRI'm assuming something in all the audio changes made something go wrong
04:06.21jonpryswitchvdd sounds bad
04:07.21bmnbmnjonpry: must not be that bad, wozzer had a dmesg with it
04:07.27bmnbmnso im assuming everyones getting that
04:08.35bmnbmnWoZZeR: the closest i got to booting was when i used the 8/19 system.ext2 with your test
04:08.46bmnbmnit actually booted to the splash screen and froze there
04:09.35jonprywozzer: do you know if gsm people are using your nbh's. and having stuff work?
04:09.47WoZZeRno idea
04:09.49WoZZeRno repsonces
04:13.19bmnbmnwell, its got my keyboard in the cmdline
04:13.22bmnbmnso that works
04:13.53*** join/#htc-linux sykosoft (18f6bc2d@gateway/web/freenode/ip.24.246.188.45)
04:13.56sykosoftwas reading the logs
04:14.01sykosoftsaw a mention of is the nbh working
04:14.13sykosoftyes, wozzer's latest test 5 nbh for sprint rhod400 is working
04:14.19sykosoft8/30 build
04:14.31bmnbmnwe're up to test 7 now
04:14.33sykosoftI did have a problem where it was completely fresh, and wouldn't start withotu a data.img already in place
04:14.34bmnbmnor he is
04:14.46sykosoftseriously? I downloaded test5 last night
04:15.09bmnbmnhe made a unified nbh a bit ago that autodetects rhodium versions
04:15.19sykosoftall right, haven't tested that one yet
04:16.07sykosoftmy bad, I'll test that one in 1 hour or so
04:17.03sykosoftppcgeeks thread still says test5, where should I get the test7?
04:17.24bmnbmnit should be in that thread
04:17.35bmnbmnmaybe its test 6 :O
04:18.19jonprywozzer, i dare you to set sd card to 50mhz
04:18.22sykosoftok, I'll test 6 when I get back
04:18.47WoZZeRjonpry: how do I do that?
04:19.26*** join/#htc-linux tids2k (~tids2k@27-32-30-32.static.tpgi.com.au)
04:19.33tids2kdarky u thr'
04:20.42bmnbmnclock_late_init(): disabled 16 unused clocks
04:20.46bmnbmna few FIXMEs
04:25.56*** join/#htc-linux Kasjopaja23 (~Tina@p57BC0BEA.dip0.t-ipconnect.de)
04:27.51*** join/#htc-linux zycho_ (~zycho@p54834CE8.dip.t-dialin.net)
04:28.00WoZZeRsykosoft: rhod 400 or 500?
04:31.10bmnbmni will be right back
04:33.46jonprywozzer: i am not sure
04:34.14WoZZeRjonpry: [ physkey == "rhod300" ] || physkey="tilt2"
04:34.16WoZZeRis that correct?
04:36.29WoZZeR[ "$physkey" == "rhod300" ] || physkey="tilt2"
04:36.32WoZZeRor is it that?
04:37.17jonprywhat are you trying to do?
04:37.32WoZZeRchange physkey from rhod300 to tilt2
04:45.13jonpryphyskey="rhod300";
04:45.13jonpryif [ $physkey = "rhod300" ]; then
04:45.13jonpryphyskey="tilt2"
04:45.13jonpryfi
04:46.06jonpryi couldn't get anything else to work
04:47.28*** join/#htc-linux bzo (4c7eafc8@gateway/web/freenode/ip.76.126.175.200)
04:49.58jonprybzo: hi
04:50.01WoZZeRhmm
04:50.26bzohey
04:50.33WoZZeRhey
04:50.43jonpryyou got usb to work?
04:51.06bzohasn't usb always worked? I though just adb was the problem
04:52.00jonpryhttp://www.androidonhtc.com/wiki/Port_Status
04:52.59bzoright, with the caveat "2 Only works if USB is connected at boot time"
04:53.21jonprythats raph and diam
04:53.56bzohmm, I suspect the wiki is incorrect
04:54.30bzoit's hard to say though because adb has been the only thing that has worked on usb for me regardless of device
04:55.51jonpryi will try while usb connected
04:56.01jonprydon't think i have done that yet
04:56.38*** join/#htc-linux NeoMatrixJR_Mobi (~NeoMatrix@173.158.65.186)
05:01.09WoZZeRany of my nand testers here?
05:02.29jonpryhmm. usb
05:02.55bzoworking?
05:03.22NeoMatrixJR_MobiHey WoZZeR, when u guys go back to winmo what do u use to backup/restore. Your stuff all the time?
05:03.25jonpryseems to
05:03.35bzoadb?
05:03.36WoZZeRNeoMatrixJR_Mobi: I make my own roms
05:03.45WoZZeRno restoring/backingup
05:03.51jonpryi'm running rhobuntu
05:03.56NeoMatrixJR_MobiJonpry: works when u boot w/ USB plugged in or in general?
05:04.09jonpryboot w/ USB active
05:04.15WoZZeRI remember having usb options when it was plugged in
05:04.19WoZZeRbut mass storage didn't work
05:04.36bzomass storage can't work until everything is moved to nand
05:04.47bzobecause it requires exclusive access to the sdcard
05:05.04jonpryor a partition
05:05.44bzohmm, true. I guess a partitioned setup should be able to support it even w/o nand
05:06.24NeoMatrixJR_MobiBut I thought they took out partitioned sd support a while back....
05:06.37*** join/#htc-linux bmnbmn (44cc7f6b@gateway/web/freenode/ip.68.204.127.107)
05:06.58bzoI think the partitioned stuff still works, its just no encouraged
05:07.03bzos/no/not
05:08.49bzothe wiki on port status has some questionable status aside from the rhodium usb
05:09.05jonpryshouldn't be too hard to trace what happens when usb is plugged in
05:09.14bzohow is 3d listed as being partially working? lol
05:09.24jonprysoftware
05:09.43bzoalso, I think the power savings/suspend works equally bad on all devices :)
05:10.38bzonot sure why the rhodium/topaz is called out as being worse
05:11.58NeoMatrixJR_MobiWoZZer/Jonpry/acl: do your kernel changes still work properly on SD as well as nand?
05:12.15WoZZeRsome do, some don't
05:12.17WoZZeRafiak
05:12.24bmnbmnWoZZeR: did you just post that test 7?
05:12.35bmnbmnwith the *may* fix IRQ 26 errors?
05:12.52*** join/#htc-linux SleekX (~SleekX@175.144.214.247)
05:12.59jonpry[101392.363744] usb-storage: device found at 23
05:12.59jonpry[101392.363749] usb-storage: waiting for device to settle before scanning
05:12.59jonpry[101397.360492] usb-storage: device scan complete
05:12.59jonpry[101397.362988] scsi 15:0:0:0: Direct-Access     HTC      Android Phone    0100 PQ: 0 ANSI: 2
05:12.59jonpry[101397.410823] sd 15:0:0:0: [sdb] Attached SCSI removable disk
05:13.00jonpry[101397.411009] sd 15:0:0:0: Attached scsi generic sg2 type 0
05:13.20WoZZeRbmnbmn: yes
05:13.24SleekXhello guys
05:13.27bmnbmnWoZZeR: i'll give it a shot right nowq
05:13.32SleekXgood job getting sound on rhodium
05:14.16bzoWoZZeR: does the backlight turn off with nand boot?
05:14.23WoZZeRno
05:14.58bzodamn, guess the control to toggle the automatic backlight stuff has to be traced
05:15.23bmnbmnmaybe one day jonpry  will receive that broken tp2
05:15.41jonpryi checked the mail on thursday. still no sign
05:20.14jonprybzo: gsm/cdma?
05:20.39bzomy tp2? cdma
05:21.38jonpryi updated the port status
05:22.55bzoit must be maddening to realize that usb has been working all this time :)
05:23.28jonpryi only looked at it yesterday, so i'm not too upset
05:27.27*** join/#htc-linux swc|666 (~neopwn@unaffiliated/swc666/x-4934821)
05:28.33jonprywere almost certainly just not turning on a clk/pll/vreg
05:30.10bzoyou mean on usb insert detection?
05:30.50*** join/#htc-linux bmnbmn (44cc7f6b@gateway/web/freenode/ip.68.204.127.107)
05:31.20jonpryi think that works
05:31.57jonpryeven when nothing is inserted, we should be able to configure the hardware. we get all these ulpi_write failures very early on
05:32.37bzoerr, or better phrased: in response to usb insertion?
05:32.57bzowince seems to be initing something after usb is inserted
05:33.08bzowhich lets it work on haret boot
05:33.09jonpryits hard to tell what wince is configuring when. but at least for nand. we don't even have a configuration for a usb pll
05:33.44*** join/#htc-linux tids2k (~tids2k@27-32-30-32.static.tpgi.com.au)
05:33.44jonpryand there are 3 usb clocks. of which we only enable 2
05:34.39*** join/#htc-linux shroom2k1 (shroom2k1@c-98-199-15-254.hsd1.tx.comcast.net)
05:35.35bzoyou think usb has its own pll, and doesn't derive from msm plls?
05:35.42bmnbmnWoZZeR: no irq 26 error, at the splash screen now
05:35.55WoZZeRwe'll see if it works any better
05:35.58WoZZeRyou may want a few reboots
05:38.07jonprybzo: i'm pretty sure
05:38.20bmnbmnshit, frozen
05:38.29WoZZeRbmnbmn: give it time
05:38.31WoZZeRit can take a while
05:38.32bmnbmnok
05:38.36WoZZeRespecially on your slow ass card
05:38.40bmnbmn:P
05:39.08bmnbmnare you saying its gonna boot even with the splash animation frozen?
05:39.41WoZZeRis it completly frozen?
05:39.51bmnbmnyes
05:40.07WoZZeRwhen did it stop?
05:40.24bmnbmnuhh, like 3 minutes after it got to it?
05:40.31WoZZeRpress the end key
05:40.44bmnbmnnothing
05:40.56WoZZeRok, the it's probably not fixed
05:40.59jonprybzo: there is stuff in upstream about changing ebi clock to 128mhz when enabling usb
05:41.02bmnbmnalso i think something is wrong with your sed, because i didnt get that cmdline echo this time
05:41.09WoZZeRjonpry: I just realized that when I plug the usb in, the screen turns on
05:41.37WoZZeRbut no hits on usb
05:42.34bzojonpry: I don't think ebi clock is something we know how to control right now (or are certain about the relationship with the plls)
05:42.37jonpryuntil we get it to work in haret. i don't think it will work for you. maybe if you go into spl bootloader, connect usb, and then continue?
05:43.21jonprywistilt2 said usb has a pll. but i'm not certain he looked it up
05:44.19bmnbmnWoZZeR: yeah got irq 26 error on 2nd boot
05:44.24WoZZeRok
05:44.25bmnbmnso close
05:44.27WoZZeRthen it didn't fix it
05:44.30bmnbmnyet so far
05:44.52jonprybzo: doesn't this stuff work on kaiser/vogue?
05:45.03bzoI wouldn't think ebi has a direct relationship to usb. It's just one of the busses
05:45.14bzoyes, I'm pretty sure that stuff works on the vogue
05:45.48bzonow that I think about it, I seem to recall ebi being the external bus to the peripherals and such
05:46.11bzoperhaps it needs to be set to some minimum speed to insure there is enough bandwidth for usb
05:47.43bmnbmnWoZZeR: i noticed your modules is missing some stuff
05:47.51bmnbmnthat the regular kernel modules has
05:47.58bmnbmnis that supposed to be that way?
05:48.03jonpry128 is probably slower than normal
05:48.11WoZZeRlike what?
05:48.15bmnbmnlike ramzswap
05:48.25WoZZeRit doesn't normally have that
05:48.42bmnbmnyour ipv6 is like 4mb too
05:49.04bmnbmnwhile the original is like 300kb
05:49.18WoZZeRwhere's the source?
05:49.30bmnbmnhttp://zimages.googlecode.com/files/htc-msm-linux-20100830_123544-package.tar.bz2
05:49.42WoZZeRno
05:49.43WoZZeRsource
05:49.55bzojonpry: I think 128 is the max, according to the acpuclock tables (though defined, I don't know that they actually get changed for us)
05:50.34jonprythis all seems silly. shouldn't hero have a working usb pll configuration for 7201a?
05:50.58bmnbmnWoZZeR:  i have no clue
05:51.11bzojonpry: the configuration is fine, it's the low level commands to effect the changes
05:51.50bzothe android amss seem to hide this kind of stuff in the a9 behind rpc calls
05:52.16bzothat's why the htc source releases have been of limited use in stuff like this
05:52.40jonprybut they would indicate if the pll needed to be configured or not
05:53.10bzoquite possibly - I don't think anyone has dug into that specifically
05:54.30bzojonpry: are you aware of the msm7200 docs floating out there?
05:55.04jonpryi have seen a few. there is stuff on baidu
05:55.32jonpryseems really cool and all except that half the registers aren't visible from a11
05:56.10bzoyeah and of course the registers are mapped slightly differently :/
05:56.38bmnbmnWoZZeR: when im booting up, i do get a complaint about ramzswap, should it really not be there?
05:56.48WoZZeRI don't have issues with it
05:56.55bmnbmnoriginal modules 2mb, yours are 17mb, thats quite a jump
05:57.21WoZZeRthen build your own kernel and modules
05:57.31*** join/#htc-linux tp2user (4c5a7ea1@gateway/web/freenode/ip.76.90.126.161)
05:58.38bmnbmnwhoa whoa whoa
05:58.50WoZZeRhttp://balsat.hopto.org/linuxmsm.php
05:58.52WoZZeRthose are just as big
06:00.20bmnbmnindeed
06:06.55*** join/#htc-linux Maylay|Sphyynx (~gren@adsl-9-201-88.mia.bellsouth.net)
06:16.36*** join/#htc-linux Echo31 (~olivier@mir31-4-82-240-194-54.fbx.proxad.net)
06:22.38bmnbmngsensor_axis=2,1,3 msmvkeyb_toggle=off hw3d.force=0 panic=0 pm.sleep_mode=2 physkeyboard=rhod400 androidboot.serialno=R9PK6NCQR9T8 androidboot.serialno=HFMOXJTNS95J
06:22.45bmnbmntwo serial numbers
06:27.47*** join/#htc-linux Refuge (~none@adsl-99-69-58-202.dsl.ipltin.sbcglobal.net)
06:40.58*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
06:56.45sykosoftwozzer: rhod400 on test5
07:02.48*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
07:05.33*** join/#htc-linux goxboxlive (~jrs@195.80-202-137.nextgentel.com)
07:06.05*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
07:20.47*** join/#htc-linux EMP|FireStorm (~EMP|FireS@ppp-70-243-64-109.dsl.snantx.swbell.net)
07:26.47*** join/#htc-linux eFigs (~eFigs@146.10.21.72.rocketcolo.net)
07:29.07*** part/#htc-linux Stroller^ (~Stroller^@2.55.116.197)
07:29.19*** join/#htc-linux Stroller^ (~Stroller^@2.55.116.197)
07:40.15*** join/#htc-linux camro (~camro@89-104-29-101.customer.bnet.at)
07:46.13*** join/#htc-linux Scepterr69 (~scepterr@ool-18b92277.dyn.optonline.net)
07:46.14*** join/#htc-linux MacDrunk (~marper@201.164.159.190)
07:56.29DomZ~seen zego
07:56.37aptzego <~zego@122.129.199.154> was last seen on IRC in channel #htc-linux, 5d 23h 26m 29s ago, saying: 'CM6.0.0-RC3 based ROM for HD2: http://pastebin.com/0xSN3rbH (for those who care)'.
07:59.34*** join/#htc-linux Baeen1 (~Bane@ppp118-208-219-108.lns20.hba1.internode.on.net)
08:09.07*** join/#htc-linux kiozen (~kiozen@rgnb-5d8793cc.pool.mediaWays.net)
08:09.28*** join/#htc-linux pongster (~opera@121.96.144.198)
08:10.05*** part/#htc-linux pongster (~opera@121.96.144.198)
08:10.39*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@89.32.146.153)
08:17.17*** join/#htc-linux eFigs (~eFigs@146.10.21.72.rocketcolo.net)
08:21.17*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@89.32.146.153)
08:30.57*** join/#htc-linux toi (~toi@d54C2AA76.access.telenet.be)
08:31.46*** join/#htc-linux johnb81 (~john@78.169.162.36)
08:32.59*** join/#htc-linux pH5 (~ph5@e178199062.adsl.alicedsl.de)
08:37.00*** join/#htc-linux prdiii (~markus.pe@88-117-126-73.adsl.highway.telekom.at)
08:46.39*** join/#htc-linux Ashar (deadly@unaffiliated/ashar)
08:50.19*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
08:50.42prdiiiseen darkstone
08:51.01prdiii~seen darkstone
08:51.04aptdarkstone <dtrack@kimoshi.net> was last seen on IRC in channel #htc-linux, 1d 17h 38m 44s ago, saying: 'bbl D:'.
08:51.35*** part/#htc-linux prdiii (~markus.pe@88-117-126-73.adsl.highway.telekom.at)
08:51.44*** join/#htc-linux dieselboy (~dieselboy@69.172.123.151)
08:53.42*** join/#htc-linux eFigs (~eFigs@146.10.21.72.rocketcolo.net)
08:54.06*** join/#htc-linux butor32 (~efr@91.86.17.29)
08:55.16*** join/#htc-linux Stianxxs (5859ecea@gateway/web/freenode/ip.88.89.236.234)
08:55.32Stianxxswill this work for HTC Touch Elfin?
08:55.40*** join/#htc-linux TheJeos (~androirc@84.123.186.211.dyn.user.ono.com)
08:57.34*** join/#htc-linux ImHos (pIRCuser35@86.57.243.185)
08:58.04*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
08:58.31*** join/#htc-linux toi (~toi@d54C2AA76.access.telenet.be)
09:00.06*** part/#htc-linux butor32 (~efr@91.86.17.29)
09:00.11*** join/#htc-linux Vito_| (~Sysel@gw.loccal.net)
09:04.20johnb81~seen cotulla
09:04.21aptcotulla <~opera@nat004-252-205-109.tvoe.tv> was last seen on IRC in channel #htc-linux, 3d 21h 36m 45s ago, saying: 'it's my time :D'.
09:11.52*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
09:21.12*** join/#htc-linux stunt (~fuck@c-76-114-36-123.hsd1.ca.comcast.net)
09:39.02*** join/#htc-linux SVic (~SVic@ip78.127.dars-ip.ru)
09:39.22*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
09:46.18*** join/#htc-linux toi (~toi@d54C2AA76.access.telenet.be)
09:49.53*** join/#htc-linux madCoder- (madcoder@c-68-42-26-3.hsd1.pa.comcast.net)
10:02.00*** join/#htc-linux GlemSom (~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
10:07.05camrophh: still here ?
10:23.47*** join/#htc-linux Pepe (5499815a@gateway/web/freenode/ip.84.153.129.90)
10:26.33*** join/#htc-linux mickey|zzZZzz (~mickey@openmoko/coreteam/mickey)
10:27.43*** join/#htc-linux Bry8Star_ (~Bry8Star@cpe-76-170-247-232.socal.res.rr.com)
10:30.27*** join/#htc-linux GNUtoo|laptop (~gnutoo@host146-132-dynamic.16-79-r.retail.telecomitalia.it)
10:32.37*** join/#htc-linux babijoee (~babijoee_@d110-33-172-23.sun801.vic.optusnet.com.au)
10:36.03*** join/#htc-linux [Delenn] (~opera@nat004-252-205-109.tvoe.tv)
10:36.10[Delenn]hey
10:39.27*** join/#htc-linux toi (~toi@d54C2AA76.access.telenet.be)
11:01.59GNUtoo|laptophi,
11:02.42[Delenn]ðø
11:02.45[Delenn]hi
11:04.33GNUtoo|laptopwith the htcdream, under FSO or under android(refence ril based ril available here: http://gitorious.org/replicant/ril/trees/replicant/reference-ril ) we've got some CME error 30, but only in US or AU.so:
11:04.43GNUtoo|laptop*did other free ril had this issue
11:05.13GNUtoo|laptopon other phones too
11:05.27[Delenn]30 is NO NETWORK SERVICE?
11:05.29GNUtoo|laptopI'm aware only of the vilord's ril
11:05.31GNUtoo|laptopI know
11:05.34GNUtoo|laptopbut that's not normal
11:06.07[Delenn]is it response to some command?
11:07.04GNUtoo|laptopyes
11:07.14[Delenn]which command?
11:07.18GNUtoo|laptopI think AT+COPS
11:07.44[Delenn]if u are using original htc ril, u got this also?
11:07.49GNUtoo|laptopno
11:07.53[Delenn]hm intersting
11:08.04GNUtoo|laptopand AT+CREG seem to have succedded
11:09.37[Delenn]hm
11:09.55GNUtoo|laptopI'll try to find the ril log,for now I looked at the fso log
11:12.56GNUtoo|laptop[Delenn], do you have a clue on what I should do now?
11:13.09*** join/#htc-linux domi007 (5b5223a5@gateway/web/freenode/ip.91.82.35.165)
11:13.25[Delenn]hm wait
11:13.28GNUtoo|laptopok
11:13.44GNUtoo|laptopmickeyl, is there at the moment so it might be a good oportunity
11:13.57[Delenn]maybe look to AT commands in logs which can change AT+COPS response
11:14.25[Delenn]also compare htc specific commands... if they exist there...
11:16.37GNUtoo|laptopok
11:16.59*** join/#htc-linux DomZ (~chatzilla@89.159.175.242)
11:17.19[Delenn]there should be AT+COPS=XX l... compare them
11:17.46[Delenn]or maybe u send it too early?
11:17.51[Delenn]show log..
11:18.53GNUtoo|laptopok
11:18.55GNUtoo|laptopone sec
11:19.37GNUtoo|laptophttp://pastebin.com/e0ArzDmV
11:20.04GNUtoo|laptopI can't find the ril log because it's old and now I use fso
11:20.49mickeylthis log does not show the actual AT communication
11:21.15GNUtoo|laptopok
11:21.18mickeyleither you disabled the libfsotransport INFO logs or piping them elsewhere
11:21.22GNUtoo|laptopmickeyl, is there a way to be more verbose?
11:21.37GNUtoo|laptopbecause that is DEBUG I think
11:21.43*** join/#htc-linux manusfreedom (~manusfree@tra78-1-82-235-115-79.fbx.proxad.net)
11:21.52[Delenn]look
11:21.52mickeyl[libfsotransport]
11:21.52mickeyllog_level = INFO
11:21.57GNUtoo|laptopok
11:21.57[Delenn]2010-08-29T04:42:02.798309Z [DEBUG] QualcommHtcUnsolicitedResponseHandler : Dispatching AT unsolicited '+CREG', '2'
11:21.57[Delenn]2010-08-29T04:42:02.801391Z [DEBUG] QualcommHtcUnsolicitedResponseHandler : Dispatching AT unsolicited '+CGREG', '2'
11:21.58mickeyletc.
11:22.06GNUtoo|laptopok thanks a lot
11:22.10[Delenn]seems it's ready only at this moment
11:22.14GNUtoo|laptopI'll write a mail to the person
11:22.22[Delenn]it send response to AT+CREG
11:22.36[Delenn]while we ask for state before...
11:22.47*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-164-67.netcologne.de)
11:22.55[Delenn]I think it should wait until +CREG  response appear in queue
11:23.40[Delenn]try to insert delay
11:23.43[Delenn]after CREG
11:23.48[Delenn]registration
11:23.53[Delenn]500 ms for example
11:24.27GNUtoo|laptopok
11:24.47GNUtoo|laptopI got the log via mail and the tester in AU is not at the same timezone than me
11:25.00GNUtoo|laptopso sould we send him a binary? a patch?
11:25.11GNUtoo|laptopor commit the delay and see
11:25.20[Delenn]dunno.. for tester I think better binary..
11:25.22GNUtoo|laptopanyway I'll ask him for more details
11:25.32[Delenn]because he will just install it and do work :)
11:25.41[Delenn]no f with compiling and etc
11:25.48GNUtoo|laptopok
11:26.06[Delenn]different operators may need different registration time I guess
11:27.37GNUtoo|laptopmickeyl, where is libfsotransport?
11:27.54GNUtoo|laptopI do not have it in /etc/conf/freesmartphone/trout/
11:28.21GNUtoo|laptopstrange
11:28.29GNUtoo|laptopnormally it should be in fsogsmd
11:29.28mickeylit's in fsogsmd.conf
11:29.33mickeylas section
11:33.53*** join/#htc-linux wish34 (~IceChat7@5ad05b7b.bb.sky.com)
11:34.55[Delenn]are 0x8000 before kernel busy by PPT?
11:35.21GNUtoo|laptopmickeyl, yes but it's not there in the htcdream's fsogsmd right?
11:35.27GNUtoo|laptopshould the tester add it
11:35.59GNUtoo|laptopit's in default tough
11:41.51*** join/#htc-linux GNUtoo|htcdream (~GNUtoo@90.84.144.121)
11:42.07*** join/#htc-linux TheJeos (TheJeos@84.123.186.211.dyn.user.ono.com)
11:44.59mickeylif it's missing in htcdream's fsogsmd conf we should add it there
11:45.09GNUtoo|htcdreamok
11:45.50mickeyldone
11:47.37GNUtoo|laptopthanks
11:47.47GNUtoo|laptopmy phone doesn't last a lot
11:47.52GNUtoo|laptopmaybe less than 10min
11:49.13GNUtoo|laptopdamn battery
11:49.18GNUtoo|laptopor whatever
11:49.56*** join/#htc-linux theredundant (~thereduda@cm138.epsilon80.maxonline.com.sg)
11:51.21[Delenn]who remember leo mtype?
11:51.37[Delenn]oh it should be in startup.txt
11:54.11*** join/#htc-linux theredundant (~thereduda@cm138.epsilon80.maxonline.com.sg)
12:00.06*** join/#htc-linux TheJeos (TheJeos@84.123.186.211.dyn.user.ono.com)
12:05.59*** join/#htc-linux LeTama (~IceChat7@vau06-1-82-228-252-90.fbx.proxad.net)
12:06.22[Delenn]~seen NetRipper
12:06.23aptnetripper is currently on #htc-linux. Has said a total of 65 messages. Is idling for 4d 1h 2m 7s, last said: 'well if you pass a nullpointer for the first atag structure, it will ignore all atags.. so it could boot without (but you'd need to at least set memory bank information in fixup())'.
12:06.44LeTamahi all
12:06.46[Delenn]ping MEM_LINUX_KERNEL_BASE
12:06.48*** join/#htc-linux Blizzzard (5e067a08@gateway/web/freenode/ip.94.6.122.8)
12:06.48[Delenn]hi
12:07.05[Delenn]ping NetRipper
12:10.06*** join/#htc-linux tids2k (~tids2k@27-32-30-32.static.tpgi.com.au)
12:10.51*** join/#htc-linux luc_ (5e3edc93@gateway/web/freenode/ip.94.62.220.147)
12:11.10luc_Guys what's that http://cotulla.pp.ru/leo/Android/Ctll_mach_msm_LSENSOR_SRC.tar.gz
12:12.03[Delenn]for devs only seems
12:12.34luc_yes but what does it fix?
12:17.18*** join/#htc-linux Akustik84 (~volodin_d@95-24-2-171.broadband.corbina.ru)
12:20.41*** join/#htc-linux gauner1986 (~Adium@ip-88-152-47-139.unitymediagroup.de)
12:20.44gauner1986hi
12:20.51LeTamahello gauner1986
12:20.53[Delenn]hey\
12:22.14*** join/#htc-linux SVic (~SVic@ip78.127.dars-ip.ru)
12:23.48gauner1986news?
12:23.49gauner1986:)
12:24.22camrohi gauner1986
12:25.05LeTamanot from me :)
12:25.34gauner1986:)
12:27.51*** join/#htc-linux malisha1 (47a722a5@gateway/web/freenode/ip.71.167.34.165)
12:28.08camrogauner1986: whichb dvice are you using ?
12:28.18gauner1986hi camro
12:28.20gauner1986leo
12:28.41camroany battery problems ?
12:28.50gauner1986hm.. not
12:28.51gauner1986no
12:28.55gauner1986nothing serious
12:29.06camroso, not going down very fast ...
12:29.23camroex: i tried now my blackstone:
12:31.21camro12:30 to 13:00 -> from 60% to 17%
12:31.46camro13:00 to 13:30 -> from 17% to 12%
12:32.09camro13:30 to 14:00 -> from 12% to 11%
12:32.13gauner1986and what eats cpu?
12:32.28camro14:00 to 14:30 -> from 11% to 8%
12:33.00*** join/#htc-linux eugenb (~no@dslb-188-101-069-233.pools.arcor-ip.net)
12:33.04camrowell - i use the systempaneel - for plotting (which needs a lot of power ..)
12:33.24camroand all the time - display on (so, that the power consume is normally high..)
12:34.05HunterkllI asked a customer if he would prefer paper or plastic. He said "I'd like a little bit of paper and a little bit of plastic. I guess you could say I'm bi-sackual."
12:34.12camrothe real thing, what i'm wondering ...the mV show me: 3690 on 8% ...
12:34.21camroi mean, that the display is wrong ...
12:34.43camronow - i'm waiting to see how it go'on ..
12:35.07camrothen if it is at 5% - i will reboot to windows and will look what it shows me ...
12:35.15camroi'M sure, this is not normal ..
12:36.04camromust look, how i can ask the battery on console, that i can make ascript to write all 5min the battery + voltage in linux ...
12:36.05Hunterkllheh
12:36.14Hunterkllmy HD2 shuts off at 4% in android
12:36.23camrothis seems to be also not fully fixed ...
12:36.25Hunterklland won't boot back up into winmo cuz it's really 0% :)
12:36.56camrowell, i saw, that my device shutdow on 5% and on wm i have then ~40% left ..
12:37.16camroall guys are thinking, that the battery consume is high - i don'T think so ...
12:37.28camrothe display or reading from driver is maybe wrong ...
12:37.59camronow it is 14:35 here - and battery is also 8%
12:38.44*** join/#htc-linux Ashar (deadly@unaffiliated/ashar)
12:38.48camroi must test this in windows with a battery plotter - and then again on android ...
12:38.55camroi'm sure, this is not normal
12:39.06camroresearch necceary for it ...
12:41.36Ondalfwish research done on kaiser too... it also suffers calibration problems and funny readings
12:42.57Hunterkllhd2 just off 4% for me heh
12:44.10camrowell, will be the next in my list - the battery ...
12:44.41camrohopefully, phh will be back soon to implement all the fixes which he got ...
12:46.02Ondalfmines only 15% off
12:47.03*** join/#htc-linux ninstaah (~ninstaah@0122500024.0.fullrate.dk)
12:47.05camro5% now - and 3679mV
12:47.24[Delenn]not bad
12:47.37ninstaahhey guys, any of you got the msm72k datasheet (not the msm7200) ?
12:47.38[Delenn]but it depends on load very
12:47.45camrowell, for nwo not the consume make me crazy .. .the curve, that is what is strange ..
12:48.03Ondalf72000?
12:48.07ninstaahye Ondalf
12:48.21camroCPU ~25%
12:48.24Ondalfoh theres one like that too
12:48.55ninstaahI guess that msm72k = msm72000 right?
12:49.37camronistaah: should be .. k=1000
12:49.43Ondalfafaik yes, but where you need one?
12:50.51ninstaahget SET_ADDRESS and GET_.. to work right.
12:51.09[Delenn]what is it?
12:51.42ninstaahit's going to be a port of psfreedom for the desire (rly all htc androids with msm72k)
12:52.01LordCraigusbah
12:52.03LordCraigustmo sux ass
12:52.12LordCraigusbeen on the phone with them for like 3 days straight
12:52.16gauner1986markinus: current git doesnt compile
12:52.20LordCraigusonly for them to find out that its a bad sim
12:52.51gauner1986make[1]: *** No rule to make target `arch/arm/mach-msm/board-htcleo-ls.o', needed by `arch/arm/mach-msm/built-in.o'.  Stop.
12:53.30[Delenn]heh
12:53.57*** join/#htc-linux Echo31 (~olivier@mir31-4-82-240-194-54.fbx.proxad.net)
12:54.24gauner1986obj-$(CONFIG_MACH_HTCLEO) += board-htcleo-proximity.o board-htcleo-leds.o board-htcleo-ls.o
12:54.25gauner1986mhm
12:54.26gauner1986strange
12:54.39*** join/#htc-linux Dinde (kayser@sur-internet.net)
12:58.51DomZcan I know guys which android rom you are using atm ?
12:59.02DomZon leo
12:59.59[Delenn]seems it's not finished
13:02.48[Delenn]ow
13:08.52*** join/#htc-linux spetrillo (~SteveP@71.167.186.40)
13:10.30*** join/#htc-linux SVic (~SVic@ip78.127.dars-ip.ru)
13:10.46[Delenn]somebody ever get such errors?
13:10.47[Delenn]http://pastebin.com/RNZV816T
13:11.35*** join/#htc-linux rrew (~rrew@78-2-13-9.adsl.net.t-com.hr)
13:16.06LeTamaDelenn, nice! never had that.
13:20.46gauner1986also havent seen that
13:20.47*** join/#htc-linux flagada (58a1e24e@gateway/web/freenode/ip.88.161.226.78)
13:20.51[Delenn]seems it received twice RPCROUTER_CTRL_CMD_HELLO
13:26.18*** join/#htc-linux gnutoo (~gnutoo@host146-132-dynamic.16-79-r.retail.telecomitalia.it)
13:28.07[Delenn]it's not funny.. in linux any wrong action cause system crash :D
13:28.14*** join/#htc-linux epsas (~epsas@cassowary.riseup.net)
13:28.45DomZLeTama does ppp works for you ?
13:28.59[Delenn]for example if u insert item in klist and something wrong, system will die
13:32.56*** join/#htc-linux GNUtoo|laptop (~gnutoo@host146-132-dynamic.16-79-r.retail.telecomitalia.it)
13:33.22[Delenn][   17.942145] VFS: Cannot open root device "<NULL>" or unknown-block(0,0)
13:33.38[Delenn]is it means that it can't find rootfs?
13:33.45gauner1986yes
13:35.32gauner1986ah ok
13:35.36gauner1986there is no board-htcleo-ls
13:35.39gauner1986.c
13:35.40gauner1986;D
13:35.53[Delenn];D
13:35.56[Delenn]:D
13:36.32[Delenn]hm [   17.572549] mmc0: Slot eject status = 1
13:36.37[Delenn]is 1 - missing?
13:38.03gauner1986good question
13:38.07gauner1986sounds logical
13:38.10gauner1986:P
13:38.12gauner1986but who knows
13:38.32[Delenn]seems yes
13:40.00DomZppp is worst then rmnet here :s
13:40.04DomZthan
13:41.09[Delenn]why?
13:41.12[Delenn]O_o
13:41.37gauner1986" /home/gauner/hd2linux/markinus/linux-on-wince-htc/arch/arm/mach-msm/board-htcleo-ls.c:112: undefined reference to `microp_read_lightsensor_value'
13:41.39DomZit is not working at all while rmnet was working without doing anuthing
13:42.05*** join/#htc-linux gnutoo (~gnutoo@host146-132-dynamic.16-79-r.retail.telecomitalia.it)
13:42.39[Delenn]:D
13:42.50[Delenn]but RMNET lost upload packets
13:42.54gauner1986then you're doing sth wrong
13:43.33Hunterkllwtf
13:43.39Hunterkllthis laptop is a 1.3ghz pentium m
13:43.59Hunterkllthe other low end laptop i used winxp on was a 366 pent 2 mobile (celeron with a different name)
13:44.10Hunterkllwhy is the 1.3 with almost 4x ram slower then the 366mhz? :(
13:44.12DomZI've activate data and roaming set APN, is there something elso to do ?
13:46.53DomZlol I've activate BT and my phone is stuck (I can't do nothing : buttons and touch screen is no more working :s) :> reboot
13:48.43gauner1986arch/arm/mach-msm/board-htcleo-panel.c:517: error: static declaration of 'config_gpio_table' follows non-static declaration
13:48.44gauner1986wtf
13:48.45gauner1986^^
13:48.55StummeJHey do you guys know what combiniation of haret will display gpio watch data?
13:48.59epsashello
13:49.01epsaswhat graphical environment are people here using?
13:49.10gauner1986mac os x
13:49.18epsasahh - for their htc's, i meant.
13:50.14gauner1986android
13:50.15gauner1986:P
13:51.47epsashow does android draw?  I assume that it doesn't use an X protocol
13:52.26*** join/#htc-linux theredundant (~thereduda@cm138.epsilon80.maxonline.com.sg)
13:52.35epsasjust curious -- a friend gave me a verizon xv6500, and I am going to put linux on it
13:52.37[Delenn]DomZ, make dump
13:54.58*** join/#htc-linux SleekX (~SleekX@30.82-134-23.bkkb.no)
13:55.45gauner1986okay
13:55.55gauner1986integrating lightsensor is somewhat more complex than i thought
13:55.57gauner1986*damn*
13:56.11darkstonelooks like the psfreedom port is coming along nicely
13:56.11darkstone:D
13:56.21gauner1986darkstone: really?
13:56.23darkstonefor MSM72k USB devices
13:56.25gauner1986port to leo?
13:56.27gauner1986:D
13:56.28darkstonewhich ours uses
13:56.30darkstone:D
13:56.38gauner1986who is doing it?
13:56.48darkstonesomeone names DrMon
13:56.50*** join/#htc-linux Markinus (~Markinus@188-195-192-230-dynip.superkabel.de)
13:56.52*** join/#htc-linux NeoMatrixJR_Mobi (~NeoMatrix@173-141-116-219.pools.spcsdns.net)
13:56.53darkstone#psfreedom
13:56.55gauner1986link?
13:56.56gauner1986ah
13:56.56MarkinusHi
13:57.00gauner1986hey markinus
13:57.06MarkinusI forgott to add the ls file to git
13:57.07gauner1986there's some error in latest git
13:57.09gauner1986yeah
13:57.26MarkinusI'm not at home, I push it later, you can remove it from makefile
13:57.47gauner1986ok
13:58.38[Delenn]hi Markinus
13:58.55Markinus[Delenn]: hi
13:59.14Markinus[Delenn]: I integrated all your changes in this repo
13:59.25[Delenn]but not lsensor?
13:59.32gauner1986did you do big changes to the board-htcleo-ls.c file?
13:59.40gauner1986i want to test it
13:59.42gauner1986:)
13:59.51Markinus[Delenn]: I did it, but fogott to add on commit :(
13:59.53[Delenn]there still power problems I believe
14:00.02[Delenn]or u fixed it?
14:00.09gauner1986power problems?
14:00.26[Delenn]lsensor power
14:00.29[Delenn]I didn't finish it
14:01.01Markinus[Delenn]: yes, I saw it, but we didn'T have a GPIO for this
14:01.08[Delenn]there no GPIO
14:01.09Markinus[Delenn]: is there maybe a vreg?
14:01.11[Delenn]microp power
14:01.12*** join/#htc-linux MN (b26ef6e2@gateway/web/freenode/ip.178.110.246.226)
14:01.16MNhi
14:01.21Markinus[Delenn]: ahh, ok
14:01.24[Delenn]seems shared with proximity
14:01.36[Delenn]also we need setup bkl right at system start
14:01.39Markinus[Delenn]: like evo then
14:02.03[Delenn]in my last tests u need to run kernel with android auto bkl off
14:02.09[Delenn]otherwise u will get shit
14:02.20Markinusok,
14:02.35gauner1986[delenn] last time i tested it was the other way round
14:02.38gauner1986it needed to be enabled
14:03.19Markinussee you later, have o write on my masterthesis
14:03.25[Delenn]okbb
14:03.40[Delenn]http://htc-linux.org/wiki/index.php?title=Leo/Status
14:03.41Markinusbye
14:03.43[Delenn]is it outdated?
14:04.24MNjust wondering has pm been completed?
14:05.06gauner1986with the evo tree it mostly is i believe
14:06.11MNokay would that mean the device wouldnt heat up whilst using the phone
14:06.18MNwith the evo tree
14:06.20[Delenn]Indicator LEDs Yes Yes, but not in Sense Builds
14:06.26HunterkllMN: No
14:06.30[Delenn]is problem with sense fixed?
14:06.31HunterkllIt'll still heat up under load
14:06.35Hunterkllthat's how computers do :)
14:06.42gauner1986[delenn] in evo tree it is back again for some strange reason
14:06.44gauner1986markinus doesnt have it
14:07.13[Delenn]as well
14:07.17[Delenn]camera is working fully?
14:09.20*** join/#htc-linux MN_ (b26ef6e2@gateway/web/freenode/ip.178.110.246.226)
14:09.23MN_okay
14:10.59[Delenn]shit still [   17.572335] mmc0: Slot eject status = 1
14:11.18gauner1986what are testing?
14:11.31[Delenn]mmc0 is sd card
14:11.33[Delenn]or wlan?
14:11.47gauner1986isnt it mmcblk0 or sth?
14:11.51gauner1986for sd card?
14:12.35[Delenn]FUCK
14:13.30gauner1986?
14:13.38[Delenn]forgot one thing :D
14:15.15dcordeswhat's the status with 4g kernel ?
14:15.33dcordesgauner1986: what's missing 'feature' wise ?
14:15.46gauner1986lsensor
14:16.04gauner1986cotulla released the source
14:16.07dcordesgauner1986: did you put the master mode wifi ?
14:16.16gauner1986no, i dont have commit rights
14:16.32gauner1986it's working very good except of lsensor
14:16.32dcordesgauner1986: ok I think it will be nice to put it in linuxtogo
14:16.52gauner1986have to do further tests though
14:17.14dcordesgauner1986: is anything working better than it does in htc-msm-2.6.32 ?
14:17.35gauner1986hm
14:17.41gauner1986did get bluescreen after boot again
14:18.01gauner1986dcordes_ cant say for sure right now
14:18.17dcordesgauner1986: ok. whata bout cotulla ?
14:18.18gauner1986dan said pm is way better
14:18.34dcordesdespite from it being city in texas
14:18.45dcordeswhere's the code
14:19.10[Delenn]:D
14:19.10*** join/#htc-linux JTuck (~JTuck@173-31-155-7.client.mchsi.com)
14:19.21gauner1986:D
14:19.29gauner1986on cotullas site
14:20.33gauner1986timer fix doesnt seem to be fully committed
14:20.46dcordesgauner1986: we should include the useful bits in htc-msm-2.6.32
14:21.12dcordesgauner1986:but my suspicion he did not rebase again removes any motivation forme tm erge
14:21.13*** join/#htc-linux en1gma (~abc@173-31-88-49.client.mchsi.com)
14:21.17dcordesto merge
14:21.31dcordesand I won't have the time next weeks
14:21.37gauner1986yeah.. there's some work to do
14:21.49*** join/#htc-linux Pohket (~Pohket@207-172-112-247.c3-0.rdl-ubr2.trpr-rdl.pa.cable.rcn.com)
14:22.07[Delenn]dcordes, why you want to continue work under htc-msm-2.6.32?
14:22.09gauner1986markinus already integrated some things
14:22.29dcordes[Delenn]: I do. in fact I didn't clone the evo branch yet. I will pull it once it is in linuxtogo kernel.git .
14:22.47*** part/#htc-linux Baeen (~Bane@ppp118-208-219-108.lns20.hba1.internode.on.net)
14:23.20[Delenn]gauner1986, which kernel you are using now?
14:23.21dcordesali1234: ping
14:24.03gauner1986[delenn] markinus latest git with the timer.c file from ltg
14:24.03gauner1986:P
14:24.11dcordesgauner1986: what's the evo .git address and branchname ?
14:24.24[Delenn]can you make dmesg to pasterbin?
14:24.39gauner1986[delenn] of something specific?
14:24.48[Delenn]just bootinh
14:24.50[Delenn]booting
14:24.50gauner1986http://www.gitorious.com/linux-on-wince-htc/linux-on-wince-htc
14:24.55gauner1986[delenn] sure
14:25.02gauner1986master branch @ dcordes
14:25.03dcordesgauner1986: git:// ?
14:25.11gauner1986git://gitorious.org/linux-on-wince-htc/linux-on-wince-htc.git
14:25.20dcordesgauner1986: thanks
14:25.56dcordes[[Kernel]]
14:25.56unilinkyhttp://htc-linux.org/wiki/index.php?title=Kernel
14:26.21dcordesali1234: I would like to copy git://gitorious.org/linux-on-wince-htc/linux-on-wince-htc.git master to git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git
14:26.32[Delenn]I still have some unknown problems with mmc
14:26.47[Delenn]so your log gauner1986 may help me
14:27.13gauner1986ok
14:28.08gauner1986i'm just putting a new kernel and booting
14:29.18dcordesali1234: but don't know the commands. can you help with that ?
14:33.42[Delenn]hm
14:33.44[Delenn]or
14:33.44[Delenn][   17.940911] VFS: Cannot open root device "<NULL>" or unknown-block(0,0)
14:33.45[Delenn][   17.947757] Please append a correct "root=" boot option; here are the available partitions:
14:33.45[Delenn][   17.954500] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
14:33.50[Delenn]means that now initrd?
14:33.52[Delenn]*no
14:34.07LeTamaDelenn, usually yes
14:34.21[Delenn]shit... why I mess with mmc all this time %)
14:34.23gauner1986it means that it couldnt open the root device specified in root=
14:35.01LeTamaDelenn: for initrd, you usually have a message earlier during boot
14:35.12[Delenn]gauner1986, so what about dmesg log?
14:35.52gauner1986currently stuck at haret handover
14:36.00gauner1986for whatever reason..
14:36.38gauner1986i'm putting old zimage from linuxtogo and see
14:37.21[Delenn]hm
14:37.30[Delenn]is kernel decompressed inplace?
14:40.19*** join/#htc-linux Jack-E (~chatzilla@host86-172-80-206.range86-172.btcentralplus.com)
14:40.29[Delenn]lol working
14:40.40[Delenn]was too small initrd offset
14:41.43*** join/#htc-linux sputnick (~sputnick@unaffiliated/sputnick)
14:43.27[Delenn]lol audio died
14:43.53gauner1986no its zImage
14:44.00gauner1986ah ok
14:44.02gauner1986:P
14:44.08gauner1986i had to move it to 00c
14:44.11gauner1986to have it working
14:46.59[Delenn]so markinus kernel is good?
14:47.18*** join/#htc-linux programmer8922 (~Evan@67.219.166.182)
14:48.10gauner1986can tell if i get it to boot again
14:48.13gauner1986:D
14:48.48*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
14:49.51[Delenn]oki
14:50.42*** join/#htc-linux tids2k (~tids2k@27-32-30-32.static.tpgi.com.au)
14:51.15gauner1986ok, up again
14:51.21gauner1986do you still need dmesg?
14:51.43[Delenn]no
14:51.46[Delenn]working already
14:51.59*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@89.32.146.153)
14:52.08gauner1986ok
14:52.52*** join/#htc-linux Rewind402 (~rrew@78-2-47-244.adsl.net.t-com.hr)
14:56.48*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@89.32.146.153)
14:57.26gauner1986cam works
15:05.21[Delenn]really time to abandon this shit
15:06.51gauner1986everything is working great so far
15:07.38gauner1986except the leds
15:07.43gauner1986for some strange reason
15:08.15[Delenn]oh
15:08.31gauner1986someone here on darkstones sense v2?
15:09.16gauner1986or is there a recent version of liblights somewhere?
15:09.27[Delenn]again not compatibles?
15:09.29[Delenn]:(
15:09.46darkstoneliblights is very odd on my v2 version xD
15:09.52darkstonetouch the status bar
15:09.56darkstoneand the orange led will flash
15:10.12DuperManthat's kinda nifty oO
15:10.17[Delenn]lol
15:10.35gauner1986darkstone
15:10.43gauner1986can you upload me the version of liblights youre using?
15:10.50darkstonein v2?
15:10.51darkstoneok
15:11.21gauner1986ah
15:11.24gauner1986got a sleep of death
15:11.25gauner1986:(
15:11.35darkstonei think this is related to kernel
15:11.42darkstonei need to revert wifi changes
15:11.44darkstoneand test
15:11.45gauner1986ah no
15:11.52gauner1986it just took long to wake up again
15:11.57darkstoneah
15:12.02darkstonecould be my 245mhz script
15:12.02darkstonexd
15:12.12gauner1986i'm not using v2
15:12.13gauner1986:)
15:12.17DuperManthat's a common new thing, delayed wake ups/ts freeze on wakeup
15:12.31[Delenn]shit phone not working
15:12.34gauner1986ok
15:12.36darkstonenvm then
15:12.36darkstonexD
15:12.51gauner1986yeah
15:12.53gauner1986ts freezes
15:13.01*** join/#htc-linux noellenchris (ad3d72f1@gateway/web/freenode/ip.173.61.114.241)
15:13.10noellenchrishello all
15:13.22darkstonegauner1986: http://www.multiupload.com/R9FMXSGT84
15:13.24DuperMangauner1986: hardly dev talk, but using interactive governor "healed" it for me:)
15:13.45gauner1986<3>[  614.043356] msm_i2c msm_i2c.0: error, status 63c8 (5C)
15:13.45gauner1986<3>[  614.043425] msm_i2c msm_i2c.0: Error during data xfer (-5) (5C)
15:13.45gauner1986<3>[  614.043574] msm_i2c msm_i2c.0: error, status 43c8 (34)
15:13.45gauner1986<3>[  614.043624] msm_i2c msm_i2c.0: Error during data xfer (-5) (34)
15:13.45gauner1986<6>[  614.044900] [R] late_resume end
15:14.03gauner1986wtf?
15:14.04gauner1986^^
15:14.12gauner1986interactive governor?
15:14.15*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
15:14.26gauner1986thanks darkstone
15:14.35darkstonenp
15:15.15gauner1986wtf
15:15.16DuperMangauner1986: in setCPU.
15:15.21gauner1986you have lights.qsd8k
15:15.23gauner1986and lights.htcleo
15:15.26gauner1986which one to use?
15:15.33noellenchrisquick ? for gauner1986: PPP and Wifi, on the different builds PPP works great until I turn on Wifi, then when data reconnects it locks android.  I reboot and eventually corrupts data.img.  Is this known already? thanks....
15:16.02darkstonegauner1986: qsd8k
15:16.09gauner1986ok
15:17.03darkstoneneed to clean up my builds
15:17.10darkstonebut im lazy :D
15:17.20darkstonetoo busy watching psfreedom progress
15:17.21darkstonehurr
15:17.23gauner1986noellenchris: yes.. there are some problems with ppp crashes atm
15:17.33gauner1986theres not much in channel now
15:17.42gauner1986but drmon told me that theres some glitch
15:17.51gauner1986android usb gadget needs to be disabled
15:17.54darkstoneyeah
15:17.55*** join/#htc-linux zycho (~zycho@p54834CE8.dip.t-dialin.net)
15:17.56gauner1986so its not usable
15:18.00gauner1986as everyday kernel
15:18.05darkstonehttps://spreadsheets.google.com/ccc?key=tarAC83Wjsq2QZvP4iR5mlw&hl=en#gid=0
15:18.09darkstoneyup
15:18.50DuperManthe mixed open sourced and closed source nature of android's giving me a headache:(
15:19.09[Delenn]so PPP still sucks?
15:19.12[Delenn]:D
15:19.26DuperMan[Delenn]: you're being overly technical, but yes. :-P
15:19.45[Delenn])))
15:19.49gauner1986have to watch how it is on the new kernel
15:19.54noellenchristhanks for the info, i was going nuts at least till i figured out it happens when I toggled wifi,  love the ppp , and miss it.  I've been playing with the FRG33 , it's not bad....w/out ppp, slow uploads..:(
15:21.14gauner1986still lights not working
15:21.16noellenchrisstepped out of the Ferrari and back onto the horse...lol, that's what it feels like going from ppp to rmnet....hehe
15:21.27gauner1986strange
15:21.52DuperMandarkstone, gauner1986: may I be privy to how the new Evo based branch is expected to supercede current kernel trees?
15:22.15gauner1986it only works on device wakeup
15:23.09*** join/#htc-linux domi007 (5b5318c0@gateway/web/freenode/ip.91.83.24.192)
15:23.24darkstonei won't be able to answer that
15:23.28gauner1986[delenn] is it possible to modularize the msm usb stuff? instead of keeping it as embedded kernel module?
15:23.34darkstoneD:
15:23.50[Delenn]yes maybe...
15:24.08[Delenn]we can build all as modules in theory
15:24.09domi007hi guys, no sleep-wake up for rhobuntu yet?
15:24.10gauner1986we're facing this problem with the ps3 mod
15:24.28[Delenn]which problem?
15:24.47gauner1986android usb stuff has to be disabled
15:24.58gauner1986for the mod to work
15:25.14[Delenn]hm libhtc_ril won't load without qmi drivers?
15:25.26*** join/#htc-linux zycho (~zycho@p54834CE8.dip.t-dialin.net)
15:25.45gauner1986it loads without rmnet support
15:26.11[Delenn]but not without qmi?
15:26.40gauner1986dunno
15:27.04gauner1986we'd need to modularize the android usb gadget
15:27.10gauner1986currently it doesnt allow that
15:36.52*** join/#htc-linux michyprima (~quassel@host211-156-dynamic.36-79-r.retail.telecomitalia.it)
15:38.40*** join/#htc-linux gauner1986 (~yaaic@ip-88-152-47-139.unitymediagroup.de)
15:39.38gauner1986g sensor doesnt work
15:40.54*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
15:49.14*** join/#htc-linux Termana (~bradley@123-3-183-248.static.dsl.dodo.com.au)
15:49.41*** join/#htc-linux NeoMatrixJR_ (~chatzilla@173-25-51-102.client.mchsi.com)
15:53.18*** join/#htc-linux gauner1986 (~Adium@ip-88-152-47-139.unitymediagroup.de)
15:56.52dcordesgauner1986: does it have ehci_hcd, backlight API backlight driver, etc ?
15:59.19gauner1986dunno.. dont think it has everything yet
16:04.17*** join/#htc-linux Jack-E (~chatzilla@host86-169-32-227.range86-169.btcentralplus.com)
16:04.25*** join/#htc-linux dieselboyx (~dieselboy@dsl-69-172-123-151.acanac.net)
16:04.40*** join/#htc-linux gauner1986 (~Adium@ip-88-152-47-139.unitymediagroup.de)
16:04.58gauner1986markinus: there seems to be a problem with sensors
16:05.02gauner1986maybe its microp or sth
16:05.08gauner1986g sensor doesnt work
16:06.16*** join/#htc-linux nineX_ (~nunya@75-132-13-29.dhcp.stls.mo.charter.com)
16:07.36*** join/#htc-linux flagada (58a1e24e@gateway/web/freenode/ip.88.161.226.78)
16:08.12*** join/#htc-linux lenix (~irc@lenix.de)
16:24.24*** join/#htc-linux beeboobeeboo (~non@c-71-59-128-10.hsd1.wa.comcast.net)
16:24.59*** join/#htc-linux GNUtoo|laptop (~gnutoo@host146-132-dynamic.16-79-r.retail.telecomitalia.it)
16:35.09*** join/#htc-linux toi (~toi@d54C2AA76.access.telenet.be)
16:37.55*** join/#htc-linux Ashar (deadly@unaffiliated/ashar)
16:46.31*** part/#htc-linux ninstaah (~ninstaah@0122500024.0.fullrate.dk)
16:47.35*** part/#htc-linux [Delenn] (~opera@nat004-252-205-109.tvoe.tv)
16:56.06*** join/#htc-linux WoZZeR_ (no@d14-69-99-229.try.wideopenwest.com)
17:01.05*** join/#htc-linux emwe (~mweirauch@cable-86-56-8-104.cust.telecolumbus.net)
17:01.41emwehiho
17:01.47camrohi
17:01.58*** part/#htc-linux Vito_| (~Sysel@gw.loccal.net)
17:02.23emwerrew, around?
17:05.12*** join/#htc-linux jonpry (~jonpry@63.245.31.4)
17:11.40jonpry~seen psycho_
17:11.48aptpsycho_ <~psycho@2001:470:c25d:4:4a5b:39ff:fe62:13fd> was last seen on IRC in channel #htc-linux, 8d 16h 20m 46s ago, saying: 'there is actually broadcom code in there'.
17:11.51WoZZeR_hey jonpry
17:11.57jonpryhi wozzer
17:12.16jonpry~seen psycho
17:12.18aptpsycho <~psycho@2001:470:c25d:4:4a5b:39ff:fe62:13fd> was last seen on IRC in channel #htc-linux, 6d 15h 58m 2s ago, saying: 'gentoofr34k: I will be on here tomorrow after work, hop on if you get a chance and I will let you know'.
17:12.38jonprywhats up?
17:12.43WoZZeR_not a whole lot
17:12.51jonprystoked for the job?
17:12.58WoZZeR_one ob bmn's last statement's was that he got 2 serialno's
17:13.13WoZZeR_yeah, I'm excited, don't start till tues though
17:13.19jonpryi saw that. weird maybe the plan works on his rootfs
17:13.31WoZZeRbut he should be using a stock one
17:13.37jonprywhat company are you working for?
17:13.42WoZZeRMarket Strategies
17:15.23WoZZeRjonpry: can you think of any reason that 2 of the exact same files would be different on different phones?
17:15.31WoZZeRif he was using the correct rootfs?
17:15.44jonprynot really
17:15.56jonpryever figure out the sd problem?
17:16.03WoZZeRalso, tilt2's get stuck at SMD )
17:16.06WoZZeRSMD 0
17:16.15WoZZeRjonpry: no, not really
17:17.05jonprypohket tried?
17:17.07WoZZeRnew vzw phone pictured, I hope they change the keyboard
17:17.07WoZZeRhttp://www.engadget.com/2010/09/04/htcs-dual-mode-cdma-gsm-android-slider-hits-the-fcc-decked-out/
17:17.09WoZZeRyeah
17:17.18WoZZeRany someone else in the forums
17:17.40*** join/#htc-linux Akustik84 (~volodin_d@95-24-2-171.broadband.corbina.ru)
17:17.41WoZZeRhttp://forum.ppcgeeks.com/showpost.php?p=1935697&postcount=138
17:19.52jonpryhow does keyboard detection work if it freezes on smd0?
17:20.09WoZZeRno idea if it does
17:20.14WoZZeRbut it doesn't crash there
17:22.46jonprythats right before checking for cdma
17:23.11jonpryer nm, right after
17:23.27jonprythen it does rpc. that is basically first use of rpc
17:23.59WoZZeRso it could be CDMA detection?
17:25.04jonpryi really don't know. have to add printk's to code in that vicinity until you can actually figure out where it is freezing
17:27.37*** join/#htc-linux toi (~toi@d54C2AA76.access.telenet.be)
17:33.31camrohi jonpry ...
17:34.43camrohow is going - and whats about the sound stuff ? any news - are you almost ready with the changes ?
17:34.48jonpryhi camro. did you fix any of your issues?
17:35.22camrono, as i told you .. if you are changing some parts on sound ... i'll be waiting that your are finished with it ...
17:35.29*** join/#htc-linux Hunterkll (~Hunterkll@pool-108-3-225-237.bltmmd.fios.verizon.net)
17:35.31HunterkllI demand fish.
17:35.49*** join/#htc-linux [1]Hunterkll (~Hunterkll@dynamic-acs-24-112-135-245.zoominternet.net)
17:35.49camrowell, for now testing with the battery ... because it shows only bullsh..t
17:35.54HunterkllSUshi and kefir dispenser on HD2
17:37.27camrojonpry: but maybe you can push me in the right direction ... for battery - there are some parts which confusing me ...
17:38.23*** join/#htc-linux swc|666 (~neopwn@unaffiliated/swc666/x-4934821)
17:39.54camrojonpry - do you know the mem where the kernel read the battery values ?
17:41.17jonprycamro: i have a couple of ideas about battery
17:41.31camroyes ?
17:41.35jonpry<PROTECTED>
17:41.35jonpry+0xfc112 2bbatt Temperature
17:41.36jonpry+0xfc114 2bbatt Voltage
17:41.36jonpry+0xfc116 2bbatt Charge
17:41.36jonpry+0xfc118 2bbatt Discharge
17:41.37camroexample: =
17:42.01camrothis is on rhod ?
17:42.23jonpryyeah. smem_base + those values
17:42.32camrohttp://www.ibt-power.com/Battery_packs/Li_Ion/Li_Ion_DiscGph.JPG
17:42.34jonprylook at the code for gnome batter applet
17:42.58jonpryit is much different than our stuff. it doesn't assume that battery state of charge is monotonic with battery voltage
17:43.24jonpryit calculates all kinds of cool stuff. like certainty of state of charge
17:43.26camrothe charge and discharge also ?
17:43.58camroso, the battery volume is not in the smem ?
17:44.16jonprybattery volume?
17:44.51camro+0xfc116 and +0xfc118<---- is really the consume in mA ?
17:45.14camrohow is now the calc of battery %  ?
17:45.19jonpryi don't know what the units are. probably fixed point milliamps
17:45.31camroi can't find anything in smem ?
17:45.52camro(i mean for the %)
17:46.03*** join/#htc-linux bzo (~chatzilla@c-76-126-175-200.hsd1.ca.comcast.net)
17:46.14camroso, is this maybe a constant calc, which is wrong ?
17:46.17jonprylike i was saying, the state of charge is a really complicated subject. you need to record history on what happens to the battery under different charge/discharge scenarios in order to develop curves about the battery
17:46.41camroon wm also ?
17:46.45*** join/#htc-linux undarated79 (187d660d@gateway/web/freenode/ip.24.125.102.13)
17:47.03jonpryi don't know what wm does. but seeing as how the meter seems to work. it probably does what needs to be done
17:47.14bzothere's been a bunch of research on battery charge in the past
17:47.20camrocan't belive - if i load my battery to 50% and flash image, then i also have 50% in wm
17:47.31bzowm does have a stateful battery calculation
17:47.34camroor is this only be calc by the mV ?
17:48.07camrobzo: what happen with it ?
17:48.24*** part/#htc-linux Akustik84 (~volodin_d@95-24-2-171.broadband.corbina.ru)
17:48.30bzosomeone tried to disassemble the wm code, but it has a lot of math so it was difficult
17:48.48jonpryafaik the math is in gnome battery applet
17:48.59*** join/#htc-linux Akustik84 (~volodin_d@95-24-2-171.broadband.corbina.ru)
17:49.05bzojonpry: yeah, math is probably similar. that could be a good find
17:49.40bzodoes it use current over time combined with the voltage calcs?
17:49.51Hunterkllbzo it needs to be done
17:49.56camrohmm - ex: on android batt is 5% at 3720mV <- can only be a mistake ..
17:50.24Hunterkllif you want accuracy, you need to do the wm code
17:50.34*** join/#htc-linux dieselboy28 (~dieselboy@dsl-69-172-123-151.acanac.net)
17:51.20jonpryi think there are a lot of integrals like that. in general you need to calculate the battery impedance. which itself is a nonlinear function over the state of charge and temperature
17:51.21camroi would say: ex: 4,2 full (should be in a range of 100 - 90%) -> 3,2 1%
17:51.39jonprybut if you can plot some points with certainty, then you can interpolate with some efficacy
17:51.52*** join/#htc-linux kenkern (4e69a26d@gateway/web/freenode/ip.78.105.162.109)
17:52.00kenkernhi
17:52.07bzoproblem with li-ion is that the discharge curve is so flat for most of the capacity
17:52.15bzothat's why the integral calc is needed
17:52.17camrodon't know the logic now, but it is not calc in reation to this table ...http://www.ibt-power.com/Battery_packs/Li_Ion/Li_Ion_DiscGph.JPG
17:52.23bzoalso, voltage fluctuates a lot based on load
17:52.48Hunterkllat least it's not like a damn mercury battery
17:52.57kenkernis it possible to build a kernel for the hero with usb_gadget ?
17:53.01Hunterkllwhich maintains almost perfect voltage regulation until it drops to 0
17:53.02camrobut the logic for it should be in the kernel - correct ?
17:53.12Hunterkllcorrect, so it reports the correct data via /sys
17:53.26bzoone thing that does need to be reversed or calculated though are the battery charactoristics
17:53.33michyprimacamro: investingating when I developed battery driver patch for supporting 2300mAh on leo told me that not always battery gets at 4,2v when full
17:53.58bzoCaptnoord found those battery stats for the diamond/raph, but it has not been done for the rhodium
17:54.20camrowell, yes, google is full of a lot engineers which are did a lot of tests ...
17:54.35camrothe voltage is onyl 1 component ...
17:54.59Hunterkllreverse the wm code
17:55.05camrobut - we must live with the values what we get and build a ogic for it ...
17:55.08Hunterkllas aggrivating as it is, it is the easiest way compared to the others
17:55.23camrowell, a small problem is: if you have big battery packs ...
17:55.45camrois it possible to read the batt size ? smem ?
17:55.50bzoyeah, reversing is the best way to get the data, since it is probably the manufacturer stats
17:55.51michyprimayou have battery problems on rhodium if I understood correctly?
17:55.52jonpryi don't see why kernel doesn't report the measured values. do everything else in userland
17:56.00camrobut what i readed .. there is no access to this infos
17:56.06jonprythats how it works on pc
17:56.30*** join/#htc-linux Opius (~Opius@cpc2-addl4-2-0-cust309.6-3.cable.virginmedia.com)
17:59.00camroexample: my battery was for 1hr: > 88% full, and had 4,225mV
17:59.21camronow it has: 92% and is at 4,222 :)
17:59.43camro(so the logic to wm is also not the best :)
18:00.03jonprylol
18:00.10camroanyhow ...
18:00.26bzono battery calc is perfect, wm is probably as good as it gets
18:00.29jonprythat is the whole point of this conversation. mv is not one to one with state of charge
18:00.33camroso: we get only the voltage and temp ...
18:00.46*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
18:00.49camroalso we can see it is charging or discharging ...
18:01.05camrodo you know, when does the battery stop with charging =
18:01.32camrois this electric regulation in battery when it stop with the charging ?
18:01.45bzoyes, the battery has its own circuit to control charging
18:02.22bzothat is the most reliable way to keep it from exploding
18:02.32camroso, do we see, when the battery tell to system: hey i'm full ? smem ?
18:03.07camro<PROTECTED>
18:03.07bzothe battery doesn't tell the phone. It just stops accepting a charge current
18:03.27*** join/#htc-linux nineX_ (~nunya@75-132-13-29.dhcp.stls.mo.charter.com)
18:04.02bzothe phone will see that the charge current is a trickle state and can report that the battery is full
18:04.17camroso, in my example: the battery seems to befull (voltage 4,225), but wm mean it is not full and load it (related to the wm logic)
18:04.48camroin realitiy - the battery doesn't charge ... this could be possible - correct ?
18:05.10jonpryvoltage can / will fall during charge
18:05.18camrobzo: trickle state ?
18:05.48bzosmall amount of current to maintain charge
18:06.26camroso, where do the system know if the battery doesn't accept charging ?
18:07.15bzolook, the phone doesn't definately know what the battery is doing. It just observes voltage and current over time and gives an estimate of status
18:07.46camro(maybe only a smal logic like: if it the smem shows that it does charging and the volateg doesn't change -> then it could be full
18:08.19camrowell, today i made a lot of tests ...
18:08.49jonpryone would think that if the battery turns itself off, it must be a smart battery. and should be able to report SOC
18:09.27camroex: in -1hrs from 100 - 5% / 1 hr later 15% / 1 hr later 6% / 1hr later 5%
18:09.56camroups
18:10.03camroex: in -1hrs from 100 - 55% / 1 hr later 15% / 1 hr later 6% / 1hr later 5%
18:10.23camrodo you know where the logic is in kernel ?
18:11.43bzojonpry: i don't think the battery charge circuit is that sophisticated
18:12.26bzocamro: htc_battery_smem.c
18:12.31jonpryturning off charging is about as complicated as it gets
18:12.37camrothere i am ...
18:13.16camrobut haven't seen there the logic calc for capacity
18:13.40bzoI have a feeling that detecting full charge is a simpler than capacity. Probably a lookup table with voltage/current/temp
18:14.23camroi would also think so
18:14.35bzofrom what I recall those charge ICs cost only like a quarter
18:15.19camrowell, what we would like to have is another story ...
18:15.40camrolet us do as good as possible ...
18:17.21jonprybzo: if they use such a dumb controller. why use one at all? just use circuits on the phone
18:17.42camrobzo: thanks found it ...
18:17.44camrostatic int htc_get_batt_info(struct battery_info_reply *buffer)
18:18.03camroi see, there are a lot of things missing which are not think about ...
18:18.05camrohehe
18:18.30bzojonpry: so they have full control over it and it is tightly coupled with the battery charactoristics
18:18.38bzoa lot of bad press about exploding batteries :)
18:21.29camrowhy - the lock logic is in the battery included ...
18:22.07bzowhich lock?
18:22.18*** join/#htc-linux [Delenn] (~opera@nat004-252-205-109.tvoe.tv)
18:22.23camro(closing the charge process)
18:23.10camrogood - at first i will make a list for charging (ex: 4,2 = 95 - 100 /......./ 3,2 = 1%)
18:23.31camrothen i will look to implement such kind aof curve ..
18:23.45[Delenn]what's up?
18:24.13camro[2010-09-05 19:41] <jonpry>  +0xfc110  2b batt ID << this is the tope of battery ...
18:24.45camroand they have different curve models ? correct ?
18:25.06rrewemwe: hey m8 :), i need a little bit of support again :(
18:25.24*** join/#htc-linux MN (5686b88b@gateway/web/freenode/ip.86.134.184.139)
18:25.29MNHi
18:25.36emwerrew, then we rather talk in private ;)
18:25.39eugenbdoes already someone implementing the changes of cotulla's tree?^^
18:26.11jonpryyou could probably do something with the battery capacity. but imho it is a waste of time. best to calculate the capacity because they are all going to be different anyways. you might get a 1300 with way bigger capacity than an 1800
18:26.51MNwhat are the changes in cotulla's latest tree
18:27.39eugenblsensor xD
18:27.51eugenbother changes i don't know :D
18:28.02MNokay
18:28.55*** join/#htc-linux [1]Hunterkll (~Hunterkll@pool-108-3-225-237.bltmmd.fios.verizon.net)
18:29.04*** join/#htc-linux Maylay|Sphyynx (~gren@adsl-9-204-241.mia.bellsouth.net)
18:29.10[1]Hunterkllcan you build a bootable kernel using cygwin
18:29.12[1]Hunterklli do not remember this info
18:29.19*** join/#htc-linux [1]Hunterkll (~Hunterkll@dynamic-acs-24-112-135-245.zoominternet.net)
18:30.50camrojonpry, the main problem for me is: its hsows 15 -5% , but if i go to check the voltage - it shows me: 3,7, and then it con't be, that the battery is almost empty and i get warnings - or maybe it shutdown the system ...it is complete
18:31.00camrothen i boot to WM, and i have there 35% left ...
18:31.57jonprywhat is your point. if you don't want to write and algorithm to calculate the state of charge, then you aren't going to make it work
18:32.22Hunterkllcamro, reverse the winmo driver
18:32.25Hunterkllmost painfree way of doing it
18:32.45camrosure, you must sit down at logic for it ...
18:32.50*** join/#htc-linux swc|666 (~neopwn@unaffiliated/swc666/x-4934821)
18:32.59WoZZeRif you can get a hold of the nuerom guy, he may have some code for TP2 battery, may be similar to all
18:33.00camrohunterkill: do you have the wm driver ?
18:33.50[Delenn]are there ds2746?
18:34.04[Delenn]or delta-adc method?
18:34.05jonprywozzer: who is nuerom
18:34.21WoZZeRhttp://www.nuerom.com/BlogEngine/
18:34.24camronuerom - also never heard before ...
18:34.26WoZZeRno activity for a while
18:34.33WoZZeROpen Sourcing, nueBattery2 For TP2 CDMA, v1.2 Build 122
18:35.08bzohe's more of a wince guy, though he did hang out here for a while a few months ago
18:35.12jonprythere is always that weird dex command
18:35.22Hunterkllcamro, i assumed if you had phone you had driver ;)
18:35.36MN~seen Cotullav20
18:35.44aptcotullav20 <~opera@nat004-252-205-109.tvoe.tv> was last seen on IRC in channel #htc-linux, 2d 7h 35m 49s ago, saying: 'hey'.
18:35.51bzojonpry: ?
18:35.58camrodon'T know which dll is related for it ...
18:36.11camrobut the math logic to get .. maybe is not so easy ...
18:36.20flagadacotulla remove last file ?
18:36.42jonpry0x8a  get battery data
18:36.59bzoI believe all that does is update battery smem
18:37.22jonprycould be
18:37.56eugenbjonpry: yeah, he removed it
18:38.29*** join/#htc-linux Markinus (~Miranda@gtng-4db0487b.pool.mediaWays.net)
18:38.32eugenbjonpry: sry, wrong person selected :D @flagada, yes he removed it xD
18:38.41camrowell, that the values are correct - i belive it ...
18:39.00camrothere is only the voltage and temp which is the base ..
18:39.10camrothen ...battery_table*
18:39.55*** join/#htc-linux Gunstar (48cc2cbe@gateway/web/freenode/ip.72.204.44.190)
18:39.58camroanyhow ... for now i log the next day in winmo all data, then i will try to find alogic for it ...
18:41.38*** join/#htc-linux SVic (~SVic@ip78.127.dars-ip.ru)
18:43.48*** join/#htc-linux Microang (522deb64@gateway/web/freenode/ip.82.45.235.100)
18:44.33Microang~seen cotulla
18:44.36aptcotulla <~opera@nat004-252-205-109.tvoe.tv> was last seen on IRC in channel #htc-linux, 4d 7h 17m ago, saying: 'it's my time :D'.
18:47.10*** join/#htc-linux Jellenl (5450daae@gateway/web/freenode/ip.84.80.218.174)
18:47.42JellenlDo I have to format my SD-Card before installing the .cab?
18:47.53Hunterklllol
18:49.31*** part/#htc-linux [Delenn] (~opera@nat004-252-205-109.tvoe.tv)
18:50.49Hunterklli love how people come looking for cotulla and leave when they realize he's gone 'awol' lol
18:51.22*** join/#htc-linux Jamesws (~james@cpc1-mars1-0-0-cust551.11-1.cable.virginmedia.com)
18:51.25JameswsHello
18:52.08*** join/#htc-linux MN (5686b88b@gateway/web/freenode/ip.86.134.184.139)
18:53.24MNHi
18:53.54JameswsI've recently ordered a Htc uni
18:54.01JameswsLooking forward to doing some development here
18:54.41*** join/#htc-linux aosp|uniX (aosp@oh.hi.donthaq.me)
18:54.49*** join/#htc-linux GNUtoo|laptop (~gnutoo@host146-132-dynamic.16-79-r.retail.telecomitalia.it)
18:55.32*** join/#htc-linux PsiCoLeO (~leomal14@69.146.216.201.dsl.intelnet.net.gt)
18:58.50*** join/#htc-linux Opius (~Opius@cpc2-addl4-2-0-cust309.6-3.cable.virginmedia.com)
18:59.07*** join/#htc-linux SVic (~SVic@ip78.127.dars-ip.ru)
19:01.14DuperManHunterkll: away while on lunch?:D
19:04.07Hunterklllol
19:04.16Hunterkllaway without leave
19:04.37DuperManhehehe... SIT! CODE!
19:04.43DuperManSCHNELL!
19:05.34DuperManj/k
19:08.33*** join/#htc-linux GNUtoo|laptop (~gnutoo@host146-132-dynamic.16-79-r.retail.telecomitalia.it)
19:14.22*** join/#htc-linux Undarated (~chatzilla@c-24-125-102-13.hsd1.va.comcast.net)
19:14.55*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@89.32.146.153)
19:15.03*** join/#htc-linux [Hauk] (~Hauk@c-69-254-195-185.hsd1.az.comcast.net)
19:18.28camro[2010-09-05 19:53] <michyprima> camro: investingating when I developed battery driver patch for supporting 2300mAh on leo told me that not always battery gets at 4,2v when full << COULD THIS BE TRUE ?
19:22.01*** join/#htc-linux gnutoo (~gnutoo@host146-132-dynamic.16-79-r.retail.telecomitalia.it)
19:25.09Hunterkllcamro, it can be true
19:25.18Hunterkllnot every battery will stabilize at or above 4.2
19:27.17camrohm ...well, but the logic can be: if it charge with 100ma and the voltage will not been go higher in 5min, then the battery can be set to full ..
19:27.24Hunterkllno
19:27.28Hunterkllget the logic from winmo
19:27.29Hunterkllto prevent damage
19:27.32camroif there are no values left in the database, it can be set only on voltage
19:27.53camrowinmo logic is a prevent to damage *G
19:28.23camrowhat should be happen ?
20:09.54*** join/#htc-linux apt (ibot@rikers.org)
20:09.54*** topic/#htc-linux is Welcome to the HTC Linux project | Community portal & WiKi http://htc-linux.org | For IRC logs, HaRET & kernel mailing lists etc. see http://htc-linux.org/wiki/index.php?title=Contact | The htc-linux.org project is not affiliated with the HTC Corporation | This channel is for evelopment purposes - Join #htc-linux-chat for offtopic
20:10.06camro#define MSM_SHARED_RAM_BASE   IOMEM(0xE0100000)
20:10.49*** join/#htc-linux zagan13 (44267a6c@gateway/web/freenode/ip.68.38.122.108)
20:10.57jonprypd 0x1ffc110
20:10.57camrothen i know what to do :)
20:10.57zagan13hey
20:11.10jonpryif anything is true, that is not
20:11.19camroof course .. was thinking your values are the final addr :)
20:11.32camrolol
20:11.34zagan13yea
20:11.37*** join/#htc-linux mobidev_ (~i-sat@wmod.net)
20:11.37camrothanks jonpry ...
20:11.40*** join/#htc-linux r0ck0says (~rockosays@124-49.26-24.tampabay.res.rr.com)
20:11.40*** join/#htc-linux r0ck0says (~rockosays@unaffiliated/rockosays)
20:11.50*** join/#htc-linux NetRippah (~netripper@tikkie.net)
20:11.59zagan13oihnio
20:12.08camrohi zagan
20:12.11*** join/#htc-linux programmer89221 (~Evan@67.219.166.182)
20:12.19zagan13hey wat up
20:12.31camronothing special ..
20:12.40zagan13oh cool.
20:12.44*** join/#htc-linux CIA-1 (~CIA@208.69.182.149)
20:12.50*** join/#htc-linux HD2 (~Marco@velirat.de)
20:13.47*** part/#htc-linux zagan13 (44267a6c@gateway/web/freenode/ip.68.38.122.108)
20:14.10*** join/#htc-linux WHERE-IS-MY-HAMM (hix@cpc5-uddi21-2-0-cust233.uddi.cable.virginmedia.com)
20:16.41*** join/#htc-linux Morto (~Morto@ip110-189-208-87.adsl2.static.versatel.nl)
20:20.53*** join/#htc-linux HD2 (~Marco@wikipedia/harddisk)
20:23.47*** join/#htc-linux pH5 (~ph5@e178199062.adsl.alicedsl.de)
20:23.50*** join/#htc-linux ALoGeNo (~alogeno@unaffiliated/alogeno)
20:25.49*** join/#htc-linux gauner1986 (~yaaic@ip-88-152-47-139.unitymediagroup.de)
20:26.07*** join/#htc-linux TheJeos (~androirc@84.123.186.211.dyn.user.ono.com)
20:39.10*** join/#htc-linux apt (~apt@rikers.org)
20:39.10*** topic/#htc-linux is Welcome to the HTC Linux project | Community portal & WiKi http://htc-linux.org | For IRC logs, HaRET & kernel mailing lists etc. see http://htc-linux.org/wiki/index.php?title=Contact | The htc-linux.org project is not affiliated with the HTC Corporation | This channel is for evelopment purposes - Join #htc-linux-chat for offtopic
20:40.36*** join/#htc-linux malizmaj (~pdukanac@cable-89-216-132-211.dynamic.sbb.rs)
20:41.17*** join/#htc-linux largeprime (~LargePrim@pool-173-53-239-23.chi01.dsl-w.verizon.net)
20:42.04gauner1986markinus: btw.. did you notice the screen hangs when trying to switch it on?
20:42.10gauner1986sometimes it lags for ages
20:48.16camrojonpry: how is going with audio fixes ?
20:51.24Markinusgauner1986: yes, but I didn'T look for it yet
20:51.40gauner1986ok
20:52.05gauner1986someone said that using the interactive governor fixes the problem
20:52.18gauner1986which is of course not a solution
20:52.34gauner1986i guess it uses fixed cpu speeds
20:53.35Markinuscould you test as default the ondemand gov on linuxtogo? this is what I have here as active
20:53.56Markinusgauner1986: leds and screen
20:54.05gauner1986on linuxtogo?
20:54.06gauner1986OO
20:54.07gauner1986Oo
20:54.14gauner1986or on evo?
20:54.29gauner1986i'm already on ondemand
20:54.30Markinuslinuxtogo, there is userscpace gov active
20:54.39gauner1986it is set by setcpu on boot
20:56.06*** join/#htc-linux GNUtoo|laptop (~gnutoo@host146-132-dynamic.16-79-r.retail.telecomitalia.it)
20:56.22Markinusgauner1986: ok.
20:56.28Markinusgauner1986: I have the gsensor
20:56.54*** join/#htc-linux myn (cereal@cpe-71-64-8-228.insight.res.rr.com)
20:57.00Markinusbut a bit strange, could you test something?
20:57.04Markinusit's a small fix
20:57.04gauner1986ok
20:57.09gauner1986did you pull?
20:57.32Markinusgauner1986:no, test it without. Edit include/linux/bma150.h
20:57.39gauner1986ok
20:57.48Markinuschange
20:57.49Markinus#define BMA150_G_SENSOR_NAME "bma150_uP_spi"
20:57.51Markinusto
20:57.54Markinus#define BMA150_G_SENSOR_NAME "bma150"
20:57.57Markinusand test it please
20:58.02gauner1986k
20:58.19*** join/#htc-linux rrew (~rrew@78-2-47-244.adsl.net.t-com.hr)
21:03.25gauner1986ahrg
21:03.31gauner1986that kernel doesnt boot at all oO
21:03.40Markinus?!
21:03.52gauner1986dunno..
21:03.58Markinusblue?
21:04.02gauner1986no
21:04.04gauner1986haret init
21:04.04gauner1986Oo
21:04.16gauner1986could you upload your zImage?
21:04.17Markinusnever had this problem
21:04.25gauner1986i just have to transfer every file from my home pc
21:04.29gauner1986which is a very slow connection
21:04.31Markinusmoment
21:04.49gauner1986dunno.. maybe it's garbled
21:07.50Markinuswww.markinus.de/zImage
21:09.08gauner1986thanks
21:10.12gauner1986not passing haret init
21:10.13gauner1986Oo
21:10.36gauner1986what do you have in default.txt?
21:10.45gauner1986i didnt change mine
21:10.55LordDeathwhat kind of problems does thi august 31st wifi driver solve? http://htc-linux.org/wiki/index.php?title=LeoWifi
21:11.06gauner1986wifi tethering added
21:11.22gauner1986nothing else
21:11.45LordDeaththx
21:11.51Markinusgauner1986: ehhh, the default vals
21:12.00Markinusgauner1986: maybe your sd card has a problem
21:12.17gauner1986hm
21:12.28*** join/#htc-linux ImHos (pIRCuser35@86.57.243.185)
21:13.18gauner1986hm
21:13.20gauner1986cant get it to boot
21:14.12gauner1986ill retry linuxtogo kernel
21:16.25gauner1986linuxtogo kernel works
21:16.34gauner1986cant be sdcard then
21:16.43Markinusgauner1986: it's exactly same default.txt
21:17.12gauner1986very strange
21:17.21gauner1986i need to leave now
21:17.27Markinusyes
21:17.28gauner1986girlfriend stresses me
21:17.29gauner1986:P
21:17.38Markinusmy wife is sleeping :)
21:17.40gauner1986be back tomorrow morning
21:17.43Markinusbye
21:17.43gauner1986lucky guy
21:17.44gauner1986:P
21:17.54gauner1986she calls me an asshole
21:17.54gauner1986:D
21:18.00Markinusouch
21:18.04Markinusbuy roses :)
21:18.09gauner1986next time
21:18.10gauner1986:P
21:18.13gauner1986goodnight
21:18.35epsasIs anyone using an Apache?
21:18.37fakkeri hit mine, she no longer speaks
21:18.44Markinusnight
21:18.46fakkernn
21:20.20dcordes[[Apache]]
21:20.32*** join/#htc-linux MN (5685c0dc@gateway/web/freenode/ip.86.133.192.220)
21:20.37MNHi
21:21.23MNMarkinus: hows it going
21:21.25dcordes[Apache]
21:21.33dcordeswhat's up with the wiki bot
21:21.38MarkinusMN: it's ok
21:22.20MNgood evo tree going well
21:23.49*** join/#htc-linux mastermerlin (~Adium@p5B3D24DB.dip.t-dialin.net)
21:25.03MarkinusI found the gsensor problem, it's only a a different device name in this kernel. I think this could be fixed in userspace not in kernel. The driver is evos one.
21:25.50*** join/#htc-linux TheJeos (~androirc@84.123.186.211.dyn.user.ono.com)
21:26.15Markinusdcordes: we could port the stuff now
21:26.20Markinusto linuxtogo
21:28.22dcordesMarkinus: I don't remember the commands :(
21:29.41Markinusdcordes: ok, I try it, same name? Should be ok
21:29.50Markinus(like GT)
21:30.05dcordesGT ?
21:30.20dcordessame name as gitorious branch would reduce confusion
21:30.20MNdcordes what is needed for 3d acceleration in meego i read on xda that its only usable in android atm
21:30.33dcordesMN: that's right. it is a proprietary interface
21:31.07dcordesMN: what's needed... qualcomm must provide us with a driver
21:31.20MNok i see now thanks for the info
21:33.27MNhows the new ubuntu build going
21:33.57*** join/#htc-linux unilinky (~unilinky@wikipedia/harddisk/bot/unilinky)
21:34.10*** join/#htc-linux Bry8Star_ (~Bry8Star@cpe-76-170-247-232.socal.res.rr.com)
21:34.27dcordesMN: going good. I will prepare a new ready to go rootfilesystem once back from vacation
21:35.05MNokay enjoy your vacation
21:35.47dcordesthanks
21:36.00Markinusdcordes: pushing . .
21:36.13Markinusdcordes: I hope it does what I want :)
21:36.37dcordes^^
21:39.48MNMarkinus what are you currently working on
21:40.32Markinuscopying repo from gitorious to linuxtogo
21:44.05MNokay going well?
21:44.21MarkinusI know this in some minutes :)
21:44.55HardDisk_WPdcordes, wohin gehts?
21:45.45jonprywozzer: there are multiple SD controllers
21:47.46Markinusdcordes: http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=shortlog;h=refs/heads/linux-on-wince-htc
21:49.06dcordesMarkinus: did it say 'sending updated to cia' ?
21:49.20dcordesHardDisk_WP: south france
21:49.27HardDisk_WPhave fun
21:49.51MarkinusSending updates to CIA.. fatal: Invalid revision range 0000000000000000000000000000000000000000..7677794c9be14576b03dca46ec710103fba466ca
21:49.51Markinusdone.
21:50.26dcordeslol
21:50.40Markinusdcordes: seems he had a problem :)
21:51.25Markinusdcordes: I will check something new in soon, then we can see it
21:52.02flagadawho is in south france because me to ? :)
21:54.14GNUtoo|laptopflagada, dcordes is
21:54.54flagadaoh yeah :)
21:55.04flagadame toulouse and dcordes
21:55.11*** join/#htc-linux mickey|zzZZzz (~mickey@80.81.242.146)
21:55.12flagada?
21:56.24tmzt_dcordes: qualcomm is trying, linux people don't want it
21:57.17dcordesflagada: ouf that's far. I start off in Nice :>
21:57.21*** join/#htc-linux mangahoteles (558983e8@gateway/web/freenode/ip.85.137.131.232)
21:58.10flagadaok good
21:58.13flagadalol
22:00.33Markinusdcordes: one of the linuxtogo problems is the speed :(
22:00.48Markinus150 kb . .
22:02.00HardDisk_WPanyone knows how much progress cotulla has done w/ the HD2 NAND?
22:02.19MNi would like to know aswell
22:04.11MarkinusI didn't think it make it faster if people ask this question 10x every day . . .give him time . .
22:04.37MNyh true
22:05.09manusfreedomMarkinus: which GIT do we need to use?
22:05.32manusfreedomlinuxtoho or gitorious?
22:05.36manusfreedomtogo...
22:05.39Markinushttp://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=shortlog;h=refs/heads/linux-on-wince-htc
22:05.55manusfreedomok so no more 2.6.32 branch?
22:06.19dcordesMarkinus: yes it's a problem
22:06.37Markinusmanusfreedom: it'S not so stable like the other one, we need more tests and some people more for bugfixing
22:06.53MarkinusMe alone isn't enogh
22:07.23manusfreedomMarkinus: ok I will try to help, but I need some time to be up to date after my 3 weeks break
22:07.28Markinusmanusfreedom:  but it's already very nice
22:07.40Markinusgreat :)
22:16.16dcordestmzt_: I hope it will happen one way or another
22:16.25tmzt_new kernel?
22:16.42dcordestmzt_: msm graphics driver usable in nondroid
22:17.06tmzt_the closed driver should work in the new stack
22:17.12tmzt_it uses gles underneath
22:20.22manusfreedomdo we have an autobuild for the new branch?
22:20.53Markinusno
22:20.56manusfreedomok
22:27.51*** part/#htc-linux EdangeL (~EdangeL@79.107.217.124)
22:35.28CIA-1htc-linux: gitorious linux-on-wince-htc * rf72fec76be27 /include/linux/bma150.h:
22:35.28CIA-1htc-linux: htcleo: fix the gsonsor to work with the userspace from other Leo Builds
22:35.28CIA-1htc-linux: The device name here was a other one as in other Leo repo.
22:37.51*** join/#htc-linux hyperfire21 (62df0fbe@gateway/web/freenode/ip.98.223.15.190)
22:50.32*** join/#htc-linux FLeiXiuS (~FLeiXiuS@unaffiliated/fleixius)
22:52.04dcordesmanusfreedom: hi nice to see you back. you need to ping NetRippah about autobuild
22:52.17dcordesI'm sure it will be fairly easy to extend the script
22:53.30Markinusnight
22:54.15*** join/#htc-linux markkl (~markcoolk@cc1118786-a.groni1.gr.home.nl)
22:54.41*** join/#htc-linux raymonddull_ (~raymonddu@24-247-53-174.dhcp.monr.mi.charter.com)
22:55.34raymonddullhi
22:58.25*** join/#htc-linux Tinyboom (~nahh@c91FD653E.dhcp.bluecom.no)
22:58.36*** join/#htc-linux Ashar (deadly@unaffiliated/ashar)
22:59.24*** join/#htc-linux BazGee (ident@cpc1-sund2-0-0-cust716.11-1.cable.virginmedia.com)
22:59.36BazGeeanyone working on : http://www.ps3news.com/PS3-Hacks/psfreedom-psgroove-ps-jailbreak-exploit-ports-in-development/
23:01.02*** join/#htc-linux Maylay|Sphyynx (~gren@adsl-9-204-241.mia.bellsouth.net)
23:02.37fakker#psfreedom
23:02.38fakkeryes
23:06.41camrogn8 guys
23:09.31*** join/#htc-linux JTuck (~JTuck@173-31-155-7.client.mchsi.com)
23:17.17*** join/#htc-linux lordcraigus|away (~lordcraig@cpe-065-190-251-176.triad.res.rr.com)
23:23.58mynwhats the easiest way to get 1.40 PRI?
23:25.31*** join/#htc-linux jdlt (639226e7@gateway/web/freenode/ip.99.146.38.231)
23:27.54*** join/#htc-linux Kasjopaja (~Tina@p57BC0BEA.dip0.t-ipconnect.de)
23:28.29*** join/#htc-linux GNUtoo|laptop (~gnutoo@host146-132-dynamic.16-79-r.retail.telecomitalia.it)
23:32.14*** join/#htc-linux smoku (~79f6be280@xkh1g1.infr.xiaoka.com)
23:34.34*** part/#htc-linux JTuck (~JTuck@173-31-155-7.client.mchsi.com)
23:34.48EMP|FireStorm@myn: which device?
23:35.26*** join/#htc-linux Hick-Sat (~satyan@122.179.40.195)
23:47.00*** join/#htc-linux dieselboy28 (~dieselboy@dsl-69-172-123-151.acanac.net)
23:47.08*** join/#htc-linux jonpry (~jonpry@63.245.31.4)

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