IRC log for #htc-linux on 20091220

00:03.45aavanmmmh
00:03.58aavanif you don't know what to do with it, just send it over to me
00:04.00aavan:D
00:35.48*** part/#htc-linux exco (n=exco@e181114176.adsl.alicedsl.de)
00:40.52*** join/#htc-linux exco (n=exco@e181114176.adsl.alicedsl.de)
00:41.01*** part/#htc-linux exco (n=exco@e181114176.adsl.alicedsl.de)
00:47.33*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
00:49.41Kevin2zule: Hi
01:10.17*** join/#htc-linux f22 (n=pcm_2@c-68-82-52-241.hsd1.nj.comcast.net)
01:59.42*** join/#htc-linux JDShadowline1337 (n=JDShadow@247.243.101.97.cfl.res.rr.com)
02:11.15*** join/#htc-linux CoKe_Lappy (n=imcokema@pool-71-251-145-41.hrbgpa.fios.verizon.net)
02:14.29*** join/#htc-linux MethoS- (n=clemens@134.102.106.250)
03:24.06ToAsTcfhtmzt: u around
03:24.09ToAsTcfh?
03:24.56ToAsTcfhwe figured out gsensors on the hero. but its only working on the aosp builds
03:31.01*** join/#htc-linux sentinel79 (i=47ec90be@gateway/web/freenode/x-xhdnyljqrzudwlix)
03:38.49*** join/#htc-linux MatBee (n=MatBee@d24-150-35-2.home.cgocable.net)
03:41.00*** join/#htc-linux stiltzkin (n=noir@c-69-142-34-13.hsd1.nj.comcast.net)
03:43.55stiltzkinAlright so here's my latest endeavor. I need to push a .so file to /system/lib using adb. But I can't, because /system is mounted as a read-only filesystem on my device. I read up on this and tried several things, including the adb remount command and issuing a remount on the device shell. Neither worked; /system is still ro and I can't push my lib...
03:45.13stiltzkinI also tried unsquashing my system, placing the lib, and re-squashing, but then my phone won't boot :(
03:47.02ToAsTcfhif i need to use framework and core jars from aosp 2.0.1 on a htc 2.1 build. is it possible?
03:47.03*** part/#htc-linux MatBee (n=MatBee@d24-150-35-2.home.cgocable.net)
03:52.28stiltzkincat /proc/mounts says "/dev/block/loop1 /system squashfs ro 0 0". So the command I tried was "mount -o rw,remount -t yaffs /dev/block/loop1 /system". No change.
03:52.28stiltzkinand yes, I'm doing this as root
03:52.58stiltzkinoh, that should say "yaffs2" sorry
03:54.39ToAsTcfhidk
03:55.13ToAsTcfhis it a android device or a winmo port?
03:55.39stiltzkinToAsTcfh: this is android lol. thus adb
03:56.09ToAsTcfhno i mean is it a hero or g1 or a diamond or tp
03:56.29stiltzkinvogue actually
03:56.43ToAsTcfhoh a ported device
03:56.47stiltzkinyeah
03:56.52ToAsTcfhidk then
03:57.19ToAsTcfhi sometimes get this when my hero fails or boots wrong
03:57.32stiltzkinthats ok. there's lots of info about this problem online but none of the solutions work for me
03:57.40ToAsTcfhbut i have a recovery
03:57.51ToAsTcfhu have haret
03:58.10stiltzkinyeah
03:58.17ToAsTcfhcan u just add to ur default
03:58.27ToAsTcfhthe mount command
03:58.30ToAsTcfhs
03:58.33ToAsTcfh?
03:59.21ToAsTcfhmount -o rw,remount -t yaffs /dev/block/loop1 /system to ur default
03:59.34ToAsTcfhit might work
03:59.47ToAsTcfhmight not too
03:59.54ToAsTcfhits an idea
04:00.36stiltzkinreally? not sure. my default really only has one line of configurable text (the cmdline) and then a boot command. can I just add a mount command here?
04:01.06ToAsTcfhmaybe
04:01.15ToAsTcfhits worth a try
04:01.21stiltzkinhmm
04:01.30ToAsTcfhif not just reboot and change it
04:01.51ToAsTcfhcmd line= comand
04:01.56ToAsTcfhcommand
04:02.03ToAsTcfhline
04:03.15ToAsTcfhno one else seems to have a better idea;D
04:03.26stiltzkinhahaha true true. alright then I'll give it a try, thanks
04:03.33ToAsTcfhor atleast there not typing it
04:04.24stiltzkinhere's my default if you want to take a look: http://pastebin.ca/1721001
04:10.38ToAsTcfhand what build are u singg
04:10.42ToAsTcfhusing
04:11.30stiltzkinzen's donut: http://bit.ly/6JmM9t
04:15.00ToAsTcfhdoes it do it with another build
04:15.08ToAsTcfhor just that one
04:15.38stiltzkinhaven't tried with another build. I'd wager I'd get the same problem though. Has to do with how the system is mounted
04:15.43ToAsTcfhoh yeah... i dont think all builds aere open like that
04:16.11ToAsTcfhi think its in the init
04:17.17stiltzkinwhat confuses me more is why I can't get squashfs to work properly - then I could get around all this. I'm using a version that's supposed to work, too...
04:17.51ToAsTcfhhmm
04:18.05ToAsTcfhis it password protected
04:18.17stiltzkinhaha it just seems like all this stuff doesn't work out right for me. which is why I'm always on this channel complaining :P
04:19.03stiltzkinis the system password protected? no, there's no root password or anything
04:19.15stiltzkinabout as open as it gets
04:21.06ToAsTcfhidk
04:21.19ToAsTcfhmaybe post on the forum
04:26.36stiltzkinyeah
04:27.30stiltzkinprobably try downloading and compiling a different version of squashfs-tools, in case that's it
04:27.48stiltzkinb/c that'd be so much easier
04:27.59ToAsTcfhtrue
04:28.06ToAsTcfhgood luck
04:28.14ToAsTcfh;D
04:28.28stiltzkinha thanks :)
04:58.07The_EccentricNo tab completion for ralph 800 in termainl
04:58.08The_Eccentric:(
05:01.04The_Eccentricalso no wifi in ralpho 800 ?
05:12.22The_Eccentricmakkonen, hey ~
05:14.10makkonenhello
05:14.30makkonenwifi should work. you need to have the modules. and it's super flaky.
05:15.10The_Eccentricmakkonen, they already preloaded or no?
05:16.47*** join/#htc-linux Shadowline (n=bibbits@97.101.243.247)
05:17.21Shadowlineanyone know why when I apply a patch to a kernel i get "1 out of 1 hunk FAILED -- saving rejects to file arch/arm/mach-msm/smd.c.rej"
05:17.50ShadowlineI am executing the patch in the main folder of the kernel
05:18.03ShadowlineI also get "Reversed (or previously applied) patch detected!  Assume -R? [n]"
05:18.32Shadowlinethis is the command I am using "patch -p1 < ~/android-kernel/whitescreen.patch"
05:21.01*** join/#htc-linux herpez (n=herpez@87.196.23.89)
05:23.45Shadowlineanyone?
05:28.12herpezya
05:35.51herpezanyone working at android eclair project for raph/diam?
05:52.30*** join/#htc-linux vb4484 (i=45422a91@gateway/web/freenode/x-jlgusphbjvnvtegh)
06:01.46*** join/#htc-linux The_Ecc|afk (n=The_Ecce@96-28-145-156.dhcp.insightbb.com)
06:28.52*** join/#htc-linux JDShadowline (n=bibbits@247.243.101.97.cfl.res.rr.com)
06:31.32makkonenthe_eccentric: the modules-2.6.27-blahblahblah.tar.gz file that comes with the zImage is the wifi modules.
07:30.45*** part/#htc-linux f22 (n=pcm_2@c-68-82-52-241.hsd1.nj.comcast.net)
07:36.48*** join/#htc-linux |Jason8|| (i=JayAte@server2.tiltshellz.org)
07:52.42*** join/#htc-linux dejx (n=dejx@dejan.in)
07:58.02*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
08:19.33*** join/#htc-linux ccube (n=ccube@tmo-100-56.customers.d1-online.com)
08:46.34*** join/#htc-linux pidpawel (n=pidpawel@195.205.38.92)
08:48.22*** join/#htc-linux cefn (n=cefn@host86-162-110-179.range86-162.btcentralplus.com)
09:05.43*** join/#htc-linux greebear (n=greenbea@dslb-088-078-202-112.pools.arcor-ip.net)
09:13.49*** join/#htc-linux toi (n=toi@d54C2A96D.access.telenet.be)
09:17.28*** join/#htc-linux cefn1 (n=cefn@host86-128-152-61.range86-128.btcentralplus.com)
09:32.26*** join/#htc-linux kiozen (n=kiozen@rgnb-5d87d141.pool.mediaWays.net)
09:32.43*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
09:39.48*** join/#htc-linux sentinel79 (i=47ec90be@gateway/web/freenode/x-xlujgjbgabtfggea)
09:49.14*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
09:53.27*** join/#htc-linux cefn (n=cefn@host86-144-126-231.range86-144.btcentralplus.com)
10:16.00*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
10:20.05*** join/#htc-linux exco (n=exco@e181082190.adsl.alicedsl.de)
10:34.45*** join/#htc-linux GNUtoo (n=GNUtoo@host172-7-dynamic.41-79-r.retail.telecomitalia.it)
10:53.16phh[06:07:19] <The_Eccentric> No tab completion for ralph 800 in termainl <----- use bash
10:53.26phh[06:26:34] <Shadowline> anyone know why when I apply a patch to a kernel i get "1 out of 1 hunk FAILED -- saving rejects to file arch/arm/mach-msm/smd.c.rej" <---- your patch doesn't apply to current tree, you have to apply it by hand
11:07.38*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
11:21.55*** join/#htc-linux greebear (n=greenbea@dslb-088-078-202-112.pools.arcor-ip.net)
11:25.48phhmakkonen: for mmc on cdma, you had to change board-htcraphael-mmc.c ?
11:26.47*** join/#htc-linux ccube (n=ccube@95-90-193-96-dynip.superkabel.de)
11:28.02*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
11:40.20phhWigglerAway: tmzt (or others ?), can you try if mmc on topaz/rhod still works with http://husson.hd.free.fr/0001-Make-topaz-use-same-mmc-code-as-raph-diam-blac-and-d.patch  ?
11:45.03*** join/#htc-linux StarLite (n=nnscript@s55916cb1.adsl.wanadoo.nl)
11:49.29leviathanGNUtoo: the problem with alsa+mplayer is simple
11:49.42leviathanthe qdsp5-driver defined other ioctls
11:49.59leviathanso standart ioctl has other definitions then standart
11:50.04leviathanand so mplayer fails
11:50.49leviathanwe would have to change the ioctl ids
11:50.50leviathan-.-
11:51.14*** join/#htc-linux StarLite (n=nnscript@s55916cb1.adsl.wanadoo.nl)
11:51.46*** join/#htc-linux Squarc (n=Squarc@82-217-32-29.cable.quicknet.nl)
11:53.33*** join/#htc-linux cefn1 (n=cefn@86.144.126.231)
12:03.04*** part/#htc-linux greebear (n=greenbea@dslb-088-078-202-112.pools.arcor-ip.net)
12:19.06*** join/#htc-linux Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
12:27.21GNUtoook
12:29.01Captnoordnow^2
12:29.05Captnoordsnow^2
12:59.02phhCaptnoord: same here :)
12:59.17phh(snow)²+(wind)²=(blizzard)²
12:59.24Captnoordhehe
12:59.28Captnoordits not a blizzard here yet
12:59.51phhwell, it's a 10km/h wind.
13:00.06phhbut I'd prefer not to be outside :p
13:00.18phhI putted my phone outside of the window to see if GPS still works
13:00.25phhwindow open only 10s, i was freezing.
13:00.27*** join/#htc-linux mrmoku|a` (n=mrmoku@ppp-93-104-178-203.dynamic.mnet-online.de)
13:01.53CaptnoordI don't really care
13:01.56CaptnoordI hate hot weather
13:02.00Captnoordthis is way better
13:05.01*** join/#htc-linux |Jason8|| (i=JayAte@server2.tiltshellz.org)
13:07.17phhwell, without wind I'd say the same
13:07.28phhbut i'm not going outside with such a wind.
13:08.42Captnoordhehe
13:12.39*** join/#htc-linux sxe (n=quassel@ip-62-143-102-161.unitymediagroup.de)
13:16.50*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
13:19.47*** join/#htc-linux tids2k (n=tids2k@122.110.239.17)
13:20.27tids2knyone having leo here ?
13:20.35CaptnoordNetRipper
13:20.48tids2klol besides him
13:21.44tids2knyone seen cr2 lately
13:21.49Captnoordnope
13:21.54Captnoord~seen cr2
13:22.03aptcr2 <n=cr2@82.203.205.227> was last seen on IRC in channel #htc-linux, 15d 13h 52m 25s ago, saying: 'different'.
13:22.40tids2kcapt what device are u working with
13:22.47Captnoordraph
13:23.08Captnoordbut atm I don't have time for hacking it....
13:23.10CaptnoordI wish
13:23.20Captnoordfinaly having some free time
13:23.28Captnoordjust relaxing now
13:29.30parmasterwhich raph?
13:29.50Captnoorda raph300
13:29.56Captnoordwich is a raph 100 hw
13:30.21parmasternice
13:30.27parmasterthe T7272
13:30.28Captnoordnope
13:30.31Captnoordisn't nice
13:30.36parmastererr or like the T7272
13:31.03parmasterwhy not? i thought a lot of stuff was working on that phone nowadays
13:31.08Captnoordsure
13:31.11Captnoordstuff is working
13:31.15Captnoordi'm not talking about that
13:31.20Captnoordi'm talking about the build quality
13:31.20parmasteroh ok
13:31.27Captnoordwhich sucks in my eyes
13:31.28Captnoordbleh
13:31.36Captnoordits avarage
13:31.46Captnoordand I have a habbit of breaking stuff
13:32.08parmasterunderstandable
13:33.56phhdoes someone know how to get a wince's process memory mappings ?
13:34.13*** join/#htc-linux pidpawel_ (i=pidpawel@azm63.neoplus.adsl.tpnet.pl)
13:34.20*** join/#htc-linux DarkMasterHalo (n=DarkMast@modemcable187.118-80-70.mc.videotron.ca)
13:37.02Captnoordmaybe itsme
13:38.12phhCaptnoord: hu ?
13:38.48Captnoordthe guy who coded that toolset to extract rom's and stuff
13:39.05phhah
13:40.54GNUtooleviathan, btw about qdsp5 which one were you talking about...do you have more details?
13:41.28leviathanseems that they are making different ioctls in playwav
13:41.29*** join/#htc-linux swc|666 (n=infidel2@unaffiliated/swc666/x-4934821)
13:41.38leviathanfor the same thing, mplayer is trying to do
13:41.48leviathanso they defined the numbers differently
13:42.01leviathanI dunno all these ioctls by heart
13:42.12leviathanand I dont know how to fix it either, exactly
13:42.32leviathanbut this issues with the alsa driver seems to be very deep
13:57.47*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
13:58.51*** join/#htc-linux verbalsaintjoe (n=dsf@218-166-207-251.dynamic.hinet.net)
14:25.51*** join/#htc-linux MethoS- (n=clemens@134.102.106.250)
14:30.46*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:31.38*** join/#htc-linux BabelO (n=fcr@unaffiliated/babelo)
14:36.12*** join/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
14:45.40kam187hey guys
14:45.55kam187anyone doing any AMSS reversing at all?
14:47.13*** join/#htc-linux cefn1 (n=cefn@host86-144-127-13.range86-144.btcentralplus.com)
14:47.26*** join/#htc-linux DarkMasterHalo (n=DarkMast@modemcable187.118-80-70.mc.videotron.ca)
14:49.41*** join/#htc-linux krejcipa (n=krejcipa@gw158.somt.cz)
14:51.34*** part/#htc-linux krejcipa (n=krejcipa@gw158.somt.cz)
14:52.02*** join/#htc-linux townkat (n=town@86.127.6.111)
14:57.33phhI'm fed up of guys saying that "linux on diam/raph needs bettery power management", while I can get more than 20hours of battery life on android ...
14:59.26*** join/#htc-linux kam187 (n=kam187@81-179-8-102.dsl.pipex.com)
14:59.31ToAsTcfhyeah... tell'em phh
14:59.37ToAsTcfhlol
14:59.44phhI did :p
14:59.51ToAsTcfhtrue
14:59.56Captnoordphh beeing a developer is hard.....
15:00.14phhespecially when you can't get anything working anymore :'(
15:00.14kam187argh yanked my power cable :p
15:00.23Captnoordespecialy when you know other things are much more important
15:00.48phhtrue too.
15:01.56WigglerAwayphh: board-htctopaz.c and others still declares and calls htcraphael_init_mmc instead of init_mmc
15:02.20phhWigglerAway: yes I fixed this in my repo, and i forgot to change the makefile
15:04.52ToAsTcfhphh: if i need to make changes to the framework and core jars to add support for gsensors. how could i in a 2.1 htc build?
15:05.12ToAsTcfhtheyve fixed sensors in aosp 2.0.1
15:05.17phhdon't know
15:11.59ToAsTcfhbut they pulled some files from 1.5 and add a android.mk file and rebuilt
15:12.00ToAsTcfhim thinking thats not gonna be possible with an htc build
15:12.00WigglerAwayphh: I found a problem with the topaz patch file I sent you, it had CONFIG_MSM_BATTCHG unset when it needs to be set
15:12.01ToAsTcfhit doesnt seem possible to manulay add the changes without compiling
15:12.01*** join/#htc-linux verbalsaintjoe (n=dsf@58.114.204.114)
15:12.02*** join/#htc-linux Ekips (i=spike@d51A460C9.access.telenet.be)
15:14.20phhwince uses big endian or little endian ?
15:15.51Captnoordis'nt that hw platform related?
15:16.08Captnoorddoes the arm chip do big or little
15:16.10phharm can do both endianness :/
15:16.15Captnoordhmmm
15:16.16CaptnoordI see
15:16.38phhbah I can just try
15:16.48phhI know i have to read memory offsets, if it's outside of the memory
15:16.53Captnoord.text:10001000 ; Processor       : ARM
15:16.53Captnoord.text:10001000 ; Target assembler: Generic assembler for ARM
15:16.53Captnoord.text:10001000 ; Byte sex        : Little endian
15:17.14phhthanks
15:17.17phhI have no conversion to do
15:17.33Captnoordhehe
15:17.57phh(i'm trying to read a SMEM dump from my computer)
15:18.48Captnoordthats a diff story dude
15:18.54Captnoordhow data is dumped
15:19.02Captnoordisn't related to endiness
15:19.07Captnoordbut more to how the stuff is dumped
15:19.45Captnoordsend me the file
15:19.47Captnoordand i'll know
15:19.56Captnoordits one of the things i've done to much
15:21.38phhCaptnoord: to be able to read it back you need the endianness
15:22.23phh(link given in private because some private stuff in it I think)
15:22.43Captnoordk
15:36.35*** join/#htc-linux ICEMANno1 (n=ICEMANno@ip-94-79-164-52.unitymediagroup.de)
15:44.00*** join/#htc-linux mrmoku|away (n=mrmoku@ppp-93-104-178-203.dynamic.mnet-online.de)
15:44.54leviathankam187: AMSS?
15:45.10phhleviathan: radio software
15:45.23leviathanoh, ok
15:46.07phhthe thing that noone but qualcomm's dev want to change :p
15:46.47leviathanokee
15:47.47phh(ok i'd like to put an android AMSS on my phone, so would be *way* easier)
15:48.16phh(or having source code would be nice too)
15:49.23*** join/#htc-linux rjanossy (n=rjanossy@adsl-89-132-1-208.monradsl.monornet.hu)
15:49.23Captnoordseems reversing it is kinda hard
15:49.26zuledoes rhodium linux boot from haret yet?
15:49.29Captnoord16 bit thumb code
15:49.30leviathanhmm
15:49.34leviathanI would need one
15:49.39leviathanthen I could try
15:49.42leviathanbut...
15:49.47leviathananyway
15:49.48phhzule: yes
15:49.54zuleI see some patches in the kernel to support it
15:49.57zulestandard haret?
15:50.05phhyes
15:50.22zulenice, I'll have to play
15:50.26leviathansince doctor who I do not like devices in my ears of which I do not exactly know, how they are built
15:50.36leviathanbecause suddenly I become a cyberman xD
15:50.48NetRipperphh, which tree is being used for rhodium now? linuxtogo 2.6.27 or gitorious?
15:52.16leviathanbtw: should I upload the android experimental with my patches to http://gitorious.org/replicant/vanilla-tracking-gnulinux
15:52.18leviathan?
15:52.37leviathanbecause I'm unsure
15:52.41phhNetRipper: currently the best way is linuxtogo since i broke almost everything in gitorious
15:52.45Captnoordisn't that only for tracking?
15:52.47leviathanvanilla seems for me != android git
15:52.54leviathanjes
15:52.56leviathan*yes
15:53.02leviathanso...
15:53.11Captnoordphh you and breaking stuff... I don't believe it
15:53.13Captnoorddamn
15:53.14leviathanwould need another tree
15:53.21CaptnoordI need to get to my girl
15:53.22Captnoordbleh
15:53.24Captnoordfuck weather
15:53.34phhCaptnoord: bah I try to make things more common instead of copying everything in board files
15:53.44phhbut I do that only for supported boards
15:53.48leviathanCaptnoord: haha
15:53.55leviathanI can smoke in my room
15:54.03leviathanand I dont need to go anywhere
15:54.21leviathanI do not even feel the cold somehow, its just warm in here
15:54.40Captnoordi'm going in
15:54.49leviathan:)
15:55.14NetRipperphh, lol ok
15:56.58*** join/#htc-linux toi (n=toi@d54C2A96D.access.telenet.be)
15:59.00NetRipper1 << 0 = 1, right?
15:59.23phhyes
15:59.35NetRipperok
15:59.38NetRipperjust making sure
16:03.10kam187leviathan: AMSS is the baseband :)
16:04.07leviathanoh
16:04.09zulebaseband? what is this iphone world? It's a piece of software that is essentially it's own linux operating system
16:04.14leviathanthat works under fso
16:04.24leviathanso someone seems to have reversed it
16:04.33phhleviathan: no
16:04.43leviathanbaseband?
16:04.53phhwell I'm not sure of what" base band" is
16:04.58phhI think it's arm9 software
16:05.06leviathanohh
16:05.10leviathanuhhm
16:05.26phhwhat you're talking about is the communication protocol with it :p
16:05.28leviathani thought he ment the thing which is needed to registrate on gsm points
16:05.32kam187baseband.. it handles the gsm baseband, or the modem part of the phone
16:05.46leviathanok
16:05.47leviathanwell
16:05.56leviathanI can registrate on accesspoints over fso
16:05.59leviathanunder shr
16:06.03leviathanso it seems to work
16:08.18*** join/#htc-linux cefn (n=cefn@host86-144-126-65.range86-144.btcentralplus.com)
16:24.16*** join/#htc-linux f22 (n=pcm_2@c-68-82-52-241.hsd1.nj.comcast.net)
16:32.06*** join/#htc-linux cefn1 (n=cefn@host86-159-10-153.range86-159.btcentralplus.com)
16:34.12*** join/#htc-linux toi (n=toi@d54C2A96D.access.telenet.be)
16:38.06*** join/#htc-linux GNUtoo (n=GNUtoo@host15-143-dynamic.54-79-r.retail.telecomitalia.it)
16:45.56*** join/#htc-linux zycho (n=zycho@dslc-082-083-192-151.pools.arcor-ip.net)
16:54.07*** join/#htc-linux bertramt (n=chatzill@24-196-115-222.dhcp.fdul.wi.charter.com)
16:54.38*** join/#htc-linux dejx (n=dejx@88.200.110.211)
17:04.23*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
17:10.13zuleanyone know why the current haret cvs is broke?
17:10.26zule/tmp/cc3hvHyW.s: Assembler messages:
17:10.26zule/tmp/cc3hvHyW.s:2371: Error: Rn must not overlap other operands -- `swpb r4,r0,[r4]'
17:10.26zule/tmp/cc3hvHyW.s:2381: Error: Rn must not overlap other operands -- `swp r4,r0,[r4]'
17:10.41zulelooks like someone messed up the assembly
17:12.58zulel1trace.cpp
17:18.48*** join/#htc-linux DarkMasterHalo (n=DarkMast@modemcable187.118-80-70.mc.videotron.ca)
17:22.51*** join/#htc-linux GNUtoo (n=GNUtoo@host15-143-dynamic.54-79-r.retail.telecomitalia.it)
17:24.27*** join/#htc-linux balans (n=Gebruike@212-123-149-239.ip.telfort.nl)
17:24.50*** join/#htc-linux cefn (n=cefn@host86-162-111-90.range86-162.btcentralplus.com)
17:34.37*** join/#htc-linux f22 (n=pcm_2@c-68-82-52-241.hsd1.nj.comcast.net)
17:40.17*** join/#htc-linux pini (n=pini@tho01-1-88-189-102-17.fbx.proxad.net)
17:46.23*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
17:54.49*** join/#htc-linux greebear (n=greenbea@dslb-088-078-202-112.pools.arcor-ip.net)
17:57.52*** join/#htc-linux cefn1 (n=cefn@81.147.171.74)
17:58.04zulecan anyone tell me how to pull down the linuxtogo current kernel source?
17:59.21phhgit clone git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git
17:59.51*** join/#htc-linux zycho (n=zycho@dslc-082-083-192-151.pools.arcor-ip.net)
18:00.59*** join/#htc-linux itchy8me (n=itchy8me@ip80-116-211-87.adsl2.static.versatel.nl)
18:01.23zulethanks
18:01.24zule:)
18:02.13zulei got haret to compile be just removing his 1.35 code revision from that source file
18:02.21zulenot sure what he tried to do there
18:14.04*** join/#htc-linux ccube (n=ccube@95-90-193-96-dynip.superkabel.de)
18:15.31*** join/#htc-linux MrPippy (n=pip@adsl-75-11-167-51.dsl.sndg02.sbcglobal.net)
18:21.30*** join/#htc-linux GNUtoo (n=GNUtoo@host131-157-dynamic.44-79-r.retail.telecomitalia.it)
18:25.12*** join/#htc-linux zycho (n=zycho@p54835E22.dip.t-dialin.net)
18:42.45*** join/#htc-linux makkonen (n=makkonen@cpe-66-69-229-9.austin.res.rr.com)
18:42.54tmztphh: what's the status?
18:44.19tmztI see patches but what against? I need to pull a try and checkout topa support
18:44.27makkonenphh: I haven't even touched mms for cdma, so I don't know. I don't think it works.
18:45.00tmztmms is ip + sms isn't it?
18:45.11tmztsms just needs binary utf8 encoding I think
18:56.23phhmakkonen: I said mms ? I meant mmc
18:57.23phhtmzt: gito
18:57.59phhbackporting hero's fixes to my tree is hard.
18:58.10tmztwhere?
19:11.22*** join/#htc-linux ccube (n=ccube@95-90-193-96-dynip.superkabel.de)
19:20.23*** join/#htc-linux rob_w (n=bob@p549BCDD2.dip.t-dialin.net)
19:20.56*** join/#htc-linux bob__ (n=bob@p549BCDD2.dip.t-dialin.net)
19:21.47*** join/#htc-linux rob_w_ (n=rob@p549BCDD2.dip.t-dialin.net)
19:31.51*** join/#htc-linux cefn (n=cefn@host86-128-204-175.range86-128.btcentralplus.com)
19:35.21makkonenphh: oh. you probably said mmc. and I read mms. :-p I haven't touched mmc either.
19:35.22parmastercomputers are hard, lets go shopping instead!
19:35.31phhok
19:36.13makkonenshould I be?
19:36.56phhno
19:55.16*** join/#htc-linux cefn1 (n=cefn@host86-159-13-55.range86-159.btcentralplus.com)
19:57.01*** join/#htc-linux townkat (n=town@86.127.6.111)
19:58.36*** join/#htc-linux x29a (n=x29a@unaffiliated/x29a)
20:08.32*** join/#htc-linux zycho (n=zycho@p54835E22.dip.t-dialin.net)
20:14.18*** join/#htc-linux The_Eccentric (n=The_Ecce@unaffiliated/theeccentric/x-737283)
20:15.13*** join/#htc-linux ablack7_ (n=The_Ecce@96-28-145-156.dhcp.insightbb.com)
20:19.43*** join/#htc-linux GNUtoo (n=GNUtoo@host130-158-dynamic.54-79-r.retail.telecomitalia.it)
20:28.16tmztphh: what fixes? last I know you where forward porting 2.6.32 fixes on vanilla
20:28.19tmztor something
20:28.27phhah no
20:28.28tmztwhat's this hero stuff?
20:28.34phharf I said I would do that
20:28.38tmztand where is the gito you are working on
20:28.47phhno i'm still on the 2.6.27 branch
20:29.00tmzt2.6.32 is fine, I just need to get topa working
20:29.02tmztah
20:29.05phhthe hero kernel is a bit fresher, so i'm trying to port it's features
20:29.10tmztand you are on diam
20:29.12phhyes
20:29.21tmztso lev is the one working on that
20:29.30tmztg1 with 2.6.32
20:29.37tmztI knew that :)
20:30.05tmztyou are combining board though?
20:30.12tmzt-mmc -panel etc.?
20:31.21phhyes
20:31.50phhI already did gpio keys, pmem, mmc is coded but to be tested
20:33.41*** join/#htc-linux gnutoo_ (n=GNUtoo@host130-158-dynamic.54-79-r.retail.telecomitalia.it)
20:33.58tmztcool, I'll look at your gito
20:34.10tmztwant to make a clear board for 2.6.32 work
20:36.03MrPippyany ideas about how to activate the 2nd ebi bank? every time i try it crashes (even if its just 30MB)
20:36.46phhno, someones already tried without any luck
20:36.57phhif you are aware of any android board with two ebi banks, take a look at it
20:37.11tmztwon't work without mpu disable
20:37.13tmzteven then
20:37.18MrPippycdma hero does but we don't have source
20:37.35tmztit's not one 256?
20:37.47tmztyeah, where is that source?
20:37.56tmztit would help so much with raph500
20:38.08tmztthough I don't have one anymore
20:38.42MrPippythats true it might be one 256, i'm not sure
20:39.14phhhero source code has some HAS_ONE_BANK_EBI_256MB_AMMS or such things
20:39.43phhMrPippy: you're sure hero source code doesn't contain cdma hero support ?
20:39.57phhthe one I have, contains many references to it
20:42.22MrPippyyeah the one i have has some references to it (even the Makefile lists board-heroc) but the board-heroc- files aren't there
20:44.37MrPippydid you just get the one from developer.htc.com?
20:44.44phhyes
20:44.52phhwell there are still three cdma boards
20:44.55phhdon't know which ones
20:45.25MrPippythree? what do you mean
20:47.16phhoh well no, nothing
20:47.25phhsource code is still not here
20:48.35MrPippyyeah theres some other cdma linux phones: samsung moment (android), palm pre, palm pixi
20:48.46MrPippybut pixi is the only one MSM based, and they haven't released source yet
20:48.53tmztuh
20:48.56tmztright
20:49.03tmztpre is msm external chip
20:49.13tmztpixi is 7627
20:49.24tmztso more like 7600 amss probably
20:49.28tmztthen 7500
20:49.36tmztthen 7500a, 7501a
20:49.54MrPippyyeah
20:49.58tmztwe have cdma moment source?
20:50.19tmztincluding qdsp module list?
20:50.46MrPippyyeah its on samsung's site (as the sph-m900) but it uses a samsung soc
20:50.58tmztah
20:50.59tmztright
20:51.01tmztnot msm
20:52.25*** join/#htc-linux [1]Captnoord (n=Captnoor@dc5147a47b.adsl.wanadoo.nl)
21:06.41*** join/#htc-linux bertramt (n=chatzill@24-196-115-222.dhcp.fdul.wi.charter.com)
21:07.42*** join/#htc-linux sentinel79 (i=47ec90be@gateway/web/freenode/x-rnuhcukifxqowulo)
21:09.17phhkernel built \o/ know i can see it crashing /o\`
21:11.01phhoh it boot-vibrates, that's not that bad.
21:11.52makkonenwhat are you working on? Forward-porting to .32?
21:12.11phhno, trying to merge some things with hero's kernel
21:12.18makkonenah
21:12.20phhI should have done everything at once.*
21:12.36phha 30klinse patch isn't always nice to debug.
21:12.44phhshouldn't*
21:13.32makkonen:-/
21:14.48*** join/#htc-linux loxattack (n=lox@cpe-72-181-54-118.satx.res.rr.com)
21:15.10loxattackhelp loading the android image on a tp2
21:18.08tmztwhich?
21:19.07loxattacktouch pro 2
21:19.19phhmsm_fb working \o/
21:19.20tmztyes
21:19.23tmztwhich
21:19.32tmztphh: it wasn't before?
21:19.40phhtmzt: not with this big patch
21:21.11*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
21:21.12loxattackim using the blackstone
21:21.25loxattackimage
21:21.31loxattackhttp://forum.xda-developers.com/showthread.php?t=584559&highlight=android
21:21.35loxattackjust locks up though
21:21.46loxattackwhen booting linux
21:22.04*** join/#htc-linux bertramt_ (n=chatzill@24-196-115-222.dhcp.fdul.wi.charter.com)
21:22.17tmzthmm?
21:22.27tmztyou can't use that on tp2
21:22.34tmztwhich tp2, what carrier?
21:22.50tmzttry topaz mtype though
21:22.55loxattacktmobile us
21:22.57loxattackhttp://forum.xda-developers.com/showthread.php?t=521657&page=40
21:23.00tmztin startup.txt/default.txt
21:23.05tmztrhod200 then
21:23.09loxattacksomeone there has successfully booted
21:23.11loxattackyessir
21:23.23tmztthey chen mtype or zImage?
21:23.33loxattackchen?
21:24.16tmztchange
21:24.26tmztsorry
21:24.40loxattackOriginally Posted by biscuits1978
21:24.41loxattackMake sure you guys:
21:24.44loxattack1) Format the microSD card to FAT32
21:24.45loxattack2) Unzip the files provided HERE directly to the ROOT of your microSD card
21:24.47loxattack3) Unzip the rootfs.img file from THIS FILE directly to the ROOT of your microSD card
21:24.50loxattack4) Then unzip the ZIP file provided in shadowline's post HERE direct to the ROOT of your microSD card
21:24.51loxattackStart HaRET and it should go to a DOS-like bootup sequence, then to the flashing Android graphic, and then the "Touch the Android to begin" screen.
21:24.53loxattackNOTE: I used IZArc to unzip everything -- it's free
21:24.55loxattackshit sorry for the flooding
21:26.13loxattackso you think its possible
21:26.13loxattack?
21:26.47*** join/#htc-linux townkat (n=town@86.127.6.111)
21:26.51tmztsha: ping
21:27.07tmztjds:
21:27.40tmztkra:
21:28.49makkonenloxattack: it may or may not be possible to boot the TP2 to the point where the android screen comes up. I don't think anyone has, but I don't know if anyone's tried that topaz kernel. I would guess, if you have followed those instructions, and it hasn't, that it probably doesn't work yet.
21:29.24loxattackhttp://forum.xda-developers.com/showthread.php?t=521657&page=40
21:29.29loxattacksomebody there booted it
21:29.43tmztit should work
21:29.46loxattackwell this is the situation i just got this tp2 from tmobile and if i cant ported it over
21:29.49tmztthe mddi init is nopd
21:29.54loxattacki ll just ship it back
21:35.28makkonenloxattack: you mean you want a usable android port now? Then ship it back. because boots does not mean works. At this point, the best you can do is have it boot up to the android screen and then lock up or not read input, I think. if you have the knowledge and desire to help with porting it, though, it will eventually work, no question.
21:36.46tmztit will be increidble :)
21:36.59tmztbut we need to get the radio and sound working for phone
21:37.08makkonenin time, it WILL be incredible. :-)
21:37.09tmztrhod200 should be similar to raph100
21:37.24tmztdzo flahing vogues now?
21:37.33tmzthe has instructions apparently
21:37.35makkonenyeah
21:37.42tmztwow
21:37.50tmztkaiser next I'd guess
21:37.53tmztthen diamond
21:38.27makkonenI'm not willing to do it with mine (well, my girlfriend's) yet. because having winmo to fall back on when something doesn't work right in android is nice.
21:38.42*** join/#htc-linux DeeTee73 (n=DeeTee73@host86-143-91-102.range86-143.btcentralplus.com)
21:38.52phhmakkonen: same here
21:38.53Battousaishe'll be none the wiser
21:39.00phhbut i'm also fed up of MMC :/
21:39.01tmzttrue
21:39.06tmztmmc?
21:39.41phhwhat i've been able to debug, mmc causes a lot of troubles
21:39.52phhmost than half of my freezes
21:39.56ToAsTcfhtmzt: got a sec?
21:40.05tmztnot for sensor
21:40.09tmztnot your way
21:40.12tmztI have no clue
21:40.16ToAsTcfhits about diff
21:40.21tmztyeah
21:40.24bertramtI hope to see some TP2 progress, I get mine in the next day or two :)
21:40.56tmzttopa kernel boots
21:41.14tmztI don't start with android because debugging is harder
21:41.24tmztsend rhod to dzo if you want android
21:41.31ToAsTcfhif i deodex the frame work and try to diff the smali files to find out what is changed is that possible to do. or wold i need to go about doing it another way?
21:41.43tmztyeah
21:41.44bertramtI could send him a cdma TP
21:41.46tmztbut hard
21:41.51makkonenyeah, I want to take up a collection to send a RHOD400 to dzo.
21:42.01tmztonly with the right freqs
21:42.04tmztrhod400?
21:42.05tmztcool
21:42.21tmzthe can use gsm part
21:42.24bertramtI think there is a site where they can be "rented"
21:42.29makkonenoh, would his new zealand freqs not work with the cdma part?
21:42.31tmztwith cmonex unlock
21:42.39tmztI think so
21:42.53tmztI don't think so
21:43.06ToAsTcfhwell i wanna use the aosp build before gesensors and after and try fiffing them. find the changed files and add them to 2.1 frameworks
21:43.22tmztvery very hard way
21:43.27tmztstart with source
21:43.37tmztget the driver in the kernel working
21:43.43tmztthen fix userland
21:43.50ToAsTcfhi dont have source for 2.1
21:43.59tmztfake calibration
21:44.07ToAsTcfhthey have fixed the driver in aosp
21:44.25ToAsTcfhthey used stuff from 1.5
21:44.40ToAsTcfhhow would i fake calibration
21:46.08ToAsTcfhim guessing the framework is using something different in the 2+ builds. it sees my driver and uses it but wont show it in the apps
21:47.02phhthe sensor driver is totally different in <=1.5 and >1.5
21:47.09phhI mean the api
21:47.11ToAsTcfhi know
21:47.28phhso why do you expect it to work then ?
21:47.42ToAsTcfhtthats why he used some stuff from march in his aosp build
21:48.06ToAsTcfhwell if itll work in aosp then it should in 2.1 right
21:48.08ToAsTcfh?\
21:49.10ToAsTcfhthe diff method is the only way i can think of
21:49.46ToAsTcfhits the long way i know but unless i get another idea im kinda stuck
21:50.46phhyou want to change the framework to match the old driver ?
21:51.07ToAsTcfhyes that is what wzas done
21:51.22ToAsTcfhunless there is another route
21:51.54ToAsTcfhwriting a whole new driver seems kinda crazy
21:51.58phhlol no
21:52.31phhit's less than 500lines
21:52.44ToAsTcfhyeah im no where near even thinking of dreaming of being that good
21:53.11phhif it's a standard /dev/input device, you can just copy paste my code
21:53.35ToAsTcfhit is i believe
21:53.46ToAsTcfhbma150
21:53.53ToAsTcfhif that helps
21:54.26ToAsTcfhwheres ur "code"
21:54.49phhhttp://gitorious.org/linux-on-qualcomm-s-msm/android-hardware
21:55.08makkonenRHOD400 and RHOD500 uses CDMA800/1900, so does the Vogue aka OKTA Touch. so maybe dzo would take one. Just need to find 40 people willing to donate $10.
21:55.37makkonenor 20 people willing to donate $20. or one person willing to donate a TP2.
21:55.52bertramtI would do at least 10
21:56.32phhmakkonen: I want diam first :p
21:56.34bertramtcan we start a list on the wave of people interested?
21:56.45makkonenI'll send him a PM and ask him if he's interested.
21:57.02tmztToAsTcfh: I just mean don't bother with settings.apk
21:57.11makkonenIt's free stuff, but it's also sort of an imposition -- 'here's this thing, now DO THIS NOWNOWNOW'
21:57.32bertramtyeah
21:57.35tmztbut might be non issue if phh is right
21:59.41ToAsTcfhoh so i got the code. now how do iget this into the build
22:00.06ToAsTcfhi bailed on the settingsapk already
22:00.58ToAsTcfhits for an entire build. i cant build 2.1 from source
22:01.41tmzthuh?
22:01.52tmztjust build the part you need
22:02.30phhToAsTcfh: you can build the driver using eclair source code I think
22:02.38ToAsTcfhandroid.mk and and sensors.c will give me a new sensors drivor
22:02.59ToAsTcfhok ill have to get eclair now
22:03.04phhdonut is fine too
22:03.08ToAsTcfhand give it a go
22:03.18ToAsTcfhi have donut already
22:03.22tmzt2.1 is eclair
22:03.25ToAsTcfhno kernel the
22:03.31tmztthat's the ERx part
22:04.18phhtmzt: hu ?
22:04.21phhi thaught eclair was 2.à
22:04.23phh2.0*
22:04.30ToAsTcfh2.0.1
22:04.36ToAsTcfh2.10
22:04.49ToAsTcfhi think there both eclair
22:04.57tmztthe leaked thing on engadget is not flan
22:05.04tmztit's eclair
22:05.21phhok
22:05.57ToAsTcfhmine is hero 2.1 leak
22:06.04ToAsTcfhgsm hero
22:06.20tmztversion number?
22:06.24tmztrelease number
22:06.26*** part/#htc-linux greebear (n=greenbea@dslb-088-078-202-112.pools.arcor-ip.net)
22:06.41tmztlike ERn
22:06.47tmztor similar
22:07.41ToAsTcfhso to build without a kernel is gonna be what? make wnod?
22:12.32ToAsTcfhok im lost. how do i get this driver to make?
22:13.12phhbuild android then . build/envsetup.sh, then go in the driver source ande type  mm
22:20.22*** join/#htc-linux greebear (n=greenbea@dslb-088-078-202-112.pools.arcor-ip.net)
22:25.36MrPippymakkonen: is microp-klt working on raph800?
22:25.47NetRipperany asm masters? how do i make a small delay using cycles? like a loop that runs 100000 times?
22:25.51tmztit was
22:26.26tmztlabel and conditional branch
22:26.44tmztbut I'm not sure since my code doesn't work still
22:26.53tmztI want to port dzo's to att
22:27.10tmzthe even has romhdr :)
22:27.18makkonenthat's the keyboard backlight and LEDs? or... all LEDs?
22:27.33tmztno leds on raph800
22:27.41tmztexpcept navi ones
22:27.46tmztkeylight
22:27.48tmztbacklight
22:27.51tmztall klt
22:28.03tmztand flash, gpio two levels
22:28.24makkonenI think all of those are working/mostly working.
22:28.59MrPippyi added diam500's device id to klt but usbnet and the keypad both aren't working
22:30.01makkonenhmm. I'm running adb instead of usbnet, but I think it works fine with klt.
22:31.52MrPippyyeah its weird that the keypad dropped out too, like i2c went dead
22:32.07MrPippythe phone was still running though, the clock was updating
22:35.34*** join/#htc-linux The_Eccentric (n=ablack7@unaffiliated/theeccentric/x-737283)
22:36.30The_Eccentricany one got wifi to work succesfully on ralph 800
22:36.30The_Eccentric?
22:36.41makkonensome people have. I have not.
22:37.19The_Eccentricmakkonen, ahh
22:37.21tmztMrPippy: bad gpio mux probably
22:37.22The_Eccentrichey
22:37.28The_Eccentricmakkonen, hows it go ?
22:38.15makkonenit goes.
22:38.27The_Eccentriclol
22:38.38The_Eccentricmakkonen, i have an idea about the wifi modules
22:38.42thedicemasteris there any way to mount an android sqsh in ubuntu? the regular way for mounting sqsh files says it's too old.
22:39.29The_Eccentricmakkonen, are they both the same  on the old and new version of droid?
22:39.39MrPippyyeah i've had that problem too with ubuntu 9.10
22:40.18tmztit's too new
22:40.22tmzt:)
22:40.31tmztbuild a driver for the kernel
22:40.46makkonenthe_eccentric: everything is the same except the kernel and the modules.
22:40.46The_Eccentrictmzt, heard you where the ralph guru
22:41.06The_Eccentricmakkonen, so wifi module isn/t (to be clear) ?
22:41.48makkonenthe modules have to be built against the specific zImage. that's why they're packaged together. new zImage -> new modules.
22:42.54The_Eccentric:(
22:43.28thedicemasteri suppose there's no way to mount sqsh under windows 7?
22:43.35tmztfuse?
22:43.39tmztjust extract it
22:43.50tmztbuild the tools for cygwin
22:43.55tmztshould work fine
22:51.57*** part/#htc-linux greebear (n=greenbea@dslb-088-078-202-112.pools.arcor-ip.net)
22:52.06thedicemasterhm, anyone got the ip of cygwin.com for me? my provider's DNS servers keep going down.
22:52.20tmztuse a mirror
22:52.24tmztthrough redhat
22:52.34tmztalso, switch dns
22:52.45tmztopendns, a rootssrver etc.
22:52.54thedicemasternot much use right now.
22:53.07tmztwhy?
22:53.24thedicemasterhow am i going to find another DNS if i can only browse with IP's?
22:53.45tmzt1.2.2.2?
22:54.34phh8.8.8.8
22:54.44phhand 8.8.4.4
23:03.37NetRipperphh, do you know how the early boot process of the linux kernel works? in the head.S the MMU is enabled... how can i access physical memory after that is done?
23:03.42*** join/#htc-linux DarkMasterHalo (n=DarkMast@modemcable187.118-80-70.mc.videotron.ca)
23:04.02phhno sorry
23:04.06NetRipperok
23:05.26ToAsTcfhphh after making the driver i can just put it in my buiild?
23:05.37phhyes
23:05.46phhremove system/lib/hw/sensors*.so
23:05.55phhand put it (should be named sensors.default.so i system/lib/hw
23:05.56phh)
23:06.07tmztNetRipper: after?
23:06.14tmztmap it
23:06.16*** join/#htc-linux Tinyboom_ (n=nahh@ti0121a340-dhcp0974.bb.online.no)
23:06.19tmztlike the htcfb does
23:06.19NetRippertmzt, how? in asm?
23:06.22ToAsTcfhyeah mines sensors.heroc.so
23:06.33tmztI tried to port that to asm but didn't get very far
23:06.36NetRippertmzt, i'm not in C code yet
23:06.36*** join/#htc-linux maejrep (n=madcoder@c-68-42-30-56.hsd1.pa.comcast.net)
23:07.05tmztyeah, but if kernel owns mmu you might have an issue
23:07.11phhToAsTcfh: you have to change the dev name in the source file btw
23:07.20ToAsTcfhok  and i wont need a lib file? is this like tricking it
23:07.23tmztdoes it setup identifiy when it enables?
23:07.31phhit is a lib file
23:07.41tmztToAsTcfh: aren't you building one?
23:07.56tmztidentity
23:08.18ToAsTcfhyes im building this driver oncwe repo sync finishes
23:08.50ToAsTcfhim putting it in a build i have no source for
23:09.17The_Eccentricfor the people that got ralph 800 wifi working, did you just have to keep restart droid, still it scaned for ap's??
23:10.07ToAsTcfhphh:" so this is some universal driver or something u made?
23:10.22phhToAsTcfh: it uses the standard linux API for user input devices
23:10.55ToAsTcfhbut not cameras to right?
23:10.58ToAsTcfhlol
23:11.06ToAsTcfhall fixes in one
23:11.08phhoh there is also a standard linux API for that
23:11.15phhbut android doesn't know it either by default.
23:12.01phhwell it seems they discovered it for hero, but i'm not sure they use it
23:12.20ToAsTcfhor issue with camera. is they change the libs and such so much its been hell on even the guy building aosp
23:12.42ToAsTcfhfor cdma
23:12.51ToAsTcfhidk about gsm
23:13.31ToAsTcfh<PROTECTED>
23:14.11ToAsTcfhwhere did u find that info anyhow
23:14.18phhwhich info ?
23:14.28ToAsTcfhcamera linux api
23:14.40ToAsTcfhfor hero
23:14.44phhit's in the kernel source
23:15.17ToAsTcfhhmm
23:16.27ToAsTcfhso this to would work for anydevice. or any hero
23:16.30ToAsTcfh?
23:18.15ToAsTcfhwhat about all the sensor manager? it will see these devices also?
23:18.32ToAsTcfhi guess i need a better understanding sorry
23:19.03phhdon't know if hero's device uses /dev/input device even if i think so
23:19.08phhoh wait
23:19.14phhsome part is kxsd9 specific
23:19.16phhtotally forgot that
23:19.24ToAsTcfhwhat?
23:19.26ToAsTcfh!!!
23:19.35ToAsTcfhis that an issue
23:19.43phhyes
23:19.50phhyou need to change the enable and set_rate fonction
23:20.09ToAsTcfhhow too
23:20.52ToAsTcfhis that an the mk or s file i got
23:20.59ToAsTcfhc
23:21.07ToAsTcfhmy bad
23:21.14phhthe c
23:22.01maejrepToAsTcfh: i'll help with what I can.  what do you need? :)
23:22.30phhoh, in hero kernel there is a proper touchscreen driver, including real calibration
23:22.48phhI mean a driver for resistive devices
23:22.55tmztyes
23:23.08tmzthey, maejrep
23:23.13tmztwhat hardware now?
23:23.22maejrepheroc still
23:23.24phhbut first, usb.
23:23.45tmztroot?
23:24.13tmztthought you had magic
23:24.14ToAsTcfhmaejrep: im trying to get gsensors to work in 2.1 build
23:24.15maejrepit's rooted already, but htc hasn't released kernel source for it, and we need to get the kernel updated to work with 2.*
23:24.33tmztwe can get 2.6.32 without them
23:24.34maejrep(or hack around it, which i'd rather not do)
23:24.35tmztmaybe
23:24.37ToAsTcfhphh ok so what do i need to change in sensors?
23:24.39tmztyeah
23:24.48phhthe set_rate and enable functions
23:24.57maejreptmzt: and yeah I do also have magic/ion
23:25.06tmztmaejrep: you have sprint hero?
23:25.09maejrepyeah
23:25.09tmztah
23:25.21tmztbusy with work stuff recently?
23:25.37maejrepyeah, but started my vacation this weekend :p
23:25.48tmztcool
23:25.55maejrepwas supposed to leave this morning, but my flight was canceled due to weather
23:26.02tmztgoing where?
23:26.05maejrepTX
23:26.10tmztah
23:26.40tmztthinking about going out to dc/epa end of feburary
23:26.46tmztor early march
23:27.07ToAsTcfhok find isnt helping. set_rate isnt in there
23:27.22ToAsTcfhand enable is throughout
23:28.33ToAsTcfhenable is mentioned alot
23:29.33maejrepToAsTcfh: are you trying to change the kernel to move the device where android expects it, or changing android to look where hero kernel puts it?
23:30.02maejrephmm, motorola kernel source release was tricky...  they double-gzipped it :X  and named it .tar.gz
23:30.11ToAsTcfhtrying to use a linux api driver phh pointed me too
23:30.12tmztyes
23:30.26maejrepah
23:30.51ToAsTcfhu own a heroc?
23:31.02maejrepyes
23:31.29ToAsTcfhwhat r u working on a newer kernel?
23:32.10maejrepright now trying to get what is missing from the .27 gsm kernel release to be able to compile a kernel for cdma
23:32.20ToAsTcfhrepo  takes forever on roadrunner
23:32.34ToAsTcfhboard heroc
23:32.35tmzthtcfb works?
23:32.56ToAsTcfhi noticed some stuff is in the source
23:33.09maejreptmzt: i tried doing a fb a few weeks ago, didn't work out easily, and didn't have the desire to poke into it further
23:33.09ToAsTcfhbut with no rules were fuct
23:33.51maejrepToAsTcfh: if you compare the System.map from gsm kernel to /proc/kallsyms of our kernel, it's relatively easy to see what symbols are missing between the two
23:34.08ToAsTcfhphh: i still dont know what im needing to change
23:34.37maejrepa lot of the stuff mentioned in the Makefiles can be added to Kconfig in order to support the right drivers
23:34.38tmztah
23:34.40ToAsTcfhtrue im not that good. lol
23:34.51tmztwhat about qdsp comp though
23:34.51maejrepobviously, board_heroc* is missing
23:34.53ToAsTcfh\sweet
23:35.04maejrepbut the hope is that board_heroc is just *mostly* a copy of board_hero*
23:35.24ToAsTcfhi was thinking the samwe maybe
23:35.31tmztwith different smi
23:35.40tmztmaking it more like raph500
23:35.47maejrepright
23:35.54maejrepand that's what worries me
23:36.15tmztbut you don't even have htc fb working?
23:36.19maejrepcause if that's the case, I'd have to disassemble the heroc kernel in order to see what is different :/
23:36.24tmzttry booting raph500 kernel
23:36.40tmztI might have one to upload
23:36.53maejrepyou think it would boot? :o
23:37.15ToAsTcfhu really think there that simaler
23:37.15phhit can show some text
23:37.17tmztat least to htcfb
23:37.22maejrepyeah true
23:37.22tmztI think
23:37.25tmztnot to pcom
23:37.30maejrepis that 2.6.29?
23:37.40maejrepwe have the source for pcom
23:37.42tmzt2.6.27
23:37.45maejrepah
23:37.56ToAsTcfhphh: what am trying to change
23:38.17tmztjust ot linux input device
23:38.38tmzthardcode the node
23:38.57ToAsTcfhbut im suppose to change something in the .c  file
23:39.18maejreptmzt: what's the best way to boot a different kernel for testing?  just fastboot?
23:39.48ToAsTcfhu could just zip it up into a build
23:39.56maejrepi'd rather not though ;)
23:40.18maejrepthat's what I did last time, and it's rather pointless to do that when I know the kernel is not likely to boot at all
23:40.38ToAsTcfhlol\
23:40.39maejrepi just want to boot the kernel as I go, and be able to reboot easily
23:40.58maejrepguess I have to use mkbootimg each time, but that's fine
23:41.54maejreptmzt: why do you think raph500?  I have a raph800 kernel on my machine still
23:45.35maejrepToAsTcfh: what are you wanting to change in bma150?
23:45.58MrPippyyeah heroc is 7501a like raph800, should have 32MB SMI
23:48.12maejrepis that different from gsm hero?
23:48.22maejrepi know the chip is different, but the SMI
23:52.27MrPippynot sure but i think the gsm ones have 64MB SMI
23:54.28maejrepk, i'll see if the fb console works, see how far that gets me
23:57.29*** join/#htc-linux hicks (i=hix@cpc2-uddi21-2-0-cust389.uddi.cable.virginmedia.com)

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