IRC log for #htc-linux on 20091225

00:00.06tmztin the bootloader?
00:00.17tmztif we can't get it to work with mmu on we can try with mmu off
00:00.29tmzteither there or compress-head.S
00:00.41tmztbut either way we need the value from spl
00:00.48tmztsomebody would have to look that up
00:00.50tmztwith ida etc.
00:00.55phhor ask cmonex.
00:01.03tmztshe's away
00:01.25phhbut what asm code you want me to try ?
00:01.37*** part/#htc-linux jumoit (n=samuel@121.77.87.145)
00:01.46tmztI'm going to clean it up and post it
00:01.48tmzthold on
00:01.52phhok
00:03.22tmztfirst, getting rid of the add's and changing to mov #0
00:03.24tmzt:)
00:03.33hacked_kernelI can't find an Android build that run on top of Windows for HTC Touch 3G, any help?
00:04.08[1]Captnoordhacked_kernel: there is a reason why you don't get a awnser.... get to xda-developers.com and read the wiki
00:05.25tmzt#define HTC_FB_PHYS 0x00700000
00:05.26tmzt#define HTC_FB_PHYS_END 0x00796000
00:05.29tmzttry these :)
00:05.31tmztfrom dzo
00:07.42WM-Seftmzt
00:07.51WM-Sefwhen you release Merphone
00:08.00WM-Sefis it in a EXT3 partion
00:08.08WM-Sefor a rootfs.img?
00:08.21tmztpackages for the Mer repos
00:08.25WM-SefI think rootfs.img is more noob-friendly
00:08.31tmztthe release will be a mer spin
00:08.38WM-Sefmer spin?
00:08.43tmztanyone can package it as they want on xda or sts will post it
00:08.54tmztthe same as smartq, n8x0, etc.
00:08.58phhtmzt: failed :/
00:09.06WM-Sefok :P
00:09.12WM-Sefwhen you think
00:09.18WM-SefMerphone is ready?
00:09.21tmztlike, I said, we have a lot of work to do
00:09.26WM-Sefok ;)
00:09.29tmzthow many changes have you made to rootfs
00:09.35WM-Sefbut why a lot of work
00:09.38tmzthave you pushed the initrd so I can look at it?
00:09.46phhI guess I'll try to make usb works by himself first
00:09.46tmztI really don't want to use android components for this
00:10.05WM-SefI've booted it 3 times sucessfully on my rhoidum :p
00:10.20tmzthow far?
00:10.25tmztplease post the initrd to wave
00:10.37WM-Sefme?
00:10.54tmztyes
00:10.57WM-Sefit's the same initrd from the android package
00:11.04tmztoh
00:11.08WM-SefI have made a 500MB rootfs
00:11.09tmzthow does it mount root?
00:11.13tmztthat's okay, just puch it
00:11.16WM-Sefrootfs.img
00:11.19tmztso I can look at it
00:11.26phhtmzt: this initramfs is just a mount -oloop then change_root
00:11.29phh+fsck
00:11.31tmztI really prefer partition for this point though
00:11.33WM-Sefyou can do it yourself
00:11.33tmztbut mount is fine
00:11.40tmztso it's not android?
00:11.42phhnot at all
00:11.48WM-Seftmzt
00:11.51WM-Seflook on msn
00:11.54tmztright, but I want to have something for people to start with on the project
00:11.57WM-SefI'll explain
00:12.10tmztwave.google.com you should see something from me
00:12.14tmztclick files and attach
00:14.39tmztphh: http://people.openezx.org/tmzt/green8-dzophh-1.S
00:14.47tmztthis, but getting that in dzo's code won't be easy
00:14.52tmztthere's a lot of registers in use
00:15.15phhannyway i'm flashing back WM, dumping ramconsole and going to sleep today :p
00:15.24tmztuh, night
00:15.44phhwell we can still discuss this
00:15.53phhi'm only at 75% flashing.
00:17.16WM-Seftmzt
00:17.22WM-Seflook on msn
00:17.23phhtmzt: I really don't understand asm :/
00:17.40WM-SefI've explained how I did it
00:18.11phhWM-Sef: you mean you pasted what I told you ? :p
00:18.25tmztfrom my understanding that code should work
00:18.27tmztbut it doesn't
00:18.29phhtmzt: so this code sets the address of the FB ?
00:18.41tmztyeah, one of the config registers
00:18.45tmztbut so did the c code I think
00:18.50tmztso I don't know the problem
00:18.52phhwhy do that in C ?
00:18.54phhasm*
00:19.04phhyou could do that in C in the early device init
00:19.10tmztbecause c needs a stack and the bootloader doesn't have that one yet
00:19.37phhwe can do that once the kernel is a bit started
00:19.58tmztyeah, but I want a menu for dual boot
00:20.02tmztthat's what I'm working on
00:20.18tmztI want to run from sd card with kernel in nand
00:20.18phhwhat about doing a menu using kexec ?
00:20.26tmztand not lose wm
00:20.30phhah.
00:20.32tmzttoo big for the xip I think
00:20.35tmztto have three os's
00:20.38tmzttwo linux, one wm
00:20.52tmztkexec is also pretty hard to debug without a bunch of daemons
00:20.54WM-Seftmzt
00:20.57tmztkboot
00:21.03WM-Sefhave you looked on msn?
00:21.04tmztI know ps3 uses it
00:21.06phhtmzt: wince's kernel is relocatable ?
00:21.28tmztmy msn is working
00:21.30tmztI don't see you
00:21.32tmztjo?
00:22.22WM-Sefyes
00:22.37tmztthen you are here but no messsage
00:22.42tmztare you in wave?
00:22.46WM-Sefwave?
00:22.51tmztwave.google.com
00:22.58phhtmzt: anyway I'll try to relocate FB's phys from the C code
00:23.03phheven if it doesn't fit your needs
00:23.21Battousaibah, still invite only ;)
00:23.40tmztpm me
00:24.02tmztyou using smartq5 fs?
00:24.08tmztare you in #mer yet?
00:24.19tmztI started with that fs before got pretty far
00:24.28tmztBattousai: pm me
00:24.51Battousaitmzt: for wave? thanks, but i don't have much interest in it :)
00:24.57phhcool, ramconsole is eempty.
00:25.11tmztcool?
00:25.12tmztBattousai: ok
00:25.16phhironic.
00:25.36WM-Seftmzt
00:25.43phhanyway, time to go to sleep
00:25.52WM-Sefdid you read my last *BIG* msn message?
00:25.54WM-Sefme 2
00:25.59tmztcan't read it
00:26.12tmztI'm just going to work from partition then
00:26.15tmztand try to fix 2.6.32
00:26.23tmztphh: can you push anything you did on 2.6.32?
00:26.30tmztto a new tree
00:26.32tmztbranch
00:27.09WM-Seftmzt
00:27.17WM-Sefwhat is your Google account?
00:27.23tmztzt
00:29.10tmztcheck your gmail
00:34.19WM-SefI'm going to have some sleep
00:34.20WM-Sefttyl
00:40.58*** join/#htc-linux m1dlg (n=m1dlg@bb-87-81-252-83.ukonline.co.uk)
00:45.57hacked_kernelxds dev say that kaiser and polaris are very close to vogue, I tried to install android kaiser and polaris on touch 3g but I get error message when running it
00:48.01tmztright
00:48.13tmztthe ram message?
00:48.40hacked_kernelkaiser say ramaddr,  polaris say "pc=006832.."
00:48.50hacked_kernelpolaris unhandled exception
00:49.23tmztokay, you have a polaris?
00:49.27hacked_kernelyes
00:49.29tmztuse the polaris mtype
00:49.33tmztkaiser kernel
00:49.41hacked_kerneli'll try
00:50.36tmzttake ramaddr out of default.txt if you have to
00:50.39tmztshouldn't need it
00:50.45tmztif the kernel oops's tell me what driver
01:00.29hacked_kerneltmzt, I tried the kiaser kernel with polaris mtype, it said "unhandled excpetion pc=03fa1fac"
01:04.58*** join/#htc-linux cefn (n=cefn@5ad54769.bb.sky.com)
01:06.56*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
02:42.06*** join/#htc-linux x29a_ (n=x29a@unaffiliated/x29a)
02:52.55*** join/#htc-linux luminoso (n=lumos@av-217-129-128-10.netvisao.pt)
03:28.57*** join/#htc-linux toi (n=toi@d54C2A96D.access.telenet.be)
03:54.30*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
04:08.13*** join/#htc-linux luminoso (n=lumos@av-217-129-128-10.netvisao.pt)
04:29.26*** join/#htc-linux ccube (n=ccube@g224052166.adsl.alicedsl.de)
04:50.03*** join/#htc-linux MatBee (n=MatBee@CPE0021299b3beb-CM000a7365c4e5.cpe.net.cable.rogers.com)
04:59.25tmztphh: if panel doesn't apply to the device why is the htctopaz_panel_init getting called?
04:59.45tmztjust going over the git commits to see what's going on with this evo kernel
05:02.33tmzt+       if(!_smd_alloc_channel) {
05:02.34tmzt+               if(machine_is_htctopaz())
05:02.50tmztwe so need a global msm_amss_version identifier
05:02.56tmztas well as helper macros
05:03.34tmztI would prefer to do this with a struct though, not the v1/v2 stuff
05:04.00tmztI'm not sure why the pointer has to be typed like that, would void * work with casts in the dereferencing?
05:20.30ToAsTcfhtmzt:
05:20.54ToAsTcfhgappy holidays
05:20.58ToAsTcfhhappy
05:21.01ToAsTcfhlol
06:14.19*** join/#htc-linux Dannnnn (n=Dan@unaffiliated/dannnn)
06:15.04*** part/#htc-linux Dannnnn (n=Dan@unaffiliated/dannnn)
06:40.49*** join/#htc-linux vicdup (n=vicdup@was59-1-87-88-203-15.dsl.club-internet.fr)
06:41.41ToAsTcfhwow
06:41.58ToAsTcfhthis place is dead
06:48.09*** join/#htc-linux GNUtoo (n=GNUtoo@host190-132-dynamic.16-79-r.retail.telecomitalia.it)
06:56.22tmztmer is hoppin
07:10.27vicdupdoes someone know what is playwav2 ???
07:11.10tmztyes
07:11.27tmztit's a small program that can play wav and mp3 files on msm phones with the android driver
07:12.10vicdupmay you explain me ? I try to help on the topaz android port and a developer said he needs to have a report from someone using playwav2
07:12.13vicdupok thanks
07:12.37vicdupdo you know where I can find it, indeed it's not in the android market
07:12.40tmztwhat developer?
07:12.45vicdupcr2
07:12.47tmztno, but it should be in your rootfs
07:12.56tmzthe hasn't been here recently, hmm
07:13.15vicdupPlease use zimage+initramfs and playwav2 program for testing sound.
07:13.17vicdupandroid is such a monstrosity that you never know what is an exact problem.
07:13.19vicdupplaywav2 can be modified for the endpoint selection, as it was done on blackstone.
07:13.21tmztlinuxtogo.org/~lgorris/
07:13.23vicdupthat's what he saif
07:13.29tmztandorid is irrelevant
07:13.35tmztah no I get him
07:13.40tmztright
07:13.52tmztby the way, linux-msm git has some of the endpoint stuff fixed
07:14.00tmztwe can even control it from sysfs with a little work
07:14.03tmzttell him
07:14.39tmztyou will need more than that initrd though for loggin in with telnet
07:14.47tmztsince it's topaz and no keyboard
07:14.58vicdupok I will post that thanks. I am a noob so I really don't understand everything....
07:18.51vicdupsorry but how do I launch playwav2 ? I'm on linuxtogo.org/~lgorris/misc but it doesn't seem to be an android programm
07:20.42*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
07:23.57tmztit's a linux program
07:24.04tmztyou go to a shell and start it with ./playwav2
07:24.25vicdupok ! trying, thanks
07:26.27vicdupwtf i can't type a "2" in the shell !
07:27.39*** join/#htc-linux jeremychang (n=jeremych@61-30-10-70.static.tfn.net.tw)
07:29.23tmztwhat can you type?
07:29.45vicdupI am able to type ./playwav
07:29.46vicdupbut not the 2
07:29.59vicdupindeed any letters but not 123456789
07:30.27tmzt*?
07:30.52vicdupyes i can type * if that was the question
07:31.22tmzt./playwav*
07:32.10vicdupjust tried it, it says './playwav*:not found'
07:32.41vicdupI assume the programm is not here, i have to download it ,
07:32.44vicdup?
07:32.53tmztwhat did you boot?
07:32.56tmztandroid or that initrd?
07:33.00tmztI think it's on there
07:33.04vicdupandroid :s
07:33.06tmztbut you need to build it from source anyway
07:33.10tmztright
07:33.18tmztdownload it to your home on android
07:33.40vicduptrying
07:37.28vicdupI downloaded the file from the android browser but i have absolutely no idea of where it goes
07:37.54vicdupcan't see any file browser on android...
07:52.11vicdupok found it !
07:59.21*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
08:01.48vicdupI get "cannot open /data/out.wav"
08:02.12vicdupwhich don't really surprise me because such a file doesn't exist...
08:04.17tmztignore that
08:04.29tmztwhat did you run?
08:04.43vicdupsu
08:05.01vicdup./playwav*.txt
08:06.29tmzthuh?
08:06.31tmztah
08:06.35tmztso you had .txt on it
08:06.36tmztok
08:06.47tmztI forget the option you need
08:06.55tmztyeah, a file name
08:06.59tmztan mp3 or wav file
08:07.01tmzteither works
08:07.04tmztfor the routing stuff
08:07.33vicdupok and what's the aim of all of that ? I should hear a sound ?
08:13.31vicdupnow i get "device busy"
08:13.42vicduptrying to reboot to try again...
08:19.02vicdupstill get the same error
08:21.51tmztyou are doing it while android audioflinger has the device open
08:21.56tmztthat's why you need that initrd
08:22.35vicdupok
08:22.49vicdupso it's something I launch with haret ?
08:23.10vicdupwhere can i find it ?
08:24.38*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87c90d.pool.mediaWays.net)
08:29.50tmztyeah, haret
08:30.00tmztI would say use the old gizard from linwizard
08:32.17vicdupin my SD card i've a initrd file, useless ?
08:34.27tmztno
08:34.33tmztbut you need one you can log into
08:34.36tmztthat's way too sipmle
08:40.37vicdupI really don't see waht to do, I searched for gizard but didn't find anything... I think it's too complicated for me.
08:41.02vicdupThanks for having tried to help me
08:41.04parmasterMerry Christmas
08:41.14vicdupChristmas time for me !
08:41.21vicdupMerry christmas to everyone !
08:45.47*** join/#htc-linux rmoravcik (n=rmoravci@adsl-dyn51.78-98-123.t-com.sk)
08:45.52*** part/#htc-linux rmoravcik (n=rmoravci@adsl-dyn51.78-98-123.t-com.sk)
09:46.34*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
09:50.22*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
10:19.00*** join/#htc-linux MatBee (n=MatBee@CPE0021299b3beb-CM000a7365c4e5.cpe.net.cable.rogers.com)
10:23.53*** join/#htc-linux GNUtoo (n=GNUtoo@host190-132-dynamic.16-79-r.retail.telecomitalia.it)
10:24.32*** join/#htc-linux Zoolooc (n=fredsiba@p549553EC.dip.t-dialin.net)
10:28.28*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a)
10:32.28*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
10:40.05*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
10:46.08*** join/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
10:52.33*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
10:54.54*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
11:06.33*** part/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
11:27.45*** join/#htc-linux jumoit (n=samuel@121.77.87.145)
11:34.25*** join/#htc-linux cyberdesigner (n=cyberdes@port-92-206-55-79.dynamic.qsc.de)
11:34.51*** part/#htc-linux jumoit (n=samuel@121.77.87.145)
12:04.51*** join/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
12:10.21*** join/#htc-linux luminoso (n=lumos@av-217-129-128-10.netvisao.pt)
12:17.38*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87c90d.pool.mediaWays.net)
12:38.20*** join/#htc-linux MatBee (n=MatBee@CPE0021299b3beb-CM000a7365c4e5.cpe.net.cable.rogers.com)
13:00.51*** join/#htc-linux balans (n=Gebruike@212-123-149-239.ip.telfort.nl)
13:27.22*** join/#htc-linux WM-Sef (n=WM-Sef@ip54506452.adsl-surfen.hetnet.nl)
13:40.48*** join/#htc-linux luminoso (n=lumos@av-217-129-128-10.netvisao.pt)
13:46.16*** join/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
13:59.35*** part/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
14:10.44*** join/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
14:44.41*** join/#htc-linux boogeyman (n=boogeyma@unaffiliated/boogeyman)
14:45.58*** join/#htc-linux jumoit2 (n=samuel@121.77.87.145)
14:51.20*** part/#htc-linux jumoit2 (n=samuel@121.77.87.145)
14:59.11*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
15:00.48*** join/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
15:01.12*** part/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
15:09.37*** join/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
15:13.29*** join/#htc-linux WM-Sef (n=WM-Sef@ip54506452.adsl-surfen.hetnet.nl)
15:34.24*** join/#htc-linux toi (n=toi@d54C2A96D.access.telenet.be)
15:37.05*** join/#htc-linux zycho (n=zycho@dslc-082-083-240-074.pools.arcor-ip.net)
15:52.38*** join/#htc-linux Zack84a (n=zack84a@99-129-138-204.lightspeed.austtx.sbcglobal.net)
15:58.43*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
15:59.41*** join/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
16:00.23*** join/#htc-linux dcordes (n=dcordes_@unaffiliated/dcordes)
16:01.48dcordeshi
16:09.02*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
16:10.28phh[06:09:50] <tmzt> phh: if panel doesn't apply to the device why is the htctopaz_panel_init getting called? <----- the htctopaz_panel_init is called with device_initcall, meaning it is called whatever the board is. But you're right we'd better to remove this device_initcall thing and call this function from the board's init
16:11.06phh[06:14:24] <tmzt> I'm not sure why the pointer has to be typed like that, would void * work with casts in the dereferencing? <---- I hate void*
16:13.28phh[06:13:58] <tmzt> I would prefer to do this with a struct though, not the v1/v2 stuff / [06:13:14] <tmzt> we so need a global msm_amss_version identifier <----- imho we'd better to create v1/v2 structs, but the choice will be made in the machine_init()
16:21.45*** join/#htc-linux NexVision (n=a@c-76-109-33-88.hsd1.fl.comcast.net)
16:21.52dcordesdzo, are there any display init problems after standby on kaiser?
16:38.40dcordesw
16:51.01NexVisionhttp://www.youtube.com/watch?v=_RjMSWhGWak
17:08.18*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87c90d.pool.mediaWays.net)
17:32.25*** join/#htc-linux toi (n=toi@d54C2A96D.access.telenet.be)
17:36.50*** join/#htc-linux MatBee (n=MatBee@CPE0021299b3beb-CM000a7365c4e5.cpe.net.cable.rogers.com)
17:37.09MatBeechristmassssssss
17:38.25*** join/#htc-linux MrPippy (n=pip@adsl-75-11-167-51.dsl.sndg02.sbcglobal.net)
17:42.02phh~xfbdev-touchscreen
17:42.50phhnot that one.
17:42.50phhbah
17:47.25dcordesphh, messing around with nondroid images?
17:48.12phhnot really, just wm-sef playing with it
17:48.19phhI did some tries with ubuntu, mer and shr
17:48.30dcordeswhat's that mer?
17:48.38phhmaemo
17:49.11phhI'd like to try the xf86-video-msm driver, but it needs big changes in the kernel :/
17:49.32dcordeswhere's that driver?
17:49.47*** join/#htc-linux m1dlg (n=m1dlg@bb-87-81-252-83.ukonline.co.uk)
17:49.51phhhttps://www.codeaurora.org/gitweb/quic/xwin/
17:49.53ToAsTcfhphh: i managed to build the sensors\o/ it ended up being my build. i guess something was messed up. i cleared the whole thing and re repo init
17:50.09phhToAsTcfh: uh ? sounds strange
17:50.18ToAsTcfhidk either
17:50.23ToAsTcfhbut it worked
17:50.30ToAsTcfh\o/
17:50.33phhToAsTcfh: ok
17:50.41phhnow debug what doesn't work.
17:51.03*** join/#htc-linux WM-Sef (n=WM-Sef@ip54506452.adsl-surfen.hetnet.nl)
17:51.40ToAsTcfhanyhow do i need the lib files it made with it? or are they no different from whats in the build already?
17:51.40dcordesphh, nice they finally put some content
17:51.40phhhu ? it mades lib files ?
17:51.40ToAsTcfh.sos
17:51.41ToAsTcfh.so's
17:52.21phhdcordes: yes, but the GEM/DRM driver is mostly for snapdragon (2D should work on MSM7k), and it is only on 2.6.31, so if we want to use it, there is a lot of work to do.
17:53.13ToAsTcfhlibdl.so libc.so libstdc++.so libm.so liblog.so libcutils.so
17:53.27phhah, no you don't need it
17:53.29ToAsTcfhthats what it made with sensors.heroc
17:53.31phhonly the sensors.xxx.so
17:53.39ToAsTcfhok
17:53.53ToAsTcfhill go to building now
17:54.10ToAsTcfhhe said it wouldnt even boot
17:54.18dcordesphh, 2d is cool
17:54.28dcordesno need to play accerlated wolfenstein
17:54.34ToAsTcfhthen when it did work it would have no sensors
17:55.20phhdcordes: tmzt has started a fork of their 2.6.31 kernel, we can go to htc_fb_console, I think he got msmfb with noop panel working too on his rhod too
17:55.22dcordestmzt, dont't you run a recent kernel on your msm7*A ?
17:55.28ToAsTcfhwill i need to make changes to the init or anything or will this just work?
17:55.47dcordesawesome
17:55.51phhToAsTcfh: just replace put the sensors.heroc.so in /system/lib/hw
17:56.00ToAsTcfhok will do
17:56.18phhdcordes: but he hasn't commited anything yet :/
17:56.25phhoh well I can.
17:56.38phhI just have to remember how to create branches
18:02.18*** join/#htc-linux Zack84a (n=zack84a@99-129-138-204.lightspeed.austtx.sbcglobal.net)
18:02.50phhdcordes: http://gitorious.org/htc-msm-2-6-32/leviathan-incoming/commits/wince
18:03.05leviathanokee
18:03.16phhoh... tmzt already did a branch
18:03.27phhit's going to be a mess -_-'
18:04.35*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
18:09.00*** join/#htc-linux luminoso (n=lumos@av-217-129-128-10.netvisao.pt)
18:10.11dcordesbranchorama
18:13.35*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
18:14.55leviathannice
18:15.03leviathanok
18:15.13*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
18:15.16leviathanI'm try'n atm to remove rpc from android kernel
18:15.20leviathanbut at the end
18:15.41leviathanrpc+pmem is essential core for ANY android driver
18:15.56leviathanso it always fucks me, when I try to remove rpc+pmem
18:16.06phhpmem and rpc are needed to use most of msm's hardware
18:16.28phhyou can put it the way you want (in newer kernel pmem areas are dynamically allowed), it will still be here
18:18.32*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
18:27.36*** join/#htc-linux MatBee (n=MatBee@CPE0021299b3beb-CM000a7365c4e5.cpe.net.cable.rogers.com)
18:29.54ToAsTcfhphh: well its booting. but... i dont even have an htc spash. it seems to be loading everything though
18:30.59ToAsTcfhits blank screen loading apps in logcat
18:32.44ToAsTcfhE/System  (  106): Failure starting core service
18:32.44ToAsTcfhE/System  (  106): java.lang.NullPointerException
18:35.28ToAsTcfhsomething els seems to be wrong
19:00.30*** join/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
19:07.04*** join/#htc-linux MatBee (n=MatBee@CPE0021299b3beb-CM000a7365c4e5.cpe.net.cable.rogers.com)
19:16.06*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
19:17.12ToAsTcfhphh: got this>>> W/System.err(  365): java.io.IOException: Error running exec(). Commands: [/system/bin/bma150_usr] Working Directory: null Environment: null
19:17.12ToAsTcfhW/System.err(  365): at java.lang.ProcessManager.exec(ProcessManager.java:196)
19:17.27phhthat's not a problem
19:19.24ToAsTcfhyeah well when i load the browser it crashes the phone now
19:20.56ToAsTcfhE/BT HS/HF( 1006): mJBtlAgHandler.setIndicatorValue() failed
19:21.50ToAsTcfhI/DEBUG   (  924): debuggerd committing suicide to free the zombie!
19:21.59ToAsTcfhwtf!!!!!!!
19:23.59ToAsTcfhthats sic!!! i wouldve never exspected to see that in a logcat!!!
19:24.31WM-SefOMG :x
19:24.39WM-Sefthat's lol
19:24.57WM-Sefcomputer's having fun too, christmas brake :P
19:25.17ToAsTcfhlol
19:26.13ToAsTcfhok time for a fresh build. i may have edited something thats messing this up
19:26.40phhfunny, I get the same zombie error.
19:26.46phhI still haven't figured out why.
19:28.18WM-Sefphh
19:28.21phhWM-Sef: ?
19:28.32WM-Sefare you expirenced with Mer?
19:28.36phhnot at all
19:28.42WM-Sefoh ok :)
19:28.46ToAsTcfhlike google is just fuckin with people or something.lol
19:28.47WM-Sefsomeone is having
19:28.55WM-SefINFO: task rpcrouter:13 blocked for more then 120 seconds
19:28.59phhand don't highlight me with just my nicknname, i have to wait for you to type the rest of your message
19:29.34WM-Sef?
19:30.06phh[20:38:50] <WM-Sef> phh [20:39:04] <WM-Sef> are you expirenced with Mer? <---- I have been waiting 15s for your question, while I was busy doing something else.
19:30.19phhit isn't much time, but it's annoying
19:30.39ToAsTcfhn no pms!!!!!!!!!!!!!!!!!!1
19:30.44ToAsTcfhlol
19:31.02WM-Sefsorry
19:31.22WM-SefI'm inexpirenced with IRC :p
19:31.58ToAsTcfhoh well... i annoy phh the most
19:32.00*** join/#htc-linux riegec (n=cegeir@p57B1C233.dip.t-dialin.net)
19:32.07phhToAsTcfh: mmmm not so sure
19:32.22ToAsTcfhlol
19:32.32makkoneneveryone annoys phh a lot.
19:32.40phhmakkonen: oh you're alive ?
19:32.46phhi haven't seen you here for a while
19:33.00makkonenyeah. been on the christmas party circuit the last few days.
19:33.09ToAsTcfhwoot
19:33.12phhok :)
19:33.18phhchristmas for me is only 24-25 dec
19:34.50phh<PROTECTED>
19:34.51makkonenfor better or worse, I'm having an extended christmas. flew home on the 22nd, party 22nd, party 24th, christmas dinner today, another christmas dinner tomorrow... it's exhausting.
19:34.55phhI wonder if this is linked to usb host or not
19:35.11phhmakkonen: it's easier for me :p
19:40.41phhgroumpf, I have msm7200 and msm7500 docs, and i have msm7201A, the two docs defer on USB clocks, which one is the best to trust ? :p
19:42.37*** join/#htc-linux Yandzeee (n=Yandzee@95.143.22.82)
19:42.45Yandzeeehello all
19:48.06*** join/#htc-linux riegec (n=cegeir@p57B1C233.dip.t-dialin.net)
19:49.48YandzeeeI'm sorry, why 1.6 supports GPRS/EDGE, and 2.0.1 is not present? And when there is a new insertion? All forum 4pda waits. And is it true, what for Android 1.6 need FAT16 (FAT)?
19:50.14tmzthuh?
19:50.20phh+android.
19:50.25phhYandzeee: thanks reading the topic.
19:50.44phh(and 2.0.1 does support mobile data connection and i don't get the question about fat16)
19:51.03ToAsTcfhwoot
19:51.18tmztnot sure why ppp doesn't work on 2.0.1
19:51.23phhtmzt: it does work
19:51.27phhit was just wrong ril
19:51.35tmztok
19:51.54tmztany idea why my verizon tp2 can't find the sd card?
19:52.09phhwith my kernel you mean ? or with any kernel ?
19:52.16tmzteither with evo's kernel or current linux-msm
19:52.32phhclass6 transcend ?
19:52.55tmztprobably
19:52.57tmztis something missing?
19:53.03tmztI've added root delay
19:53.15phhclass6 transcends are known not to work
19:53.16tmztyeah, I think so
19:53.17phhdon't know why
19:53.27tmzthmm
19:53.31phhyou might try to changes sdcc clocks or bus width
19:53.32tmztit worked on tp
19:53.37tmztvdd?
19:53.40phhmmm
19:53.44tmztbus width is 4 or less
19:53.56tmztI have a 2gb at home
19:53.59tmztok
19:54.03tmztthat's a sandisk
19:54.19phhso it's something else
19:54.53*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
19:54.53tmztwhat is? I'm using a transcend class 6 8gb now
19:55.02tmztI also have a 2gb sandisk
19:55.06phhah ok
19:55.14YandzeeeThe Internet does not work for me. What is the matter?
19:55.20tmztit's timing out
19:55.24tmztmmc commands
19:55.29tmztcould it be the wifi enabled?
19:55.33tmztthat's timing out too
19:55.35phhYandzeee: don't know, ask on the correct place.
19:55.41phhtmzt: time outs are normal
19:55.42tmztthey can't help either
19:55.53tmztthought so, at least the mmc1 ones
19:56.47phhtry adding msmsdcc_1bit=1 msmsdcc_nopwrsave=0 msmsdcc_fmax=14000000
19:56.47tmztok
19:56.55tmztI'l try the fmax, what are the others for?
19:57.20phh1 bit bus instead of 4bits (sounds stupid but it's worth trying), and remove power saving features
19:57.23phhoh well it's =1 not =0
19:57.29tmztyeah
19:57.35tmzthmm
19:57.38tmztnopwrsave
19:59.48*** join/#htc-linux WM-Sef (n=Not@ip54506452.adsl-surfen.hetnet.nl)
20:00.45*** join/#htc-linux gnutoo_ (n=GNUtoo@host4-129-dynamic.54-79-r.retail.telecomitalia.it)
20:05.50*** join/#htc-linux AndP (n=Adfkl@88.204.115.139)
20:07.02ToAsTcfhman, the wife broke the power plug on my laptop
20:07.15phhhehe
20:07.48ToAsTcfhluckly its just the little wire and i was able to make do and figur it out
20:08.32ToAsTcfhnow i gotta get the thing resaudered
20:08.36ToAsTcfhboo
20:10.20WM-SefDoes Mer 0.17 use OpenGL ES2?
20:10.42phhno
20:11.05WM-Sefok
20:11.15phhno opengl at all
20:11.27*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
20:11.53WM-SefSGX GLES then?
20:12.02phhno GL at all.
20:12.06WM-Sefhuh
20:12.14WM-Sefso there is no 3d driver needed?
20:12.18phhno
20:12.43WM-Sefhttp://www.youtube.com/watch?v=dw7KO9z0-kg
20:12.49WM-Sefthere it says so
20:12.51WM-Sef???? :P
20:13.40WM-Sefcuz my touchscreen freezes out for some reason
20:14.05WM-Sefthey say I need a 3D driver or so
20:14.14phhno text link ?
20:14.21WM-Sefno
20:14.27WM-Sefin the Mer channe;
20:14.27phhok.
20:14.41phhanyway if it starts, it means that no 3D driver is needed.
20:14.53phheven if it freezes
20:15.43ToAsTcfhphh: any ideas on why this sensors does not work?
20:15.50phhno
20:15.55*** join/#htc-linux exco (n=exco@e181070106.adsl.alicedsl.de)
20:16.00ToAsTcfhit should no matter what?
20:16.15phhit should what ?
20:16.23ToAsTcfhare u using urs with a 2.0 build
20:16.27ToAsTcfhwork
20:16.29WM-Sefbut the screen is really odd
20:16.33WM-Sefblack boxes
20:16.36phhToAsTcfh: I tried it on a 2.à build yes.
20:16.49ToAsTcfhhmm
20:19.14WM-Sefandroid?
20:19.21phhyes.
20:21.01*** join/#htc-linux exco (n=exco@e181070106.adsl.alicedsl.de)
20:21.27WM-Seftried Mer 0.17 on my PC
20:21.35WM-SefIt's very slow
20:21.42WM-Sefon my mobile
20:21.59WM-Sefeven to slow to use I think
20:22.04WM-Sefon the final release
20:22.14WM-SefWill it be faster?
20:31.30*** join/#htc-linux dcordes (n=dcordes_@unaffiliated/dcordes)
20:32.07AndPWM-Sef, what is the User name And RAssword for Mer4XDA-Devs. i have HTC 5353 (topaz )
20:32.13*** join/#htc-linux tsdogs (n=tsdogs@net203-187-146.mclink.it)
20:32.16AndPAirpil=AndP )
20:48.19ToAsTcfhphh: and those .so files were not needed at all?
20:48.25ToAsTcfhlib
20:48.37phhit's already in android build.
20:49.15ToAsTcfhso whaen i make. those files are not changed or compiled differently?
21:04.33ToAsTcfhgot a fresh build to make sure nothing has been tampered with
21:07.10ToAsTcfhseems to be booting better no errors yet
21:20.33*** part/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
21:24.14phhhow to try if I fixed usb init ? start with usb connected in wince !
21:24.19phhi'm kind of stupid sometime.
21:34.17AndPwhat is need to add in DEFAULT.txt for recalibrate the screen ?
21:44.53ToAsTcfhphh: alrigt man its def the new sensors killing this thing
21:45.09phhAndP: which board ?
21:46.15AndP= \  i'd like to launch Mer4XDA-Devs on my Topaz
21:46.16ToAsTcfhD/HEROCSensors(   96): +activate
21:46.16ToAsTcfhE/HEROCSensors(   96): activate: IGNORING error setting mode after 10 retries (fd=100, mode=0, result=-1)
21:46.16ToAsTcfhD/HEROCSensors(   96): +set_delay
21:46.16ToAsTcfhD/HEROCSensors(   96): +open_data_source
21:46.58ToAsTcfhall this seems to be ok. but it the last good thing to happen before the build starts failing
21:47.06phhAndP: that's not the question ...
21:47.16phhoops it answers it.
21:47.27phhAndP: depends on which calibration you need
21:47.33phhif you use tslib there is no need to change default.txt
21:47.55phhif it's evdev (which is really bad.), use kernel calibration and remove the msmsts_calib=XXXX thing
21:48.33WM-Sefdon't use kernel calibration
21:48.41WM-Sefit will freeze the screen
21:48.52phhnot if you're quick enough i think :p
21:55.24*** join/#htc-linux Zack84a (n=zack84a@99-129-138-204.lightspeed.austtx.sbcglobal.net)
22:02.22*** join/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
22:06.32phhI hate reversing clocks :'(
22:08.22ToAsTcfhi hate getting these sensorsa to work.lol
22:10.31*** join/#htc-linux leaigor (n=laigor@188.134.16.241)
22:11.03WM-Sefwhich sensors?
22:11.13ToAsTcfhgsensors
22:11.20ToAsTcfhaccel
22:11.25ToAsTcfhcompass
22:11.41ToAsTcfhit sux
22:12.10phhfor hero cdma.
22:12.49ToAsTcfhthe weird part is the gsm hero is suppose to use the same sensors
22:13.15ToAsTcfhbut the got a leaked .29 kernel soo
22:15.16phhany clock addict around ? :D
22:15.17ToAsTcfhphh: andfd u looked through the source i sent and didnt see any issues with it?
22:15.32phhToAsTcfh: no
22:15.44phhbut i took only a really quick look.
22:15.50ToAsTcfhso its the build if anything
22:16.05ToAsTcfhohhhhhhhhhhhh thanx
22:16.40phh?
22:16.51phhyou know spotting bugs isn't that easy most of the time
22:16.54ToAsTcfhfor just a quick look
22:17.07ToAsTcfhi know
22:17.22ToAsTcfhlogcat isnt helping much either
22:18.00ToAsTcfhwhatever is happening is going down quicker then u looked at the source!!! lol
22:19.15*** part/#htc-linux AndP (n=Adfkl@88.204.115.139)
22:19.51ToAsTcfhok... ths shit is a pain
22:22.29ToAsTcfhdebuggerd committing suicide to free the zombie again
22:22.54phhyou know what this means ?
22:22.58ToAsTcfhanyhow it does it as soon as the sensors are tried to be used
22:23.59ToAsTcfhit means game over everytime i get it
22:24.00ToAsTcfhit freezes
22:24.00phhI mean what this actually means.
22:24.00ToAsTcfhno
22:24.13ToAsTcfhdebugrd stopping its self
22:24.16ToAsTcfh?
22:24.25phhmaybe search what it means instead of trying to fix it blindly
22:24.31ToAsTcfhin a slightly brutial fashion
22:28.41ToAsTcfhD/HEROCSensors(  106): +activate
22:28.41ToAsTcfhE/HEROCSensors(  106): activate: IGNORING error setting mode after 10 retries (fd=100, mode=0, result=-1)
22:28.41ToAsTcfhD/HEROCSensors(  106): +set_delay
22:28.41ToAsTcfhD/HEROCSensors(  106): +open_data_source
22:28.41ToAsTcfhD/PhoneWindow(  802): DebugMonitor class=com.htc.android.teeter.CTeeterActivity focus=true
22:28.55ToAsTcfhdoes this look normal?
22:29.22ToAsTcfhits not the norm to my sensors.heroc. but i get it with this one
22:30.11ToAsTcfhalso>>> W/System.err(  802): at dalvik.system.NativeStart.main(Native Method)
22:38.13ToAsTcfhi think this is the issue lol
22:38.17ToAsTcfhD/HEROCSensors(  802): +_bma_open
22:38.18ToAsTcfhE/HEROCSensors(  802): bma_open: failed to open bma150 device (/dev/bma150): -1, err count = 2
22:40.44phhToAsTcfh: what's the perms of /dev/bma150 ?
22:42.21ToAsTcfhnone set in the update-script
22:42.32ToAsTcfhis that what ur talkin bout>?
22:42.59phhno
22:43.02phhadb shell ls -l /dev/bma150
22:43.31ToAsTcfhcrw-r----- compass  system    10,  33 2009-12-25 17:37 bma150
22:43.42phhadb shell chmod a+rw /dev/bma150
22:43.44phhand retry
22:43.51*** part/#htc-linux greebear (n=greenbea@pD9E7255E.dip0.t-ipconnect.de)
22:43.53phh(don't reboot in the meantime)
22:44.22ToAsTcfhBad mode
22:44.41ToAsTcfhi cant retry either the phone is frozwe
22:44.57ToAsTcfhill reboot then try the commands
22:45.31*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
22:46.02phhchmod 0777 /dev/bma150 then
22:46.14ToAsTcfhok booting now
22:46.45ToAsTcfhdone
22:46.51ToAsTcfhnow try?
22:46.59phhyes
22:47.02ToAsTcfhi just chmod 0777 /dev/bma150
22:47.16ToAsTcfhwell adb shell too
22:47.25phhthen try yes.
22:47.48ToAsTcfhohh
22:48.01ToAsTcfhit froze the phone on boot this time
22:49.03phhstupid usb.
22:50.08ToAsTcfhI/DEBUG   (   74): Build fingerprint: 'unknown'
22:50.16ToAsTcfh<PROTECTED>
22:50.28*** join/#htc-linux herpez (n=herpez@87-196-167-13.net.novis.pt)
22:50.30phhdoesn't seem wrong at all to me
22:50.33ToAsTcfhhold up im gonna wip[e
22:50.42ToAsTcfhand retry
22:51.06ToAsTcfhi pushed bma to dev. sso there may be an issue with that
22:51.37phh?
22:52.28ToAsTcfhi pushed bma150 to /dev
22:52.59phh?!?
22:53.02ToAsTcfhwell bma150_usr renamed bma150
22:53.06phh.....
22:53.12phhyou're kidding me right ?
22:53.27ToAsTcfhwell i gave the error like it wasnt ther
22:53.39ToAsTcfhidk i was just guessing
22:53.50phhwhy did you push /dev/random as /dev/bma150 ?
22:54.01phhdidn't*
22:54.03zychosome news on ubuntu/diamond ?
22:54.23phhzycho: stop asking every day and try to do it yourself !
22:54.30*** join/#htc-linux MxxCon (i=donuts@ool-18b9baa8.dyn.optonline.net)
22:54.32ToAsTcfhrandom?
22:54.33phhif you need help, I can help you
22:54.50phhToAsTcfh: /dev/bma150 has nothing to do with bma150_usr except it's linked to the gsensor.
22:55.04ToAsTcfhoh shit
22:55.10MxxConhey folks, where can i get explanation of msmts_calib parameter?
22:55.19ToAsTcfhwell i reflashed and im booting in now
22:55.21phhMxxCon: read the source code luke !
22:55.31phh(sorry i've got nothing better :p)
22:55.40MxxConthere is no documentation?
22:55.49phhnot that i'm aware of
22:55.52MxxConi want to figure out what those numbers mean
22:56.16phhthey are xmin,ymin,xmax,ymax
22:57.04ToAsTcfhok so ill try to chmod it again
22:58.03MxxConphh but they are not in pixels, are they?
22:58.07*** part/#htc-linux vicdup (n=vicdup@was59-1-87-88-203-15.dsl.club-internet.fr)
22:58.18phhMxxCon: in "touchscreen pixel"
22:58.43phhwell pixel is stupid for a touchscreen since pixel is meant for something displaid.
22:58.53phhMxxCon: it's touchscreen units let's say
22:59.30MxxConso just becuase my display is 800x480, doesn't mean my touchscreen has the same resolution?
22:59.31phhzycho: no question then ?
22:59.37phhMxxCon: not at all.
22:59.45phhthe resolution of a touchscreen is way higher afaik
23:00.10zychoi am a totaly noob :<
23:00.19zychodont know how to start
23:00.20phhzycho: you have some linux knowlede ?
23:00.26ToAsTcfhdo u guys have multi touch working on any of the winmo devices
23:00.38phhToAsTcfh: with resistive devices it's kind of hard.
23:00.46ToAsTcfhi see
23:00.48*** join/#htc-linux herpez (n=herpez@87-196-167-13.net.novis.pt)
23:00.50MxxConToAsTcfh hd2 is the only one i think
23:00.52phhif you know any algorithm to do that i'll code that
23:01.04ToAsTcfhwant sure about the newer ones tp2 and such
23:01.38zychohm.. i have an ubuntu system.. but i need it only for aircrack
23:01.38phhdon't know if multitouch is possible with 5 lines resistive touchscreens
23:01.42ToAsTcfhmy hero doesnt have it in 2.1 but it does in 1.5  lol
23:02.01phhToAsTcfh: multitouch on 1.5 ? but no app handles it then ? :p
23:02.10ToAsTcfhbrowzer
23:02.18ToAsTcfh<PROTECTED>
23:02.23phhah
23:02.41ToAsTcfhbut i cant get it to work on any 2.0 roms
23:02.58ToAsTcfhguess the driver or something changed
23:03.19MxxConhero is capacitive, not resistive
23:03.30ToAsTcfhi know
23:03.52phhzycho: why do you want ubuntu on diamond then ?
23:03.54ToAsTcfhbut it just wont work. they got it on the gsm hero but not ours
23:04.26zychomaybe i can use aircrack on my device :)
23:04.27MxxConToAsTcfh you are in US, i think apple owns some patent on multitouch
23:04.34phhzycho: no, driver doesn't support it
23:04.47MxxConthat's why droid in europe also has multitouch but vz's one doesn't
23:04.50phhand you don't need ubuntu to do such thing
23:04.51phhs
23:05.05ToAsTcfhholy shit it worked for a second
23:05.08ToAsTcfhlol
23:05.11zychono monitor-mode?
23:05.12ToAsTcfh\o/
23:05.16phhzycho: no
23:05.23zychookay
23:05.27WM-Sefhow is it possible
23:05.31phhWM-Sef: ?
23:05.37WM-Sefthat my screen freezes in 0.17 test 4
23:05.48WM-SefI still don't get it
23:05.50phhssh to it and see what's happening.*
23:06.09WM-Sefusb support is for Topaz only currently
23:06.26WM-Sefa user tried my Mer build (topaz)
23:06.32WM-Sefplugs it to its computer
23:06.36phhI don't think so.
23:06.38ToAsTcfhphh: the ball rolled the wrong way then it froze. lol
23:06.40WM-Sefand get a msm device
23:06.42phhusb isn't that much device dependant
23:07.06*** join/#htc-linux cyberdesigner (n=cyberdes@port-92-206-55-79.dynamic.qsc.de)
23:07.06phhToAsTcfh: the wrong way is easily fixable, what about adb logcat then ?
23:07.23ToAsTcfhim looking throught it now.
23:07.50ToAsTcfhD/HEROCSensors(  105): +set_delay
23:07.51ToAsTcfhD/HEROCSensors(  105): +open_data_source
23:07.51ToAsTcfhE/JavaBinder(  818): !!! FAILED BINDER TRANSACTION !!!
23:07.51ToAsTcfhE/SensorManager(  818): mDataChannel == NULL, exiting
23:08.20phhsounds explicit
23:08.24ToAsTcfhI/DEBUG   (   74): debuggerd committing suicide to free the zombie!
23:08.24ToAsTcfhI/ActivityThread(  549): Removing dead content provider: settings
23:08.56ToAsTcfhW/SharedBufferStack(  818): waitForCondition(DequeueCondition) timed out (identity=30, status=0). CPU may be pegged. trying again.
23:09.21phh[00:18:26] <ToAsTcfh> E/SensorManager(  818): mDataChannel == NULL, exiting
23:09.23phhthis line is explicit.
23:09.31ToAsTcfhyeah
23:09.36ToAsTcfhW/SharedBufferStack(  818): waitForCondition(DequeueCondition) timed out (identity=30, status=0). CPU may be pegged. trying again.
23:09.46phhdon't care about that one.
23:09.47ToAsTcfhthats all its giving me now
23:09.57ToAsTcfhgotta reboot
23:10.41ToAsTcfhsensorsmanager is being a bitch?!
23:10.47phhnot at all.
23:11.03phhjust means open_data_source returns NULL;
23:11.13ToAsTcfhso what to fix
23:11.24ToAsTcfhits working though i see
23:11.54ToAsTcfhive never been so happy to see a teeter ball roll
23:12.05ToAsTcfheven if it was the wrong way
23:12.07ToAsTcfhlol
23:13.51phhdid you paste everything from logcat ?
23:15.04phhNothing like bma_open: failed to open bma150 device blabla ?
23:15.06ToAsTcfhphh:http://pastebin.com/d74707eb4
23:15.54ToAsTcfhi tried it again and it is rolling the ball the wrong way
23:16.05ToAsTcfhbut the it crashes
23:16.06phhjust fix the axis ...
23:16.26phhwhy does this stupid thing close then reopen it
23:16.26ToAsTcfhis that why it crashes
23:16.29phhno
23:16.54ToAsTcfhim gonna smake a cig. brb
23:17.28ToAsTcfhthat was fucking awesome though. its proof it works for the heroc
23:18.07WM-Sefis it for the rhodium gsensor, too>?
23:18.10*** join/#htc-linux MrPippy (n=pip@adsl-75-11-167-51.dsl.sndg02.sbcglobal.net)
23:18.28phhWM-Sef: maybe, what is the accelerometer  in it?
23:18.46phhI think tmzt said it was bma150 too
23:19.23WM-SefI don't know what the sensor is
23:19.28WM-Sefbut if it is the same
23:19.41WM-Seflet it the guys from the topaz kernel kno
23:19.42WM-Sefw
23:20.04WM-Sefbefore THEY start a driver for the gsensor, what is double work
23:21.41phhthey'd better to anyway.
23:21.59phhcurrent driver is just crappy
23:22.37WM-Sefok :p
23:23.17MxxConphh if msmts_calib parameters are xmin,ymin,xmax,ymax, why many startup.txt come with settings (converted to dec) 106 961 886 138?
23:23.36phhlet me read the sources bac.
23:23.37phhk
23:23.39phhagain*
23:23.52MxxConor directly me to source and i'll try to figure out
23:23.59MxxCondon't want you to do pointless work
23:24.08phhno, it is xmin,ymin,xmax,ymax
23:24.12phhwhat's the problem with the values ?
23:24.42MxxConymin is 961 but ymax is 138?
23:24.45phhyup
23:24.47ToAsTcfhphh: its not working in calibration too
23:25.08phhMxxCon: your left upper corner isn't maybe the same as touchscreen's constructor's one
23:25.09ToAsTcfhwent to calibratoin and it showed no movement
23:25.29WM-Sefwhere are you guys working in?
23:25.31WM-SefAndroid?
23:25.36phhWM-Sef: linux.
23:25.41MxxConand it doesn't have to start at 0?
23:25.55WM-Sefkernel only?
23:25.57phhMxxCon: why ?
23:26.02phhWM-Sef: currently, yes
23:26.06phhtrying to make usb working better
23:26.07WM-Sefok :P
23:26.16phhI'll play with eclair later
23:26.24WM-Sefand Mer? :$
23:26.35phhWM-Sef: not really planned
23:26.39WM-Sefeclair is "fake" linux
23:26.44MxxConany chance of webos?
23:26.45phhno it's not.
23:26.47WM-Sefmer is "the real work"
23:26.49phhMxxCon: don't know
23:26.55phhWM-Sef: eclair is linux
23:26.58phhjust not gnu/linux
23:27.10MxxConok, i'm done. you are talking to too many already :)
23:27.18phhMxxCon: uh ?
23:27.24ToAsTcfhso u got nothing but some open and close action from the logcat?
23:27.26WM-Sefwhat's the difference?
23:27.33phhWM-Sef: GNU ? :p
23:27.42phhone is just the kernel, one is the "ecosystem"
23:27.47MxxConyou look like jumping between bunch of different things. my questions are irrelevant
23:28.06phhMxxCon: yes and ? my context switching isn't that bad :p and your questions aren't irrelevant
23:28.19phhand I never looked at this code before, so it's still useful
23:29.11WM-Sefphh, I hope you'll get to Mer soon
23:30.44MrPippyi'm trying to dump ram with rbmc (from spl)
23:31.15MrPippybut it seems like i'm getting nand (my mail messages are in the dump)
23:31.37phhMrPippy: it might also be in RAM
23:31.48phhif you happen to succeed please say me how :D
23:32.26phhWM-Sef: according to markinus' patch, accelerometer is actually the same as raph/diam
23:32.34phhbut that sounds weird to me.
23:33.23phh-#define MSM_PMEM_MDP_BASE       MSM_LINUX_BASE + MSM_LINUX_SIZE
23:33.23phh-#define MSM_PMEM_MDP_SIZE       0x800000 /* 8mb */
23:33.23phh+#define MSM_PMEM_MDP_BASE       MSM_EBIN_BASE
23:33.23phh+#define MSM_PMEM_MDP_SIZE       0x1000000 /* 10mb */
23:33.34phhhum, I think he maybe just don't know what he is doing.
23:34.25MrPippyyeah i must have the rbmc arguments wrong, i'm using cat to dump ttyUSB0 to a file and it keeps going forever
23:35.58phhMrPippy: which kernel do you run ?
23:36.06phhi haven't been able to connect SPL from my linux yet :/
23:37.30MxxConbtw, once android is usable, would i have to hardspl unlock in order to use gsm radio on my sprint tp2?
23:37.42MxxConor that's only for winmo?
23:38.22phhradio is the same for winmo and android
23:40.16*** join/#htc-linux MrPippy_ (n=pip@adsl-75-11-167-51.dsl.sndg02.sbcglobal.net)
23:40.27MxxConso its still required?
23:40.50phhyes.
23:41.04MrPippy_i'm using ubuntu 9.10, spl uses the ipaq usb driver
23:41.30MrPippy_i might try it in windows to see if mtty does any better
23:53.42phhWHAT'S THE HELL
23:53.54phhthis stupid tiwlan driver didn't work before and now it just work
23:58.10*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
23:58.54*** join/#htc-linux Zack84a (n=zack84a@99-129-138-204.lightspeed.austtx.sbcglobal.net)

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