IRC log for #htc-linux on 20100223

00:00.29ToAsTcfhit would atleast crash the phone becuz of tryin to hit 800+mhz
00:00.41makkonenbzo: where's your patch?
00:00.58bzomakkonen: phh already pushed it out
00:01.04makkonenah
00:02.09makkonendoes it feel much faster?
00:02.34bzoI think so, everything is more responsive
00:02.41ToAsTcfhand im still makin a zImage :/
00:03.15ToAsTcfhso do all bechmarks show some improvment?
00:03.21makkonenanyone know where libhtc-ril.so comes from? is that the binary ril extracted from an htc device?
00:03.34ToAsTcfhyes
00:03.48ToAsTcfhidk about urs though
00:03.49bzoI've only used something called "Cpu benchmark", and it does show improvement
00:04.07ToAsTcfhneocore shows nothing?
00:04.29bzoI ran neocore and got 20.5fps, but I don't remember what I had at 528mhz
00:04.46bzoI would think it is more gpu constrained though
00:04.58ToAsTcfhyeah
00:05.09stinebdrun it with software rendering ;)
00:05.29bzostinebd: just occurred to me that you will need to compile your own kernel to enable overclocking
00:05.35stinebdbzo: i do.
00:05.43stinebdi keep a local kernel branch with nohz for testing
00:06.01bzook, you will need to edit your config, and change the ONDEMAND MAX setting
00:06.21stinebdok
00:06.35bzodefault is 528000, I set mine to 999999
00:07.37*** join/#htc-linux Wr4i7h (~abc@89.180.41.114)
00:08.21ToAsTcfhbzo wow when i compiled it removed the ondemand_max for my .config wtf
00:09.18bzodid you make defconfig?
00:09.54ToAsTcfhno shit i for got
00:10.08ToAsTcfh:?
00:10.32bzoI mean, if you run defconfig, it will wipe out your .config
00:10.55ToAsTcfhno i just make zimage
00:11.05ToAsTcfhwith a .config
00:11.15ToAsTcfhi dont cp the deconfig
00:11.21bzohmm, that is odd then
00:11.34ToAsTcfhyeah crazy
00:11.51*** join/#htc-linux Zoolooc_ (~fredsibar@p549558AA.dip.t-dialin.net)
00:12.20ToAsTcfhcan u send me that whole section of ur config
00:12.41ToAsTcfhi wonder if other stuff is causing it
00:13.10*** part/#htc-linux DarkMasterHalo (~sam@modemcable187.118-80-70.mc.videotron.ca)
00:13.17bzowhat happened to no2chem? He's been inactive from his blog,xda,ppcgeeks for many months now
00:13.39ToAsTcfhCONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
00:13.47ToAsTcfhCONFIG_CPU_FREQ_GOV_PERFORMANCE=y
00:13.47ToAsTcfhCONFIG_CPU_FREQ_GOV_POWERSAVE=y
00:13.47ToAsTcfhCONFIG_CPU_FREQ_GOV_USERSPACE=y
00:13.47ToAsTcfhCONFIG_CPU_FREQ_GOV_ONDEMAND=y
00:14.01ToAsTcfhmaybe i need to boot all that shit
00:14.12stinebdno you want to keep that
00:14.36ToAsTcfhCONFIG_CPU_FREQ_GOV_MSM7K=y
00:14.51stinebdwhy do you have the msm7k governor?
00:15.05ToAsTcfhidk ill remove it though
00:15.20stinebdthe MIN/MAX kernel options will be different for you
00:15.21*** join/#htc-linux jumoit (~samuel@121.77.87.145)
00:15.25stinebdprobably MSM7K related ;)
00:16.13bzoyeah, those might be different, make sure you have these enabled:
00:16.17bzoCONFIG_MSM_CPU_FREQ=y
00:16.19bzoCONFIG_MSM_CPU_FREQ_ONDEMAND=y
00:20.13*** join/#htc-linux Zoolooc__ (~fredsibar@p54957F5A.dip.t-dialin.net)
00:25.44mynwhat you guys using to decompile apks?
00:26.59ToAsTcfhsmali
00:27.07ToAsTcfhdeodex
00:27.12ToAsTcfhbakesmali
00:28.49*** join/#htc-linux Unholy (~IceChat7@24.227.27.77)
00:28.57Unholyhey guys
00:29.32Unholyquick question whats the last commit about, overclocking patch, havent we been able to do that since the beggining?
01:17.06*** join/#htc-linux apt (ibot@rikers.org)
01:17.06*** topic/#htc-linux is Welcome to htc-linux | Project homepage and wiki http://htc-linux.org | Livelogs: http://irclog.netripper.com/?chan=htc-linux | Logs: http://apt.rikers.org/%23htc-linux | htc-linux is not android
01:17.12Unholyah, well i dont have build enviorment for linux yet to lazy XD, plus i dunno how to compile in linux ether
01:18.24ToAsTcfhgoogle "compile zImage"
01:19.12ToAsTcfhbzo its giving me 480000 now wtf
01:19.40ToAsTcfh528 max too
01:20.16bzoit scales up and down according to load, so the 480 is normal, shouldn't see 528 if it is working
01:20.48ToAsTcfhadb shell cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
01:20.48ToAsTcfh528000
01:21.14ToAsTcfhsome thing went south
01:21.28ToAsTcfhi set it to 999999
01:21.31ToAsTcfhmax
01:22.09ToAsTcfhalso added static int oc_freq_khz = 610000; since i dont have a default.txt
01:22.21ToAsTcfhto acpulock.c
01:22.35stinebdstartup.txt cmdline...
01:22.41ToAsTcfhshould that work?
01:22.43stinebdyes
01:22.57ToAsTcfhoc_freq_khz = 610000?
01:23.06stinebdacpuclock.oc_freq_khz=...
01:23.08stinebdno spaces
01:23.20bzoToAsTcfh: you probably need to comment out the next line that says module_param_named(...)
01:23.22ToAsTcfhin acpulock.c
01:24.04ToAsTcfhi added static int oc_freq_khz = 610000; since i dont have a default.txt
01:24.24ToAsTcfhur sayin that should work or no?
01:25.32ToAsTcfhmodule_param_named(oc_freq_khz, oc_freq_khz, int, S_IRUGO | S_IWUSR | S_IWGRP);
01:25.37ToAsTcfhwhats that for
01:26.07makkonenthat's to pass the value from outside that file.
01:26.08bzothat's what sets that var from the kernel param, it is probably setting it back to zero. so comment that line out like I said
01:29.14ToAsTcfh528 ax still
01:30.05ToAsTcfhhen again if its still using the tables it would be correct?
01:30.30*** join/#htc-linux jeremychang (~jeremycha@61-30-10-70.static.tfn.net.tw)
01:30.40ToAsTcfhbzo CONFIG_CPU_FREQ_TABLE=y?
01:32.13bzonot sure, don't have the source in front of me anymore. Look at the defconfig at http://gitorious.org/linux-on-qualcomm-s-msm
01:33.11bzoalso, look at your dmesg. If it is working, in the first fifty lines or so it will say ADJUSTING FREQ TABLE blah blah blah
01:35.57ToAsTcfhbzo 5.890991] cpufreq: invalid target_freq: 528000
01:36.20ToAsTcfhi gotta get rid of the tables i think
01:52.21*** join/#htc-linux jamenlang (~jamenlang@209-193-77-154.mammothnetworks.com)
01:52.54jamenlangi forgot to ask, is dropbear working now?
01:54.54stinebdworks for me
01:55.38jamenlangshould i ask; is it integrated now, or is there some crazy installation procedure
01:56.04stinebdgotta mkdir /data/dropbear ; dropbearkey -t rsa /data/dropbear/dropbear_rsa_host_key ; dropbear
01:56.05stinebdto run it
01:56.16stinebderr -t rsa -f /data/...
01:56.24jamenlangmhmm
01:56.44jamenlangmight try it later
01:56.56stinebdthen when you log in as root, there is no password so just hit enter
02:09.49*** join/#htc-linux GNUtoo|oeee (~GNUtoo@host49-13-dynamic.54-79-r.retail.telecomitalia.it)
02:10.47*** part/#htc-linux GNUtoo|oeee (~GNUtoo@host49-13-dynamic.54-79-r.retail.telecomitalia.it)
02:22.40*** part/#htc-linux Spirits-Sight (~Spirits-S@c-24-91-187-210.hsd1.ma.comcast.net)
02:28.15*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
02:29.33*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
02:30.31*** join/#htc-linux jamenlang1 (~jamenlang@68.170.60.12)
02:31.35*** join/#htc-linux M1DLGpc__ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
02:32.18MrPippywoohoo got wifi to connect!
02:35.07ToAsTcfhlol
02:35.09adamwMrPippy: ! you rock.
02:35.18ToAsTcfhon a diam500?
02:35.37ToAsTcfhand yes MRPippy friggin rocks!!!!
02:35.43MrPippynah nah rhod400!
02:35.56ToAsTcfhoh
02:36.05ToAsTcfhur not on the 500 no more?
02:36.22ToAsTcfhu were all they had
02:39.02ToAsTcfhphh: ah ha i seen what u put in the oc commtit rofl
02:44.44adamwMrPippy: what was the trick?
02:48.05MrPippyhehe i still have my diam500, i'll keep doing builds for them
02:51.02MrPippyand it was a lot of things...i think the moto devour code was a better starting point than the lg code, found the firmware files in \windows, had to make it use the right functions to power up the SD card, and then take out a #define since i don't think we have an oob interrupt
02:51.21MrPippyi may have also been using the wrong firmware file for the last day (i don't know why there are two)
02:51.56tmztwhat lg?
02:52.07tmztdevour is 7627
02:52.11adamwMrPippy: which turned out to be the right firmware?
02:52.22adamwtmzt: we had the gw620
02:52.30MrPippyand its real rough right now, i had to configure it manually with wpa_supplicant and wpa_cli, and android still doesn't really know where this connection is coming from
02:52.44adamwyeah, phh said android doesn't really do wifi very sanely
02:53.04adamwi assumed as soon as we got the actual interface up to the point where iwconfig could see it, android would work fine. since that would be, you know, the non-crack-addled way. sigh.
02:53.20MrPippyi'm using rtecdc1.bin now, i've been trying rtecdc.bin for the last day and couldn't associate to a network, but i changed a couple things at once so i'm not sure if its only firmware or not
02:54.33MrPippyandroid uses wpa_supplicant so there shouldn't be major changes needed, its mostly trying to convince android which is the right module to load
02:54.59MrPippyand a bunch of magic in /init to change 'tiwlan0' to 'eth0' in a few places
02:57.23tmztifrename
02:57.58adamwyeah
02:58.14adamwthe quick bodge way to do it would just be to rename the interface to tiwlan0, heh
02:59.07*** join/#htc-linux Spirits-Sight (~Spirits-S@c-24-91-187-210.hsd1.ma.comcast.net)
03:00.08Spirits-SightOK what would cause the device to sit at ... saveexit: isCheckpointed 1?
03:00.15tmztthe driver has to change to
03:00.19tmztwhat device?
03:01.16Spirits-Sightsorry: kaiser100 (AT&T Tilt 8925
03:05.08Spirits-Sighthere is a pastebin of bootlog.txt
03:06.20*** join/#htc-linux mcdull (~blackston@n11648167249.netvigator.com)
03:07.07mcdullhi/
03:07.25mcdullAnyone knows if "Disable vsync on suspend for epson" fixed the i2c issue?
03:09.43jamenlang1what was the i2c issue?
03:10.38Spirits-SightHi, for todays now I have been trying to get Android to work, I have done the latest nbh tryed all three panel types for the Kaiser100 (Tilt-8925) and this is the log from the last attemped. bootlog.txt http://pastebin.com/dbdfc240 & dmeg http://pastebin.com/d13e54701
03:10.59Spirits-Sighttodays = two days
03:11.09jamenlang1nice
03:19.28*** join/#htc-linux jamenlang1 (~jamenlang@68.170.60.12)
03:19.56mcdulljamenlang1, sleep in blackstone with backlight off kills the i2c and the machines never wake
03:20.33mcdullanyway, I will test it now...
03:20.37jamenlang1and what is epson
03:20.53mcdullar... brand of course.
03:20.59mcdullepson LCD panel.
03:21.38jamenlang1i follow
03:23.02mcdulljamenlang1, you got blackstone?
03:23.15jamenlang1nah, raph800
03:23.29mcdullat least you got 3d...
03:23.34jamenlang1indeed.
03:23.45jamenlang1no use for it though. i'm more of a 2d guy
03:23.54mcdullraph is the best compatible device at least with the current kernel.
03:24.10mcdulllots of 2d apps actually requires 3D to function.
03:24.20jamenlang1good to know
03:25.16jamenlang1i'm liking snes emulation in android.
03:25.46mcdullI would like to have launcher 2 to run on my machine..
03:26.23jamenlang1launcher?
03:26.37jamenlang1as i search for it....
03:27.26mynyou guys see this: http://www.engadget.com/2010/02/22/t-mobile-pulse-mini-does-cheap-tiny-prepaid-android-for-europe/
03:28.04mynvogue inspired
03:28.15myncan you qvga port :)
03:31.25mcdullmay need to wait until the source release.  but it doesnt really help as the majority of the program does not supports QVGA.
03:31.38myn?
03:31.43mcdullnot in complete full screen mode at least.
03:32.24mynIf this is running 2.1 I'd expect it to take advantage of the new dynamic resolution apis no?
03:32.33mcdullfor vogue, you can always use QVGA if you want, but most program will not fit the screen.
03:32.39mynmost work
03:32.49jamenlang1i want dynamic resolution
03:32.49mynin 240x320
03:33.22mcdullI have no idea if the dynamic resolution is really different from 2.0. you may need to check vogue forum for that.
03:33.35mynhehe
03:33.39MrPippyi don't know what it is about the rhod touch screen, but its much more behaved than on diam--i don't get any double-taps, and the keyboard is much easier to use
03:33.40*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
03:33.40mynyou have no clue who I am do you :)
03:33.42mcdullAnd I believe that they have already got the 2.1 port.
03:34.12mcdullmyn, no sorry, you made the vogue rom?
03:34.32mynpretty much the standard for the vogue rom
03:34.44mcdullgreat.. glad to know you.
03:34.50mynhttp://forum.xda-developers.com/showthread.php?t=619980
03:35.14jamenlang1my friend has a vogue, and he's  getting a droid soon, so i get his vogue; i'm excited
03:35.26AstainHellbringhi
03:35.30mynI'm about to port my Warm Donut rom to TP1 and Diamond. I am sick of seeing those poor users suffering
03:35.42Unholylol
03:35.54mynMy wife just bought a Diamond so I feel obligated
03:36.21mcdullmyn, you should get yourself an HTC Desire.
03:36.27AstainHellbringthe problem with vogue is to be able to run everything its very blurry
03:36.41AstainHellbringmyn whats your carrier?
03:36.46mynI'd love to. My problem is I am stuck on Sprint SERO
03:37.06mynAstainHellbring: you can run it at a native 240x320 and things look very clear
03:37.08mcdullwhat about a Nexus one?
03:37.23mynno current native Android device is available on SERO :(
03:37.25MrPippyhehe myn i hadn't seem your rom before...someone really wants a pre!
03:37.27mynso I am stuck hacking it
03:37.30mcdullI've seen a 2.1 rom in Vogue forum, is that a fake?
03:37.36mynits real
03:37.45myn2.1 == slow
03:37.47mcdulland it doesn;t have dynamic resolution?
03:38.03mynwhich is why I feel sorry for Diamond/TP1 users using 2.1
03:38.15Unholywe dont ahve 2.1
03:38.18Unholyhave*
03:38.19mynno?
03:38.21myn2.01?
03:38.22Unholywe got 2.0
03:38.22mcdullnot yet.
03:38.24mynahhh
03:38.26myneven slower!
03:38.39AstainHellbringmyn yah I know but there isnt much made for the native resolution
03:38.41mcdull2.0.1, that's bad,. but the speed is acceptable.
03:38.42Unholy1.6 is butter lol
03:38.52mcdullafter more RAM is enabled.
03:38.58AstainHellbringmyn you know that they have a meid change for hero right?
03:39.00mynAstainHellbring: Only a few apps don't work
03:39.07Unholynot really donut has been smooth for like ever
03:39.08mynmeid change?
03:39.30AstainHellbringyes meid change ie clone your vogue/tp/diamond/whatever to hero
03:39.42mcdull??
03:40.12Spirits-SightPLEASE please help me, I am trying really really hard to get Android to work on my phone and I keep having the same issue
03:40.13mynnot familar with meid
03:40.25AstainHellbringmyn meid is new version of esn
03:40.28Spirits-Sightits for a kaiser100 (Tilt)
03:40.33MrPippyi think theres ways to do it for the pre also
03:40.48mynahh
03:40.51AstainHellbringMrPippy yah there is
03:41.03mynso you're saying I could get a sprint Hero running on my SERO plan?
03:41.14mcdullcalling for blac100 user!!
03:41.18AstainHellbringyes myn
03:41.21mynwow
03:41.25mynthats fricking awsome
03:41.30AstainHellbringvery
03:41.32mynwhere do I find out how todo this?
03:41.38MrPippy'course its a felony to do it, so...no one here does it ;-)
03:41.40mynand do you do this by chance?
03:41.43mynhaha
03:41.51mynI wanted a HERO so bad
03:42.09mynand when SERO didn't allow it.. I kinda got a little upset..
03:42.12AstainHellbringMrPippy actually that law was repealed
03:42.13Unholymrpippy its elegal in your contry to swap sims?
03:42.25AstainHellbringUnholy meid change is not like swapping sims
03:43.15jamenlang1myn: what would you suggest i run on my vogue
03:43.22Unholyoh the it must be cdma? can that be done? i though only carriers could do it
03:43.36mynlink me
03:43.43AstainHellbringyes cdma yes Unholy it can be done by user
03:43.49myngoogle interweb isn't returning good info on this meid change for vogue to hero
03:43.53AstainHellbringmyn one sec lemme find shadowmites post about it
03:43.54Unholyoh did not know that, good to know
03:43.59mynthanks man :)
03:44.29Unholywee i got me android booting again, bleh have to set it up again
03:44.54mcdull>.< there are too little blac100 users.
03:45.04Unholyhaha XD
03:45.09Unholyraph110 here
03:45.25MrPippythe laws about esn hacking go back to the analog days when there wasn't any encryption/authentication, so you could clone your phone to a different esn and calls would get billed to other people
03:45.39mcdullHTC sells blacktone for only few months and discontinued it.
03:46.04MrPippythose days are gone...i doubt the feds prosecute anyone for it anymore
03:46.05jamenlang1collectors item?
03:46.37Unholyi dunno much about cdma , iv only owned like 3 phones with cdma, and that was way back 2001-2004
03:46.52Unholythey were not smartphones ether
03:47.24AstainHellbringmyn http://74.125.113.132/search?q=cache:Hqfk5OHHYXEJ:forum.xda-developers.com/archive/index.php/t-579870.html+meid+change+htc+hero&cd=1&hl=en&ct=clnk&gl=us
03:47.49mynExcellent :)
03:47.52AstainHellbringmcdull also many blackstone devs swapped to leo
03:47.52mynThank you so much :)
03:47.55mynI really apprecaite this
03:48.07AstainHellbringwelcome
03:48.20mynwhat device do you run?
03:48.23Unholynuoo myn now we wont get your l33t donut
03:48.27UnholyXD
03:48.29MrPippythe forum at mobile-files.com was/is THE place for esn stuff, but its been down for a few weeks
03:48.46AstainHellbringyah MrPippy sucks that its down had a contact for lg monaco rom there
03:49.29AstainHellbringmyn I have CDMA: tp1,tp2,vogue,titan,apache,i730,i760 GSM: raph100,lg monaco, leo
03:50.03mcdullAstainHellbring, which device you would suggest for the next? leo / N1 / Desire?
03:50.13mcdullor to wait
03:50.15mcdull?
03:50.21AstainHellbringmcdull what carrier?
03:50.36mcdullone2free ... not important.
03:50.50AstainHellbringgsm I'm guessing?
03:50.59mcdullyes
03:51.48AstainHellbringmcdull I'd go leo bigger screen which is quite nice
03:52.05mynyou have a few phones :)
03:52.12AstainHellbringmyn yah I do
03:52.14mynwell my wifes diamond arrives this week
03:52.32AstainHellbringI actually have two vogues even come to think of it
03:53.05AstainHellbringI'd love to see a nicely working android on my cdma tp2
03:53.06mynwhats your fav?
03:53.09mynyeah
03:53.11mynI was gonna say
03:53.16mcdullAstainHellbring,  but difficult to get android to run.
03:53.23mynno new progress from mr civic since End of Jan on CDMA TP2
03:53.40myntp2 is a beautiful device
03:53.42AstainHellbringmcdull why you say that?
03:53.50AstainHellbringmyn yah we need you to get a tp2
03:54.19mynI'm tempted and actually was waiting for the price to come down
03:54.33mynbut it seems it's still $299 even after the Series 7 announcement
03:55.27mcdullAstainHellbring, I mean on Leo.
03:55.39AstainHellbringyes mcdull why is leo hard?
03:55.58mcdullAstainHellbring, I have no idea, is it fully supported now?
03:56.07AstainHellbringmcdull they are working on it
03:56.33AstainHellbringthere is a few new devices which snapdragon chipset, that seems to be helping
03:56.55mcdullAstainHellbring, it's tempting.
03:57.18mcdullwell, with N1 and desire, life is much easier.
03:58.01mcdullis the development thread for android on Leo set up in XDA?
03:58.40AstainHellbringmcdull dunno
03:58.47AstainHellbringI come right here and start bugging NetRipper
03:59.10*** join/#htc-linux kvaster (~kvaster@live.bn.by)
03:59.22mcdullha, right. My Blackstone still cannot boot with new kernel.
03:59.57Unholymy raph110 wasent booting so deleted data image and that did the trick
03:59.59Unholyboots fine now
04:00.58mcdullso I am calling for other blac100 user. Was told that the pmem setting breaks it.
04:01.00ToAsTcfhi got a heroc :D
04:01.23Spirits-Sightwow wow wow it finally works
04:01.23mcdullhey, we all paid too much to HTC.
04:01.35ToAsTcfhleft the diam500 for it. best move ever
04:01.39Spirits-Sightit did it without the sd card in the phone
04:02.27Unholygoh i need to get a file manager ready in my androidapp folder
04:02.45ToAsTcfhastro
04:02.51ToAsTcfhthe best
04:03.02mcdullwill it expire still?
04:03.14Unholyye i have it but its very old expired XD
04:03.16ToAsTcfhgoogle earth for android was released today
04:03.35ToAsTcfh2.x  and up only though
04:03.50ToAsTcfhu  guys dont have the market yet?
04:04.23ToAsTcfhi guess it might be the least of ur worries
04:05.58Unholyi got market
04:08.35*** join/#htc-linux karafa (~karafa@ool-45735dce.dyn.optonline.net)
04:10.41mcdullno 3D.. no 3D.. no 3D
04:10.51mcdullso no google earth.
04:10.55Unholywere 0o
04:11.05*** join/#htc-linux darkstar62 (~darkstar6@97-126-101-17.tukw.qwest.net)
04:11.27ToAsTcfhu guys dont have 3d? mrpippy and phh fixed that i though?
04:11.47MrPippydoesn't work on topaz and rhod for some reason
04:11.52ToAsTcfhoh
04:12.03ToAsTcfhwell damn
04:13.19ToAsTcfhMrPippy: a g1 dev was tryin to get it to work too but couldnt manage.
04:13.23ToAsTcfhidk why
04:14.11*** join/#htc-linux tmzt (~tmzt@adsl-99-164-34-42.dsl.akrnoh.sbcglobal.net)
04:14.20Unholywhats a good file manager for android
04:14.23Unholythat is not astro
04:14.31Unholyfree simple one
04:14.41ToAsTcfhastro
04:14.44ToAsTcfh:P
04:14.46ToAsTcfhidk
04:14.56ToAsTcfhi only use astro
04:15.12Unholywhats the latest version?
04:15.13ToAsTcfhdo u guys have paid apps in the market?
04:15.18ToAsTcfhidk
04:15.27Unholynot me
04:15.47Unholyi found astro 1.3.13
04:15.54Unholyis that old?
04:15.58ToAsTcfhme either and im native android :P sad the price i pay to use 2.x
04:16.03ToAsTcfhidk
04:16.20ToAsTcfhuse it it should work
04:16.28Unholycan you check your version XD
04:16.45ToAsTcfhim actually flashin something
04:16.48ToAsTcfh:P
04:16.51Unholyoh crap
04:16.53UnholyXD
04:17.13ToAsTcfhlogcat time :P
04:17.16Unholyil search one in marklet then
04:18.29ToAsTcfhsorry
04:18.32ToAsTcfh:P
04:18.37Unholynp
04:18.50Unholydamn my tp is burning XD
04:18.53ToAsTcfhjust got a boot animation could be good :D
04:19.03AstainHellbringewww htc legend is slot loading battery
04:19.26ToAsTcfhlike nintendo?
04:19.46ToAsTcfh:P
04:20.26Unholyis there a way to make market donwload apps to my sd
04:20.32Unholyintead of internal memmory?
04:20.40ToAsTcfhno
04:20.55ToAsTcfhu can use something like a2sd
04:21.08ToAsTcfhor write a script
04:21.24ToAsTcfhlook at some of the hero and g1 builds
04:21.34ToAsTcfhthey have them in it.
04:21.52Unholydont they have to be ported to tp fpr me to use them?
04:21.57Unholyfor*
04:22.25ToAsTcfhum they gotta be ported a little i guess
04:22.43ToAsTcfhim not what goes into a winmo build
04:23.07Unholyhuh? 0o
04:24.53Paul_awayphh, 2 msm_camera drivers: /drivers/media/video/msm_camera.c and /drivers/media/video/msm/msm_camera.c
04:25.12Unholynice found a simple one linda file manager
04:25.33ToAsTcfhPaul_away: what u find?
04:27.21mcdullumm.. its better to make gpu0 size device specific.
04:28.39Paul_awayI find that msm_camera driver should enalbe VFETASK and enble routine of that drivers is different
04:29.15Paul_awayI need to research more here. maybe vfe enable is not called at all
04:32.57*** part/#htc-linux Spirits-Sight (~Spirits-S@c-24-91-187-210.hsd1.ma.comcast.net)
04:39.00mcdulllet me quote something interesting here, http://forum.xda-developers.com/showpost.php?p=3076202&postcount=153
04:40.15AstainHellbringmcdull huh?
04:40.54*** join/#htc-linux MarcLandis (~drettsch@quassel/contributor/marclandis)
04:45.42mcdullthe ati_d3dm.dll make OpenGL ES 1.1 work on Hardware mode. The HTC_d3dm.dll is a software driver, which is a heavily modified Microsoft Reference driver that HTC ships with our HD's. The libgles_cl.dll file is a "wrapper" to enable more OpenGL calls for our devices, written by NuShrike.
05:16.50*** join/#htc-linux karafa (~karafa@ool-45735dce.dyn.optonline.net)
05:32.24karafahey guys. hows development coming? any exciting breakthroughs today?
05:52.27*** join/#htc-linux lilsnoop (~lilsnoop@ip68-229-4-180.lv.lv.cox.net)
05:59.01*** join/#htc-linux stinebd (~bryan@gentoo/developer/battousai)
06:07.24*** join/#htc-linux droid001 (~g1@p4FDCACFC.dip.t-dialin.net)
06:18.47*** join/#htc-linux mcdull (~blackston@n11648167249.netvigator.com)
06:20.40mcdullhelo
06:39.35mcdullphh, which address do you mean that you know for diam required for its gpu? is it the gpu1_start?
06:47.16*** join/#htc-linux mcdull (~blackston@n11648167249.netvigator.com)
07:05.00*** join/#htc-linux GregLem (~greg@lal69-5-88-171-98-250.fbx.proxad.net)
07:09.51IceBonephh! I figured out that squishy thing.
07:22.57*** join/#htc-linux kiozen (~oeichler@p549211F5.dip0.t-ipconnect.de)
07:26.25*** join/#htc-linux mcdull (~blackston@n11648167249.netvigator.com)
07:41.17*** join/#htc-linux joplayer (~joplayer@AClermont-Ferrand-256-1-168-182.w86-211.abo.wanadoo.fr)
07:48.57mcdullphh, does it mean that winmo has init 3D on specific gpu address, and we need to specify exactly the same address in android to make it work with the same initialization process? Which we know the value of Diam / Raph but not Backstone?
07:49.04*** part/#htc-linux makkonen (~makkonen@cpe-66-69-229-9.austin.res.rr.com)
07:49.05*** join/#htc-linux jumoit (~samuel@121.77.87.145)
07:51.13MrPippy3d doesn't work on blackstone? i thought it did, although there were problems because wvga needs a big gpu0 area
07:54.39mcdullMrPippy, blackstone never did, nor any other WVGA devices.  I have try as much as 40MB gpu0 but without success.
07:54.51*** join/#htc-linux ToAsTcfh|lappy (~quassel@235-41.200-68.tampabay.res.rr.com)
07:56.25MrPippyhmm weird
07:56.53mcdullphh, confirmed disabling Epson vsync doesnt fix blackstone sleep issue, workaround is still needed.
07:57.25mcdullthose pmem setting is tricky.
07:57.49MrPippytopaz/rhod not working makes some sense, they're newer devices and theres a lot of other amss changes
07:58.31mcdullI even tried to put everything in EBI, fb / gpu1 / camera / pmem all together.. doesn't help.
07:59.26mcdullafaik, only diam / raph works with 3D at the moment.  Are there any more reference for 7200 devices? Any kernel source for kasier?
07:59.36MrPippyat least in the hw3d/android-side code, from the var names gpu0 is for smi and gpu1 is ebi
07:59.58MrPippyyeah kaiser is in the vogue tree
08:00.11mcdullmay be I should try putting everything at the end of the ebin (ebi_1)
08:00.27MrPippyif you want...are you getting error messages anywhere in dmesg or logcat?
08:00.46mcdullnot much error for 3D. let me search..
08:01.19MrPippyi get hw3d: messages in dmesg
08:01.30mcdullfor 3D message in dmesg:
08:01.31mcdull[  102.776306] hw3d_open: pid 1290 tid 1294 opening client node
08:01.32mcdull[  102.777984] remapping device 173
08:01.32mcdull[  102.872161] hw3d_open: pid 1280 tid 1285 opening master node
08:01.32mcdull[  103.037200] hw3d: current 1291 ppid 1270 file d0c50840 count 2
08:01.32mcdull[  103.037750] binder: send failed reply for transaction 216 to 1290:1294
08:01.33mcdull[  103.043640] hw3d: current 1292 ppid 1 file d42c11c0 count 4
08:01.37mcdull[  103.043701] hw3d: current 1292 ppid 1 file d42c11c0 count 3
08:01.39mcdull[  103.043731] hw3d: current 1292 ppid 1 file d42c11c0 count 2
08:01.41mcdull[  103.044281] hw3d: closing
08:01.43mcdull[  103.044342] hw3d_release: in release for pid=1290 tid=1292
08:01.45mcdull[  103.044372] hw3d: releasing 1290
08:01.47mcdull[  103.044403] hw3d: had file
08:01.49mcdull[  103.044403] hw3d: was enabled
08:01.58MrPippyyeah looks pretty normal
08:03.16mcdullwhat is the binder failed message.
08:03.17mcdull?
08:04.59MrPippyno idea, its something else in android
08:05.22*** join/#htc-linux BabelO (~fcr@unaffiliated/babelo)
08:06.22*** join/#htc-linux thinko (~jdoe6alph@smaug.rackdragon.com)
08:12.28mcdullMrPippy, so you got that message as well?
08:13.03MrPippybinder failed? i've seen it before, its hard to tell what its actually referring to though
08:13.28*** join/#htc-linux makkonen (~makkonen@cpe-66-69-229-9.austin.res.rr.com)
08:13.49mcdullfor error, I got them in logcat
08:13.50mcdulllibEGL  ( 1210): loaded /system/lib/egl/libGLES_android.so
08:13.51mcdulllibEGL  ( 1210): loaded /system/lib/egl/libGLES_qcom.so
08:13.51mcdullEGL.oem ( 1210): system process, deny GL context
08:13.51mcdulllibEGL  ( 1210): No EGLDisplay for hardware EGL!
08:13.51mcdullSurfaceFlinger( 1210): EGL informations:
08:13.52mcdullSurfaceFlinger( 1210): # of configs : 8
08:15.00*** join/#htc-linux zikson (zikson@93.87.16.157)
08:16.07mcdullati_d3dm.dll <-- I guess it might not a wrapper.  It could be worth tracing it.
08:21.18*** join/#htc-linux mickey|office (~Mickey@dialbs-092-079-168-007.static.arcor-ip.net)
08:27.37MrPippyeven logcat has a lot of hw3d "errors" that really aren't
08:28.38mcdullso, really have no idea on what's going wrong.
08:33.05MrPippymakkonen: have you had any problems with modules in the latest rootfs?
08:33.30makkonenum... maybe?
08:34.27MrPippyi might be doing something wrong, but it seems like its not finding the modules tar.gz
08:34.52makkonenI tore down and redid my module-building script, and since then the wifi module has been a little weird for a reason i can't determine yet. and, possibly or possibly not related, the rootfs hangs for a long time before it loads /data/modules. but it does find them.
08:36.01makkonenmaybe I fucked up one of the commits to allow modules to load from the sdcard/android directory. I'm not sure I'm using the actual rootfs from stinebd's repo.
08:37.26MrPippyyeah thats what i'm thinking, someone in my thread said they couldn't start wifi and i can't get it to see the modules whether they're in sd root or /android
08:37.27makkonens/one of the commits/the commit
08:37.56MrPippyerr actually i'm gonna test this again, i didn't try it in /android
08:38.07makkonenI rebuilt the wifi module with my old script, though, and it loaded without complaint. so I don't know.
08:40.04MrPippywhile i've got my head in wifi i wanted to try fixing the wifi turnoff panic
08:41.18makkonennice. I can't figure out what the condition is in which it doesn't panic.
08:42.43*** join/#htc-linux Wout (~wout85@s55927d21.adsl.wanadoo.nl)
08:43.06MrPippyyeah it didn't used to (a long time ago)
08:43.07makkonenok. latest rootfs from the build service finds modules fine on my system.
08:43.18makkoneneven recently it has occasionally worked for me.
08:44.07Wouthey guys
08:44.10makkonenhowdy
08:44.19MrPippyok good, modules loaded from /sdcard/android
08:44.35makkonenthey just loaded for me from /sdcard
08:44.44Woutmrpippy, did you manage to make any progress on wifi?
08:48.21MrPippyyup, got it to connect http://forum.ppcgeeks.com/showpost.php?p=1583922&postcount=437
08:49.00makkonengod damn that's an expansive looking screen.
08:49.19makkonen...and keyboard.
08:49.43makkonen(just looking at the pix in your post)
08:50.20MrPippyyeah the diam feels like a toy when i pick it up after using the rhod
08:50.35Woutwow, that's great MrPippy :) seems like xdandroid is really on a roll lately
08:51.42mcdullI confused, why ppl trace the dll and found what they need for a specific device? where the dll is generic (used by all MSM72xx)
08:52.48MrPippyi find that i don't use the kb, its almost too spread out to be comfortable (and i'm used to the soft kb, which is really nice on rhod)
08:53.18*** join/#htc-linux Vito89 (~quassel@195.113.242.139)
08:53.18MrPippyeven the stock android kb under rhod works *really* well for some reason, no double-taps
08:53.28makkonenhuh.
08:53.30makkonengood to know.
08:53.58makkonenI was playing around with the tssc_manager driver... changing the sample rate, enabling averaging... people in my thread said it helped, but I don't believe them.
08:54.25makkonenthe soft keyboard in android is pretty much unusable for me. but the hard keyboard is so much more responsive than in windows, I don't mind.
08:55.16Wouthw keyboard lag in winmo is pretty big, it's buttery smooth in android
08:55.34makkonenis it bad on rhod as well?
08:55.52makkonenyou'd think they'd get a handle on that at some point. It wasn't bad on my old apache.
08:56.03Woutwell, in sense it can be pretty bad
08:56.09Woutbut that might be because of sense
08:56.36MrPippyi'm really surprised at how well the stock rom winmo runs on rhod, the kb is good and not laggy
08:57.09Woutcoming from a raph that was a surprise to me to, seeing that the hardware isn't really that much faster
08:58.03mcdullhttp://pastebin.com/0HS7BBQi <-- is it generic to msm72xx ?
08:58.24makkonengah. I want to switch... or even just get back to a raph without the updated firmware.
08:58.24MrPippyyeah i'd expect rhod to be slower because of the bigger screen, but its genuinely more usable
08:58.25*** join/#htc-linux kvaster (~kvaster@93.84.112.80)
08:58.38MrPippymaybe because of the turbo mode stuff we keep seeing in htc source?
08:59.13makkonenphh was also saying abduction was much less laggy in android, too. positing that it might just come down to faster memory.
08:59.24makkonenfrankly, buttery-smooth abduction is reason enough to upgrade.
09:05.27mcdullis the memory on rhod different from HD?
09:05.53mcdullabduction is smooth on HD as well (provided no background task is running)
09:07.23makkonenphh said something about SMI vs EBI. I don't really know anything about it.
09:10.14MrPippyso weird, i can't get tiwlan to load, just complains about tiwlan_module_init: Timed out waiting for device detect
09:10.33MrPippyi do have some changes to mmc.c for rhod, but not very much
09:10.38makkonenhuh
09:11.56*** join/#htc-linux kvaster (~kvaster@93.84.112.80)
09:18.36*** join/#htc-linux Wout (~wout85@s55927d21.adsl.wanadoo.nl)
09:24.49*** join/#htc-linux kvaster_ (~kvaster@93.84.112.80)
09:28.26*** join/#htc-linux Bry8Star (~Bry8Star@cpe-76-170-247-232.socal.res.rr.com)
09:43.47*** join/#htc-linux lilsnoop (~lilsnoop@ip68-229-4-180.lv.lv.cox.net)
09:51.27*** join/#htc-linux leobaillard (~leobailla@leobaillard.org)
09:57.36pitillohello good morning, does anyone know if is it possible to boot a custom rootfs from an android device?
09:58.29pitillodeberia ser la misma pero kon otros mekanismos
09:58.32pitillosorry
10:18.48*** join/#htc-linux Vito89 (~quassel@195.113.242.139)
10:19.35*** join/#htc-linux GNUtoo|oeee (~GNUtoo@host49-13-dynamic.54-79-r.retail.telecomitalia.it)
10:28.08lilsnoopanyone alive?
10:28.16makkonenjust barely
10:28.27lilsnoopcool, me too
10:29.11lilsnoopinstalled latest glemsom zimage for my fuze/raph110....everything is great but now no capacitave buttons working
10:29.27makkonentried letting it go to sleep and wake up?
10:29.33makkonenand tried rebooting?
10:29.45*** part/#htc-linux GNUtoo|oeee (~GNUtoo@host49-13-dynamic.54-79-r.retail.telecomitalia.it)
10:29.49makkonenit does happen sometimes, but it's just a transient thing usually.
10:30.21lilsnoopletting it try to go to sleep now...one thing cool though is I have hw3d back...sweet
10:30.53lilsnoopyou lose and you gain, i never had problems with those buttons on any of the builds though
10:32.00makkonenmaybe you've just been lucky. or maybe something got committed recently that makes it more likely... I've heard more people having problems lately.
10:33.22lilsnoopyeah i've been switching them out pretty rapid, seeing what works and doesn't...didn't have 3d for awhile but the buttons were always good. this is the first time i have seen the boot up animation in awhile
10:33.34lilsnoopokay it is breathing, that seems good
10:35.10lilsnoopcool, buttons are a go again...that was odd
10:35.21makkonenyeah, it's strange.
10:35.33makkonenhaven't seen anything go in that should affect it, either, but it seems to be on the rise.
10:35.40*** join/#htc-linux joplayer (~joplayer@AClermont-Ferrand-256-1-168-182.w86-211.abo.wanadoo.fr)
10:37.24lilsnoopyeah everything seems good so far....is it always good to do a reboot or if it is working, just let it go?
10:37.30lilsnoopthis was the first boot
10:37.54makkonenjust let it go.
10:38.08makkonenand be mindful in the future not to touch the capactive pad while it's booting. or so I hear.
10:41.03lilsnoopyeah I heard that can cause them to not be happy
10:41.12lilsnoopits fast, so far so good
10:46.04*** join/#htc-linux balans (~Gebruiker@212-123-149-239.ip.telfort.nl)
10:55.42phh[01:07:24] <makkonen> anyone know where libhtc-ril.so comes from? is that the binary ril extracted from an htc device? <---- yup
10:55.59makkonencool. glad I wasn't spreading disinformation.
10:58.03*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
10:58.40IceBonemisinformation*
10:58.53IceBoneHey, phh, a little observation regarding xdaandroid waking up.
10:59.15IceBoneWhen I have a call incoming, it sometimes takes up to 20 seconds, but when the alarm goes off, it's always instant.
11:03.46*** join/#htc-linux philipgian (~philipgia@athedsl-4505576.home.otenet.gr)
11:04.48makkonenmisinformation. thanks. it'd have to be more malicious to be disinformation. :-p
11:11.21phh[01:52:07] <stinebd> 384?! <---- google men decided 384 was better than 528.
11:13.16phh[04:01:29] <tmzt> ifrename <--- we also have to change the "protocol" to communicate with the wifi driver :/
11:13.36phh[04:11:30] <mcdull> Anyone knows if "Disable vsync on suspend for epson" fixed the i2c issue? <---- not expected to -_-'
11:14.57*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:18.56*** join/#htc-linux GNUtoo (~GNUtoo@host49-13-dynamic.54-79-r.retail.telecomitalia.it)
11:20.50Woutbonjour phh
11:21.03phhwait I still haven't read the logs.
11:22.21phh[04:49:44] <mcdull> HTC sells blacktone for only few months and discontinued it. <----- blackstone is a nonsense when you see topaz.
11:23.33phh[05:19:19] <ToAsTcfh> do u guys have paid apps in the market? <----- once ! :p
11:23.47makkonendon't you just need to run market enabler?
11:25.41*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
11:26.15Woutcool, google earth for android released
11:26.26phhonly for android 2.1
11:27.07Woutis that due to feature limitations? or just because they want to exclusive for the Nexus?
11:27.49phh[05:28:59] <Paul_away> phh, 2 msm_camera drivers: /drivers/media/video/msm_camera.c and /drivers/media/video/msm/msm_camera.c <----- I'll have to clean that I guess.
11:27.57phhor not *ahum*
11:31.12phh[07:43:42] <mcdull> phh, which address do you mean that you know for diam required for its gpu? is it the gpu1_start? <----- gpu0_start, gpu0_size, gpu1_start, gpu1_size.
11:31.33phh[08:53:05] <mcdull> phh, does it mean that winmo has init 3D on specific gpu address, and we need to specify exactly the same address in android to make it work with the same initialization process? Which we know the value of Diam / Raph but not Backstone? <-------- it seems so
11:31.58phh[08:55:21] <MrPippy> 3d doesn't work on blackstone? i thought it did, although there were problems because wvga needs a big gpu0 area <------ no "out of memory" error actually. The splashscreen allocates only 700kB
11:32.56*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
11:35.23phh[10:00:45] <MrPippy> i'm really surprised at how well the stock rom winmo runs on rhod, the kb is good and not laggy <----- it's laggy in opera :'(
11:36.06phhIceBone: "alarm goes off" ?
11:36.19phhWout: no idea.
11:37.34phhWout: check android sections of xda
11:37.48phhbut I'd bet it needs opengles 2
11:39.25IceBonephh: yeah, alarm clock.
11:40.11phhhum.
11:40.22phhmaybe because alarm app is in background, call app not ?
11:41.40IceBoneAnd there's no way of putting the phone app into background and have it stay there?
11:42.12phhthere is
11:42.30IceBoneDo tell.
11:42.45phhyou have adb ?
11:43.02IceBone<-- win xp
11:43.08phhthat doesn't answer :p
11:43.22IceBoneWell, you told me it won't run under windows. :P
11:43.55phhI said I can't help :p
11:43.58IceBoneSo I never got around to getting it.
11:44.29makkonenit works fine in windows, you just need to set it to single instance (?) mode.
11:44.35IceBoneNo way of doing it straight from the phone?
11:44.43IceBoneFrom the terminal, say?
11:45.10phhthere is but it's not as easy
11:45.16phhand I feel too lazy to explain it actually ... :p
11:45.30IceBoneFine, I'll get adb.
11:45.57phhthe idea is to set the oom attribute of the call process to a high value so that it doesn't get killed
11:47.11IceBoneOk, where do I get this?
11:47.25*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
11:47.30phhps
11:47.35phhsee the pid of the call process
11:47.45phhecho 42 > /proc/PID/oom_something
11:48.15IceBoneWhere do I get adb? <_<
11:48.17*** join/#htc-linux irlolcopter (~irlolcopt@host81-152-193-147.range81-152.btcentralplus.com)
11:48.23IceBoneAll I can find is how to operate it.
11:48.25Woutmakkonen: how do you set it to single instance mode? i've spent hours trying to get adb to connect under windows
11:48.36Wouticebone: its part of the Android SDK
11:48.41Woutjust google that, and download it
11:48.46Woutadb is in the tools directory of the sdk
11:48.52phhWout: echo 2 > /sys/something/usb_function
11:48.58IceBoneAh, right, got the SDK
11:49.00phh(helps a lot uh ? :p)
11:49.18Woutnot really :P
11:49.27makkonenbleh. I should really memorize that path. hold on.
11:49.31phhmakkonen: hehe
11:49.35phhmakkonen: better, ask apt.
11:49.51IceBoneOk, phone connected.
11:49.54IceBoneNow what?
11:49.55Woutthe only way i've gotten it to work so far is through mandriva live cd, but it's if i have to reboot everytime to run adb
11:49.59IceBoneWell, it's charging.
11:50.02IceBoneNothing else.
11:50.08phhIceBone: you must have it connected when booting
11:50.18Wouticebone: in winmo or android?
11:50.20makkonen~usb_function_switch is /sys/devices/platform/msm_hsusb/usb_function_switch
11:50.21aptmakkonen: okay
11:50.43IceBonephh... but... I can't run haret if it's connected...
11:50.48phhIceBone: oO
11:50.49makkonenwout, icebone: echo 2 > usb function switch... which is... wait for it...
11:50.49IceBoneOr do I run haret, then quickly plug it in?
11:50.52makkonen~usb_function_switch
11:50.53aptfrom memory, usb_function_switch is /sys/devices/platform/msm_hsusb/usb_function_switch
11:50.59makkonencheers
11:51.01phhIceBone: you wince noob.
11:51.08IceBoneIndeed.
11:51.11phhIceBone: settings -> connection -> usb to pc mode
11:51.13phhselect active sync
11:51.15Woutmakkonen: so I run that from the terminal within android?
11:51.16phhnot storage mass.
11:51.18IceBoneOh, ok.
11:51.22phhWout: as root
11:51.23IceBoneWell, just tell me that, then!
11:51.38makkonenwout: yes. or stick it in your eclair.user.conf, at the end, in the custom shell commands section.
11:51.58Woutok, and then I can just use adb.exe on windows to connect?
11:52.52makkonenyeah. latest adb from the sdk works.
11:52.58Woutok, will try
11:53.11makkonenthough the adb shell is awful on windows.
11:53.30Woutso, "echo 2 > /sys/devices/platform/msm_hsusb/usb_function_switch", right?
11:53.46makkonenI suggest either droid explorer (slightly less awful) or setting up ssh (significantly less awful, significantly more work)
11:53.47makkonenyes
11:53.57IceBoneok, got a prompt: found new hardware, smartphone
11:54.01IceBonedo I do anything to that?
11:54.03IceBoneOr just cancel out?
11:54.12makkonenshould auto-install the dream drivers.
11:54.42IceBoneDidn't install a thing.
11:54.59makkonenoh, you're on xp. sorry.
11:55.18makkonentry to install drivers? It should find them on the internet.
11:55.33IceBoneCannot install this hardware
11:55.56makkonenhad you tried to install drivers for it before?
11:56.03IceBoneNo.
11:56.08Wouticebone: you need to run the sdk
11:56.13Woutlet it update the packages
11:56.17Woutthen it installs the usb driver
11:56.42IceBoneOk, what executable do I run for update?
11:56.56IceBoneI just installed that to mess around with the emulator a while ago.
11:56.57Paul_awayhow to revert changes in git for a paticular file?
11:57.12Paul_away(not the whole tree)
11:57.45IceBoneOr do I have to download the whole thing anew for windows?
11:57.57makkonengit checkout <commit> <file>
11:58.23Woutmakkonen: should that usb function command give any kind of output in the terminal?
11:58.28makkonenno
11:58.38Woutok
11:58.43Paul_awaythanks, found git cehckout -f <file>
11:58.52makkonenbut if you've got the phone connected to windows, it'll disconnect/reconnect.
11:59.14makkonen...and if you don't already have the phone connected to windows, it probably won't work.
11:59.42Woutyeah, plugged in the charging usb instead of the one connected to me pc
11:59.43Woutlemme reboot
12:06.42*** join/#htc-linux GeekLad (~GeekLad@adsl-178-230-51.jax.bellsouth.net)
12:08.59*** join/#htc-linux MrPippy (~pip@75.42.179.196)
12:10.08*** join/#htc-linux toxyn (~toxyn@ks369705.kimsufi.com)
12:10.14Woutmakonnen: doesn't seem to do anything
12:10.16toxynhello
12:10.18Woutgot droid explorer loaded up
12:10.27Woutgave the command in pterminal
12:10.39makkonenwere you root?
12:10.39Woutno reconnect, droid explorer still not seeing the device
12:10.47Woutgood point
12:10.49makkonenoh. pterminal. you weren't.
12:10.55makkonenif you send an su to pterminal, it crashes.
12:11.03Woutyeah just did :P
12:12.01*** join/#htc-linux toxyn (~toxyn@ks369705.kimsufi.com)
12:12.21Woutso i do i enter it as root on the phone?
12:13.04makkonenyeah. you can get a better terminal app in the market.
12:13.14Woutok
12:13.19makkonenalthough 'better terminal', the best one, seems to have disappeared.
12:13.28makkonenbut 'android terminal emulator' should work fine.
12:26.13Woutmakkonen: how do I get the > symbol in the emulator? hw keyb doesnt have it, soft kb doesnt pop up
12:26.17Woutcant paste from another prog
12:26.25makkonenargh.
12:26.30phhWout: go in portrait mode, and long press on windows button
12:26.58makkonensoft keyboard pops up in better term, not sure it does in that one. long press on windows button never worked for me, but I assume that's a raph800 bug.
12:27.20phhmakkonen: hum, works for me
12:27.32phhnot everytime though
12:28.45makkonenoh. I haven't tried it many times. maybe I just got unlucky.
12:28.55phhI guess it depends on the app :/
12:30.28leobaillard\o/ http://www.akawilliam.com/photo-canada-responds-to-historic-olympic-hockey-game-loss-to-america/
12:30.48makkonenhaha
12:31.30phhlol
12:33.04phhhas anyone seen a device with a 0x52 microp command ?
12:33.19phhit seems HTC had to make 4 versionf of led control -_-'
12:33.32phh(topaz uses 0x50, rhod 0x51, mahimahi 0x53)
12:33.46phh(different api for everyone)
12:35.10phhblinking \o/
12:35.15phhI just don't know how I did that.
12:37.38phhoh right it's same api as topa it seems.
12:38.45IceBonehttp://art.penny-arcade.com/photos/794083148_7bMGq-L.jpg
12:39.20phhhaha
12:41.19*** join/#htc-linux sxe (~quassel@ip-62-143-102-161.unitymediagroup.de)
12:43.12Paul_Isheninmsm_camera driver get the next command sequence when we turning on the camera: get_sensor_info, register_pmem (7 times), get_stats (7 times), config_vfe, get_stats, config_vfe, get_stats (7 times), config_vfe, get_stats, config_vfe, get_stats, sensor_io_cfg, get_stats, sensor_io_cfg, enable_vfe, get_stats
12:47.35Paul_IsheninQCAMTASK reporing that is is ready
12:47.38Paul_Isheninduring config_vfe driver outputs that module VFETASK is not enabled before write
12:47.38ToAsTcfhthat be the issue
12:47.39phhi'm not sure how we "enable" an adsp task mmm
12:47.39phhPaul_Ishenin: check audpp.c to see how this is done
12:47.39phhin mach-msm/qdsp5
12:47.39Paul_Isheninwhy config_vfe is executed before the enable_vfe
12:47.40phhisn't config_vfe the config of clocks ?
12:47.40Paul_Isheninno idea at the moment
12:47.40Paul_Isheninneed to play with son now. so research is stop again :)
12:47.41phhwhat's those devs that have kids... tsss
12:48.03*** join/#htc-linux balans1 (~Gebruiker@82-170-215-5.ip.telfort.nl)
12:51.01*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
12:58.52phhI'm trying to see what's the use of [0], [1] and [2] of the led command, and it seems it's just useless -_-'
12:59.36phhwell it indeed does something, I just don't get what.
12:59.44phhno timer or duty stuff.
13:02.23*** join/#htc-linux balsat (~balsat@87.72.13.34)
13:08.15phhoh I haven't tried overclocking yet
13:14.47phhBogoMIPS        : 15.07
13:14.51phhcr2: 19.2MHz works :p
13:15.57phhbut o/c doesn't seem to work mmm
13:23.10*** join/#htc-linux balsat (~balsat@87.72.13.34)
13:35.31*** join/#htc-linux rafyvitto (~rafyvitto@32.139.161.47)
13:38.58*** join/#htc-linux Wr4i7h (~abc@89.180.41.114)
13:39.58*** join/#htc-linux Vito89 (~quassel@195.113.241.227)
13:40.17Paul_Isheninphh, how audpp5 relates to camera? as I see this is something audio related?
13:40.59phhPaul_Ishenin: audpp uses adsp as well, shows a a adsp task should be inited
13:41.05phhbut it's audpptask, not vfetask
13:41.16Paul_Isheninah
13:41.20phhit's just for comparaison
13:41.26rafyvittotmzt: you there?
13:41.54Paul_Isheninwhich of adsp_<number>.c is really used?
13:42.16phh5200 for you
13:42.40phh(diam100 right ?)
13:42.46Paul_Isheninyes
13:43.55*** join/#htc-linux GNUtoo (~GNUtoo@host49-13-dynamic.54-79-r.retail.telecomitalia.it)
13:44.59Paul_Isheninno much interesting in that files anyway
13:48.46Paul_Isheninwhat does CDBG command do?
13:57.37phhprintk() if a debug parameter is set to 1
13:58.21Paul_Isheninwhere to set the debug parameter?
14:00.23*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
14:02.29phhdon't know
14:06.26*** join/#htc-linux babijoee (~babijoee4@d110-33-170-123.sun801.vic.optusnet.com.au)
14:11.07babijoeehi
14:11.13babijoeeanyone around :)
14:20.18phhup.
14:26.02babijoeehey phh what speeds can we expect from this overclock
14:26.11phhbzo said 700MHz
14:26.18babijoeeooo
14:26.25babijoeeis it stable?
14:26.31phhdon't know
14:26.34babijoeehmmm
14:27.12babijoeegot ur rhod yet?
14:28.49phhyes
14:29.58*** join/#htc-linux RandomPPCGeek (~gponick@164.55.254.106)
14:31.29babijoeehow you finding it?
14:32.35phhI did only gsensor and backlight yet :/
14:33.10*** join/#htc-linux YellowGTO|Nix (~quassel@c-71-226-239-246.hsd1.pa.comcast.net)
14:35.03babijoeeooo
14:35.08babijoeeits purely for android :)
14:35.19babijoeei thought you wanted it coz it had kb
14:36.06phhtoo :p
14:36.30phhyes it's really an awesome device.
14:38.08babijoeeyeah its like TP with wvga
14:39.48phhand an awesome screen.
14:39.56phhand "turbo HW" (whatever this means)
14:40.07babijoeelol
14:40.12babijoeehavent heard of that one
14:40.37phhoverclocked axi  (memory basically) from 128MHz to 160MHz
14:40.53phhwell, possibly.
14:41.03phhI think we run really weird settings atm
14:43.34phh(I mean we assume PLL2 runs at a certain speed, which is wrong.)
14:43.55babijoeeah k
14:44.45babijoeei'm going to test out new kenerl :)
14:45.05babijoeehavent tried it for awhile
14:47.37RandomPPCGeekwhich device phh?
14:47.44phhRandomPPCGeek: which device what ?
14:47.58RandomPPCGeek(9:36:30 AM) phh: yes it's really an awesome device.
14:48.04phhrhod
14:48.06RandomPPCGeekoh
14:48.11RandomPPCGeekyeah rhod is pretty awesome
14:48.21RandomPPCGeekyou have a GSM or CDMA/GSM?
14:48.26phhGSM
14:48.27babijoeebest msm7k device imo
14:48.36phhbabijoee: yup
14:48.38babijoeekb + wvga
14:48.40RandomPPCGeekit needs 2 things
14:48.44RandomPPCGeekled flash
14:48.58babijoeeits also got 2 mics yeah phh
14:48.59babijoee?
14:49.06phhI still don't get why HTC put wimo on their high end phones :/
14:49.13phhbabijoee: I think it's 3
14:49.16RandomPPCGeekwinmo isn't that bad.
14:49.18babijoee:@
14:49.25phhone for ambiant noise one in front, one in back
14:49.37babijoeeooo
14:49.42phhI think.
14:49.44RandomPPCGeekalthough my buddy has a raph800 and i've been playing with android on that.
14:49.45babijoeelol
14:50.29babijoeephh: i think somethings up with 3d
14:50.41phhbabijoee: ?
14:50.42RandomPPCGeekare there any android ports that are daily usable? (ie: battery life is great?)
14:51.00phhRandomPPCGeek: vogue and friends I think, raph and diam
14:51.01RandomPPCGeek(for any device)
14:51.14RandomPPCGeekehh, the raph seemed like battery life was horrible. 60% to 30% in ~2hr
14:52.05phhblackstone too I think
14:52.05babijoeeloading up tf3d and xktrakt and booting into android shows no nexus boot animation
14:52.05phhRandomPPCGeek: while doing what ?
14:52.05phhRandomPPCGeek: chamonix gets an average of 16hours
14:52.05phhwith pushmail and some music I think
14:52.05RandomPPCGeekphh: hmm maybe he has an older build then
14:52.05RandomPPCGeeki'll have to ask:) i just got to play with it, i didn't install it
14:52.06phhno
14:52.06phhhe can do it with all builds
14:52.21RandomPPCGeekok
14:53.04babijoeei'll try again
14:53.05phhand with my extented battery, I can do > 24hours, including at least 5 hours of spotify.
14:53.09babijoeehopefully it'll work
14:53.36*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
14:54.13babijoeebtw when you say fix raph/diam 3d does it mean it as good as donuts performance?
14:54.25babijoeeokay i see nexus animation :)
14:54.39phhuh ?
14:54.43phhit already was before no ?
14:54.50babijoeenot for me
14:55.02babijoeeon donut for neocore i got 25 + fps
14:55.02phhiirc I got 16fps on donut and 20 on eclair -_-'
14:55.07phh25 oO
14:55.17babijoeeyeah
14:55.22babijoeei got worse on eclair :p
14:55.28phhHVGA devices can't get more than 30
14:56.38babijoeehonestly i clearly remember achieving those numbers
14:56.58phhon N1 ? :p
14:57.05babijoeeon TP
14:57.09babijoeeserious
14:57.29babijoeemy nexus one gets about 26-28fps
14:57.39babijoeebut its on 800x480
14:58.08babijoeei think its graphics arent too great,
14:58.12babijoeethey need to update it
14:59.19phhoh, mystique3 is out.
14:59.22adamwphh: did you see mrpippy said he had wlan workingish btw?>
14:59.23phhI'll have to finish the first.
14:59.27phhadamw: yes
14:59.37phhbut as usual with him, no doc no source nothing :(
14:59.41adamwheh
14:59.58adamwhe did give me a very vague summary
15:02.46babijoeewoah you can actually play that
15:02.54babijoeedoes it lag?
15:05.10phhbabijoee: it kind of lag on diam, but not sure if it's slow 3D or intented
15:08.52*** join/#htc-linux rafyvitto1 (~rafyvitto@32.139.161.47)
15:09.16babijoeeah k
15:13.17babijoeetesting v1 now
15:13.22babijoeeseems smooth so far
15:13.49rafyvitto1wtf
15:13.52rafyvitto1lol
15:16.28balsatHey... I'm compiling my own kernel for HTC Diamond, but i cant get wlan to work in Android.... I'm compiling the wlan as "make KERNEL_DIR=/mnt/data2/HTC/linux-msm/ ARCH=arm CROSS_COMPILE=arm-none-linux"  is this the right method?
15:17.06phhbalsat: can you be more precise than "can't get to work" ?
15:18.15balsatit compiles ok, but i cant activate it in android... cant see anything in dmesg or logcat
15:18.21Paul_awaybabijoee, you thought to commit my changes to the apn file. what stops you?
15:18.38babijoeeeh/
15:19.13phhbabijoee: btw there is a vogue android 2.1 that is waiting for you.
15:19.18phhfor google earth.
15:19.36babijoeelol
15:19.38balsatsta_dk_4_0_4_32 that the right wlan?
15:19.39babijoeefor google earth
15:21.27balsatAnyone with a compile script that a can see?
15:23.14Paul_awaycompile script of what?
15:23.45phhbalsat: 60088  make CROSS_COMPILE=arm-none-linux-gnueabi- KERNEL_DIR=/home/phh/AndroidDiamond/pt/clean-gitorious/linux-msm5
15:23.48phhthat's what I use
15:24.53*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
15:25.54phhbalsat: how do you push the wlan.ko module to android ?
15:25.57Paul_awayphh, how to fix the camera devices creation?
15:26.07phhPaul_away: updated init.android I think
15:26.18phhor change in init.blabla.rc
15:26.27Paul_awayI often forget to create them and to repeat the test I need to reboot
15:27.09balsatPhh : I build a tar.gz just like glemsom and put it on my sd card... All the styff are working, except the wlan
15:27.13Woutphh: in what directory is the user.conf file located?
15:27.18phhbalsat: which name ?
15:27.28phhWout: /sdcard/conf
15:28.00phhbalsat: how do you name the .tar.gz ?
15:28.03balsatmodules.2.6.27-buildid.tar.gz
15:28.10phhhow do you get this buildid ?
15:28.14phhI think that's the problem.
15:28.44phhit should be the result of uname -r on the running zImage
15:29.15balsatlinux-msm/include/config/kernel.release
15:29.34*** join/#htc-linux Vito89 (~quassel@195.113.241.227)
15:29.41phhbaaaaaah right
15:29.49phhoh it's modules*-*buildid.tar.gz
15:29.52phhnot .
15:30.04phhbut I guess that's a typo when you typed it it.
15:30.05phhhere*
15:30.07balsatI known, typo
15:30.16phhdon't know, should work then
15:30.17phhdmesg ?
15:30.28balsatnothing
15:30.33balsatabout wlan
15:30.37phh?!?
15:30.46phhthat's weird
15:30.53balsati got a go... thanks for your help
15:38.49*** join/#htc-linux Markinus (~Miranda@gtng-4db04cd0.pool.mediaWays.net)
15:40.29Wouthallelujah!!!!
15:40.36WoutI got ADB/droid explorer working
15:40.39Wouton windows no less :D
15:46.57WoutSo i'm now available for all your rhod100 debugging and dumping
15:47.01Woutnot that I know how it actually works
15:47.17Woutbut just see me as a drone who can enters command and paste the output :P
15:48.50phhyour backlight works now btw ?
15:49.06Woutyup, had autobacklight in windows on the first time I tried
15:49.17Woutbacklight and gensor both work
15:55.53babijoeei
15:56.04babijoeei'll definantly have a look into 2.1 tommorow
15:56.27Woutmakkonen's user.conf addition did the trick
15:56.42phhok
15:57.25Woutcould've saved me a couple of hours if it was in the sdk's readme :P
16:01.08*** join/#htc-linux swc|666 (~infidel20@unaffiliated/swc666/x-4934821)
16:03.29*** join/#htc-linux HardDisk_WP (~Marco@wikipedia/harddisk)
16:04.22*** join/#htc-linux m3dlg (~m3dlg@212.183.140.50)
16:15.44*** part/#htc-linux jumoit (~samuel@121.77.87.145)
16:26.14*** join/#htc-linux zikson (~zikson@93.86.65.222)
16:37.25*** join/#htc-linux LargePrime (~chatzilla@99-148-91-126.lightspeed.dttnmi.sbcglobal.net)
16:41.42*** join/#htc-linux bzo (~chatzilla@adsl-75-35-5-163.dsl.pltn13.sbcglobal.net)
16:43.42bzophh: can you change the defconfig so that CONFIG_MSM_CPU_FREQ_ONDEMAND_MAX=999999 ?
16:44.32LargePrimehow hard will it be to get a nand for titan?  Please advise if there is a better place to ask...
16:48.51*** join/#htc-linux kiozen (~oeichler@rgnb-5d878b63.pool.mediaWays.net)
16:54.00LargePrimehow hard will it be to get a nand for titan?  Please advise if there is a better place to ask...
16:54.43Wout|AFKphh: is there a way to lock my android phone without having to wait for the timeout?
16:54.55phhpress the end call key
16:55.03phhLargePrime: no need to repeat ...
16:55.14Wout|AFKwell...
16:55.14phhLargePrime: the only person which is able to answer is cr2 I think
16:55.17Wout|AFKthat was pretty stupid of me
16:55.39phhit's not that obvious
16:56.27LargePrimeIt there a way for me to get this question on cr2's calendar?
16:56.46phhbut I think he already answered you no ?
16:57.00*** join/#htc-linux zachy (~george@85.193.4.18)
16:57.07Wout|AFKJust played some abduction, twittered, sent some txt messages and made a 20 min call. It's amazing how functional xdandroid already is :)
16:57.21phhWout|AFK: I only miss spotify.
16:57.25phhand 3D.
16:57.36phhand battery life.
16:57.38phhand wifi.
16:57.39phhand gps.
16:57.40phhand camera.
16:57.41Wout|AFK:P
16:57.46phh(ok the real list stopped at battery life :p)
16:57.57Wout|AFKif the battery would hold up it's switch right now for daily use
16:58.05Wout|AFKit's=i'd
16:58.13LargePrimeI do not belive he did.
16:58.19Wout|AFKthe rest is the cherry on the cake
16:58.43phhWout|AFK: the problem is that in 6 days I'll have to make a choice. diamond with 3D spotify and battery life
16:58.50phhand rhodium, which is awesome but without these features.
16:59.02Wout|AFKwhy do you have to make a choice?
16:59.22phhoh right I can take both :D
16:59.32Wout|AFKyou're gonna sell one?
16:59.56phhI want to sell my diamond, but if the rhod isn't usable under android, I'll keep it.
17:00.09Wout|AFKwell, the solution is simple
17:00.20phhfix it ? :p
17:00.23Wout|AFKyou've got 6 days to get 3d, wifi, sound, camera, gps and battery life working :P
17:00.39phh.
17:00.50Wout|AFKyou're welcome :P
17:02.04bzophh: you said overclocking did not work for you?
17:02.11phhbzo: well, not according to cpuinfo
17:02.17phhI haven't checked much more than that
17:02.36bzowhat does it report?
17:03.07phh528bogomips
17:03.39bzobooting up android now, lemme see what mine says
17:03.59LargePrimephh I just checked the logs and do not see where cr2 answered me
17:04.15phhLargePrime: it was maybe not you
17:04.21*** join/#htc-linux Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
17:04.25phhjust wait for him
17:04.26phhhi Captnoord
17:04.29LargePrimeok
17:05.16Captnoordyoi
17:05.25Wout|AFKhoi
17:05.28Captnoordgot myself a rental appartment today.....
17:05.36Captnoordits really for my girl...
17:05.41Wout|AFKnice, where?
17:05.42Captnoordbut I had to sign to...
17:05.45Captnoordin holland
17:05.51Wout|AFKdat snap ik ook wel ;)
17:05.55Captnoordoja
17:06.01Captnoorddorpje bij nijmegen in de buurt
17:06.13Captnoordswitches off dutch mode
17:06.14Captnoord:P
17:06.24Captnoordsorry Wout|AFK
17:06.28Captnoordcouldn't remember
17:07.01Wout|AFKheh, ok now really afk, need to get me some dinner
17:07.10LargePrimephh what does <Protected> in the logs mean
17:07.20phhLargePrime: uh ?
17:07.26phhdon't know
17:07.55tmztat sign
17:08.03LargePrimehttp://apt.rikers.org/%23htc-linux/20100216.html.gz  if you look for your name about 1/3rd the way down, sever things say <PROTECTED>
17:08.14LargePrime@
17:08.18LargePrimeof course
17:08.24LargePrime?
17:08.44LargePrimeyou sure tmzt?
17:11.58bzophh: i get 106 bogomips @ 128mhz
17:12.27phhwith normal PLL or your changed one ?
17:12.48bzothat freq is the same whether oc is enabled or not
17:12.55*** join/#htc-linux DarkMasterHalo (~ssoulard@modemcable187.118-80-70.mc.videotron.ca)
17:13.22*** join/#htc-linux dcordes (~dccordes@unaffiliated/dcordes)
17:13.31*** join/#htc-linux lucx (~luc@89-115-128-35.cl.ipv4ilink.net)
17:13.54*** part/#htc-linux zachy (~george@85.193.4.18)
17:14.07dcordeshello !
17:14.45bzophh: I think you have to look at sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq to see what it is really running
17:15.03phhbzo: that shows only the clock you want it to be, not the actual one
17:15.05phhhi dcordes
17:15.36*** part/#htc-linux DarkMasterHalo (~ssoulard@modemcable187.118-80-70.mc.videotron.ca)
17:15.46bzophh: right, but it will show if is even trying to run at the oc freq
17:16.11phhit was.
17:16.57phhcat cpuinfo_max_speed > scaling_min_speed works fine :p
17:17.21bzok, what did you set the oc too?
17:18.03phh672
17:18.14phhwell, 672000
17:19.21phhI hate that stupid thing, I can't figure out how to see which irq wakes up the device
17:20.13*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
17:21.22bzobbl, I'll look at it some more when I have adb in front of me
17:21.39*** join/#htc-linux obrienmd (~obrienmd@173.160.148.166)
17:24.47dcordessony ericsson repair center are a bunch of rats. when I sent kovsky in with cracks they did the replace of the 2$ plastic frame for free. now that it has some harder to repair problems they suddenly detect 'drop damage'
17:25.02phhhaha
17:25.19dcordesthey would like to charge 300EUR for a device replacement
17:25.41phhwow
17:26.02dcordesit was clear it would end up with a replacement. they hardware keys wouldn't work and you couldn't flash new rom
17:26.05*** join/#htc-linux GNUtoo (~GNUtoo@host186-138-dynamic.50-79-r.retail.telecomitalia.it)
17:26.34dcordesGNUtoo, hello my friend
17:27.08GNUtoohi
17:27.16dcordes..but I was hoping for warranty covering it
17:27.32GNUtoo?
17:27.50dcordesGNUtoo, sony ericsson don't want to warranty repair my kovsky because I dropped it
17:29.05GNUtoodcordes, ah ok ...:( I hoped it was something more hard core involving jtag,baseband firmware etc...
17:29.54phhGNUtoo: the accelerometer on g1 is bma or akm ?
17:30.21*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
17:30.24GNUtoodon't know....The proprietary daemon is named amkd
17:30.33phhok akm then.
17:30.48phhbecause we have a gnu-linuxish bma150 driver now
17:30.56GNUtoook wow
17:31.12phhnot totally because some things have no proper gnu-linux way though
17:31.18GNUtooI bet I should dump again some addresses for gps
17:31.19dcordesphh, cool where? gitorious 7kA tree?
17:31.36phhdcordes: http://gitorious.org/linux-on-qualcomm-s-msm
17:33.53*** join/#htc-linux anno65120 (~benttho1@ti122110a080-3221.bb.online.no)
17:33.54phhafaik bma150 is used on hero (though I2C), and nexus (on the microp) (we handle both)
17:34.07phhand rhod/topa, that's why it has been written.
17:35.14anno65120any progress on the HD2?
17:35.38Scepterrcan anybody direct me to any guides that show how to put together a system.sqsh for android in win mo ?
17:36.13phhScepterr: unsquashfs3 && mksquashfs3
17:36.43Scepterrdoes it require any additional files besides whats in system.img ?
17:36.53phh?
17:37.02phhit needs unsquashfs3 and mksquashfs3 ? :p
17:37.08Scepterrok
17:37.09Scepterr:)
17:37.18phhI don't really understand the question ...
17:37.29phheverything that is needed in system.sqsh is in system.sqsh ..
17:37.56Scepterrim trying to convert a system.img from an android dump into a system.sqsh
17:38.20phhah.
17:38.21phhright.
17:38.28phhhave fun.
17:38.47Scepterrwanna put desire oon my tp2
17:38.59phhwon't work
17:39.05phhwell, I think
17:39.13Scepterrit should
17:39.14phhScepterr: has it done on native android devices ?
17:39.19Scepterryes
17:39.21Scepterrfor nexus
17:39.24phh....
17:39.27phhfor msm7k devices.
17:39.35phhit's not fully binary compatible
17:39.39phhso I don't think it can work
17:39.50Scepterryah for g1 theres a port being worked on right now
17:40.06Scepterrit works just trying to solve a size problem
17:40.11Scepterrdesire is huge
17:40.12phhreally ?
17:40.14phhthat's the only problem ?
17:40.20Scepterrthere are more
17:40.24Scepterrbut it boots
17:40.24Scepterrlol
17:40.35phhthe gui starts ?
17:40.42Captnoordand you think that the size is related to the file system?
17:40.52Captnoordif the size is related to the amount of art
17:40.58Captnoordyou won't win anything with sqsh
17:41.06Scepterrif you replace remove rosie, currently the only one in there has hdpi images only
17:41.21Scepterrim not trying to sqsh for the g1
17:41.25Scepterri wanna port it to tp2
17:41.34CaptnoordI think if they are png you would gain more... using a better compression
17:41.40Captnoordand resizing
17:41.47Captnoordso that android doesn't have to resize
17:41.49Markinusphh: Hi, did you ever try to put a full u64 with echo to dbgfs?
17:41.51Captnoordgain preformance
17:41.58Captnoordand loose size
17:42.02phhMarkinus: uh ? why would I do that ? no
17:42.19phhwell it should work.
17:43.16Markinusphh: yes . .sould . .I'Ve the problem that the first 32 bit are working but the other 32 not . . very strange ..  I put echo 0x101010101010101  >  but only the first 4 are 01 the other 00
17:43.40phhMarkinus: don't know :/
17:44.14Markinusphh: Hmm I tought this is the best way vor the VDDs, one x64 as uint[8] array
17:44.20Markinusuint8[8]
17:44.30phhMarkinus: you can use strings + strsep
17:44.42phhso no size problem
17:45.20phhespecially since you'd better not work on a fixed size basis
17:46.43Markinusphh: hmm, yes, I look to the strings . .
17:50.26dcordesphh, do you think it would be good to add the major driver updates back into linuxtogo?
17:52.56phhdcordes: if you want a clean tree maybe yes
17:54.15dcordesphh, yes that's what I have in mind. e.g. patch like 'power collapse' that adds all the related differences
17:54.39dcordesphh, most of the 'real' changes in gitorious are Markinus and your work right?
17:55.25phhand mrpippy
17:55.36phhwell everyone that has commit access.
17:57.56Captnoordi'm only a bit worried about some commits that remove stuff / disable things... I know that most of them are so that in a hacky way stuff can work... but is it impossible to get it to work without removing it
17:58.24phhsuch as ?
17:58.34dcordesCaptnoord, wrt clean patching ltg ?
17:58.53*** join/#htc-linux m3dlg (~m3dlg@212.183.140.32)
17:58.56Captnoordthe memory protection..... on sleep
17:59.09Captnoordi'm like... I would think that it is needed in a way
18:00.57phhCaptnoord: ah that one... it doesn't even work -_-'
18:02.32ToAsTcfhphh: so yeah i never got the OC ing to work. i actually think its my config
18:03.05ToAsTcfhi cant remove performance gov for some strange reason
18:03.40ToAsTcfhso when i try to set min and max it doesnt work
18:04.03*** join/#htc-linux Zoolooc (~fredsibar@p54956274.dip.t-dialin.net)
18:18.18ToAsTcfheven when i go into menuconfig i cant remove performance gov
18:19.43*** join/#htc-linux rafyvitto (~rafyvitto@32.139.92.196)
18:19.49rafyvittohey guys
18:20.11*** join/#htc-linux AstainHasExpo (~AstainHel@unaffiliated/astainhellbring)
18:20.53rafyvittoquick question, regarding the new OC finding, does it need the new kernel, or can we just add the desired 600mhz to the cmdline?
18:21.34rafyvittoon the touch pro
18:21.40ToAsTcfhif its not in the kernel ull need to add the patch and make the proper changes to the config
18:23.54rafyvittoyeah i know that, but theres was a new kernel released with "OC patch" in it form phh, idk the details exacly im only asking cause siulmagic(my brother) wanted em to ask
18:24.10rafyvittome*
18:25.12ToAsTcfheh well ull prolly just need to add the oc line to the default.txt then
18:26.32ToAsTcfhacpuclock.oc_freq_khz=710000
18:26.43ToAsTcfhor whatever freq u want
18:26.55ToAsTcfh610000 i think is stable
18:27.19ToAsTcfhidk what they have tested though
18:27.56rafyvittowhich kernel is it, the one from the git? or from the one from glensom?
18:27.57ToAsTcfhi would start with 610mhz first and see what u can get it up to stable
18:28.13ToAsTcfhidk i dont have a winmo device
18:28.18ToAsTcfhi got a cdma hero
18:28.38rafyvittooh alright
18:28.54ToAsTcfhjust tryin to tell u what i know
18:28.57ToAsTcfhsorry
18:29.01ToAsTcfh:)
18:29.07rafyvittoyeh i understand no problem
18:29.29rafyvittoi used to be up to date, regarding all the xdandroid developments
18:29.53rafyvittobut since i bought an acer s200 and gave my fuze to siulmagic, im way behind it all
18:30.15ToAsTcfhwell good luk :)
18:30.32rafyvittohe should have it working by now
18:30.39rafyvittoi guess lol
18:34.16*** join/#htc-linux JioG (~geocyp@212.50.115.55)
18:42.15anno65120progress on the HD2?
18:45.48*** join/#htc-linux rafyvitto (~rafyvitto@32.143.46.254)
18:48.24rafyvittosetcpu should report the cpu frequency right
18:48.25rafyvitto?
18:49.09ToAsTcfhadb shell cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
18:49.17ToAsTcfhadb shell cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
18:49.23ToAsTcfhcurr
18:49.38ToAsTcfhadb shell cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
18:50.25rafyvittoi remember there was a widget that could tell the cpu requency but cant remember the name
18:51.03ToAsTcfhoverclock widget
18:51.18ToAsTcfhbut u should cat the thing to be sure
18:52.24JioGyea,, any progress on the HD2 kernel ?
18:52.24rafyvittoi dont think he has a computer infront of him atm
18:52.24ToAsTcfhoh
18:52.24rafyvittojioG: memory map
18:52.24ToAsTcfhwell
18:52.24ToAsTcfhtry the wiget
18:52.24JioGrafyvitto: meaning ? :)
18:52.49rafyvittojiog; heres the git: http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=shortlog;h=refs/heads/htc-qsd8k-2.6.29
18:53.03rafyvittobe sure to check it out from time to time
18:53.05rafyvitto=]
18:53.28ToAsTcfhidk i gotta get back to work. phh tell me what u think please. it may be the fact im using htc shit source idk
18:53.41rzkwill arm toolchain work on colinux?
18:54.17rafyvittojiog: a working kernel wont happen for a few months
18:55.06Captnoordre
18:56.16JioGthanks m8
18:57.02rafyvittonp
18:57.05JioGis it going to happen at the end ?
19:00.04rafyvittoyes just give it time =], great things take time :P
19:00.09JioG:)
19:00.22*** join/#htc-linux Neo31 (~Neo31@unaffiliated/neo31)
19:00.22JioGi have faith in you ppl
19:00.33JioGu r doing an excellent job out there
19:01.15rafyvittothey are =], im not part of the development team =)
19:01.22JioGy not
19:01.33JioGi ve seen a rom done by u i think
19:01.39*** join/#htc-linux gehzumteufel (~quassel@rrcs-24-43-105-162.west.biz.rr.com)
19:01.42*** join/#htc-linux spastik (~xbmc@bl11-98-113.dsl.telepac.pt)
19:02.08rafyvittoyeah thats rom cooking which is easy, compared to kernel debugging/driver assemsbly etc
19:02.15gehzumteufelAnyone having issues with 16gb sdhc cards?
19:02.19JioGhmm...
19:03.01stinebdgehzumteufel: with raph, the only sd trouble i've had was with 4 and 8 gb class 6 transcends in winmo
19:03.18gehzumteufelhmm
19:03.20gehzumteufelI have the rhod210
19:03.32gehzumteufelI just got one of those Kingston class 10 16gb microSDHC cards
19:04.14gehzumteufelIt runs fast as hell in WinMo, no issues. I was formerly able to boot Android with my 8gb card.
19:06.43gehzumteufelYeah there is an issue for sure
19:07.02adamwgehzumteufel: i can't boot off a 16GB micro sd, yeah
19:07.07gehzumteufelYeah
19:07.11adamwbut i don't think it has much to do with the capacity, it seems to be kinda random
19:07.29gehzumteufelWhatever it is, I have no clue
19:07.38adamwi've tried several cards in different phones over the years and it's always seemed like...some will boot haret, some won't, no obvious pattern in which are which
19:07.47gehzumteufelI just know that I popped my 8gb in, made the exact same changes, and it boots
19:07.58gehzumteufelSo, identical on every level except the card
19:08.11gehzumteufelAnd they are both by Kingston
19:08.29*** join/#htc-linux kvaster (~kvaster@live.bn.by)
19:09.22stinebdboth class 10?
19:09.31gehzumteufelNah one is class 2 and the other is class 10
19:09.42gehzumteufel8gb is c2
19:10.48phhI'd say "gimme ramconsole logs", but I disabled it groumpf.
19:10.54gehzumteufellol
19:11.08gehzumteufelIs it disabled in kernel?
19:11.12gehzumteufelOr just in startup?
19:11.15phhkernel
19:11.17gehzumteufelAh
19:13.27*** join/#htc-linux Wr4i7h (~abc@89.180.41.114)
19:17.32CaptnoordI wonder what this is
19:17.33Captnoordhttp://github.com/cyanogen/cm-kernel/commit/cf2d68c8d48077cdec91fe2a3744200196b11740
19:17.39Captnoordbesides the normal crap
19:17.44gehzumteufelCode for something?
19:17.45gehzumteufellol
19:17.48Captnoordlol
19:18.46gehzumteufelphh: gsensor rotation isn't working for moi
19:19.07phhwhich board ?
19:19.11gehzumteufelrhod210
19:19.40phhdon't know how this is supposed to work
19:19.50phhgsensor based app work ?
19:19.58gehzumteufelAh you know I should try that
19:20.09gehzumteufelWhat's that game that uses it?
19:20.11Wout|AFKabduction!!
19:20.33phh-_-'
19:22.37phhCaptnoord: it's something you don't care about :p
19:22.54phhnot yet
19:27.11Captnoord:P
19:29.18*** join/#htc-linux bzo (~chatzilla@netblock-68-183-234-14.dslextreme.com)
19:29.30gehzumteufelAll right I am off till later. Gotta get back to work
19:29.35*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
19:30.17dcordesI wonder what the puprose of cyanogen kernel is
19:30.35dcordessomehow the android userspace fails if it tis necessary to keep making adjustments on the kernel level
19:32.49*** join/#htc-linux GregLem (~greg@lal69-5-88-171-98-250.fbx.proxad.net)
19:33.10bzophh: figured out the bogomips weirdness with overclocking
19:33.22phhbzo: ?
19:33.34Captnoordre
19:33.47bzobah, forgot to adjust the loops_per_jiffy for the oc frequency
19:33.50Woutbogomips sounds like something Doc from back to the future would say :P
19:33.56bzoso overclock was working, but timing was off
19:34.02dcordesNetRipper, the new memory map commit sounds nice. can't wait to get the leo
19:34.15dcordesNetRipper, so much ram, so much clock :D
19:34.56Captnoordphh: the reason I pasted it is that any msm (7k) gpu driver would be in a way similar to the one we use.... so if we mis something...
19:34.56phhbzo: ok
19:35.03Captnoordwe maybe can find it in that code
19:35.06Captnoordor not
19:35.07Captnoordof course
19:35.13phhCaptnoord: but it's a msm8k driver.
19:35.19bzophh: I'll get you another patch once I clean up my code
19:35.22Captnoordk
19:35.24phhbzo: ok
19:35.31Captnoord8k == ati mobile graphic shit
19:35.35Captnoordnot like msm
19:36.01phh7k is also ati
19:36.04CaptnoordI know
19:36.26bzophh: interestingly, with the fixed jiffy, I think the UI is smoother now. Would make sense if they are animating based on that timer
19:36.26Captnoordbut when that one was developed the mobile gpu devision of ati wasn't yet solled to qualcomm
19:36.50Woutbzo: the jiffy was also off on stock speeds?
19:36.53Captnoordbzo: would that also be related to normal speeds....
19:37.07bzothe jiffy is correct with the regular speed
19:37.18Captnoordk
19:38.00bzopanning in google maps is very smooth now with overclock
19:38.12*** join/#htc-linux silent-hacker (~janus@unaffiliated/silent-hacker)
19:39.08*** join/#htc-linux rafyvitto (~rafyvitto@32.143.46.254)
19:39.08WoutI'm thinking about getting an larger battery for the Rhod to get more uptime with android, anyone have experience with those?
19:39.09silent-hackerhello ppl
19:39.50silent-hackertrying to get linux load on an easypc e700, is that supported by haret
19:40.07Captnoordcheck the haret website
19:40.11bzomakkonen: ping
19:40.24phhWout: just wait for some fix -_-'
19:40.31Captnoordor read the part about which platform is supported in the code
19:41.11silent-hackerCaptnoord: i did and seems only htc's are
19:41.15*** join/#htc-linux toi (~toi@195.177.247.4)
19:41.26Captnoordits windows mobile?
19:41.32Woutphh: but still, do you think we'll ever get to a point where we can run android with fairly heavy use for an entire day?
19:41.43silent-hackerCaptnoord: wince 5.0
19:41.53phhWout: depend on what you call "fairly heavy use", but I think so yes
19:41.53Captnoordk
19:41.55silent-hackerCaptnoord: i'll need to boot from sd
19:42.05Captnoordyou need to research
19:42.13Captnoordyou need to google
19:42.19Captnoordharet is pretty generic
19:42.24Woutphh: calls, sms, some webbrowsing, programs syncing in the background, bit of gps, some music
19:42.31Captnoordit needs support code for the majority of the platforms
19:42.45Captnoordif you know which cpu your device has
19:42.48Captnoordyou can check
19:42.55phhWout: with a said-to-be 2Ah (but htc tools says 1.3Ah), battery, I can play for 2 hours, listen to music for ~ 5hours, and can still do >14hours.
19:43.08phhon my diamond*
19:43.15Woutwow
19:43.26Woutso it's actually less battery hungry than winmo?
19:43.35Woutbecause even on winmo the drain is pretty big
19:44.14Captnoordsilent-hacker: this channel is called htc-linux so its pretty obviouse that our part of the support is htc....
19:44.20Captnoordbut as its pretty generic
19:44.31phhWout: for heavy use yes.
19:44.35phhfor non-use, no
19:44.37Captnoordyou can spend time on add support to haret for your mini pc
19:44.55Captnoordhttp://ubuntuforums.org/showthread.php?t=1349626&page=9
19:44.56Woutso winmo is better at idling?
19:44.59Captnoordgoogle my friend
19:45.04Captnoordis a wise way of searching
19:45.45Woutlol
19:45.45Wouthttp://www.mugenpowerbatteries.info/WebRoot/Store2/Shops/es109514_es120302495377/4A89/247E/64FF/FB5B/0D17/0A0F/1118/A441/hli_t7373xl_silver.jpg
19:45.49Wout4500mah
19:45.59Captnoordwtf
19:46.07Captnoordits like walking around with a hand granade
19:46.08*** join/#htc-linux spastik (~xbmc@bl12-205-33.dsl.telepac.pt)
19:46.29rafyvittoLOL
19:46.30adamwWout: rofl
19:46.40adamwWout: on the plus side, you could design one with a zoom lens for the camera!
19:47.00phhWout: winmo is better at doing totally nothing not even push mail
19:47.01rafyvittotell me about it back when i had my fuze i bought a 2800mha, i could use it as a lethal nuclear weapon lol
19:47.06phhif you do push mail... then android's better.
19:47.18Captnoorddamn my girl already thinks my phone is big ( raphael ) .... but damn she's gonna laugh if I buy something like that
19:47.22Woutand what's a smartphone without push mail and syncing, right? :)
19:47.23Captnoord[20:46] *** silent-hacker quit (Ping timeout: 276 seconds).....
19:47.25Captnoordwhyy.....
19:47.30CaptnoordI wanted to help the guy
19:47.32Captnoordreally
19:47.34phhWout: an iphone ?
19:47.35phhah no.
19:48.05*** join/#htc-linux silent-hacker (~janus@41.207.162.4)
19:48.05Woutlol
19:48.59*** join/#htc-linux silent-hacker (~janus@unaffiliated/silent-hacker)
19:49.26silent-hackerre
19:50.03makkonenbzo: pong
19:50.26bzomakkonen: saw that you were playing around with the tssc driver
19:50.31bzohave an interesting observation
19:50.32Woutmakkonen: thx for the usb fix btw, how in earth did you know that?
19:50.59bzowhen messing with the OC, I made a mistake in the loops_per_jiffy which the kernel uses to time stuff
19:51.14silent-hackerCaptnoord: sorry i was off, got a clue on how booting an epc e700 from sd? i've been googling for hours
19:51.16bzowhen on the wrong setting, the touch keyboard worked perfectly
19:51.40makkonenhuh
19:51.56Captnoordsilent-hacker: your a coder?
19:52.18bzoseems like investigating the timing might be a way to fix the keyboard twitchiness
19:52.48makkonenthe concept of jiffies is hilarious. reading through code and seeing something seriously referring to waiting a jiffy... makes me smile. and makes me a bit wary.
19:53.13bzofits in with "bogomips"
19:53.14makkonenI tweaked the sample rate and couldn't notice much difference.
19:53.26silent-hackerCaptnoord: i can understand code
19:53.33bzoblech, now that I fixed the jiffy, the keyboard is back to its terrible state
19:53.44silent-hackeri'm not a pro but i do some c and perl + vb
19:54.43Captnoordsilent-hacker: then I wonder what your asking here? you want to know how hater can help you? have you tryed haret... maybe it works out of the box for some magical reason
19:55.15bzomakkonen: what is the default sample rate, and what did you try?
19:57.17silent-hackerCaptnoord: lol seem i'll have to do some reversing to get it do what i really want..
19:57.51CaptnoordI suggest take a look at the haret source code....
19:57.52makkonenwhat I noticed with the touchscreen is it's usually pretty good... but every once in a while (maybe during high processor usage... maybe something else that's making the device feel laggy) it'll just drop and think you've picked up the stylus and put it down again... all in the space of .00005 seconds.
19:58.04silent-hackeryep
19:58.27dcordesGNUtoo could be asked for eeepc
19:58.37makkonenbzo: default is 1ms. in the code 2ms and 3ms were other options, commented out. I've tried 3ms, but not yet 2ms.
19:58.55Captnoordmakkonen: there are some config registers to tweak the way the ts is responding
19:59.03Captnoordbut I have yet to find a driver that uses that
19:59.10Captnoordas they all use the default settings
19:59.16makkonenhuh
19:59.19Captnoordyou can adjust the 'dender'
19:59.22*** join/#htc-linux karafa (~karafa@ool-45735dce.dyn.optonline.net)
19:59.23bzomakkonen: the jiffy timing was off by 20%, so I guess there's no easy way to replicate that
19:59.47karafais there a way to start adb without rebooting the device?
19:59.48makkonen...maybe by overclocking :-p
19:59.55*** join/#htc-linux RandomPPCGeek1 (~gponick@164.55.254.106)
20:00.10bzomakkonen: seems like the debounce setting is exactly what is needed, but last time I played with it, it had little or no effect
20:00.40makkonenkarafa: if you don't have the device connected at boot, you can't get usb up without rebooting.
20:00.46GNUtoodcordes, hi
20:00.52makkonenbzo: same experience.
20:01.01Captnoordbzo then its 'optimal'
20:01.08GNUtoowhat's the question?
20:01.22dcordessilent-hacker, has problems with eeepc
20:01.29bzoCaptnoord: or the setting does nothing :P
20:01.45Captnoordnah the setting does stuff....
20:01.48Captnoordor should do stuff
20:01.55karafaok. if i've got it up at boot and get it going at boot time, then disconnect, is there a way to reconnect without rebooting? i've tried to reconnect after disconnecting but not rebooting and it seems like it can only connect upon bootup, not after even if it's a 2nd time, is that expected behaviour?
20:02.01Captnoorddebounce is usualy a hw switch with low pass filters
20:02.18rafyvittoGuys lets suppose that i want to make a working linux kernel and later on a usable android for my acer s200, given the fact that i know little to nothing about kernel debugging/driver assembly/reverse engineering, i have to start from scratch =]
20:02.50makkonenbzo: and I turned on the TSSC_AVERAGE flag, which didn't seem to have a noticeable effect either. might've smoothed it out a bit, but didn't really fix those stutters.
20:03.03Captnoordmakkonen: that only for the possition
20:03.07Captnoordnot for the touching
20:03.22Captnoordand also you need to read from the correct registers if you want to use that
20:03.35bzomaybe we can hack in a software "debounce" check
20:03.36Captnoordand set it to how many samples it must use to avarage the value
20:03.42Captnoordpossble
20:03.49Captnoordthats possible
20:04.14bzoafter all, it is not humanly possible to lift and press the touchscreen in .005 seconds :)
20:04.20makkonenI don't have any idea how to do it, but it shouldn't be that tough for someone who does.
20:04.34Captnoordbzo yup
20:04.41Captnoordbut there is already a sleep in it
20:05.03bzomakkonen: you'd have to maintain a pressure history a few steps back
20:06.28bzoi suppose that would introduce a few ms delay in response, but that should be unnoticeable
20:06.51MrPippyi'm looking at tssc_manager and i'm confused....is it using interrupts or polling, is it using workqueues, why does it use timers so much...
20:07.56bzoMrPippy: I suppose it fits in with the overcomplicated nature of the other htc code
20:08.01*** join/#htc-linux silent-hacker (~janus@41.207.162.4)
20:10.31makkonenoh. hm. I think I was looking at the wrong interval. it might not be so tight as I thought.
20:10.41karafais it possible that anyone knows what the error code 'Root-Command error, return code: 65024' could mean? i am trying the android-wifi-tether app and it is unable to start, and that's what shows up in ADB as the reason. not really sure where to look..
20:11.38makkonenkarafa: sorry, your last question got lost in the shuffle. In my experience, disconnecting and reconnecting, if you were connected at boot, shouldn't present any problem.
20:11.52makkonenand I have no idea about that error. that's coming up in logcat?
20:12.29karafaYeah, but i'm realizing its an error in response to the program trying to execute this command: su -c "/data/data/android.tether/bin/tether start 1"
20:12.40karafai'll see what happens when i try that in the terminal
20:13.03rafyvittomy question got lost to =]
20:14.09makkonenrafyvitto: your question's complicated. :-p
20:14.30karafadoh. no such file error. could mean lots of things, maybe it doesn't install correctly on this device yet./
20:15.01rafyvittoi know =]
20:15.12rafyvittobut i've been reading last couple of nights
20:15.18makkonenrafyvitto: also, not technically a question.
20:16.17GNUtoosilent-hacker, hi what are your problems?
20:16.25rafyvittotrue, it was more of "what do you think"
20:16.26rafyvittoxD
20:17.12*** join/#htc-linux rashire (~ed1112war@98.114.89.97)
20:17.15*** join/#htc-linux JioG (~geocyp@212.50.115.55)
20:17.21silent-hackerGNUtoo: hello i'm trying haret with an easypc e700 series with an ARM960ejs cpu
20:18.14GNUtoosilent-hacker, I had an eeepc...that is an asus eeepc 701
20:18.37silent-hackerGNUtoo: mine is just an epc not eee
20:19.08GNUtooindeed mine is an x86 computer,with only 4GB of flash
20:19.30silent-hackerGNUtoo: haha 1bg flash + 128mb ram here
20:19.47GNUtoook
20:20.56*** join/#htc-linux Bob_eponge (~chatzilla@182.199.103-84.rev.gaoland.net)
20:21.02karafathat's strange. the /data/ folder is empty, nothing in there and i cant CD into it from a terminal
20:22.35makkonenyou're not root
20:22.46makkonen(probably)
20:22.46bzoMrPippy: you weren't kidding about the high cpu usage for mmc, I've observed mmcqd taking up 50% of the cpu at times
20:24.46bzohmm, the email app seems to have a serious bug. It hogs the cpu at startup until you open the email app manually and it does a refresh.
20:25.05karafaoh, i was assuming that since this was 'rooted' i was root already
20:25.09karafais that where apps are stored?
20:25.53karafaand, is there an easy way to browse in there?
20:26.40makkonenyeah, just 'su' to root and everything should show up.
20:26.45makkonenunless something else weird is going on
20:28.35*** join/#htc-linux ulaas_ (~ulaas@88.253.19.195)
20:28.52*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
20:30.16makkonenbzo: huh. just switched the sampling interval to 2ms, and... highly unscientific, just 30 seconds experience with the dev tools pointer location app... it seems way worse than 3ms
20:30.48makkonengives 5ms a try.
20:30.50karafa'sudo root' seems to crash the terminal program , argh
20:30.53*** join/#htc-linux Zoolooc_ (~fredsibar@p5495669C.dip.t-dialin.net)
20:31.07makkonenwhat program?
20:31.21makkonenand try just 'su'
20:31.36karafapTerminal
20:31.49karafasame, crashes it
20:31.49Woutpterminal crashes on su
20:32.02karafacan you do terminal through ADB
20:32.07Woutyup
20:32.09Woutadb shell
20:32.24bzomakkonen: unless it accumulating data during the sample interval, it seems like how often it samples the data should not make much difference
20:32.47bzoI don't know why a different jiffy setting affects it though
20:33.02MrPippythis seems inefficient...when tssc_manager gets an interrupt (on touch1/irq 30) it schedules the workqueue to run, and the workqueue then schedules the hrtimer to run in 0.0 sec
20:33.13bzomaybe the jiffy affects the sample window
20:34.05phhMrPippy: so for wifi, .. ?
20:34.41CaptnoordI wonder if we actualy do the imem alloc for 3d
20:34.44phhMrPippy: your success is still with devour ?
20:34.51phhCaptnoord: I wonder too
20:35.03phhmaybe I should dump the imem allocation byte.
20:35.27Captnoordmaybe
20:35.40MrPippyyeah the devour code, i've tried different things with the in-tree 4329 code but my last try it just paniced on load
20:36.11MrPippyramconsole was full of something about msm_timer_idle_set
20:36.14*** join/#htc-linux kiozen (~oeichler@rgnb-5d878b63.pool.mediaWays.net)
20:36.27phhMrPippy: still no clue what this error means.
20:36.31phhmight be linked with an A9 crash
20:37.03karafaok, the tether app is throwing up a bunch of errors, makkonen, maybe this makes sense in reference to your kernel
20:37.04karafahttp://pastebin.com/kEkgN3DL
20:37.12karafa(sorry for bugging you guys with this)
20:37.35phhkarafa: load /lib/modules/x_tables.ko iirc
20:40.47karafawhats the command to load that
20:40.54phhinsmod
20:41.07phhwait a second I'll give you exact commands
20:41.26karafathanks
20:41.47phhwait, we are 908 commits ahead from 2.6.27 ?!?
20:41.49phhwow ...
20:42.15phhwe had only 550 6 months ago
20:43.22MrPippyi might try hacking tssc_manager so the polling_function gets called from the workqueue func instead of hrtimer
20:43.35phhkarafa: ok, wait a bit more, I have to change my kernel.
20:43.40dcordesphh, gitorious vs mainline 2.6.27 ??
20:43.45phhdcordes: yes
20:43.51karafak
20:43.59dcordesyou have too many commits :P
20:44.03phhdcordes: I think so :p
20:44.12phhbut I prefer commiting often
20:44.24phhif I want mainline, I'd better to redo everything from scratch :p
20:44.36dcordesas long as you keep the overview of what you do
20:44.39dcordesit can't be bad
20:45.08phhthat's the problem. now it seems to me that I've done pretty much nothing since those last 300 commits.
20:45.10makkonengit's whole modus operandi is 'committing is cheap', no?
20:46.55phhtrue.
20:49.35*** join/#htc-linux cr2_ (~cr2@ip-109-85-41-118.web.vodafone.de)
20:51.33*** join/#htc-linux Wr4i7h_ (~abc@89.180.174.190)
20:57.46karafaphh: any luck?
20:57.56phhoh right wait still a bit :p
20:58.09karafalol
20:58.33dcordescr2_, yo
20:58.42phhkarafa: insmod /lib/modules/x_tables.ko;insmod /lib/modules/ip_tables.ko;insmod /sdcard/nf_conntrack.ko
20:58.55phhkarafa: not sure if it's enough, where can I get your tethering stuff ?
20:59.41*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
20:59.46karafahttp://code.google.com/p/android-wifi-tether/
21:00.25phh*wifi* tether ?
21:00.25phhouch
21:00.32karafaIm not sure which eclair version is right, the one for nexus or hero, I think the newest 'pre6' release is supposed to be universal
21:00.40phhhero
21:00.46karafahah, it's useful in winmo for connecting to an ipod touch
21:01.00karafakills battery though
21:01.04phhstrange.
21:01.09makkonenandroid-wifi-tether-space-heater
21:01.26phhis there some usb tether stuff ?
21:01.39phh(no DIY. thanks.)
21:02.07makkonenthere's pdanet.
21:02.19karafathats free, too, i think.
21:02.23phhthanks
21:02.32karafaoh wait, the free version doesen't allow any HTTPS
21:03.10phhNote: Once trial expires, you can continue using PdaNet for free. The only difference is that free edition blocks secure web sites.
21:03.10*** join/#htc-linux jamenlang9 (~jamenlang@209-193-77-154.mammothnetworks.com)
21:03.16phhok, DIM.
21:04.56adamwphh: you should be able to get tethering going just with a bit of iptables jiggery pokery, since we have root
21:05.01phhI know
21:05.15adamwphh: i've had http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/ bookmarked for weeks but just haven't got around to testing it yet, heh
21:05.17makkonenyeah. but... not having to do that would be nicer.
21:05.28phhmakkonen: or an app that do it automatically :p
21:05.35adamwcouldn't you just write a little script and run it on boot?
21:05.38phhI guess I can set it forever in the init actually.
21:05.39adamwshouldn't be too painful
21:06.00phhI just need a dnsmasq (or just dhcp?) server
21:06.40cr2_phh: is the 7201A tree having something like that ?
21:06.44cr2_<PROTECTED>
21:06.45cr2_<PROTECTED>
21:06.47cr2_<PROTECTED>
21:06.48cr2_<PROTECTED>
21:07.07phhI think so
21:07.37phh<PROTECTED>
21:07.37phh<PROTECTED>
21:08.19phhI wish we had proper debugging tools for pm :/
21:08.46cr2_ok
21:09.38cr2_phh: dumping wince irq setup is the first step
21:10.12phhcr2_: I thaught about looking at what's the wake up reason according to interrupt registers ...
21:10.35phhwe have all needed infos about it
21:10.41phhbut it's tough to decode everything ...
21:12.14cr2_phh: there are some big differences between raph,rhod and leo in this (smem) area
21:13.00*** join/#htc-linux OpnSrc1 (~OpnSrc1@12.47.48.5)
21:17.18cr2_phh: have you ever flashed a radio ?
21:17.18karafaphh: is there somewhere I can put those 'insmod /lib/modules/x_tables.ko;insmod /lib/modules/ip_tables.ko;insmod /lib/modules/nf_conntrack.ko' commands so that it does that on boot automatically?
21:17.41phhcr2_: yes (sim unlocking)
21:17.53phhkarafa: sdcard/conf/user.eclair.rc
21:18.15cr2_phh: can you dump the radio that you have flashed ?
21:18.23makkoneneclair.user.conf, at the end, in the custom shell section
21:18.23cr2_phh: dump from ram
21:18.34phhcr2_: uuuuh ?
21:18.38phhthat's what I already did
21:18.41phhno ?
21:19.02cr2_phh: where do i get the .nb for it?
21:19.10phhdon't know
21:19.28cr2_hm. how did you flash it then !?
21:19.39phhautomatically Olipro's tool
21:19.56bzophh: emailed you a new oc patch
21:20.04cr2_wtf ? can't it be extracted ?
21:20.15jamenlang9you talking about tethering makkonen?
21:20.23*** join/#htc-linux ginge (~quassel@78-105-175-81.zone3.bethere.co.uk)
21:20.26cr2_phh: i need the elf header for it
21:20.49phhcr2_: oh right, I didn't dumped enough in RAM ?
21:20.57cr2_phh: disassembling the installer is a bit tough
21:21.14phhI think the AMSS is actually bigger than what I first thaugh
21:21.22phhbzo: thanks
21:21.24cr2_phh: in ram it is already relocated. i need the virtual relocation info
21:21.47makkonenjamenlang9: karafa is.
21:22.01cr2_phh: maybe you can grep for the ELF header in the installer ?
21:22.20phhlet's see.
21:22.31phhcr2_: I can also dump from nand ?
21:22.36cr2_is the installer UPX'd ?
21:22.40cr2_phh: yes
21:22.51phhcr2_: what's the address of NAND protection ?
21:22.56cr2_phh: but you need to disable mpu
21:23.00cr2_0xa0b00000
21:23.21phhwrite 0 to 0xa0b00800 ?
21:23.27cr2_no
21:23.30cr2_to 000
21:23.50phhah not the usual axi.
21:24.48cr2_000023b8 00000030 SMEM_SMSM_INT_INFO <-rhod
21:25.07gingehey all. Been a while. Just saw the Android on MSM devices posts appearing all over the web. Just wante to say congrats to all!
21:25.08cr2_00000c38 00000010
21:25.10bzomakkonen: any interest in trying the new vogue battery driver? I hacked it to work in our kernel
21:25.21phhbzo: ?!?
21:25.32phhI thaught vogue had an i2c chip ?
21:25.45bzophh: it's just a better variatn of the battery calc we currently use
21:25.45cr2_00002468 00000010 on g1
21:25.56makkonenbzo: is the vogue driver any better? I thought it relied on just as much magic... ah.
21:26.17bzomakkonen: it has more complicated magic :)
21:26.25phh<PROTECTED>
21:26.30phh<PROTECTED>
21:26.32bzoI want to get another opinion on whether it works noticeably better
21:26.33phhwhere do you see any magic ?
21:27.07bzodzo's battery calc just does more temp/current compensation
21:27.17cr2_phh: nothing on leo. but it's expectd
21:27.27phhcr2_: really ?
21:27.51phhcr2_: do you have any info on the task register DEX ?
21:28.21karafaphh: it's still complaining about ifconfig
21:28.22bzomakkonen: msg me your email if you want the file
21:28.29phhkarafa: uh ?
21:28.51karafahttp://pastebin.com/VNxbePJ7
21:29.18phhkarafa: ouch
21:29.22phhthis one's tougher
21:29.25cr2_phh: what is that ?
21:29.31cr2_20/4=5
21:29.48phhcr2_: 0x33
21:30.12cr2_8+5+1=14
21:30.24cr2_14*4=56
21:31.09cr2_56=0x38
21:31.11cr2_hm
21:31.41cr2_<PROTECTED>
21:58.45*** join/#htc-linux apt (ibot@rikers.org)
21:58.45*** topic/#htc-linux is Welcome to htc-linux | Project homepage and wiki http://htc-linux.org | Livelogs: http://irclog.netripper.com/?chan=htc-linux | Logs: http://apt.rikers.org/%23htc-linux | htc-linux is not android
21:58.57cr2_i think we checked both
22:03.36cr2_phh: how is the axi clock is controlled ?
22:04.02NeoMatrixJRubuntu is registering my device as 'rndis_host'... is that right?
22:04.02phhcr2_: acpuclock.c
22:04.08phha "src" register
22:04.10phha "div" register
22:04.15phhNeoMatrixJR: y
22:04.15phhes
22:04.24cr2_the anb clock seem to be a11clk/(ahbclk_div+1)
22:04.31cr2_s/anb/ahb/
22:05.30NetRippercr2_, i read an article about that yea :)
22:05.40balsatNeomatrix : Do you boot the kernel with usb cable plug in?
22:05.50cr2_phh: clk_set_rate(ebi1_clk
22:05.52phhbalsat: if he gets a "rndis_host" then it works
22:06.00cr2_phh: so there is nothing there
22:06.12NetRippercr2_, clk_set_rate? what dll is that?
22:06.17NetRipperor linux?
22:06.17NetRipper:P
22:06.25balsatstrange
22:06.28cr2_NetRipper: googel
22:06.36cr2_NetRipper: which article ?
22:06.52NetRipperyea thought so
22:06.56NetRipperuhm, hold on
22:07.10*** join/#htc-linux jumoit (~samuel@121.77.87.145)
22:07.21Captnoordhmmm
22:07.22NeoMatrixJRbalsat: yes
22:07.25Captnoordfound VirtualAddressMap on nk.exe
22:07.33NetRippercr2_, http://tweakers.net/nieuws/65667/ontwikkelaars-klokken-snapdragon-cpu-over-naar-1113mhz.html
22:07.41NetRippercr2_, but that is to 1113mhz, not 1.2
22:07.51CaptnoordNetRipper for mayor...
22:07.56NeoMatrixJRbalsat/phh: do I need to somehow give the usb0 network an IP?
22:08.02phhNeoMatrixJR: not for adb
22:08.06NetRipperCaptnoord, not my work, and for nexus, not hd2
22:08.10CaptnoordI know
22:08.13NetRipper:)
22:08.15balsatif config usb0 192.168.20.1
22:08.15Captnoordbut you had your share of fame
22:08.16Captnoord:P
22:08.17phhNeoMatrixJR: but you can telnet it
22:08.17Captnoordhave*
22:08.20NetRipperlol true
22:08.20phhbalsat: not .1 .....
22:08.22phh.1 is the phone
22:08.24balsatups .2
22:08.43NetRipperCaptnoord, you know these "1ghz" roms?
22:09.03Captnoordnope
22:09.06NeoMatrixJRbalsat/phh: usb0 has an inet6 addr but no inet4
22:09.12NetRipperCaptnoord, ok nvm then :)
22:09.13Captnoordshould I?
22:09.23phhNeoMatrixJR: ifconfig usb0 192.168.20.2
22:09.24cr2_NetRipper: they can't count ?
22:09.26NetRippernah i think it's fake
22:09.30phhand then telnet 192.168.20.1
22:09.39NeoMatrixJRifconfig usb0 192.168.20.2
22:09.47NetRippercr2_?
22:09.47cr2_expr 38400 \* 33
22:09.49cr2_1267200
22:09.49NeoMatrixJRwrong window....
22:10.04NetRippercr2_, here's that overclock to 1.2ghz: http://forum.xda-developers.com/showthread.php?t=620081
22:10.28cr2_Op het XDA-forum wordt al gesproken over een mogelijke verhoging naar 1267MHz.
22:10.36NetRippercr2_, yes ^ that's the link :)
22:11.38NeoMatrixJRphh: do I telnet .2 or .1 then?
22:11.46phhNeoMatrixJR: .1
22:12.06NeoMatrixJRphh: "telnet: Unable to connect to remote host: No route to host"
22:12.16phhNeoMatrixJR: then you didn't to the ifconfig properly.
22:12.22phhor you're using ubuntu
22:12.23cr2_NetRipper: have your read this fuse reg ?
22:12.35NeoMatrixJRphh: using ubuntu 9.10
22:12.39phh.
22:12.45NetRippercr2_, no?
22:12.48NetRipperfuse?
22:12.52phhNeoMatrixJR: just use distribs that are meant to be used.
22:12.55balsatsometimes a cant connect to the phone... try reboot your device
22:13.03cr2_NetRipper: tcsr_spare2
22:14.17NetRipperi see
22:14.49cr2_where is it located ?
22:15.09NetRipperi see it mentioned in the therad ;)
22:15.11NetRipperthread*
22:18.46*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
22:19.55MrPippyanyone want to test out a one-line patch for tssc_manager?
22:22.28*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
22:22.45ToAsTcfhphh: u around?
22:22.53phhyes
22:23.57*** join/#htc-linux swc|666 (~infidel20@unaffiliated/swc666/x-4934821)
22:23.58ToAsTcfhi found my issue i think
22:24.06*** join/#htc-linux bzo (~chatzilla@netblock-68-183-234-14.dslextreme.com)
22:24.15ToAsTcfh/* Power collapse should also request pll.(19.2->528) */
22:24.16ToAsTcfhif (cur_s->pll != ACPU_PLL_TCXO
22:24.16ToAsTcfh<PROTECTED>
22:24.16ToAsTcfhrc = pc_pll_request(cur_s->pll, 1);
22:24.16ToAsTcfhif (rc < 0) {
22:24.22ToAsTcfhis in my source
22:24.23cr2_phh: what is the axi clock speed ?
22:24.36*** join/#htc-linux tordne (~tordne@host86-143-7-188.range86-143.btcentralplus.com)
22:24.54phhcr2_: see the table in acpuclock.c ?
22:25.35ToAsTcfhand this is in the patch and wont apply. im not sure how to merge it
22:25.38ToAsTcfh+ /* Power collapse should also request pll.(19.2->528) */
22:25.38ToAsTcfh<PROTECTED>
22:25.38ToAsTcfh<PROTECTED>
22:25.38ToAsTcfh<PROTECTED>
22:26.18cr2_phh: i'm not about the table
22:26.31cr2_phh: how do you want to switch it to 166 ?
22:26.42cr2_phh: and leo has 200 ?
22:26.47phhah don't know, I haven't much looked at it
22:27.26ToAsTcfhphh: do i need to use (!for_power_collapse&&  instead of the cur_s->pll != ?
23:05.15*** join/#htc-linux apt (ibot@rikers.org)
23:05.15*** topic/#htc-linux is Welcome to htc-linux | Project homepage and wiki http://htc-linux.org | Livelogs: http://irclog.netripper.com/?chan=htc-linux | Logs: http://apt.rikers.org/%23htc-linux | htc-linux is not android
23:05.20cr2_because we do not implement setting such clock speeds
23:05.42cr2_you need to manipulate the SMI_NS and EBI1_NS directyl
23:05.52phhMrPippy: instead of using a timer, maybe put the work directly in the interrupt handler ?
23:06.01cr2_but to do that yu need to know what to set :)
23:06.29bzoah, ok thx. maybe that is my next experiment. Are those registers known?
23:06.52cr2_bzo: compare your dumped values with http://htc-linux.org/wiki/index.php?title=MSM_CLK
23:07.31cr2_1a80 and 1280 is |800 on kais
23:08.19cr2_bit 11
23:08.48cr2_unsigned long smi_root_ena                              : 1 ?
23:08.59cr2_strange
23:09.28cr2_hm. 7200 may have different bit meanings
23:10.03phhaahhh
23:10.05phhI think I got it
23:10.13bzoI noticed the 7500 usually has more bits on settings like the multiplier
23:10.29MrPippyyeah thats an idea, i need to try running tssc with the debug flags on to figure out why its registering double taps
23:11.00phhMrPippy: have fun with schroedinger :p
23:11.38phhah no it's heisenberg
23:11.44MrPippyhehe have you done it before?
23:11.59phhtracing tssc ? no
23:12.07phhtracing time-related stuff ? yes. I tried at least.
23:12.25cr2_phh: 0x280000 is oemsbl, but with evil bits
23:13.03phhuh ?
23:13.07phhwhich evil bits ?
23:16.10cr2_phh: 1025b7c
23:16.18phhthat helps me a lot
23:16.18cr2_phh: extra ECC oob data
23:16.20phhok
23:16.34phhisn't oob .... supposed to be out of band ?
23:16.51cr2_i can find out where the evil bits are located
23:16.56*** join/#htc-linux Olipro (~Olipro@uncyclopedia/pdpc.21for7.olipro)
23:17.03cr2_by comparing nand with the ram dump
23:17.13cr2_or you can find it :)
23:17.25phhI still don't get which evil bits you're talking about
23:18.19cr2_extra data in the nand dump
23:18.25cr2_compared to the ram dump
23:18.30phhah.
23:18.38cr2_they create offsets
23:18.48cr2_which breaks the references ;)
23:19.00phhah ok
23:19.09cr2_on leo i don't have the ram dump
23:19.20phhnot yet.
23:19.20cr2_so it's necessary to strip the evil bits
23:19.37phhcr2_: have you asked cmonex about it ?
23:19.52cr2_NetRipper: what do we need to solder to get uart3 in oemsbl ?
23:19.57cr2_phh: no
23:20.11phhyeaha \o/
23:20.12NetRippercr2_, errrr i'm not the one to ask :D
23:20.13phhsleep working \o/
23:20.26NetRipperi'm not into hardware
23:20.51NetRipperi'm glad i can tell a chip and resistor apart
23:20.52cr2_elf: ELF invalid byte order, unknown class 3
23:21.13cr2_NetRipper: the standard cable has 4 pins
23:21.24NetRipper2 pins should be enough for serial
23:21.26cr2_we need to connect only the d+ and d-
23:21.34Markinusphh: wake on call, too?? ;)
23:21.36*** join/#htc-linux Unholy (~IceChat7@24.227.27.77)
23:21.43phhMarkinus: haven't tried
23:21.45phhI'd say no.
23:21.52Unholyhello
23:21.54NetRipperyes, probably.. and leave +5v and ground unconnected
23:21.56cr2_but then we need to have this ttl rs232 to usb serial converter
23:22.29NetRipperi think there are schematics in the diamond thread.. or someone that posted that you have to PM for schematics
23:22.32NetRipperor so
23:22.34cr2_since it's a big usb to big usb, it should be doable without any big pita
23:22.46cr2_diamond ?
23:22.50LargePrimelol
23:23.02cr2_NetRipper: it was extusb serial
23:23.04NetRippernot sure if it's diamond but i read about it
23:23.16phhNetRipper: raphael I think
23:23.25NetRippercould be
23:23.25cr2_NetRipper: for d+ and d- you don't need any schematics. it's standard :)
23:23.39cr2_usb standard
23:23.41NetRippercr2_, then what converter are you talking about? just rip open a usb cable? :p
23:24.35cr2_NetRipper: rip an usb-srial adapter  ?
23:25.14cr2_NetRipper: can you dump the irq type and polarity regs on leo ?
23:25.23phhMarkinus: speaking about this bug
23:25.23NetRipperbuy a microusb -> usb cable, cut off the usb end, solder it to female com connector and attach to computer?
23:25.27NetRipper:p
23:25.33phhMarkinus: the A11 doesn't wake up at all, or it's something else ?
23:25.41phhI think someone said he could answer with the answer button
23:25.57cr2_NetRipper: and i'm suspicious about the msm_smsm_irq struct in the source
23:26.09cr2_NetRipper: you have microUSB->USB cable already
23:26.14NetRippercr2_, how so?
23:26.22Markinusphh: Hmm, I see nothing, LCD is off, No Sound, No vibration, No notofication on missing call
23:26.24cr2_NetRipper: you need a USB - USB-serial now
23:26.28phhMarkinus: ok
23:26.47cr2_NetRipper: how do you connect over usb ?
23:27.27NetRippercr2_, i'm lost.
23:27.50*** join/#htc-linux ImCoKeMaN (~imcokeman@pool-71-251-145-115.hrbgpa.fios.verizon.net)
23:28.35cr2_NetRipper: you need to convert the d+/d- signal on the STANDARD LEO USB cable to usb serial adapter
23:28.52MrPippyhmm reverted to my 4 day old kernel and tiwlan works
23:29.20cr2_phh: elf: ELF invalid byte order, unknown class 3
23:29.26phhcr2_: you already told me that.
23:29.30cr2_phh: seems to be the wrong one :)
23:29.31phhI still don't know what it means :p
23:29.34phhah ok
23:29.44NetRippercr2_, i get that.. but that usb serial adapter you're talking about, is it an intelligent one (does it have a chip) or is it just hardware wiring?
23:30.08*** join/#htc-linux Wr4i7h (~abc@89.180.228.12)
23:30.15Markinusphh: My vdd mod patch is almost ready. Only plausibily chacks. But I see a intresting thing. If the device is sleep om=2, this is permanently switching between 128 and 528 MHz, every 10 ms
23:30.29phhMarkinus: oO
23:30.49phhsleep om=sleep mode I guess ?
23:30.56phhand you're not speaking about idle sleep mode ?
23:30.56Markinussry, pm=2
23:31.21Markinussleep mode 2
23:31.40phh[  225.215423] suspend: enter suspend(2010-02-23 23:29:37.600000000 UTC)
23:31.41phh[  225.562072] suspend: exit suspend, ret = 0 (2010-02-23 23:31:12.660000000 UTC)
23:31.41phh<3
23:31.47ToAsTcfhbah so i lost this dir lol /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
23:31.51Markinusphh: ahh, ne, my mistake, USB is on so maybe no pm=2. .
23:32.13ToAsTcfhbut i cant set the min and max in the config still
23:32.33cr2_NetRipper: intelligent, but it's standard USB-serial adapter
23:32.52phhMarkinus: what do you think about doing a "sleep led" for topa/rhod ?
23:32.54cr2_NetRipper: they use them for USB gps  receivers usually
23:33.08phhie set led to green when phone is in deep sleep
23:33.13phhand red when it's not
23:33.28cr2_phh: you have red led ?
23:33.32phhcr2_: orange.
23:33.37cr2_ok
23:33.43Markinusphh: Hmm, yes, would be nice for debbuging . .
23:33.46cr2_depends on the table data probably
23:33.57phhcr2_: don't know :/
23:34.02phhI tried changing the settings, but no luck
23:34.10Markinusphh: did you ever see this red? I'M sure that my was red . .
23:34.25Markinusbu I'Ve no Idea how . . .hmmm
23:34.30phhMarkinus: bah first time I saw it I saw it red
23:34.37phhbut I had a second time and it was orange
23:34.47Markinusphh: this is very strange ..
23:34.52phhyup.
23:34.57phhhuman eye+brain is stupid  :p
23:35.22Markinusphh: ha! Or to much beer/wine :)
23:35.28phhtss
23:36.08Unholywhats the best stable clock so far?
23:36.10LargePrimecr2_ When you get a minute, may I ask you about the titan?
23:36.18Markinusphh: request_suspend_state: sleep (0->3) at 140880000000 (2010-02-23 23:26:10.600000000 UTC)
23:36.27Markinusthis is the state on my device
23:36.33phhcr2_: oh btw, I don't know if you read it, but I tried 19.2MHz clock, and it runs fine
23:36.35Markinuswith the switching
23:36.54phhMarkinus: these lines are about "early sleep"
23:36.55phhdon't take care of it
23:37.02phhtake care only of "enter suspend" and "exit suspend"
23:37.24Markinusphh: ahhh, ok
23:37.33phhearly sleep = screen off
23:37.38phh(stupid androidism)
23:39.40cr2_phh: can't find elf header
23:39.43phh(well not totally stupid)
23:39.52phhcr2_: and there must be one ?
23:39.56cr2_yes
23:40.04cr2_LargePrime: titan ?
23:40.35LargePrimeThe htc Titan.  I understand there is no Nand for it
23:40.46phhnoone told me I broke kernel tree build yet ? waw.
23:41.08LargePrimeI was told you were the guy to ask
23:41.46cr2_LargePrime: isn't it the same as vogue ?
23:42.41LargePrimeNo.  Am getting spec to compare
23:45.35LargePrimetitan has wifi and gps
23:45.51cr2_LargePrime: how does it boot ??
23:46.01LargePrime?
23:46.10cr2_if it does not have nand :)
23:46.29LargePrimeIt has no 'nix ROM for it
23:46.31cr2_i mean the nand is the samne as on vogue
23:46.52LargePrimesort of, there is an extened rom on the titan
23:47.05cr2_well, it has nothing to do with the nand driver
23:47.07LargePrimebut the vogue roms do not seem to work
23:47.25cr2_yes, you need a titan rom for it.
23:47.42LargePrimeI understand this do not yet exsist
23:48.07cr2_probably nobody has done the full research so far
23:48.24LargePrimeMay I volenteer?
23:48.29cr2_NetRipper: btw, where is the watchdog located ?
23:48.32LargePrimenot that I am qualifyed
23:48.56cr2_LargePrime: then you should not volunteer
23:49.40LargePrimeButter to try and fail?
23:50.07LargePrimeThen have never tried at all?
23:50.55ali1234LargePrime: what are you up to?
23:51.06ali1234someone made a kernel build for the titan ages ago
23:52.14ali1234i don't think they ever got around to doing a friendly android installer though
23:52.27cr2_NetRipper: probably inside arm9 somewhere
23:52.36LargePrimeThat probably what I am up to then
23:54.05ali1234packaging up android is not easy, and i don't think the kernel port was ever completed, so most things won't work
23:54.22NetRippercr2_, i'm not sure if there's a watchdog in arm9 checking up on arm11
23:54.46NetRippercr2_, because i'd think the arm9 would reboot the device if it's no longer up... instead of letting arm11 hang itself
23:56.14ali1234cr2_: i didn't miss anything did i? you're not actually shipping android roms for MSM that you flash into the nand yet right?
23:58.01cr2_NetRipper: arm9 needs to have its own interrupt controller
23:58.24cr2_NetRipper: we don't see many irqs, which arm9 does not route to us probably
23:58.39cr2_ali1234: i don't do anything android
23:59.10ali1234cr2_: ok, but you would know if you made a kernel that could actually do that, right?
23:59.24ali1234i mean this is all still running from SD card, yeah?
23:59.52cr2_ali1234: i think dzo made nand images

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