IRC log for #htc-linux on 20100207

00:00.18gehzumteufelJesusFreak316: Go to hell in German. Although it isn't technically correct
00:00.24JesusFreak316Lol
00:01.28JesusFreak316All I know of German is yelling and saying a lot of "v"s and "ach"s. I've played too many wwII games in my life. :)
00:01.50chamonixlol
00:01.52gehzumteufelhaha
00:01.57chamonixdon't say that to a german
00:02.06gehzumteufelYeah seriously
00:02.13chamonix<-- german :P
00:02.20chamonixwell not really but almost
00:02.52JesusFreak316I kind of didn't want to say that to you, figuring you might be German, but ah, what the heck.
00:02.52gehzumteufelnot really but almost?
00:02.55gehzumteufelwtf does that mean? haha
00:03.34chamonixI've got a german passport but grew up in france so I feel more foreigner here in germany than in france
00:03.48gehzumteufelAhh
00:05.05*** join/#htc-linux ReeferMattness (~MattGNM@c-76-18-79-170.hsd1.nm.comcast.net)
00:05.27gehzumteufelReeferMattness: why does your name use t's instead of d's?
00:05.33gehzumteufelI only just noticed that btw
00:05.39ReeferMattnessMy name is Matthew  :)
00:05.43gehzumteufelAhh lol
00:05.46gehzumteufelThat makes sense
00:05.49ReeferMattnesslol
00:05.57gehzumteufelI kept reading it as reefermaddness though till now
00:06.00ReeferMattnesscuz I cant spell, is that what you wanted to hear??  :)
00:06.04gehzumteufelhahaha
00:06.15gehzumteufelnah I just never noticed till you just now joined that it was mattnedss
00:06.17gehzumteufelmattness*
00:07.08ReeferMattnessIm sneaky like that
00:07.41*** join/#htc-linux bzo (~chatzilla@adsl-75-35-5-163.dsl.pltn13.sbcglobal.net)
00:07.50gehzumteufellol
00:08.35bzophh: are you still up?
00:09.50leobaillardhe's not, he's marked as away
00:10.11leobaillardgtb imho
00:10.25bzoah right, saw that he was here a few minutes ago
00:10.37gehzumteufelYeah he was
00:11.01phhbzo: yes ?
00:11.22phh(sorry for the feint I had to reboot to windows :p)
00:11.45bzobeen looking at the eclair 3d stuff. Wanted to see if this means anything to you:
00:11.54bzohttp://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commitdiff;h=8cd219cbfbccf9ac4e2797eaf5c83e61f9530d58
00:12.28bzoI thought dzo just copied over the new drivers to make it work, but he also made this change
00:14.09phhbzo: hum, don't know
00:14.39phhdzo added support for both hw3d drivers (i mean eclair and donut)
00:14.45phhso i'm a bit lost
00:14.49bzotried some of the changes, but of course it doesn't help us much :)
00:15.07bzoI think he just added some config to compile as eclair or donut, not both at the same time
00:15.21MrPippyyeah don't they use different device nodes?
00:15.33phhMrPippy: yes, that's a reason why it's so painfull.
00:16.15*** join/#htc-linux ReeferMattness (~MattGNM@c-76-18-79-170.hsd1.nm.comcast.net)
00:16.48bzoI was trying to understand some of these changes: writel(readl(MSM_CLK_CTL_BASE+0x84)| 0x280,MSM_CLK_CTL_BASE+0x84)
00:16.57bzoturns on clock and sets the speed, right?
00:16.59leobaillardgtb folks, night night !
00:17.09*** join/#htc-linux majster (~majster@cpc2-aztw24-2-0-cust227.aztw.cable.virginmedia.com)
00:17.30phhbzo: pff I don't have my docs available
00:17.36gehzumteufelnight leobaillard
00:17.42phhI'd say it's just clock enabling
00:17.46phhwe don't actually set speed
00:18.09bzoin our clock-wince we set our mask it with 0xa80 instead of 0x280
00:18.51bzoI thought it set the speed too, looking at this: http://wiki.xda-developers.com/index.php?pagename=MSM_CLK
00:19.04phhok, I don't have my hex calc either.
00:19.12phh0xa80 and 0x280 to binary is ?
00:19.36bzo0xa80 = 101010000000
00:19.47bzo0x280 = 1010000000
00:19.58phhbzo: we don't set speed for imem/grp
00:20.52bzoi wonder what our extra 10000000000 mask does?
00:21.02phhIMEM or GRP
00:21.06phhboth are on the same NS register
00:21.52bzoah
00:22.16MrPippyi don't know if 3d ever worked on cdma, our clocks could be different
00:23.35phhMrPippy: we have full clock doc for msm7500 anyway
00:23.47MrPippythe header files?
00:23.51*** join/#htc-linux Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
00:23.59bzoin that case it might be worth someone on GSM testing the 0x280 setting. dzo has imem/grp mapped differently
00:24.13phhMrPippy: yes
00:24.26phhtime to sleep
00:24.43bzogood night
00:25.14Markinusgnight
00:26.25bzoMrPippy: do you know how they handle clocks on heroc? It seems very different from how our stuff works
00:26.45MrPippythe arm9 handles everything and they just send it commands
00:27.57bzoI was grepping the hero source, and for example I can hardly find a reference to the IMEM_CLK that I've been digging into
00:29.23bzoin our source, you can find exactly how we access it, but there seems to be no comparable code in heroc
00:31.18MrPippyright, all their clock dirty work is done by the a9, so they just do msm_proc_comm(MAGIC_CLOCK_WORK)
00:32.15bzohow is the a9 setup in the first place to know all the right parameters for the clocks, addresses, etc?
00:32.59*** join/#htc-linux gehzumteufel_ (~gehzumteu@cpe-76-93-100-70.socal.res.rr.com)
00:33.00MrPippyits hardcoded i assume
00:33.50chamonixcrap
00:33.53bzoso that's the reason we need the wince clock stuff? We are emulating how wince accesses the a9 because it has firmware specific for wince?
00:34.38MrPippyyeah just setting the clock registers ourself like how wince does it
00:36.11bzoah, things make a lot more sense now.
00:38.36*** join/#htc-linux Bob_eponge (~chatzilla@6.199.103-84.rev.gaoland.net)
00:42.53*** join/#htc-linux hk4l (~hk4l@pool-74-97-49-90.prvdri.fios.verizon.net)
00:44.28MrPippyi don't know if wince even uses the 3d hardware, people have been complaining for years that htc doesn't ship hw 3d drivers for their msm phones
00:46.55bzoI'm pretty sure the diamond ships with drivers. touchflo 3d requires it.
00:47.22bzoThe vogue on the other hand never had working wince 3d drivers. You can only get hw 3d in android!
00:48.29AstainHellbringyep kaiser got 3d drivers via a big hacking
00:49.05makkonenvogue nand boot is pretty great. love that replimenu thing. and usb mass storage is nice to have.
00:49.18makkonenit certainly seems like a better android phone than it was a winmo phone.
00:49.38makkonenexcept the font rendering is just atrocious.
00:50.01AstainHellbringmakkonen is there a vogue build you like?
00:50.06bzoI posted to vilord in his thread. He said he was going to release his changes to busybox and replimenu (if he hasn't already), so there should be no problem porting it to xdandroid
00:50.11AstainHellbringI have one I was thinking I should flash
00:50.17makkonenbzo: keen.
00:50.50bzoreally the only tweak needed is recognizing the center dpad press. When you turn off his special htc mapping, the nav keys works
00:51.51bzoyeah, I resurrected my vogue yesterday to try the new 2.1 and init stuff. Everything works smoothly, though the screen seems so primative after getting used to vga
00:51.56makkonenastainhellbring: It's not my phone, it's my girlfriend's... so I installed something that had everything functional, i.e. Myn's. It's very nice, except for the font being hideous. For myself, I'd probably install mssmison's eclair 2.1 build, because I like to be on the bleeding edge.
00:52.36makkonenbzo: yeah, it really does. I still think the 320x480 emulation looks better. which doesn't make a lot of sense.
00:53.24bzoI'm jealous of how well gps is working on vogue now. jnadke brought the gps driver up to full functionality
00:53.55MrPippytattoo runs a 240x320 screen, i wonder how that looks
00:54.05makkonenplus when you run in 320x240 nothing shows up in the market and a few programs just puke. makes me glad I haven't got a tattoo.
00:54.24bzoMrPippy: probably as primative as the vogue :)
00:54.44AstainHellbringcool makkonen
00:55.24*** join/#htc-linux hk4l1 (~hk4l@pool-74-97-49-90.prvdri.fios.verizon.net)
00:57.29MrPippyits cool how functional they've gotten the vogue, but it'd be really great if all the devs decided to come and work on topaz/rhod
00:57.45makkonenseriously.
00:58.01bzothey have to upgrade someday :)
00:58.33makkonenbah. they're all cheap bastards or crunchy opensource advocates.
00:58.38makkonen(...ok, maybe it's just me.)
00:59.48bzoI do think we're getting close to the tipping point for the newer platforms to be more attractive now that android is almost usable
01:00.00AstainHellbringNetRipper you around?
01:00.16MrPippyi think a forum thread in xda could find money/phones for them
01:01.34makkonenyeah. at least from my perspective (i.e. the cdma versions), it seems like the topaz/rhodium have gotten usable really just a month or two behind the diam/raph... which means forget the current phones -- let's get the next generation up and running.
01:02.30makkonenMrPippy: I asked dzo about taking up a donation to get him a rhod400/500. he said that even if we did, he couldn't use it as his primary phone, since his carrier is locked to their own set of esns.
01:02.55AstainHellbringmakkonen you can esn change the device
01:03.25AstainHellbringmakkonen so he could use the device as his primary
01:03.47makkonenhe said (or I interpreted it as him saying) something about not wanting to have to break the law to use his phone.
01:04.04makkonenwho knows how the laws in NZ are.
01:04.08AstainHellbringahh ic
01:04.13NetRipperAstainHellbring, yes
01:04.19AstainHellbringeh esn change in us is illegal too but we do it all the time
01:04.19makkonenin the USA they can probably put you to death for dmca violations at this point.
01:04.20NetRipperalthough kinda busy but im readin
01:04.36AstainHellbringNetRipper I'll pm question to make it easy to see
01:04.42NetRipperok
01:08.55*** join/#htc-linux lucx (~luc@89-115-128-35.cl.ipv4ilink.net)
01:09.03AstainHellbringdcma is stupid has way too much power
01:09.21AstainHellbringmakkonen doesnt dzo have a gsm carrier as well?
01:09.33bzohehe, don't get makkonen started
01:09.48makkonenam I getting a reputation?
01:10.00makkonenit's true. I am angry. about... things.
01:10.02makkonenall sorts of things.
01:10.40bzomost of them justified
01:12.26AstainHellbringmakkonen assuming dzo has a gsm carrier as well a rhod400 will work great for him as its sim unlocked out of box
01:15.01bzoso, this recent talk of a rhodium for phh. Is it a done deal or something being worked on?
01:15.26AstainHellbringphh you're outside of US right?
01:15.50bzoI believe he is in France
01:17.08MrPippywaah telecom new zealand sells the tp2 for 1499nzd == $1024 USD
01:18.13ReeferMattnessits a done deal
01:18.24ReeferMattnessshipping monday, he will have it in a week
01:18.49MrPippyalthough...sprint sells the tp2 from their store for $550 but on ebay its more like $300-350, i'm sure a telecom nz one could be found cheaper too
01:21.54*** join/#htc-linux gehzumteufel (~quassel@cpe-76-93-100-70.socal.res.rr.com)
01:23.09bzoReeferMattness: glad to hear it
01:23.23gehzumteufelSo anyone know why haret can't bind to the socket?
01:23.26gehzumteufelWhat would cause that?
01:23.55MrPippyonly time i've seen that is if you hit the button twice and it tries to bind twice, or if theres another haret running and connected
01:24.01gehzumteufelhmm
01:24.04gehzumteufelI will reboot the phone
01:24.42gehzumteufelThe WM "wait" icon just appears and continues and never goes away
01:24.57MrPippyyeah thats when the socket does bind and its waiting for a connection
01:24.59gehzumteufelwhen I hit the listen thing
01:25.03gehzumteufelhmm
01:25.07tmztkill background haret copies
01:25.15gehzumteufelI didn't have any running
01:25.38gehzumteufelI just rebooted ti so going to try again once it is booted
01:26.07gehzumteufelI even installed Linux (took maybe 20 mins including updates and installing synce
01:28.44gehzumteufelugh it says "connection refused"
01:28.48gehzumteufelWhy would it say that?
01:31.10MrPippydo you have "faster data sync" checked in the usb to pc settings panel?
01:31.27chamonixphh: sleep_leds and effects don't have the same "syntax" do they?
01:32.20gehzumteufelMrPippy: that fixed it thanks!
01:32.31gehzumteufelerr maybe I spoke too soon
01:35.56gehzumteufelFinally got it
01:36.30gehzumteufelphh: what was that mmu command you wanted to be run?
01:36.57gehzumteufelmmutrace or something like that
01:37.30MrPippyhe wanted a mmutrace of i2c, maybe just wait until tomorrow
01:37.43gehzumteufelmmutrace gives me unknown command
01:38.07MrPippyits a list, you do addlist to add addresses to it
01:39.21*** join/#htc-linux noisyzen (~samantha@c-71-238-20-94.hsd1.mi.comcast.net)
01:39.32gehzumteufelI see
01:39.39gehzumteufelis a n00b at this stuff still
01:41.43*** join/#htc-linux leaigor (~laigor@188.134.16.241)
01:46.02pershoothi all.  can anyone help me to figure out a 550MHZ clock frequency within acpuclock.c (clkctl_acpu_speed  acpu_freq_tbl)?
01:46.46MrPippyheh overclocking?
01:47.20pershoothehe ya.  it has been recently observed that the device can do 550mhz stable, so want to adjust the source and try it out
01:47.44MrPippyits not a big jump over 528
01:47.54pershootits not.  but any lil bit helps with this darned thing, ha
01:50.21adamwany news?
01:51.53noisyzenadamw: Costa Rica scores well on the happiness index - http://news.bbc.co.uk/2/hi/americas/8498456.stm
01:52.15adamwnoisyzen: feh, i'm sure vancouver beats it
01:53.10adamwalthough i would love to live under President Chinchilla
01:53.31noisyzenadamw: vancouver seems awesome.
01:53.44adamwit's a great town, that's why i moved here :)
01:53.49adamwi come from england. I hate england.
01:53.50MrPippyyeah unhappy places don't get to have the olympics
01:54.01adamwYOU VILL BE HAPPY
01:54.09adamwYOU ARE NOT HAPPY ENOUGH. BE HAPPIER OR WE WILL BEAT YOU WITH WHIPS
01:55.08noisyzenhaha nice. was it hard to immigrate to canada?
01:56.44adamwit's not too bad
01:57.22*** join/#htc-linux bzo (~chatzilla@adsl-75-35-5-163.dsl.pltn13.sbcglobal.net)
01:57.22gehzumteufelWere you sponsored by your employer?
01:57.29gehzumteufelOr did you come over on your own without a wife
01:57.37gehzumteufelCanadian wife that is
01:58.38MrPippybzo: were you testing with donut?
01:58.59bzono, eclair
01:59.17noisyzentotally want to go to vancouver one day
01:59.29gehzumteufelWhere do you live now noisyzen?
01:59.44noisyzenDetroit area. Grew up in Los Angeles, CA, though.
01:59.45MrPippyok, i might try donut to see how 3d is, anyone know what the best donut build is?
01:59.52pershootvancouver is very nice.  was a lil rainy when i was there, but nice people, layout, etc.
01:59.53noisyzenLived in Texas for a few years, too.
02:01.04gehzumteufellol Detroit
02:01.10*** part/#htc-linux hk4l1 (~hk4l@pool-74-97-49-90.prvdri.fios.verizon.net)
02:01.14gehzumteufelAt least LA wasn't 100% ghetto
02:01.24gehzumteufelAnd shrinking
02:01.34noisyzenyeah. the actualy CITY of detroit can be pretty bad.
02:01.44gehzumteufelEven the burbs can be
02:01.51noisyzenthe downtown is nice... and there are a few small neighborhoods in the city that are 'okay'
02:01.56gehzumteufelWhole swaths of homes that are vacant and squatted
02:02.03noisyzenthere are a lot of nice suburbs in the area.
02:02.07noisyzenyou ever been to the area gehzumteufel?
02:02.25gehzumteufelnoisyzen: Not myself no, but I have a few friends that have, and all they can say is "dirty and shite"
02:02.32gehzumteufelerr shit*
02:02.47gehzumteufelI want to..for one reason alone....DEMF
02:02.50noisyzendemf?
02:02.55noisyzen<googling>
02:02.59gehzumteufelDetroit Electronic Music Festival
02:03.03noisyzenahh
02:03.03noisyzenyes
02:03.10noisyzeni have friends who go to that
02:03.47gehzumteufelWhere in LA did you live? I live south of LA in Costa Mesa
02:03.52noisyzenhere's the thing with detroit... downtown is nice... the river is nice... but, all the neighborhoods... are pretty scary. except for a few.
02:03.59gehzumteufellol
02:04.26noisyzenbut, once you get north of 8 mile, things typically get better. oakland county is one of the richest in the nation, and it borders detroit... parts are very ghetto. but, there's some really nice burbs, too.
02:04.35noisyzenI lived in the San Fernando Valley lol
02:04.39gehzumteufellol
02:04.43noisyzenand then lived near lax for a while in westchester
02:04.43gehzumteufelPornoville
02:04.50gehzumteufelAh nice
02:04.56noisyzenlol
02:04.57gehzumteufelSM is a great place to live
02:05.04noisyzensm?
02:05.08gehzumteufelSanta Monic
02:05.09noisyzensanta monica?
02:05.10noisyzenyeah
02:05.10gehzumteufelMonica*
02:05.18gehzumteufelVenice can be
02:05.22gehzumteufelDepending on where you are
02:05.49noisyzenyeah
02:05.53noisyzeni miss it sometimes
02:05.55noisyzenin n out burger
02:06.01noisyzen:(
02:06.05gehzumteufellol I have one of those right by my place
02:06.06*** join/#htc-linux mastermerlin_ (~merlin@pD957D02C.dip.t-dialin.net)
02:06.10noisyzeni used to hang out in huntington beach quite a bit
02:06.12noisyzenand sometimes in the lbc
02:06.14gehzumteufelI can walk there if I wanted to
02:06.18gehzumteufelAh nice
02:06.25noisyzenlucky!
02:06.26gehzumteufelI lived right next to the peir in HB
02:06.29noisyzenoh sweet.
02:06.38gehzumteufelYeah except my roomies turned out to be total crazies
02:06.49noisyzenthat's the worst
02:07.14noisyzenone of the things i love about it here is that we get snow
02:07.22gehzumteufelI left that place after living there for 3 months. I got in an argument with one of the roomies and he had a kife because he was cooking. I wasn't sure if he was going to use it on me or not. That was my "I need to get the fuck out"
02:07.22noisyzengrowing up in la didn't get any of that, really.
02:07.27noisyzenoh  man.
02:07.30noisyzengood call.
02:07.46gehzumteufelBut I loved that location
02:08.03gehzumteufelAnd snow...meh you can go to Big Bear for that
02:08.07gehzumteufel1.5hr drive
02:08.21noisyzenhaha, true
02:08.32AstainHellbringdrives for .25 hr for snowy mountains to skii
02:08.43MrPippygehzumteufel: where do you live?
02:08.56noisyzenAstainHellbring: where do you live?
02:09.11AstainHellbringnoisyzen salt lake city, utah
02:09.21noisyzengehzumteufel: there's nothing like waking up in the morning to a fresh snowfall, though.
02:09.35noisyzenAstainHellbring: ah, nice. do you like it?
02:09.38gehzumteufelMrPippy: California (Costa Mesa, CA)
02:09.40AstainHellbringyah its a nice place
02:09.50MrPippyoh nice, san diego here
02:09.51gehzumteufelnoisyzen: Yeah there is. It blows
02:10.07gehzumteufelMrPippy: downtown or what? My sister lives in Oceanside, so I am down there pretty often
02:10.35MrPippysuburbs at the moment, penasquitos
02:10.40gehzumteufeloh fuck
02:10.53noisyzenhaha
02:11.19gehzumteufeldude that shit is out of the way
02:11.44gehzumteufelI like taking the train to downtown and hitting up this Aussie bar
02:11.46noisyzenmannnnnnn. i'm not using android 24/7, but i do for a few hours and then I get back into winmo and find it so clunky and ugly.
02:11.52noisyzen(winmo)
02:11.54gehzumteufelhaha
02:12.01gehzumteufelWhich device you got?
02:12.07noisyzenat&t pure (topa210)
02:12.11gehzumteufelah
02:12.18gehzumteufelI am on the rhod210
02:12.19noisyzenusing touchflo3d 2.1
02:12.27gehzumteufel2.5 is much better
02:12.41gehzumteufelAnd pretty much complete now
02:12.42noisyzen2.1.19183217.0
02:12.45noisyzenyeah?
02:12.58gehzumteufelLandscape works in almost all tabs that I am aware of
02:13.12noisyzeni started reading about the roms over on xda last night, but i didn't have enough time to deal with it all. i've only had it for a few weeks.
02:13.24gehzumteufelAh lol yeah it can get overwhelming at first
02:13.36gehzumteufelI started reading the rhodium subforum before I got mine
02:13.56noisyzeni got this app from opnmarket i think.. i forgot which one (i've hard reset the phone) it made /everything/ use landscape when tilting the phone
02:14.02gehzumteufelI knew that there was a lot of reading to be done to make sure I don't brick my brand new device. I had it like 10 days and HSPL came out officially
02:14.04noisyzenyeah, really overwhelming
02:14.15noisyzenyeah, i'm a total n00b to this stuff.
02:14.24gehzumteufelgconfig allows you to add apps
02:14.26gehzumteufelWhich is what I do
02:14.30noisyzenah okay.
02:14.48gehzumteufelit adds them for the auto rotate using the accelerometer data that is
02:15.18noisyzengosh what was that app i was using...
02:16.17noisyzenthis is really gonna bug me now :)
02:16.33gehzumteufellol
02:16.37gehzumteufelNo worries
02:16.45gehzumteufelA good rom has the important stuff added
02:16.56noisyzenit seems like there are so many to choose from.
02:17.10gehzumteufelYeah
02:17.14gehzumteufelThat is usually what happens
02:17.26gehzumteufelAnd NEVER post asking "what is the best rom"
02:17.29noisyzenwhat bugs me the most with winmo are the little things... like the outlook email.. fonts are ugly... interface is ugly... text messaging... same thing unless you're in the 'quick reply' type thing
02:17.33noisyzenoh i know, i'm sure i'd get slaughtered.
02:17.39noisyzenthis girl is too smart for that. lol.
02:17.43gehzumteufelThere will be a bunch of "there is no best rom" or "whatever your preference is" or shit like that
02:18.02noisyzenuh huh
02:18.11gehzumteufelWith Sense 2.5 the whole messaging is replaced for texting
02:18.18noisyzenreally?
02:18.44noisyzeni wonder if i can find some screenshots.
02:18.44gehzumteufelHold up
02:18.54noisyzenaaight.
02:19.07noisyzenand do you use roms just from xda developers or from places like htcpedia, too?
02:19.23gehzumteufelThe one I am running now, the guy posts on XDA, but his rom is hosted on htcpedia
02:19.45noisyzenah, okay.
02:19.50gehzumteufelI was using a different rom, but I got sick of that one and all the bugs and the accelerometer not working well
02:20.24noisyzenhow long would you say that it takes to flash a phone for the first time?
02:20.32noisyzenmore along the lines of the newb factor :)
02:20.36gehzumteufellol it is fast
02:20.41gehzumteufelYou have to use hard-spl first
02:20.47gehzumteufelThis unlocks the ability to flash custom roms
02:20.53gehzumteufelThat is about 2minutes max
02:21.16gehzumteufelThen you find the rom you want, and flash away. That takes about 2-3 minutes for the actual flash process to finish
02:21.33noisyzenah okay
02:21.53noisyzeni was reading everything and thinking, i gotta read waaaaaaaay more before i can figure out what to do.
02:22.05MrPippyit wipes out all your settings though, that takes longer than the actual flash
02:22.13noisyzenif it wasn't a phone, i'd be a lot more comfortable.
02:22.14noisyzenya know?
02:22.25noisyzeni thrash my computers to hell and back.
02:23.25gehzumteufelYeah
02:23.43gehzumteufelMrPippy: Yeah but google sync is your friend. As is xml files that redo all your settings
02:24.09IceBoneWhat would happen to my phone if I OC-ed it?
02:24.20MrPippyyeah activesync with google is great, that gets most of it
02:24.34noisyzenwow. 2.5. i want.
02:25.30noisyzenyeah, i have activesync for my email/contacts/calendar.
02:25.31noisyzenblah blah blah
02:25.34noisyzenwith google.
02:25.49noisyzenthere's even a twitter tab? nice.
02:25.50noisyzenokay.
02:26.02noisyzeni might have to do this.
02:26.21noisyzengehzumteufel: which brand of rom you use?
02:26.42gehzumteufelI use ark666's rom
02:26.50gehzumteufelBut I dunno if he makes roms for the topaz
02:27.07ReeferMattnessdont think he does
02:27.08gehzumteufelAnd I can't find a good demo of the htc messaging in 2.5
02:27.22noisyzeni found this: http://htcpedia.com/dutty_s_topaz_sense_holy_grail_r_multi_lang_wwe_699826b0865ff3507/soft/htc-topaz-rom.html
02:27.30gehzumteufeldutty makes good stuff
02:27.35ReeferMattnessyes he does
02:27.38gehzumteufelThat guy has been around the scene for a WHILE
02:27.45gehzumteufelI remember when he had a wizard
02:28.24noisyzenand there was an energy one i saw...
02:28.29noisyzenwaiting for xda to load now.
02:28.30gehzumteufelI used to use those
02:28.47gehzumteufelThat was the one with too many bugs and issues imho
02:28.49noisyzenso skerred to brick my phone :I
02:28.51noisyzenah, gotcha.
02:28.55noisyzengood to know.
02:29.02gehzumteufelhaha bricking is not easy to do if you just read read read
02:29.05noisyzenthis is the one i was looking at last night: http://forum.xda-developers.com/showthread.php?t=562942
02:29.10noisyzensee, here's the problem.
02:29.14noisyzeni'm all about read read read
02:29.34noisyzenuntil i hit the impatience wall. then it's just "okay, let's see what happens."
02:29.43gehzumteufelHonestly
02:29.50gehzumteufelAt some point, you just have to take the plunge
02:29.59gehzumteufelAnd there isn't that much to read
02:30.02IceBoneDoes android recognize .aac files for ringtones?
02:30.07gehzumteufelPretty much you just have to make sure it is for your device
02:30.18gehzumteufelIceBone: Not that I am aware of, but not sure on that
02:30.29IceBoneI'll just convert to mp3 to be on the safe side.
02:30.59noisyzenyeah, see. htc pure is the topaz 210...
02:31.18noisyzenbut topaz is also the touch diamond 2... not sure if they are 100% 1:1
02:32.22gehzumteufelthey are
02:32.28gehzumteufelNames are irrelevant
02:32.52noisyzenwould you say the guide in the beginning of this thread (dutty's h-grail) is sufficient? http://forum.xda-developers.com/showthread.php?t=579076
02:34.57gehzumteufelTotally
02:35.14noisyzenokay.
02:35.21noisyzenand, i've found a few things... is 2.6 actually out?
02:36.28gehzumteufelNo
02:36.33gehzumteufelNor do I know the differences
02:37.32ReeferMattnessnoisy, thats kinda like the ATT Fuze = Rhaphael = TP and ATT Tilt2 = Rhodium = Touch Pro 2, and thats only "official" names, before release they have at least 3 different nicknames  :)
02:38.10gehzumteufelReeferMattness: Not really. They just have different names depending on the carrier, but the names that everyone calls them is the code name
02:38.16gehzumteufeleveryone on the boards that is
02:38.20noisyzenReeferMattness: That makes sense. I figured.. I know Markinus has a topaz and i think there are a couple of differences between our gsensors, for example.
02:38.37gehzumteufelHe has a topa100
02:38.39noisyzenahhh
02:38.42noisyzenso, i have the topa210
02:38.44gehzumteufelYou have a topa210
02:38.45noisyzenthat's where it is then
02:38.46noisyzenbingo
02:38.57gehzumteufelThe differences are usually in revisions of the hardware
02:39.17gehzumteufelLike my rhodium is the rhod210, and it has differences from the rhod100 that have been seen
02:39.23*** part/#htc-linux jumoit (~samuel@121.77.87.145)
02:39.39gehzumteufelAnd ReeferMattness has the tilt2 which is the rhod300 iirc
02:39.53noisyzenah, okay.
02:39.56noisyzengotcha.
02:40.03noisyzenyou guys are awesome.
02:40.09gehzumteufelAlso something to know, the HTC branded (that is the ones that are NOT modded by carriers and are sold by HTC directly) are always the xxxx100 devices
02:40.18noisyzenohhh good to know.
02:40.25noisyzeni'm learning a lot tonight.
02:40.28gehzumteufel:)
02:40.57MrPippywow donut starts up so fast
02:41.30noisyzenoh that's right, i downloaded an update a few hours ago. haven't put it on yet.
02:42.32noisyzenone more question before i jump in and do this... just because one person has an issue with the rom doesn't mean that everybody else is going to have it, correct?
02:42.55gehzumteufelThat can be correct, but it all depends on your usage
02:43.20gehzumteufelMrPippy: Eclair starts up prett fast for me now with the new kernel I put on this morning
02:44.36noisyzenif i brick it... is there any way to fix it?
02:44.48noisyzeni downloaded the htc stock rom from htc's site earlier.
02:45.14MrPippyok cool, neocore runs good in donut on diam500
02:45.20MrPippy17.1 fps, pretty impressive
02:47.10gehzumteufelMrPippy: yeah it is enabled for diam but nothing else in those kernels
02:48.20gehzumteufelnoisyzen: Depends on how you brick it. There are the not really bricked but people freak out bricks (aka nothing wrong, just a bad flash and you have to do a reflash via bootloader) and then there is the real brick. The one that is unrecoverable without jtag
02:48.25gehzumteufelAnd even then may not be
02:49.15MrPippydonut hw3d should be enabled for all devices
02:49.27gehzumteufelphh said it was broken
02:50.14noisyzengehzumteufel: jtag? googling... :)
02:50.17MrPippyin donut its working for me
02:50.28gehzumteufelYouh have a diam
02:50.38gehzumteufelThat was the one it was enabled for, but no other devices
02:51.10noisyzenand finally, should I completely empty my sd card first?
02:51.42MrPippydiamond cdma is more like other devices than gsm diamond
02:52.57noisyzengah. i think i'm gonna have to boot into windows to do this for hard spl
02:53.19MrPippyyeah i've never been able to flash from a vm, needs to be real windows
02:54.43gehzumteufelYeah don't bother trying from vm
02:55.28gehzumteufelWhere can I get neocore?
02:55.41noisyzenOkay, then I'm going to do this tomorrow.
02:55.47gehzumteufelheh
02:55.49noisyzenfor now i will get back to playing with android.
02:55.50noisyzenlol
02:55.54gehzumteufellol
02:56.13gehzumteufelI just wish more things worked
02:56.20gehzumteufelSomeone was going to send the devs a device
02:56.28MrPippyneocore is on market
02:56.28gehzumteufelA rhodium
02:56.38noisyzenyeah
02:56.42noisyzeni miss sound.
02:56.43gehzumteufelah k
02:56.49*** join/#htc-linux Guest50247 (~cbd52d80@gateway/web/freenode/x-qpwagonniqkolpks)
02:56.58noisyzenah hell with it. brb. gonna boot into windows.
02:56.59gehzumteufelboots Android
02:57.00noisyzenbrb
02:57.06gehzumteufelhaha
02:57.39gehzumteufelAlso, what are the fsckxxxx files there for? Do I need those?
02:57.49gehzumteufelI know they have to do with filesystem checking
02:57.51MrPippydelete them
02:57.56gehzumteufelgood I do
02:57.59gehzumteufelquite regularly
02:58.09MrPippyheh yeah its junk left over
03:01.32gehzumteufelYeah figured as much. Siliar to the .chk files from windows
03:01.43gehzumteufelsimilar*
03:02.24*** part/#htc-linux Guest50247 (~cbd52d80@gateway/web/freenode/x-qpwagonniqkolpks)
03:02.28*** join/#htc-linux Guest50247 (~cbd52d80@gateway/web/freenode/x-qpwagonniqkolpks)
03:02.54*** join/#htc-linux taipan_snake (~cbd52d80@gateway/web/freenode/x-ohjfgmvvfkbwcswq)
03:03.17gehzumteufelLOL this is hilarious
03:03.18gehzumteufelhttp://tinyurl.com/yc2xycd
03:06.50*** part/#htc-linux taipan_snake (~cbd52d80@gateway/web/freenode/x-ohjfgmvvfkbwcswq)
03:07.18*** join/#htc-linux trinity (~cbd52d80@gateway/web/freenode/x-cbqwfxhapdpujzna)
03:09.32*** join/#htc-linux noisyzen (~me@c-71-238-20-94.hsd1.mi.comcast.net)
03:09.38noisyzengah. windows.
03:10.24gehzumteufellol
03:10.54noisyzenwindows vista home basic, no less.
03:10.57gehzumteufeleww
03:11.04gehzumteufelI have Win7 on here
03:11.23noisyzenuh huh.
03:11.25noisyzeneww is right.
03:11.28noisyzeneww is an understatement.
03:12.23gehzumteufellol
03:12.50*** join/#htc-linux noisyzen (~me@c-71-238-20-94.hsd1.mi.comcast.net)
03:13.21noisyzenand, vista networking is so awesome.
03:14.18noisyzeni wonder if that's going to be a problem for me flashing the rom.
03:14.27noisyzensince my  networking just drops randomly in vista.
03:14.35gehzumteufelwtf
03:14.41gehzumteufelWhat nic you got?
03:16.09noisyzeni've got an atheros
03:16.09noisyzenwireless.
03:17.37gehzumteufelhmm
03:17.44gehzumteufelI had one of those and it worked fine
03:17.56gehzumteufelOH which model do you have?
03:17.59gehzumteufelar5009?
03:18.21noisyzenhmm. let me take a look
03:18.34noisyzenand remember this is vista home basic. at some point i'll get win7
03:18.54gehzumteufelheh yeah
03:18.58gehzumteufelWhat brand machine?
03:19.16gehzumteufelYou can probably get it pirated and preactivated for your machine
03:24.07*** join/#htc-linux noisyzen (~me@c-71-238-20-94.hsd1.mi.comcast.net)
03:24.20noisyzen!!!!
03:24.23noisyzenlol
03:24.24noisyzensee?
03:25.39gehzumteufellol yeah
03:25.43gehzumteufelSo what nic you got?
03:25.47gehzumteufelar5009?
03:25.52noisyzenar5007eg
03:26.04noisyzenin a 300 dollar emachine cuz i'm cheap :)
03:27.02gehzumteufelhaha
03:27.06gehzumteufelwhatever works
03:27.26gehzumteufelThat is the same one that the company I used to work for installed in their machines. What is the driver date?
03:27.29noisyzenokay i'm outta here for the night. thanks for the help guys
03:27.34noisyzeni'll be back tomorrow
03:27.37gehzumteufelhah laters
03:27.38noisyzenon a wired connection in windows :P
03:27.38gehzumteufelenjoy
03:29.31*** join/#htc-linux Unholy (~IceChat7@24.227.27.77)
03:35.13*** join/#htc-linux jumoit (~samuel@121.77.87.145)
03:47.08*** join/#htc-linux babijoee (~babijoee4@d110-33-172-85.sun801.vic.optusnet.com.au)
03:48.47babijoeehi dzo :)
03:49.38babijoeeany chance you'll be jumping back into the diamond/raph scene
04:04.23*** join/#htc-linux randomblame (~kevin@c-71-59-184-96.hsd1.wa.comcast.net)
04:06.08gehzumteufellol what scene is he in now?
04:09.02babijoeevogue / polaris / kaiser
04:09.03babijoeei think
04:16.03gehzumteufelAh
04:16.26gehzumteufelWe need more rhod and leo heavy hitters
04:23.14Unholyany one got latest zimage with working modules for donut XD,
04:24.23babijoeezImages based on phhusson git no longer are made for donut
04:24.52babijoeegehzumteufel: well many people are working to make msm7k devices run together
04:25.08babijoeeso anywork done for raph/diam is quite similar for others
04:25.17gehzumteufelYeah I know
04:25.21Unholyi know thats y i asked =(
04:25.33Unholyguess il have to compile it
04:25.42Unholybut thats gona be a nightmare on ubuntu
04:25.44gehzumteufelUnholy: Why do you want to run donut?
04:25.50Unholynever compiled stuff with ubuntu befire
04:25.57Unholybefore *
04:26.02Unholyah cus of hw3d
04:26.05Unholyand the smoothnes
04:26.19gehzumteufelI see
04:26.29Unholyi was running eclair till today
04:26.44Unholyi just miss the emulators and some of the games
04:26.44gehzumteufelYeah I am in Eclair now and running it just for the hell of it.
04:27.02gehzumteufelNow that most of the hardware buttons work, it is quite good
04:27.11gehzumteufelNow just the left arrow needs to be fixed
04:27.35gehzumteufelOn the rhod
04:27.46Unholyrhod is tp2 right?
04:27.49gehzumteufelThat it is
04:27.54Unholyi see
04:28.21Unholysometimes i miss my kaiser /cry
04:28.26Unholyi loved that phone lol
04:28.28gehzumteufellol
04:28.39gehzumteufelI love my rhodium
04:28.43Unholyhaha
04:28.52gehzumteufelI am torn on whether I am going to get the Leo or the Nexus One though
04:29.09Unholyha i would go for the nexxus
04:29.16Unholyleo is to bugged or so they say
04:29.16gehzumteufelYeah but no WM at all
04:29.24Unholyif anything for wm i would go for the acer f1
04:29.30gehzumteufelWhy's that?
04:29.33Unholyif i had the cash anyways
04:29.42Unholyacer f1 is faster less buggy
04:29.47gehzumteufelFaster?
04:29.49gehzumteufelHow?
04:29.50Unholylook up the reviuws
04:29.52gehzumteufel1ghz arm cpus
04:30.00Unholyleo dosent come at 1ghz
04:30.05Unholyyou gota install a cab
04:30.13Unholy3d drivers are a mess
04:30.37gehzumteufelI wonder if the same can be said of the US version
04:31.00Unholydunno i saw some benchys and acer f1 ate it
04:31.01makkonenF1's got a 3.8" screen. Leo's got 4.3". that's a big difference.
04:31.07Unholyeven do there basicly the same phone
04:31.17makkonenI really want to see one in person.
04:31.19gehzumteufelUS Leo has 1gb of rom too
04:32.16gehzumteufelmakkonen: yeah same. In due time. Supposedly, March 24th is the launch
04:32.18Unholylook up some reviews acer f1 vs htc leo
04:32.41gehzumteufelUnholy: They compare the Euro one though. I am in the US. So things could change a whole lot
04:32.52gehzumteufelWe will see
04:32.56gehzumteufelI won't buy it sight unseen
04:33.09makkonenhtc supersonic. that's where my hopes lie right now.
04:33.10gehzumteufelI will go in and use it at a store first
04:33.12Unholyah hopefully they will then cus the eur version if buggy
04:33.38Unholybut hey thats just my opinion
04:34.01Unholymight be a placivo effect of my brother owning one
04:36.18babijoeei think you should wait for winmo7
04:37.01babijoeebut if you love android, then nexus one is a good choice
04:37.09gehzumteufelplacebo*
04:37.15ReeferMattnessAye, Ive got a chunk of savings im waiting for something special to come out to spend it on
04:37.18babijoeeotherwise you could wait for the professional version of nexus one
04:37.23ReeferMattnessmight wait til WM7 myself
04:37.29gehzumteufelYeah that is the other thing
04:37.39gehzumteufelWM7 gets detailed a bit in 2 weeks
04:37.45gehzumteufelSo, that may change my mind and make me wait
04:38.13gehzumteufelAnd the professional version of the Nexus One should be announced soon too I hope
04:38.19Unholyya i cant wait for wm7
04:38.19gehzumteufelThere is a lot on the horizon
04:38.44babijoeetoo bad older devices wont be able to run it
04:38.53ReeferMattness1ghz processors are going to change a lot of things about mobile devices
04:38.53gehzumteufelmakkonen: You said you are awaiting the supersonic...who is your provider?
04:39.19ReeferMattnessShould have happened a year ago, but its 2010 and i still dont have a hoverboard...
04:39.20gehzumteufelbabijoee: Ironically, I am glad. It sounds horrible, but Windows Mobile hasn't progressed much since 2000
04:40.17Unholybabijoee dont hold your breth on that, youl never know XD
04:40.43babijoeeUnholy: well it may be able to run from the help of XDA :)
04:40.47gehzumteufelUnholy: If what MS professes is happening, it won't even be possible due to hardware requirements
04:40.53Unholyaye =D
04:41.03gehzumteufelBut we all know how MS professes lots of shit and fails miserably
04:41.18gehzumteufelIf WM7 turns out to be a major fail, I am going to just move on to Android permanently
04:41.39gehzumteufelNo more WM devices for me if it is
04:41.57makkonengehzumteufel: Sprint.
04:42.11babijoeeimo once you own an android device, you dont want to go back to winmo :p
04:42.24gehzumteufelmakkonen: Ah well then that makes sense about the supersonic
04:42.26stinebdi own a winmo device and don't want to go back to winmo
04:42.38babijoeestinebd: you're special :p
04:43.09gehzumteufelbabijoee: I have used them quite a lot. I have absolutely loved the way it has progressed. It is at a point I can finally move over. Before there were too many incompatibilities with stuff I needed now. That has changed
04:43.18makkonenstinebd: same.
04:43.31gehzumteufelstinebd: Yeah I am already sick of the current state of winmo
04:43.51gehzumteufelHave been for a few years, but it has been the best thing out there for business use that isn't a gimped whack BB
04:43.52makkonenthough... I don't really like android that much, either. or iphone. or palm. or webos. I think it must be really hard to make a solid mobile OS... because no one's done it.
04:44.25ReeferMattnessyeah makk but you gotta agree that winmo is an epic fail and that android is a more seamless UI
04:44.39gehzumteufelWell at least WebOS and Android got the update system right
04:44.48gehzumteufelNo need to erase everything and shit
04:44.59ReeferMattnessgranted they have their strengths and weaknesses, I cant believe android os doesnt have a speed dial by name on the number pad....  lol
04:45.00makkonenandroid seems to be the closest at the moment... but it still has some real problems, even on released devices.
04:45.33gehzumteufelSuch as?
04:45.38gehzumteufelis just being curious
04:45.58gehzumteufelSince we all have our own views of shortcomins and all
04:46.18makkonenhaven't played with the N1, but every other device I've touched has been slow/laggy. and most of them have had horrible battery life as well, so it's not like they're getting much out of running slow. :-)
04:46.59randomblamethe only reason windows mobile is such a failure is that it was not designed from the ground up as a phone os, it started out as windows ce, then got a face lift for pocket pcs, then they added a contacts list and radio support and viola
04:47.00makkonenespecially the sense ui stuff. beautiful, but damn does it not pop when there's that half a second before it does what you want.
04:47.14stinebdyes
04:47.29makkonen(I feel exactly the same way about touchflo 3d on winmo, but I hoped android would hold itself to a higher standard.)
04:47.38makkonens/android/htc and android
04:47.43gehzumteufelmakkonen: Agreed, but as the polish on that stuff gets better (cleaner code, more optimised, etc) that will improve
04:48.20gehzumteufelrandomblame: While I agree in a general sense, they have had 10 years, TEN YEARS, to remedy that.
04:48.22makkonenI hope so... but when I fire up logcat, and the garbage collector is going crazy all the time... I know it's not fair, but I simply do not have faith that a device running that much java can ever have good responsiveness.
04:48.31babijoeemakkonen: you should play with n1
04:48.39gehzumteufelAgreed
04:48.44gehzumteufelBut the Nexus One does run well
04:48.50gehzumteufelI know a couple people who have it and LOVEit
04:49.01gehzumteufelI haven't gotten my hands on one yet though, so I am still unsure
04:49.03makkonenthey're not in stores. I tried. need to make friends with someone who has one.
04:49.16gehzumteufelYeah they won't ever be in stores
04:49.28makkonenI don't really understand why google did it that way.
04:49.31stinebduntil google starts opening flagship stores
04:49.36stinebdyou heard it here first!
04:49.37makkonennothing about that launch makes sense to me.
04:49.45gehzumteufeloverhead is low and they can control distribution issues
04:50.10randomblamepocket pc 2000 came out ten years ago, it was not a phone os, 2003 is when it became a phone os so 7 years and they had no real competition, they invented the smart phone
04:50.23randomblamethen got lazy
04:50.41makkonenI guess maybe it's like bidding on the wireless spectrum, or releasing chrome... they're not in it to make money, they're just trying to set a baseline that everyone else has to live up to?
04:51.05*** join/#htc-linux The_Eccentric_ (~ablack7@96-28-145-156.dhcp.insightbb.com)
04:51.07gehzumteufelrandomblame: That's besides the point. The fact that they have had 10 years to get one together, is what matters. Yes, they filled a void they didn't have, but that should have been when they started to make something that fully replaces what they were using at the time
04:51.45gehzumteufelmakkonen: Quite possible
04:51.50*** join/#htc-linux The_Eccentric_ (~ablack7@96-28-145-156.dhcp.insightbb.com)
04:52.49*** part/#htc-linux The_Eccentric_ (~ablack7@96-28-145-156.dhcp.insightbb.com)
04:53.55makkonenI guess the whole thing about 'they're going to cannibalize the market for other android phone makers' doesn't really hold water, since... they give android away for free, so it's still to the other companies' advantage to make android phones vs whatever else -- they turn android into the de facto standard.
04:54.19*** join/#htc-linux The_Eccentric (~ablack7@unaffiliated/theeccentric/x-737283)
04:54.24randomblamemeh they made a pda that worked for phone calls, other people just made better implementations, if they weren't so damned lazy winmo could have been great, it only really sucks when you compare it to other platforms
04:54.54*** part/#htc-linux randomblame (~kevin@c-71-59-184-96.hsd1.wa.comcast.net)
04:55.48gehzumteufelOf course, but what else are you supposed to do? Not compare it?
04:56.05gehzumteufelThey aren't changing with the needs of the market, and as such, are being left behind if WM7 is a failure
04:56.36makkonenI don't see how WM7 won't be a failure at this point. This late in the game, isn't it already a failure?
04:56.41gehzumteufelPlus, it is shit for a phone OS in general. It is basically Win 3.1 on sterroids. Which isn't saying much
04:56.53makkonenI don't know... I guess Palm dropped WebOS. no one was expecting that. companies can step up their game.
04:57.02gehzumteufelExactly
04:57.28gehzumteufelWhile yes, it was a failure not to act earlier, companies can change if they have the desire to.
04:57.38gehzumteufelIf their management has the desire to be something greater
04:59.59makkonenin its day, winmo was a great mobile os, compared to the other choices. it was never a good phone os. I dropped my treo 650 to get a htc apache, and it was a trainwreck of a phone (would take about 3 rings before you could even click the answer button), but I could multitask, I could browse the web without flying into a rage... and now my touch pro is nearly the exact same thing, 4 years later.
05:00.43makkonenif I had a point in there, I lost it.
05:02.20makkonenwindows mobile is stagnant. and has always been broken.
05:02.43gehzumteufelBut never as bad as the PalmOS
05:02.57gehzumteufelAnd the BB OS is only slightly better than the old PalmOS imho
05:03.16gehzumteufelone thing I am with you on, is Java being shit for an OS
05:03.20makkonenit's really bad.
05:03.30makkonenboth of those things are really bad. java and blackberry.
05:03.34gehzumteufellol yes
05:03.38gehzumteufelNative code ftw
05:04.30gehzumteufelI know one person who loves Java. But he also works for Boeing
05:05.05gehzumteufelHe knows how to code very well and be very clean with it
05:06.03makkonenI believe good java code can be written. But I see so few things in java that work well... it must be really hard to do.
05:06.38MrPippyi think android would be more responsive if they did something to manage the background processes
05:06.42gehzumteufelI think moreso, there just aren't many coders that care about writing good code
05:06.56gehzumteufelMrPippy: ala a task manager?
05:07.15makkonenI don't understand how it manages the background processes. There seem to be a great many of them at all times.
05:07.26MrPippyyeah, or some kind of timeout (like apps quit after 5 minutes of no user interaction)
05:08.01*** join/#htc-linux Olipro (~Olipro@uncyclopedia/olipro)
05:08.14MrPippyanything would be better (even a mandated quit button in each app) than it is now
05:08.30gehzumteufelYeah
05:08.49gehzumteufelThere are task manager apps in the market, but only for rooted devices
05:09.45MrPippyreally they only work on rooted devices?
05:10.01gehzumteufelIt is the only way to for close an app
05:10.08gehzumteufelsudo or su access
05:10.43gehzumteufelAt least that is what they used to be
05:10.51gehzumteufelI am looking at one now that doesn't seem to require root access
05:12.05gehzumteufelThe one that comes with xdandroid works well too though
05:12.12gehzumteufelI just don't know if it requires root access or not
05:12.58MrPippyyeah thats the top one on the market
05:29.19gehzumteufelWell I am off. Talk to yall later
05:57.42adamwandroid's intended to start killing apps when you run out of memory. not sure how well it works, though.
05:57.57adamwpoking through settings last night I noticed one which is supposed to make it more aggressive about killing stuff.
05:58.14adamwhttp://developer.android.com/reference/android/provider/Settings.System.html#ALWAYS_FINISH_ACTIVITIES
06:01.14*** join/#htc-linux MikeK (~dp@ppp121-45-177-158.lns20.syd7.internode.on.net)
06:01.31*** part/#htc-linux MikeK (~dp@ppp121-45-177-158.lns20.syd7.internode.on.net)
06:20.55*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
07:03.18*** join/#htc-linux droid001 (~g1@p4FDCA5C9.dip.t-dialin.net)
07:07.21*** join/#htc-linux Paul_away (Miranda@PPPoE.214-188.IP.rastrnet.ru)
07:19.50*** join/#htc-linux GNUtoo|oeee (~GNUtoo@host-212-68-199-184.brutele.be)
07:32.11*** join/#htc-linux rashire (~ed1112war@98.114.89.97)
07:34.40MrPippyooh got hw 3d working in eclair
07:34.54Zeman4323sweet!
07:35.09Unholyomfg
07:35.11Unholynice
07:35.24Unholyjar of cookies for ya
07:35.44Zeman4323yea, for sure that is fantastic
07:43.36Unholyhey mrpippy mind sharing that zimage with us XD?
07:44.03MrPippyyeah i'm gonna push the changes pretty soon, but it also needs a rootfs change
07:45.35Unholynuoo
07:45.53Zeman4323lol
07:46.05Unholynow il go back to eclair yay
07:46.14Unholyso much for my almost day goin back to donut
07:46.20Unholygona miss you
07:46.40MrPippyhonestly, 3d isn't that impressive on msm7x00...neocore is cool, and google street view works smoother, and theres some cool 3d wallpapers
07:46.57Unholythe gamez
07:47.05MrPippyit doesn't make eclair as fast as donut...damn donut runs well with all the ram we have now
07:47.23Unholyfor some reason donut crashes with neocore
07:47.30Unholyit restarts my device 0o
07:47.38Unholyrestarts*
07:47.38MrPippyweird
07:47.45Unholyya
07:48.01Unholygives me a black screen and just hangs there
07:48.11Unholyif i run it again it restarts my phone
07:48.14MrPippyneocore was rock solid in donut for me, in eclair it quits sometimes but works mostly
07:48.22Unholyi see
07:48.40Unholyyea neocore worked for me with the old zimages way back when donut was all we had
07:49.05*** join/#htc-linux Zoolooc (~fredsibar@p54956E75.dip.t-dialin.net)
07:49.17Unholyhey btw would 1.5 even run with latest zimage im curious to try it
07:49.18MrPippyoh yeah....phh only put the donut 3d driver back into zimage yesterday
07:51.20Unholyah and what about the gsensor it dosent seem to work with donut
07:52.35MrPippyworked for me
07:52.52Unholywith the new zimage?
07:53.00MrPippyyeah
07:53.19Unholyhmm
07:53.41Unholydont work here
07:53.52Unholycould it be the build im ussing?
07:54.01Unholyi mean system img
07:54.31Unholythr ball in labyrinth is like frozen dosent move
07:57.19MrPippyhmm i just tried rotating the screen and that worked, don't know about labyrinth
07:57.59Unholyscreen rotation not working ether
07:58.06Unholyand i have orientation on
07:59.21Unholymeh w/e il just switch back to eclair
07:59.42Unholynow that its got hw3d i got more reasons to stay with it
08:16.48Unholygn guys gona hit the sack
08:17.04Unholygl mrpippy
08:17.11MrPippylater
08:36.30*** join/#htc-linux bzo (~chatzilla@adsl-75-35-5-163.dsl.pltn13.sbcglobal.net)
08:37.28bzoMrPippy: saw your commit. The only problem was the overlapping ram console?
08:38.10MrPippyyeah i think that was part of it, also permissions weren't set right on the hw3d devices
08:39.03bzocool, knew about the perms because the vogue needed an init change to enable 3d
08:39.22bzofunny thing is phh mentioned that nobody noticed the ovelap problem a few days ago
08:39.58bzoin fact, I fixed it in my source at that time, but it got wiped out when I did a pull
08:40.44MrPippyyeah i did 3d in donut and it wasn't a problem, but in eclair the boot animation didn't show up and neocore was just black
08:41.08MrPippyphh, babijoee, leob: to get hw3d working in eclair i replaced init.android in rootfs with one i compiled from the eclair source, so it sets permissions right on /dev/msm_hw3d*. vogue is handling this by running a chmod script at boot, so it might be fixable with a line in /init
08:41.48bzoI think there is a fixperm script in int for this purpose?
08:44.08MrPippyyou can't do it immediately in /init because i think init.android makes the device nodes, but a 'sleep 1m ; chmod 666 /dev/msm_hw3d*' might work
08:44.11bzowell, I was definately going down the wrong path for the problem. I thought the problem was that the IMEM_CLK and GRP_CLK was using the same mask. Still wonder if this is incorrect in the source
08:44.27MrPippybut really, init.android is supposed to do this, unless we have a good reason to use an old one we should upgrade it
08:44.51MrPippyyeah that wasn't a bad path, i certainly know more about the clocks than i did yesterday
08:47.15bzoI think what dzo fixed for vogue for that register might be more correct than what we have now
08:48.39bzoanyways, glad that's another issue solved! :)
08:49.11MrPippyi think ours is ok, i looked at the register in wince/haret and it was 4a80, which lines up with what we do
08:50.21MrPippyour setup is kinda weird in combining grp and imem when we know how to keep them separate, but its not a problem...in hw3d, grp and imem clk are always enabled or disabled together
08:51.54bzoI guess no reason to fix something that isn't broken
08:51.59Paul_Isheninhow to test that hw3d fix? I noticed that 3d is indeed slow witg 04.02 build
08:52.57Paul_Isheninshould I download the sources using git and build somehow the binaries or is there a simplie way?
08:56.25MrPippyyeah its good to know how to build a kernel, but the fix is more than just the kernel, by tomorrow we'll figure out something
08:56.55bzolooks like the glemsom auto build service has picked up this change http://glemsom.anapnea.net/android/htc-msm-android/
08:58.06bzoIf you really want to try it, you can use that kernel, then adb shell into android after it boots to fix the perms: chmod a+rw /dev/msm_hw*
09:00.30Paul_Isheninhow to shell into android? using putty?
09:00.40bzobtw, MrPippy any reason not to make the gpu0 size 0x780000? ramconsole is only 20000 right?
09:01.12MrPippyyeah true
09:01.23MrPippyi'll just keep it round and obvious until someone finds an app that allocates that much ram
09:01.51bzounless there is an issue with that weird size
09:05.32*** join/#htc-linux kiozen (~oeichler@rgnb-5d879f54.pool.mediaWays.net)
09:06.03Paul_IsheninI see adb is a part of android sdk
09:09.40bzoI don't know if it is comparable, but it seems that the n1 only sets the gpu mem to 0x300000
09:11.49MrPippyno its not, snapdragon has a better gpu and different driver
09:12.34MrPippybut heroc has 7MB gpu0 and 8MB gpu1
09:12.47bzomakes sense. Perhaps the snapdragon does some sort of dynamic allocation, like modern integrated gpus
09:14.43bzoyawn, better get to sleep. Just happened to check the logs after your checkin and had to pop in :)
09:25.59*** join/#htc-linux philipgian (~philipgia@athedsl-4523602.home.otenet.gr)
09:26.21*** join/#htc-linux dcordes (~dcordes@unaffiliated/dcordes)
09:27.09dcordesleviathan gruetzi
09:29.02dcordesleviathan we are attending mickey's presentation. where are you guys at?
09:29.39*** join/#htc-linux GNUtoo|oeee (~GNUtoo@183-48-191-193.dhcp4.fosdem.net)
09:30.57*** join/#htc-linux Zoolooc_ (~fredsibar@p54953D08.dip.t-dialin.net)
09:35.09*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
09:41.42*** join/#htc-linux randomblame (~kevin@c-71-59-184-96.hsd1.wa.comcast.net)
09:42.04randomblameanyone know how to set up ubuntu to push to gitorious?
09:42.16randomblameI'm not good with this
09:47.55*** join/#htc-linux GlemSom (~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
09:48.11Paul_Isheninstrange I see on my phone that usb debugging is on but "adb devices" shows me no devices
09:48.25Paul_Isheninand of course adb shell can't connect
09:48.34Paul_Isheninany hints?
09:50.33randomblameI have no experience with a running android platform :D
09:50.49*** join/#htc-linux ulaas (~ulaas@88.253.28.33)
09:51.51randomblamewhat phone is it?
09:51.59randomblamewhat kernel are you using?
09:52.44Paul_Ishenindiamond
09:53.14Paul_Isheninkernel - top from this list: http://glemsom.anapnea.net/android/htc-msm-android/
09:54.09randomblameshould be working if you used the correct mtype : at least at the kernel level
09:54.31Paul_Isheninaha. someone already reported "adb still not working even changing usb_function_switch flag in conf"
09:55.37randomblame:D my kernel is still not bootable
09:56.30rzkPaul_Ishenin: hello from 4pda ;)
10:01.02*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
10:07.26*** join/#htc-linux mickey|fosdem (~M@2001:6a8:1100:cafe:218:deff:fe02:2d78)
10:07.36*** join/#htc-linux mickey|fosdem (~M@openmoko/coreteam/mickey)
10:09.05Paul_Isheninrzk, hi
10:14.46*** join/#htc-linux houmles (~houmles@vodnik.dkm.cz)
10:14.51*** join/#htc-linux dcordes (~dccordes@unaffiliated/dcordes)
10:16.41*** join/#htc-linux marex (~marex@vasut.kolej.mff.cuni.cz)
10:21.50*** join/#htc-linux haasan (~db66408b@gateway/web/freenode/x-zpuxmserfisijkhe)
10:25.14*** join/#htc-linux c2d (~Mike@port-92-200-71-214.dynamic.qsc.de)
10:25.24*** part/#htc-linux c2d (~Mike@port-92-200-71-214.dynamic.qsc.de)
10:34.03*** join/#htc-linux c2d (~Mike@port-92-200-71-214.dynamic.qsc.de)
10:34.08*** part/#htc-linux c2d (~Mike@port-92-200-71-214.dynamic.qsc.de)
10:35.39*** join/#htc-linux Kevin2 (~Kevin2@207-172-165-101.s101.tnt1.nywnj.ny.dialup.rcn.com)
10:35.39*** join/#htc-linux lucx (~luc@89-115-128-35.cl.ipv4ilink.net)
10:37.54*** join/#htc-linux balans (~balans@82-170-215-5.ip.telfort.nl)
10:43.19*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
10:44.46*** join/#htc-linux MrPippy (~pip@adsl-75-33-10-219.dsl.sndg02.sbcglobal.net)
10:51.48phh[02:42:39] <chamonix> phh: sleep_leds and effects don't have the same "syntax" do they? <----- not at all, you have to use sleep_*effects*
10:52.21phh[02:57:13] <pershoot> hi all.  can anyone help me to figure out a 550MHZ clock frequency within acpuclock.c (clkctl_acpu_speed  acpu_freq_tbl)? <------ don't you want 768? It's way easier to do :D
10:57.17*** join/#htc-linux playboyzay (~playboyza@adsl-068-159-101-193.sip.gsp.bellsouth.net)
10:58.36*** join/#htc-linux MrPippy (~pip@adsl-75-33-10-219.dsl.sndg02.sbcglobal.net)
10:59.30phh[04:00:39] <gehzumteufel> phh said it was broken <------ had been broken
11:00.23phh[05:35:36] <babijoee> zImages based on phhusson git no longer are made for donut <------- they are meant for donut now actually :D
11:02.51*** join/#htc-linux BabelO (~fcr@unaffiliated/babelo)
11:03.31randomblamehow do you teach a cat to stay out of your computer chair
11:04.58randomblameI'm leaving out the antifreeze
11:11.15lupine_85gets confused by the variety of userlands on offer
11:11.32phh[08:45:55] <MrPippy> ooh got hw 3d working in eclair <--- WTH ?!?
11:11.34*** join/#htc-linux Kevin2 (~Kevin2@207-172-165-101.s101.tnt1.nywnj.ny.dialup.rcn.com)
11:13.36phh[10:24:03] <bzo> makes sense. Perhaps the snapdragon does some sort of dynamic allocation, like modern integrated gpus <------ msm7k also does that
11:13.46phh(but snapdragon uses drm/gem for that)
11:14.21phh[10:59:28] <Paul_Ishenin> strange I see on my phone that usb debugging is on but "adb devices" shows me no devices <----- use adb from sdk of android 1.6
11:19.05*** join/#htc-linux playdo (~57b3fea7@gateway/web/freenode/x-fvqgwtqzrvpukadr)
11:19.19playdomorning
11:19.57Paul_Isheninphh, big thanks
11:20.13phhPaul_Ishenin: if you're too lazy, http://husson.hd.Free.fr/adb :p
11:21.24Paul_Isheninoh, but thats elf file. do you have pe one?
11:21.44phhah, no
11:21.46Paul_Isheninanyways, thanks for your care
11:23.04playdophh: is there a new build available yet?
11:23.23phhMrPippy: For Eclair hw3d, I had to make gpu0 smaller so it wouldn't run into ramconsole. <----- but ?!? I did try this !
11:24.30playdoah nice, 3d driver is working?
11:25.00phhplaydo: on donut yes, and MrPippy says he got it working on eclair
11:25.21phhbut I can hardly believe it. I test.
11:25.31phhand maybe release something if it works
11:25.38playdoi test too, taking this kernel http://glemsom.anapnea.net/android/htc-msm-android/
11:25.44phh(it's a too line test)
11:25.55phhplaydo: you'll have to do adb shell chmod a+rw /dev/msm_hw3d*
11:26.06playdoah for acticating?
11:26.10phhyes
11:26.14phhadb shell or whatever terminal
11:26.22playdok, running windows atm
11:27.00playdogotta transfer data do my netbook.will take some time until testing
11:27.18Paul_Isheninbut how to check that hw 3d is working?
11:27.28phhPaul_Ishenin: run any 3D app, if it's usable, then it's hw.
11:27.29Paul_IsheninI used that kernel and made chmod using pterminal
11:27.46phhPaul_Ishenin: do killall system_server to restart android (not kernel)
11:27.52phhif you see the startup logo
11:27.54phhit might mean it works
11:28.07phh(I think you need to restart android to enable 3D)
11:28.19phh(but the chmod doesn't apply after a kernel reboot :p)
11:28.22Paul_Isheninoh. did not do that
11:28.27phhargh, maybe not after an android reboot either
11:28.32playdodammit
11:28.45playdono way to enable 3d perm?
11:28.51Paul_Isheninanyway labirinth is a dead slow when using 3d
11:28.53phhadb shell :p
11:28.59phhPaul_Ishenin: killall system_server
11:29.02phhmight be better after that.
11:30.06Paul_Isheninoperation not permited
11:30.12phhsu -c
11:30.22Paul_Ishenindoes it have sudo?
11:30.27phhno
11:30.34*** join/#htc-linux dcordes (~dccordes@unaffiliated/dcordes)
11:31.35phhargh
11:31.37phhwho broke my adb
11:31.46Paul_Isheninhehe :)
11:31.59phhNB: trying eclair's 3D with a donut release isn't really clever.
11:43.07phhok
11:43.10phhwho broke my adb ?
11:43.17phhI gonna break his knees.
11:43.45phhok. that is weird.
11:43.48dcordesphh, breaking knees cannot be the answer
11:44.01phhI extracted eclair's system.sqsh, and I get a starting donut.
11:44.05*** join/#htc-linux Zoolooc (~fredsibar@p54953D08.dip.t-dialin.net)
11:44.16phhI'll eat, that may helps my mind.
11:46.09dcordesphh, good idea
11:46.23dcordesI think I will eat a club sandwich
11:46.34*** join/#htc-linux cr2_ (~cr2@2001:6a8:1100:cafe:221:63ff:fec4:951a)
11:47.49*** join/#htc-linux leobaillard (~leobailla@42.242.101-84.rev.gaoland.net)
11:48.12playdoi'm getting tomatosoup, lamb-steak and potatoes :)
11:48.22playdomakes the others jealous
11:48.27leobaillard\o_
11:48.33dcordesplayboyzay, sounds good. but I bet the club sandwich is better
11:48.39dcordesit's actually a sub
11:49.05playdobah
11:51.08playdosearches his micro sd
11:51.20dcordesplayboyzay, I think I meant playdo. don't take it personal.
11:51.26*** join/#htc-linux Taypen (~taypen@85.65.36.171.dynamic.barak-online.net)
11:51.27dcordeslool microsd searching
11:52.07playdodcrodes that sucks ^^ fucking small thingys
11:53.11playdoomg the card lay behind my laptop
11:53.23playdostupid $%*§"%
12:05.59*** join/#htc-linux playdo_ (~57b3fea7@gateway/web/freenode/x-dpmqnyxhznmxbgkq)
12:06.13playdo_booting
12:06.39playdo_dammit, can someone kick playdo? ^^
12:06.46playdo_lost connection
12:07.05playdo_phh
12:07.08phhplaydo_: ?
12:07.10randomblamekicks playdo in the nuts
12:07.18playdo_phh can u repost the adb commands?
12:07.32phhadb shell chmod a+rw /dev/msm_hw\*
12:07.36playdo_randomblame: looool
12:07.47playdo_thx phh
12:07.53randomblamefinally got my git repository figured out, that is way harder than it has to be
12:08.11phhplaydo_: do adb wait-for-device shell chmod a+rw /dev/msm_hw\*
12:08.14phhand then boot android
12:08.32playdo_argh i think i need some help with that
12:08.42playdo_shall i do it under windows or linux?
12:08.54phhif it's windows, delete the \
12:09.05phhbut both should be fine
12:11.31playdo_hmm is the startup assistant new?
12:11.56phhstartup assistant ?
12:12.03phhtouchscreen calibration stuff ?
12:12.06playdo_with wlan and so on
12:12.10phhmmmmmmmmuh ?
12:12.17playdo_nono i'm using touch hd
12:12.35playdo_no idea, it prompted with wlan conection the first time i know
12:12.39phhplaydo_: that's what it does when it detects on mobile data connection
12:12.47playdo_Oo
12:12.52playdo_never done this before
12:12.55phhs/on/no/
12:13.20playdo_normally it connected to my provider and thats it
12:13.40phhmaybe you pressed the connect button before it got a connection
12:13.51playdo_possible
12:14.34*** join/#htc-linux lucx (~luc@89-115-128-35.cl.ipv4ilink.net)
12:18.09playdophh can u give me a detailed howtro with adb thing?
12:18.25phhI don't know for windows
12:18.54phhplaydo: but don't worry, leobaillard will have it released soon
12:18.56playdothen give it for linux, got dual boot
12:19.02playdoah k
12:19.44playdook i'm going to eat something, trying it later
12:19.58*** join/#htc-linux Zoolooc_ (~fredsibar@p54954D94.dip.t-dialin.net)
12:25.45*** join/#htc-linux diterium (~viper@213.183.2.252)
12:30.29*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
12:31.09chamonixphh: fixed
12:31.13*** join/#htc-linux GeertJohan (~Squarc@82-217-32-29.cable.quicknet.nl)
12:31.14phhchamonix: what ?
12:31.29chamonixsleep_effects and a few other things in LedEffects
12:31.33phhah ok
12:35.48leobaillardchamonix: you have a new version ?
12:49.51pershootanyone familiar with acpuclock.c tbl frquency layout?
12:50.04phhpershoot: yup
12:50.10pershootcan you please help me for a sec?
12:50.24phhmaybe.
12:50.41pershooti want to attain a 550MHZ clock on my mach-msm (htc dream) device.
12:50.58phh550 ? mmmm not easy
12:51.54*** join/#htc-linux playdo (~kvirc@p57B3DAA3.dip.t-dialin.net)
12:52.13pershootwhich field is the divisor?
12:52.34phha11clk_src_div
12:53.07pershoothmm which column would that be?  here ill paste an entry from it
12:53.18phh4th
12:53.31playdophh can u niw give a short explanation to activate hw3d?
12:53.52phhplaydo: killall -9 adb; sudo adb start-server
12:53.54phhthen the command I gave you
12:54.03phhanyway it will be slow, wait for my next commit.
12:54.47playdohmm sad, thought it would work well
12:55.10pershoothow is the frequency and bus calculated?
12:55.11phhpershoot: can't you just try 768MHz ? :p
12:55.18pershoot768 wont be stable
12:55.20pershoothehe
12:55.29pershootit has been observed that 550 can run stable
12:55.33pershooton this particular device
12:55.38phhpershoot: really ?
12:55.40pershootya
12:55.47phh768 works on TP and blackstone afaik
12:55.51pershooti have asked the person for the source entry, but have not receieved a response
12:55.56phh(so android phones really totally suck)
12:57.09pershootyea this g1 of mine is starting to show its age for sure, ha
12:57.51phhTP and blackstone are way older than G1 you know.
12:57.54pershootthe software is developing at an alarming rate, which is a good thing.  but i digress
12:57.57pershootyea
12:58.08phh(and way better)
12:58.11pershootprobly
12:58.37playdoG1 shows worse performance than blackstone or what
12:58.41playdo?
12:59.06phhpershoot: don't you have TCX0/PLL* frequencies in your dmesg ?
12:59.10pershootthat im not sure.  with some tweaks it can keep up.  but since its crippled in memory, eventually things starts to bog it down.
12:59.13pershootlet me check
12:59.44phh[    0.267822] PLL0 @ e0005300: MODE=00000007 L=0000000c M=00000004 N=00000005 freq=245760000 Hz (245 MHz)
12:59.44phh[    0.267913] PLL1 @ e000531c: MODE=00000007 L=00000028 M=00000000 N=00000001 freq=768000000 Hz (768 MHz)
12:59.44phh[    0.268005] PLL2 @ e0005338: MODE=00000007 L=00000037 M=00000000 N=00000001 freq=1056000000 Hz (1056 MHz)
12:59.44phh[    0.268096] PLL3 @ e0005354: MODE=00000000 L=0000002d M=00000000 N=00000001 freq=864000000 Hz (864 MHz)
12:59.55phhthat's on my board, iirc G1 has the same clocks
13:02.01pershootbrb..
13:08.57*** join/#htc-linux timebomb (~tb@e177142172.adsl.alicedsl.de)
13:13.40*** join/#htc-linux Thor_Asgard (~a@AOrleans-151-1-74-76.w90-21.abo.wanadoo.fr)
13:14.43*** join/#htc-linux slight (~23hdci278@28.113.221.87.dynamic.jazztel.es)
13:18.51phhchamonix: any link for your update ?
13:19.01phhpershoot: I can't see how to do 550MHz with these clocks.
13:19.22*** join/#htc-linux Bob_eponge (~chatzilla@6.199.103-84.rev.gaoland.net)
13:19.37phhor you change pll, which is even harder to do
13:19.46pershootyea i think thats what needs to be done
13:19.49phhor you derivate from another clock, but I don't have docs about that
13:24.39playdophh do i have to install adb? cant find it
13:24.48*** join/#htc-linux mcdull (~blackston@061093132071.ctinets.com)
13:24.50phhplaydo: http://husson.hd.free.fr/adb :p
13:25.54playdomcdull hey
13:26.15slightany recommendations for which radio to use with linux/eclair on a raph100?
13:26.43phhpershoot: you can try to set pll by hand, but it's really not easy.
13:26.50phhpershoot: but  have you tried 768 ?
13:27.07phhit should work
13:27.08pershooti havent, but others have
13:27.09mcdullphh, did try you new kernel. but didn't seems to make difference under neocore (eclair)
13:27.17pershootimmediate crash
13:27.21mcdullplaydo, hii..
13:27.50playdomcdull i still dont get the deep sleep error
13:28.24mcdullplaydo, phh seems to know where the problem is.. do I hope that could be fixed soon.
13:28.31playdoargh i'm too stupid to use adb
13:28.41phhmcdull: actually I don't.
13:28.48phhI have no clue what's this "arb lost" error
13:29.22slightis this what's causing a crash in deep sleep? or something else related to d/s
13:29.23slight?
13:29.25mcdulloh that's bad..
13:29.30phhslight: d/s ?
13:29.44slightdeep sleep sory
13:29.59slight*sorry :p
13:30.05phhthe problem mcdull reported is because of i2c bus screwed up
13:30.35slightah k
13:31.07slightstill getting no apparently useful info from last_kmsg about my deep sleep crashes :/
13:31.21mcdullplaydo, can you tell me your spl / radio setting?
13:31.48playdomcdull: no prob, doing a restart now
13:31.53mcdullthx.
13:32.27phhpershoot: setting pll clocks is damn easy, but setting it to a working value is something else.
13:32.46playdoradio 1.14.25.24
13:33.02playdowhats the second number again?
13:33.14mcdullspl?
13:33.22phhplaydo: 1 ?!?
13:33.29mcdulldid you use uspl or hspl?
13:33.32phhshould be 52.14.25.24
13:33.46playdophh the radio?
13:33.50phhyes
13:34.01playdowait. getting pen and paper
13:34.12mcdullumm.. in blackstone we uses 1.14
13:34.29*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
13:34.38phhmcdull: oh radio rom, not radio protocol
13:34.48mcdulloh.. I see.
13:35.14slightdoes anyone have a radio rom recommendation for raph100? i've searched xda devs and google but not found any references
13:35.44playdojust keep ur radio
13:35.53playdoelsewise u will mess up with calls etc
13:36.13slighti don't have the one the phone shipped with anyway
13:36.14slightbut ok
13:36.29playdomcdull: radio: 1.14.25.24 spl: 52.64..25
13:36.38slighti'm just trying to find possible causes of the phone always crashing after about 15 mins of deep sleep
13:36.43playdomcdull: radio: 1.14.25.24 spl: 52.64.25.34U
13:36.47mcdullphh, is the 3D now enabled in eclair?
13:37.02phhmcdull: with last kernel  + chmod 666 /dev/msm_hw*
13:37.39mcdulldo the chmod after boot is fine?
13:37.56phhdon't know
13:37.58playdoslight: then search for the recommended radio in ur region
13:38.27playdophh: what do i have to do for adb to work
13:38.31slightok, but there're none that specifically play well with linux/android is all i mean
13:38.36playdoor can u explain mcdull?
13:38.39phhsudo adb start-server
13:38.40slightmy radio works pretty well with winmo
13:38.43phhand it works.
13:38.50playdonope
13:39.27playdosudo adb start-server
13:39.27playdosudo: adb: command not found
13:39.40phhbah copy it in your path ....
13:39.45mcdullplaydo, did you use HSPL or USPL?
13:40.12mcdullI now donwload the SDK for linux..
13:40.15playdomcdull: i dont remember, but it could be uspl
13:40.45Paul_Isheninphh, I see your commit which uses hw3d, but still no way to enable it. adb does not work here, pterminal hangs on su -c
13:40.56*** join/#htc-linux GNUtoo|oeee (~GNUtoo@183-48-191-193.dhcp4.fosdem.net)
13:41.06Paul_Isheninso I still don't see how to test hw3d :(
13:42.41phhjust wait for a release then
13:42.46mcdullplaydo, my windows 7 driver not compatible with usql.. could be hard for me.
13:43.19playdodont got any old xp machine?
13:43.31playdou did hspl or what mcdull?
13:44.21phhcan anyone download http://rs716.rapidshare.com/files/324500825/Libs.zip ?
13:45.32playdophh overload
13:45.48phhI know, but I meant does someone has a premium account :p
13:47.14mcdulloh.. adb not working on my ubuntu over vmware...
13:48.14Paul_IsheninI see I'm not alone with adb
13:48.14playdohow do i copy it to p
13:48.36playdophh shall i add the path of adb to my $PATH?
13:48.38mcdullplaydo, you may just start from the file location.
13:48.48mcdullbut you need ./adb instead of adb
13:48.54phhplaydo: or put adb somewhere in your path ...
13:49.01playdophh kthx
13:49.43playdomcdull that doesnt work :(
13:50.05mcdullwhat doesn't work?
13:50.43mcdullplaydo, just go to the tools folder and type ./adb
13:51.06playdowhich sdk must i install?
13:51.27mcdullandroid sdk.. or else no adb would be installed automatically.
13:51.53phhusing the adb link I gave is enough
13:52.04playdophh no, it doesn'T work :(
13:52.11mcdullwhat error?
13:52.12phhplaydo: that's how I use it ...
13:52.21mcdulloh.. chmod +x adb ?
13:52.56phhthat's a real question ?
13:53.19mcdulljust guess.
13:53.32playdocommand not found, even if in $PATH
13:54.12playdoand i dont find an sdk
13:54.24mcdullif cant start in that folder  (command not found) meaning it is not executable?
13:55.17playdono idea, i'm still linux noob
13:55.46mcdullplaydo, go to that folder and sudo chmod 755 adb
13:55.58mcdullI am noob as well.
13:56.03playdook i try
13:56.39playdofinally
13:57.00playdoand now? starting android?
13:57.22mcdullconnected the usb wire and start haret.
13:58.00playdoactive sync mode?
13:58.11chamonixphh & leobaillard : http://pjottrr.no-ip.org:81/redmine/projects/androidphh/boards/show/1
13:58.29playdook starting haret
13:59.52playdoand now? did the command from phh and no errors
14:00.14mcdulladb devices
14:00.19mcdullshow your device?
14:00.36playdo000000000000    device attached
14:00.47playdois that ok?
14:00.51mcdullthat's fine, adb works.
14:01.06phhchamonix: argh
14:01.08phhrss doesn't show post updates
14:01.50chamonixawwwww
14:03.26playdophh how to restart android?
14:03.33phhkillall system_server
14:04.05playdowhere?
14:05.14playdotheres no such process
14:05.34mcdulladb shell killall system_server     ?
14:05.56playdoargh forgot "shell"
14:06.22playdoshould there happen something in android?
14:06.26mcdullI still cant access to adb.. arrrrrrrr..... could be adb issue
14:06.44playdow00t phone went black with backloght on
14:07.17playdoand now?
14:07.21*** join/#htc-linux Bob_eponge (~chatzilla@ANice-257-1-92-9.w90-27.abo.wanadoo.fr)
14:07.23chamonixphh: I'll add a new post to the thread in future when there's something new
14:07.29phhchamonix: thanks :p
14:07.32chamonix:)
14:08.10chamonixthere's one feature I still want to add to repeat notifications a certain nmber of times or indefinitely
14:08.18mcdullwine time for mcdull
14:08.23chamonixs/nmb/numb
14:08.38playdoyup
14:08.46chamonixand I still need to find a way to get braodcasts from gtalk
14:09.25chamonixdo we have a graphic designer around?
14:10.46playdomcdull whats now? phone doesnt react
14:12.16mcdullplaydo, it may take quite a long time, or the phone will just freeze.. it happens.
14:12.28Paul_Isheninwho has good adb.exe?
14:12.48playdoexe? for windows?
14:12.52Paul_Isheninyes
14:13.07playdomcdull: can u give a time about "long" should take? ;D
14:15.04phhchamonix: that's a no :p
14:15.43playdophh how should the phone react after syterm_server restart?
14:15.48chamonixI felt that way
14:15.56phhplaydo: restart from splashscreen
14:16.04phhmaybe reboot if radio screwed.
14:16.17playdomh
14:16.38playdook i restart and try again
14:20.11*** join/#htc-linux Zoolooc__ (~fredsibar@p54955EDE.dip.t-dialin.net)
14:23.35playdoi'm too lazy actually
14:24.06phh-_-'
14:24.25phhanyway, will be ready to upload soon.
14:25.02phhjust needs a test actually :p
14:27.31leobaillardand it already doesn't work for at least one person
14:27.37leobaillard*sighs*
14:28.29GNUtoo|oeeeleviathan, where are you?
14:29.14*** part/#htc-linux kholk663 (~kholk@87.19.154.119)
14:29.16*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
14:31.56*** join/#htc-linux paul_mobile (~paul_mobi@PPPoE.214-188.IP.RastrNET.RU)
14:32.22playdophh leobaillard: need a test fpr hw3d or what?
14:32.25paul_mobilephh, can you give a link once again to your adb elf file?
14:32.35phhhttp://husson.hd.free.fr/adb
14:32.59paul_mobilethanks
14:33.51leobaillardplaydo: actually, I tested it and it didn't work for me :/ and I don't know why
14:34.07playdodevice? or what didnt work?
14:34.28paul_mobileok. now I'm trying on my linux. adb devices shows nothing again
14:34.37leobaillardplaydo: DIAM100
14:35.01playdoleabaillard: but u could activate it without probs?
14:35.10playdo-a + o
14:35.19leobaillardpaul_mobile: did you boot android with usb connected, with activesync enabled and fast mode disabled ? did you use the phh binary ?
14:35.44leobaillardplaydo: activate the hw3d ?
14:35.53playdoyep
14:36.13paul_mobileI boot android with usb connected and async enabled. no idea about fast mode. I showed me usb and debug icons on top
14:36.14playdook i give it another try
14:36.36paul_mobilenow I moved my phone to my linux machine and using phh adb file
14:36.58paul_mobileand I don't see now usb connection and debug icons
14:39.10playdophh is this correct: adb shell chmod a+rw /dev/msm_hw\*
14:39.21phhplaydo: should be.
14:40.11playdophh and what should happen after system_server is killed?
14:40.26phhplaydo: I already said it three times....
14:40.33playdobut my phone just hangs
14:41.15playdodamn it just wents black
14:42.02IceBoneWow, my phone still hasn't crashed!
14:43.09phhIceBone: and that's miraculous ?
14:43.25IceBoneWell, the previous builds were all crashing after 5-6 hours.
14:43.30phhah
14:43.42IceBone44 hours now.
14:43.48phhhuhu
14:43.53playdophh: hw3d doesnt seem to work
14:43.54phhI can't get it working that long
14:44.02phhplaydo: wow, that's precise.
14:44.15phhIceBone: you succeed not trying any new kernel for more than one day ? :p
14:44.23playdophh:
14:44.26playdo[15:41:15] <playdo> damn it just wents black
14:44.29IceBonephh: :D
14:44.35phhplaydo: with correct kernel ?
14:44.38playdobacklight on and nothing else
14:44.47playdokernel from 07.2.
14:45.07playdoor which one should i use phh=
14:45.12phhthere have been plenty of kernels today.
14:45.32IceBonephh: I'm on the 04.02. build. If the new ones work better, I'm game. But if it's just bug fixes, then I'll skip for now.
14:45.44playdocan u give me the link phh? dont got it under linux firefox
14:45.55phhwhich link ?
14:46.02playdoto kernel image
14:46.07playdokernel to use i mean sry
14:46.10phhhttp://glemsom.anapnea.net/android/htc-msm-android/
14:46.21*** join/#htc-linux Vito89 (~quassel@gw.loccal.net)
14:47.52playdophh i'm running on htc-msm-android@20100207_092412
14:48.05playdoshall i try the newer one?
14:48.10phhyes.
14:48.22IceBonephh: all the people commenting on the kernels being fastest yet. Could it be that after running for a while, the phone's performance diminishes and then with the new kernel it's no faster than with a reboot?
14:48.34IceBoneOr is it actually getting progressively faster?
14:48.49phhIceBone: or stupid people.
14:48.53IceBoneOr that.
14:50.22IceBoneHmm... if I'm reading this correctly, the latest builds have hardware 3D?
14:50.35phhyes but no.
14:50.59IceBone15:44:12 <phh> playdo: wow, that's precise.
14:51.03playdook i'm rebootiung with newer kernel
14:51.05phhIceBone: :p
14:51.19phhIceBone: we always had hardware 3D
14:51.30phhwhat's new is that we have the necessary fixes for eclair
14:51.35phhbut it also needs userland changes
14:52.20IceBoneDoes this hw acceleration fall on UI as well? Or just actual 3D?
14:52.47phhactual 3D + nexus' home + splashscreen
14:52.57phhGROUMPF
14:53.03phhI need to download 2.1 sources
14:54.20IceBoneSo no speed increase for the UI. Poop.
14:54.25IceBoneI'll pass for now.
14:54.35playdophh: just the same with the new kernel atm. phone wents black with backlight on
14:55.41*** join/#htc-linux babijoee (~babijoee4@d110-33-172-85.sun801.vic.optusnet.com.au)
14:59.51phhhi BabelO
14:59.53phhbabijoee*
14:59.55phh(one day I'll succeed.)
15:00.01IceBone:D
15:00.14IceBoneI've no idea what you're talking about philipgian. :P
15:00.21phhbabijoee: can you give me your (nexus) /system/lib/libRS.so and /system/lib/librs_jni.so ?
15:00.41babijoeehi phh
15:00.48babijoeelol
15:00.52babijoeeBabel0 feels loved
15:01.05babijoeeyeah i'll get those for you now :)
15:01.30IceBonehey, babijoee, how's your battery?
15:01.36babijoeenexus?
15:01.42IceBoneyeah
15:01.48babijoeevery good
15:01.55IceBonenew one or fixed?
15:01.55babijoee2 days full use
15:02.01babijoeei dont use new one
15:02.02babijoee:p
15:02.11babijoeegot it fixed via radio update
15:02.20IceBonecool
15:02.28babijoeemight use the extended one
15:02.33babijoeegive me more uptime :)
15:03.30IceBoneWell, with the 04.02. build I'm on 44 hours uptime (had to charge it 4 times during that, though. :D)
15:04.26babijoeelol
15:04.28babijoeenice
15:04.54IceBoneUp to 02.02. it kept crashing after 5-6 hours.
15:04.56playdophh: tried it again with no luck. phone just doesnt react any more
15:04.59IceBoneSo, kudos to all of you.
15:06.18mcdullplaydo, you said you update with sdcard right?
15:06.47playdoyup
15:07.08mcdullso it means you must be using Hard spl?
15:07.13babijoeephh: http://htcandroid.xland.cz/librs.7z
15:07.18phhthanks
15:07.24mcdullor you load the USPL everytime and unplug and start update?
15:07.43babijoeenps
15:07.51playdoif i update, i just have to put the sdcard in and the rest works itseld
15:07.57babijoeewat are they/
15:07.59babijoee?
15:08.01playdodoes that mean i have hspl?
15:08.16phhbabijoee: something needed for launcher2
15:08.28babijoeeoo whats that :p
15:08.58phhbabijoee: N1's home
15:09.13babijoeeooo
15:09.29IceBonewait wait... 5 screen home on diamond?
15:09.34babijoeewell if you need anymore file dumps i'm happy to provide :p
15:09.45phhIceBone: maybe.
15:09.53babijoeeIceBone: you can already do that with apps :)
15:09.54IceBoneI think I have an erection.
15:10.12IceBonebabijoee: yeah, but you get a load of useless shit along with it. I just need the 5 screens and NOTHING EXTRA.
15:10.22babijoeeah k
15:10.44IceBoneI keep trying these apps and then see all the other shit and go "oh, ffs... UNINSTALL!!"
15:11.03phhIceBone: N1's launcher has also some others features I think.
15:11.04mcdullplaydo, if you using update from sdcard and no need usb, it should be hspl.
15:11.15IceBonephh: hmm... such as?
15:11.21phhdon't know :p
15:11.25IceBone:P
15:11.30IceBoneWhen can I try it?
15:11.35babijoeephh: you think it can handle nexus one home?
15:11.40playdomcdull: ok then its hspl. so does that help u some way?
15:11.44phhbabijoee: G1 can.
15:11.54babijoeelink?
15:12.06mcdullI didn't flash yet..  as I have quite a lot to backup..
15:12.29playdowhat data? i store everything on my sd card
15:12.29mcdulland need to start working 8 hours later.... (bad mood on monday)
15:13.05mcdullplaydo, settings in program..
15:13.27mcdullhungry again.
15:13.31playdomh ok mcdull. i'm more used to flashing new systems ^
15:13.32playdo^^
15:14.12playdodamn, i fucking forgot 100 cds/dvds when i was in holiday
15:17.25IceBonehttp://pic.phyrefile.com/t/th/the_interceptor/2010/02/07/Kid_penis_point.gif
15:17.25IceBonewtf
15:17.52mcdullplaydo, you lost them?
15:18.10playdoyup, are still standing behind the ty in the hotel room i guess
15:18.17playdonothing to burn on atm :(
15:18.26mcdullwhy you bring them over to holiday?
15:18.34mcdullha.. pron dvds?
15:21.24*** join/#htc-linux zachy (~george@85.193.4.18)
15:25.18phhlauncher2 seems to be starting.
15:25.43phhah right, no it's not
15:32.13babijoee:( wats actually happening? fc?
15:32.21playdomcdull: nah, no pron :D but intetionally brought for burning snowboard vids
15:34.22playdoy
15:35.20*** join/#htc-linux Unholy (~IceChat7@24.227.27.77)
15:37.15Unholydo i have to delete data.img to make hw3d work with the new zimage?(on eclair)
15:38.37phhbabijoee: segfault while loading librs
15:38.48phhUnholy: no you just need a new rootfs.img.
15:39.11babijoeeh3d working ???
15:39.18Unholyon eclair yes
15:39.22Unholymrpippy fixed it
15:39.30babijoeeooo link??
15:39.34phhUnholy: not fully, I had to finish the work
15:39.37phhbabijoee: wait :p
15:39.42*** join/#htc-linux Zoolooc_ (~fredsibar@p549573C3.dip.t-dialin.net)
15:39.43Unholyah k
15:39.52babijoeecools
15:39.55Unholyso the zimage alone wont do the trick XD
15:39.57babijoeei'll update first post soon
15:40.01phhI'm trying to get launcher2 running before uploading
15:40.09Unholy0_0
15:40.10Unholynice
15:40.12babijoeeooo
15:40.23phhUnholy: the change for rootfs.img was already known before
15:40.40phhbut we couldn't apply it before without breaking much things
15:40.50Unholyyea i know, but i though mrpippy did something so that wasent needed
15:40.55phhno
15:40.57babijoeephh: does system run any smoother now that hw3d is working? i know you told me last time it didnt but i'm just curious
15:41.14phhbabijoee: don't know
15:41.19phhit's not impossible it's
15:42.56phhD/dalvikvm(13765): Making a copy of Lcom/android/launcher2/AllAppsView;.dumpState code (860 bytes)
15:42.57phhV/RenderScript_jni(13765): createRenderScript
15:42.57phhD/dalvikvm(13765): Trying to load lib /system/lib/librs_jni.so 0x0
15:42.57phhD/dalvikvm(13765): Added shared lib /system/lib/librs_jni.so 0x0
15:42.57phhI/ActivityManager( 1188): Process com.android.launcher2 (pid 13765) has died.
15:42.58phhD/Zygote  ( 1170): Process 13765 terminated by signal (11)
15:43.02phhthat's basically what happens
15:43.37phhI think it actuallly needs a whole 2.1 package
15:43.42phhso that will be for an other release.
15:44.05Unholywont that make eclair slower?
15:44.10Unholythe launcher2
15:44.15phhUnholy: don't know
15:44.20phhuses 3D accel instead of 2D accel
15:44.26phhwhich is a totally different hardware
15:44.27Unholyi see
15:44.37Unholyand ram i bet
15:45.03phhram what ?
15:45.14Unholythe launcher wont that eat more ram?
15:45.17phhah
15:45.18phhdon't know
15:45.26phhmost likely actually.
15:47.04babijoeeah k
15:47.08Unholyphh could the original launcher fiddle launcher2? to make it not want to start/run?
15:47.24phhno
15:47.28Unholyk
15:47.48babijoeejust wait for froyo or use home++
15:48.04babijoeephh: why do you want launcher2 :p
15:48.13phhdon't know :p
15:48.31Unholyits coolz?
15:48.34babijoeehonestly its just eye candy that uses valuable time
15:49.19babijoeecan you link me new rootfs?
15:49.49*** join/#htc-linux Zoolooc__ (~fredsibar@p549577FD.dip.t-dialin.net)
15:50.11phhbabijoee: not uploaded yet
15:50.21phhand I'm also doing some wifi+ramzswap changes
15:50.39Unholywohoo
15:50.44phhUnholy: ?
15:50.53Unholynothing lol
15:50.59phhok.
15:51.11Unholyoh btwthe old calibration file is that still needed for eclair?
15:51.24babijoeeok no rush :p
15:51.41phhUnholy: yes
15:51.45babijoeecalibration is for wifi :p
15:51.58Unholyah dang ok
15:52.06babijoeeits only 700bytes
15:52.35Unholyits not about space, i was just checking my sd card and the file is gone
15:52.40Unholyfor no reason
15:52.59babijoee?
15:53.01Unholyand yesterday i ran donut and it seems it dint generate the file
15:53.18babijoeedepends on which version of donut you ran
15:53.35babijoeeyou'll need to run the wifi one linked on glemsom autobuild
15:54.07Unholyalong with its own zimage,rootfs?
15:54.14babijoeeyeah
15:54.19Unholycrap ok
15:54.52phhUnholy: ah sorry, the answer to your previous question is no actually.
15:54.54babijoeeUnholy: you should be able to use the one in the xdandroid packages
15:55.23babijoeeoooh
15:55.37phhbabijoee: that's the change I said I was doing :p
15:55.43babijoeeooo
15:55.44babijoeelol
15:55.45babijoeeokay
15:55.53babijoeei'll remove it for future updates
15:56.23babijoeephh: when you're done just give me a list of things changed and i'll update first post :)
15:56.29Unholyok
15:56.48Unholyso mac address is store on the new calibration file also?
15:57.40phhUnholy: yes
15:57.47Unholyah k good to know
16:11.49*** part/#htc-linux zachy (~george@85.193.4.18)
16:17.48babijoeephh: uploading now?
16:17.53phhyes
16:18.00Unholynice
16:18.16Unholywere can we mortals download that XD
16:19.24babijoeei'll update first post Unholy
16:19.38Unholyah k
16:20.39*** join/#htc-linux bzo (~chatzilla@adsl-75-35-5-163.dsl.pltn13.sbcglobal.net)
16:20.46phhbabijoee: so, no more need for wifi calibration file, it's readen from nand, and is written to data.img
16:20.56phhramzswap settings from user.eclair.conf are applied
16:20.57babijoeekk
16:21.05phhand enable 3D
16:21.07babijoeekk
16:21.26phhmy memory says that's all.
16:21.32UnholyXD
16:22.23babijoeenps
16:22.53*** join/#htc-linux timebomb (~tb@e177142172.adsl.alicedsl.de)
16:22.58phhmy system is still booting with new data.img to confirm for wifi
16:24.19phhbabijoee: home++ seems to rox.
16:24.33phh(based on screenshots at least)
16:25.16babijoeelol it does
16:25.49babijoeea friend told me a site for cracked apps
16:26.01babijoeei dont wanna spread piracy
16:26.18*** join/#htc-linux kvaster (~kvaster@live.bn.by)
16:26.25phhbut you want to give it to me ? :p
16:28.40babijoeelol
16:29.12phhchamonix: I'm still waiting for your sources btw :p
16:30.02phhupload finished btw
16:30.09bzowhat do you guys think of the new vogue non-rootfs system, should we move to it?
16:30.17phhhttp://htcandroid.xland.cz/Android2.0.1-07.02.10.7z
16:30.20phhbzo: yes but no.
16:30.58bzoit would save us about 10mb when we start flashing to nand
16:31.27babijoeekk
16:31.45phhdoes someone know if android apn stuff handles MVNO ?
16:32.00babijoeeMVNO?
16:32.10babijoeenever seen it in apns-conf.xml
16:32.35phhvirtual network
16:33.07phhlike operators having no real gsm cell, but using others' one
16:33.46Unholythx phh
16:36.23Unholythere no need to replace system.img right phh?
16:36.37Unholy.sqsh*
16:36.45babijoee3d drivers
16:36.50phhUnholy: good question.
16:36.52phhtheorically not
16:36.56babijoeeno?
16:36.57phhbut I remember I changed something.
16:37.20Unholyhmm il replaced it then
16:37.38babijoeeUnholy: doesn't hurt to
16:41.37phhdownloading 8MB @ 40kB/s is ssssslllllloooooowwwwwww
16:43.28*** join/#htc-linux slight (~23hdci278@28.113.221.87.dynamic.jazztel.es)
16:44.38*** join/#htc-linux slight (~23hdci278@28.113.221.87.dynamic.jazztel.es)
16:45.28babijoeelol
16:46.06*** join/#htc-linux Zoolooc_ (~fredsibar@p54957A98.dip.t-dialin.net)
16:46.07Unholyi found home++ beta
16:46.09Unholyand its free
16:46.18Unholyhttp://www.androlib.com/android.application.mobi-intuitit-android-launcher-xqED.aspx
16:47.01phhUnholy: yes that's what babijoee said earlier
16:47.06babijoeedl new package at 60kb/s is sssssslllllllllooooooowwwwwww
16:47.28phhbabijoee: ?!?
16:47.37phhthat's all you can get from xland.cz ?
16:47.41babijoeeno
16:47.46babijoeeusually its faster
16:47.56Unholystrange mind downloaded at full speed alredy booting it
16:47.58babijoeemy net is weird
16:48.13babijoeenormally i dl it at 250kb+
16:48.33babijoeeoh well 5 mins to go
16:49.37babijoeephh: its no priority but is it possible for you to get flash working?
16:49.51babijoeeflashlight*
16:50.13babijoeei can provide some free* apps :)
16:50.35Unholyflshlight app?
16:50.39Unholyflash*
16:50.53phhUnholy: raphael has flash.
16:51.11Unholyno i mean babijoe
16:51.15*** join/#htc-linux illumanti (~illumanti@rocik.pl)
16:51.18phhI think that's what babijoee means
16:51.34*** part/#htc-linux illumanti (~illumanti@rocik.pl)
16:51.52Unholyah k
16:52.00babijoeeUnholy: very confused lol
16:52.02Unholyomg wifi connected
16:52.13phhUnholy: oh right I forgot to check that.
16:52.16babijoeeany freezing?
16:52.28Unholyno frezze
16:52.29Unholyso far
16:52.48babijoeeturn on and off
16:53.07Unholyfirst time no frezze
16:53.17Unholysecond time i did i little faster and it froze
16:53.23phhbabijoee: oh don't worry it will freeze.
16:53.29Unholyrestarting android
16:53.57babijoeeah k
16:53.58babijoeelol
16:54.10Unholywifi is evil
16:54.21babijoeeno
16:54.25babijoeeandroid is evil
16:54.28UnholyXD
16:54.32slightwifi is also evil
16:54.39babijoeewifi is good :p
16:54.46phhUnholy: what board do you have ?
16:54.46slightwifi is a pain in the arse :D
16:54.56Unholyraph110?
16:55.04babijoeelol
16:55.14phhUnholy: can you give me the result of the free command ?
16:55.31Unholya sec need to reboot android
16:55.38Unholyon winmo right now
16:56.10Unholybooting android
16:56.24babijoeephh: wat u getting?
16:56.37phhbabijoee: ?
16:56.49babijoeeramzswap and free values
16:56.58phhah
16:57.05phhbabijoee: default ramzswap setting in the build is 100MB -_-'
16:57.18babijoeewoahh
16:57.20phh<PROTECTED>
16:57.21phh<PROTECTED>
16:57.21phhTotal:       206928       188936        17992
16:57.41phhbabijoee: well for most devices it should be fine now
16:57.42babijoee17992 free? only
16:57.43phhbut not for diam.
16:57.52phhbabijoee: it uses as much ram as possible
16:57.59babijoeeooo
16:58.14phhso it's normal
16:58.32Unholystrange nexxus animation is gone
16:58.40phhUnholy: ARGH
16:58.47phhdid you updated everything ?
16:58.56Unholyyup
16:58.56phhincluding zImage modules & startup ?
16:59.01Unholystartup no
16:59.07Unholyi belive its the same
16:59.08phh.
16:59.19phhyou renamed zImage.xxxxxxx to zImage maybe ?
16:59.22babijoeei'm getting 115292 free mem
16:59.23Unholyi did
16:59.39babijoeephh: its still here for me
16:59.43phhbabijoee: well just after startup that's also what i get.
16:59.51*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
17:00.11phhUnholy: then give me the result of dmesg
17:01.21babijoeehmm 3d isnt working =/
17:01.34phhit's working for me and MrPippy -_-'
17:01.38babijoeei maybe have to inititate it in winmo?
17:01.52phhyou need a 3D app in wimo yes
17:01.55babijoeeah k
17:01.58babijoeemy bad :p
17:02.22Unholymem 182648 180332 2316 o 15860
17:02.34Unholyswap 102392 0 102392
17:02.37adamwwhat's the news? 3d accel
17:02.38adamw?
17:02.50babijoeecheck first post
17:02.53Unholytotal 285040 180332 104708
17:02.57babijoeenew package by phhusson :)
17:02.59adamwbabijoee: kk will do
17:03.01adamwnice!
17:03.02adamwthanks phh
17:03.37playdohey, howto unzip 7z under linux? whats the best program for that task?
17:03.42*** join/#htc-linux ulaas (~ulaas@88.253.28.33)
17:03.48Unholygot 104 free ram
17:03.53phhplaydo: let me be imaginative
17:03.53phhmmmmmmm
17:03.57phhI'd say something like
17:03.58phhmmmmm
17:03.59phh7z
17:04.00phhshould work.
17:04.03babijoeelol
17:04.04playdo-.
17:04.13playdoi asked for some alternatives or ides
17:04.15playdoideas
17:04.22phh7za then.
17:04.36babijoeewats wrong with 7
17:04.39babijoee7z
17:05.00adamwfor linux the command is 7za
17:05.04phhadamw: nop
17:05.05adamwin the package p7zip
17:05.07adamwjust for fun
17:05.09phhthere is both 7z and 7za
17:05.15adamwnever came acros s7z.
17:05.16phhI still haven't understood the difference though.
17:05.35phhphh @ phh-desktop ~ % rpm -qf /usr/bin/7za
17:05.35phhp7zip-9.04-1mdv2010.0
17:05.36phhphh @ phh-desktop ~ % rpm -qf /usr/bin/7z
17:05.36phhp7zip-9.04-1mdv2010.0
17:05.36phhphh @ phh-desktop ~ %
17:05.37phhnot really helpful.
17:05.50adamwyou run mandriva?! oh man, you're awesome.
17:05.50Unholyphh i need to start a hw3d in winmo before android?
17:05.56adamwit's probably a helpful symlink
17:06.02adamwls -l /usr/bin/7z*
17:06.28babijoeephh: did you try neocore?
17:06.36babijoeewats benchmark did you get?
17:06.45*** join/#htc-linux balans (~Gebruiker@82-170-215-5.ip.telfort.nl)
17:07.17Unholyneocore restarted my phone 0o
17:07.39phhUnholy: bah touchflo3D is enough
17:07.46adamwplaydo: why are you asking btw? are you getting weird 'permission denied' messages?
17:07.50phhbabijoee: not yet.
17:08.00Unholyok will do phh
17:08.12phhUnholy: you don't even have touchflo3D ?
17:08.25playdoadamw: nah, just wondering cause i cant open it and found a few packages for 7z on my system
17:08.26Unholyi had it but removed it from my rom got tired of it XD
17:08.37phhUnholy: ah.
17:08.49Unholyil just run a game aned leave in backgroud
17:09.01phhUnholy: works too.
17:09.23Unholybut dang touchflow works better less of a hassle
17:09.27adamwplaydo: oh. only one I know is p7zip/7za. it mostly works. if you have it installed, tools like file-roller will open 7zip files.
17:09.46phhbabijoee: so, your question was actually for the near camera LED of raphael ?
17:09.50adamwphh: I used to work for mandriva btw :)
17:10.12babijoeeyeah
17:10.29playdoadamw: thats why i'm wondering. i have file-roller and lzma but i it doesnt open
17:10.33phhbabijoee: ok, I might do that.
17:10.39babijoeethanks
17:10.46babijoeeneed it for after work :)
17:11.19phhgroumpf don't know how to do it properly and easily (the actual code is just one line.)
17:11.37adamwplaydo: lzma is different
17:11.50adamwplaydo: file-roller is just a frontend, it doesn't do de-archiving itself
17:12.01babijoeephh: ah k
17:12.13babijoeewe'll i can always use my nexus one torch :p
17:12.17playdoadamw: so i need p7zip?
17:12.33babijoeeplaydo: wat linux distro are you using?
17:12.36phhbabijoee: N1 has a light ? or you're speaking about the screen ?
17:12.47playdobabijoee: ubunut netbook remix
17:13.00babijoeephh: its got a flashlight
17:13.06slight"hw3d ( MrPippy & Phhusson )"
17:13.06playdoi just install p7zip so its alright ^^
17:13.11slighti love you guys :)
17:13.48slightif running from nand stops my sleep crashes i'll be totally dumping winmo :)
17:14.17phhslight: yeah but it's not flashable.
17:14.47slightoh, can it run from nand somehow now?
17:15.08Unholydamn home++ looks so clean and nice
17:15.09babijoeeanyone notice that the nexus one animation is less smooth?
17:15.15phhbabijoee: yes
17:15.19babijoeeah k
17:15.21phhway less smooth :'(
17:15.23babijoeethat means 3d works
17:15.27babijoeeyeah =/
17:15.28adamwplaydo: yes
17:16.18phhbabijoee: hardware 3D under heavy CPU load has always been bad
17:16.30phh(and yes startup uses heavily the CPU.)
17:16.51phhmaybe we could set high priority on this process
17:16.56babijoeelol
17:17.03phhbabijoee: 19.4fps
17:17.25slighti see test results on redmine from sven k about running off nand. is there any sort of how-to or is this still black magic? :)
17:17.34babijoeeok
17:17.51phhslight: I don't want people to use this method
17:17.57slightok
17:18.36phhI want real flashing.
17:21.10babijoeebah i'm getting fc on neocore
17:21.15slightsure understood. i was just wondering if it was something i could try as a stopgap, because i can't use android yet because of the consistent crashing
17:21.24*** join/#htc-linux enjalot (~enjalot@wg-d232254.dsl.fsu.edu)
17:21.52*** part/#htc-linux jumoit (~samuel@121.77.87.145)
17:21.56Unholyslight whats your device? mines runs just fine(raph110)
17:21.56babijoeeslight: iirc chamonix says its quite the same
17:22.17slightraph100
17:22.29phhbabijoee: he also said he has pretty much no crash -_-'
17:22.57slighti've tried everything
17:23.04slightthink it happens with donut too
17:23.21babijoeephh: i do too :p
17:23.30slightonly thing i can think of that's left, other than a dodgy phone, is that it's running off the sdcard
17:23.44babijoeei'm baffled when people get all these problems... i dont encounter besides wifi
17:23.55slightwell that's computers for you :)
17:24.10slighta million different configurations, all slightly different
17:24.22babijoeeslight: people with same devices :p
17:24.54slightbooting off different versions of winmo with different settings on different networks with different installed apps and different sd cards :)
17:24.57babijoeeewwww scrolling is very jerky
17:25.07babijoeei guess too much CPU usage
17:25.36babijoeenotification bar is really smooth though
17:25.47Unholydang hw3d is not working here neocore keepsrestarting device
17:26.01Unholyim gona replace my startup
17:26.12babijoeeUnholy: you need to initiate 3d in winmo
17:26.19Unholyi did
17:26.32babijoeeshouldnt have anything to do with startup
17:26.38Unholyim gona flash a rom with xpanels
17:26.43babijoeeah k
17:26.48Unholyil test again afte rim done flashing
17:26.52Unholyafter*
17:26.57Unholymaybe games is nto enof
17:27.00Unholynot*
17:27.02Unholyomg typos
17:27.03UnholyXD
17:27.52phhbabijoee: so 3D works for you ?
17:27.58babijoeeyeah it works
17:28.06babijoeeweird, scrolling is smooth now
17:28.25slighti think android does the now common trick of showing the UI while it's still loading services
17:28.41slightso there'll be some high load for a while after you get to home
17:28.47Unholybabijoe did you try home++
17:28.49Unholyits great
17:29.22babijoeeUnholy: yeah but its not for me :p
17:29.29Unholyi see heh
17:29.30babijoeewell atleast on my raph
17:29.38babijoeenexus one i prefer launcher2
17:30.04Unholyyea that ones looks cool too
17:31.22phh"What's a suitable bench mark I can use to see if HW3D works?"
17:31.23phhlol.
17:31.28phhas if a benchmark was needed.
17:31.49phhadamw: so 3D works for you ?
17:33.03*** join/#htc-linux Scepterr (~scepterr@ool-18b92277.dyn.optonline.net)
17:33.36slightdoes android fall back to sw rendering for 3d games if there's no acceleration available?
17:34.00slighti just played labrynth lite in its 3d mode, and it was 3d but very low fps
17:34.00babijoeenope
17:34.03slightk
17:34.06babijoeeit freezes and reboots for me :p
17:36.40phhslight: yes.
17:36.55phhbabijoee: any logs ?
17:37.02babijoeenah
17:37.05babijoeei didnt bother
17:37.09babijoeeopps
17:37.21babijoeewait this was when i didnt enable 3d in winmo
17:37.29babijoeenvm lol
17:37.45slightok, how can i tell if my 3d is accelerated?
17:38.02slightas i've no idea what sort of performance to expect from the raph
17:38.04babijoeerun a game?
17:38.13phhslight: you get something like <<1fps, or ~ 10fps for labyrinth lite ?
17:38.26slightprobably more like 10 fps
17:38.32phhworks then I guess
17:38.35slightcool
17:38.43phhI don't know why it's so slow for labyrinth lite :/
17:38.58slighti just tried some light cycle game and i'm pretty sure it wasn't being rendered by the cpu
17:39.06slightvery nice!
17:39.15phhlabyrinth lite worked really smooth on donut
17:39.25babijoeeAPI demos actually performed worse too =/
17:39.27phhmaybe the g-sensor code is too slow now mmmm
17:39.30babijoeenot that you care phh :p
17:40.13babijoeedont think it has to do with gsensor :)
17:40.25phhdon't know
17:40.32phhI think it actually does.
17:40.45babijoeeooo
17:41.43slightstrangely it doesn't seem to have much affect on the ui
17:42.01phhslight: why is that strange ?
17:42.16slightis it being rendered in sw still?
17:42.20babijoeedisable gsensor and see if it helps :p
17:42.33phhslight: no.
17:42.35playdosomeone got blackstone booted with new build?
17:42.36phhit has always been hardware
17:42.41slighti thought with those fades and scrolls and whatnot it'd take advantage of the acceleration
17:42.44slightoh ok
17:42.57phh2D hardware has no link at all with 3D hardware
17:43.00slightthought it was performing pretty impressively for sw rendering :p
17:43.16phh(well 3D rendering uses 2D rendering to blit to screen)
17:43.16slightsure but increasingly '2d' ui stuff is 3d accelerated
17:43.39slighton maemo they're using clutter for example
17:43.41phhslight: you don't want to do textured stuff with 3D engine
17:44.24slightdo you mean on msm* specifically or in general?
17:44.36phhin general
17:44.50phhall the 3D desktop stuff on desktops is really heavy load for graphic cards
17:44.51slightwhat about things like compiz and clutter?
17:45.03playdophh: blackstone doesn't boot with new build. just stops before boot logo
17:45.12phhplaydo: which bootlogo ?
17:45.16playdoX
17:45.21slighti don't know about that, compiz can run on some pretty old hardware
17:45.30playdothis fading big X
17:45.47babijoeeplaydo: pretty nexus one boot animation
17:45.47playdolast console entry was a READ
17:46.06phhslight: basic features like "doing a cube", needs a recent enough graphic card (>= nvidia 600 ~~) to perform well
17:46.09playdobabijoee: dont know the nexus one. its the first animation after console
17:46.23phhwhile a non textured cube well... it just runs without any problem even with software :p
17:46.25slighti'm thinking more about compositing
17:46.39phhslight: yes that's linked
17:46.46slightscreen redraw is much faster and smoother on compiz than metacity for eg
17:46.49phhplaydo: any real message maybe ?
17:47.01babijoeeplaydo: yes thats the nexus one boot animation
17:47.06playdowait
17:47.22slightanyway n900 uses 3d accel for its UI (clutter) so i was just wondering if android did similar, but apparently not :)
17:47.23playdoandroid booted now, but without any animation
17:47.30phh.
17:47.40phhslight: I think N1 does that partly
17:47.46phhslight: htc sense ui does too
17:47.50phh(and it's said to be slow)
17:48.00babijoeeyeah its just like touchflo
17:48.00Unholysame here slight
17:48.13phhUnholy: with a 3D app ?
17:48.14playdophh: i waited a few minutes after the first boot but nothing happened. now it booted after a minute black screen
17:48.16phhlaunched I mean.
17:48.21phhsame question for playdo
17:48.25Unholyno i mean the boot animation is gone
17:48.31phhUnholy: no it's not.
17:48.36playdounholy: me too
17:48.36phhit's just that 3D hardware doesn't work
17:48.42playdodamn
17:48.54Unholyoh so 3d is not working then?
17:48.54playdophh can u give an 3d app for testing?
17:49.02babijoeedl app from market :p
17:49.07playdowhich one
17:49.11phhbabijoee: for WM I think he meant :p
17:49.14babijoeeuhh neocore
17:49.17playdok
17:49.29babijoeewinmo or android playdo /?
17:49.34playdoandroid
17:49.48babijoeejust dl labrynth lite
17:49.51babijoeeand use 3d
17:50.04playdofor testing the new driver. k i will try babijoee
17:50.23Unholymeh neocore force close wtf
17:50.27babijoeeneocore will give you a benchmark score
17:50.45babijoeephh: getting 19 fps for neocore is pretty decent
17:50.57Unholygah 3d keeps restarting my phone
17:51.00babijoeemaybe gsensor is causing probs
17:51.03phhbabijoee: I'd like to get scaling stuff :/
17:51.53playdono one tested on blackstone so far?
17:51.57babijoeephh: i'll try removing gsensor driver and see if any improvements can be seen
17:52.12*** join/#htc-linux thedicemaster (thedicemas@j89126.upc-j.chello.nl)
17:52.13phhbabijoee: no need for that.
17:52.19phhneocore which is an heavy 3D app is smooth
17:52.30babijoeeyeah
17:52.31phhlabynrith lite which is not heavy is not smooth.
17:52.42phhthe answer seems obvious
17:52.48babijoeeokay
17:53.07phhI have to check if i didn't forget the debug messages for gsensor
17:53.08Unholybabijoee so neocore works for you and you got a raph?
17:53.23babijoeei think i may need a new version
17:53.27babijoeeso i'm dl a new one now
17:53.32babijoeeit works for phh
17:53.44playdobabijoee: labyrinth doesn't seem to work 3d :(
17:54.01Unholyhmm mine if i run it for the first time it gives me a black screen
17:54.07Unholysecond tie it restarts my device
17:54.15Unholytimne*
17:54.17Unholytime*
17:54.20|Jason8|armadillo roll!
17:54.22babijoeeplaydo: so 3d is broken for blackstone
17:54.29playdogot black screen too unholy
17:54.35babijoee|Jason8| that will kill your device
17:54.40playdobabijoee: seems to. trying neocore
17:54.49|Jason8|babijoee: I've played it on my raph
17:54.52Unholydang
17:54.54babijoeelol
17:55.00playdow00t restart :D
17:55.01playdolol
17:55.01|Jason8|right when the gsensor was first considered "working"
17:55.02babijoeemy nexus one doesnt play it smooth
17:55.09|Jason8|it was playing it smooth as silk
17:55.21babijoee?
17:55.22|Jason8|just couldn't steer because the gsensor was semi-broke yet
17:55.23|Jason8|XD
17:55.24playdosame for me unholy
17:55.37playdorestart after second try<
17:55.38babijoee|Jason8| impossible :p
17:55.38phhplaydo: with a 3D app in wimo at start ?
17:55.47phh|Jason8|: and I just plaid it fine :p
17:55.49|Jason8|babijoee: Not even kidding.
17:55.50playdowithout phh
17:55.52Unholyiv got x2 panels on winmo
17:55.54phhplaydo: ........
17:55.56babijoeeserious
17:56.03phhbabijoee: I swear
17:56.06playdoman, then say it to me xD
17:56.06phhon donut it's just perfect
17:56.11babijoeewoah
17:56.17phhplaydo: oh I said it only mmm 5 times today I'd say
17:56.42babijoeei'm amazed
17:56.44playdoand got better things to do, than reading all the time irc, so sorry for that
17:56.46phhbabijoee: but if it doesn't work on nexus, I'd say the other screwed something :p
17:56.47babijoeelets go back to donut XD
17:56.56babijoeeit does phh
17:57.04babijoeebut it doesn't seem really smooth
17:57.09babijoeei'll try it later
17:57.23Unholyno wifi on donut =P modules need to be update or so it seems
17:57.25playdowhat winmo app uses 3d?
17:57.32|Jason8|touchflo?
17:57.40playdosense?
17:57.46|Jason8|yeah
17:57.49playdo-.-"
17:57.54Unholynah cant get 3d to work =/
17:57.57Unholydang*
17:57.58phhplaydo: not on stock ROM iirc
17:58.07phhbabijoee: on donut it was really smooth
17:58.17|Jason8|I had EnergyROM on my fuze
17:58.22|Jason8|which has all the 3D drivers
17:58.24playdoif i got sense, that means i dont got stock rom phh ;)
17:58.28|Jason8|stock roms don't have drivers.
17:58.29phhplaydo: ?
17:58.31babijoeephh: :'( why nexus
17:58.45phhplaydo: what is the stock rom interface name then ?
17:58.45|Jason8|fff.  The one thing I hate about android is how crappy the market works.
17:58.52playdomanila 2.1
17:58.54playdophh
17:59.00|Jason8|it'll sit at starting download for a month
17:59.05phh|Jason8|: works fine for me
17:59.13babijoeesame here
17:59.16playdosense is manila 2.5, stock is just touchflo
17:59.34|Jason8|shrugs
17:59.39phhI'd bet manilla* is called touchflo
17:59.58Unholyim goin to replace my android files again see if i missed something
18:00.03playdophh youre right, manila is called touchflo and since version 2.5 its called sense
18:00.16phhclever.
18:00.17|Jason8|phh: the later 2.1 builds and all 2.5 builds are labeled sense.
18:00.19playdo^^
18:00.19|Jason8|aye.
18:00.39playdoi think sense got 3d in pictures and music tab, am i right jason?
18:00.48phhplaydo: just to be sure, download http://forum.xda-developers.com/showthread.php?t=425216 and launch it
18:00.52Unholysens in whole is 3d
18:00.54phhand see how much fps you get on it
18:00.54|Jason8|Well, it's called TouchFlo3D for a reason...
18:00.59Unholywithout drivers you cant run it
18:01.04playdophh ok, i'll give it a try
18:01.05phhUnholy: really ?
18:01.06phhmmmm
18:01.09|Jason8|no
18:01.10phhplaydo: no need then.
18:01.13|Jason8|you can run sense without drivers
18:01.18Unholynop
18:01.19phhplaydo: so yes need :p
18:01.20Unholyyou cant
18:01.21playdojust to be sure phh
18:01.23|Jason8|the HD2 comes with sense and without drivers. XD
18:01.34Unholynah it has to have some kind of driver
18:01.35phh|Jason8|: really ?*
18:01.38phhthey did that again?
18:01.40Unholysense depends on opengles
18:01.43|Jason8|yeah.
18:01.47|Jason8|Crappy drivers.
18:01.49phhUnholy: opengles can be done software
18:01.59phhand it has been done in stocks diam/raph roms
18:02.07Unholywell if it runs its emulated opengl then or something
18:02.21Unholykaiser cant run touchflo unles you install drivers
18:02.32Unholysame goes for touch pro
18:02.37|Jason8|no
18:02.44|Jason8|kaiser had issues with it's own 3D drivers
18:02.45phhUnholy: stock raph rom has no opengles driver ...
18:02.50Unholydude cook a rom with no 3d drivers and sens 2.5
18:02.52Unholyand tell me if works
18:02.54Unholyit wont
18:03.08Unholyerm with sens 2.5*
18:03.12phhno hardware driver i mean.
18:03.16|Jason8|Unholy: it's more the drivers that HTC releases that don't use hardware accel
18:03.39Unholyi know jason but if you cook a naked ro with no drivers, but you include sense 2.5
18:03.41Unholyit will not run
18:03.45Unholyit will give you an error
18:03.53phhUnholy: ok, with software drivers
18:03.53Unholyrom*
18:03.54phhif you want.
18:04.06|Jason8|use HTC's software drivers
18:04.09Unholyi mean no drivers
18:04.26playdophh this could be the problem. i install the drivers and report back this evening/tomorrow
18:04.27|Jason8|well we're talking about software vs hardware
18:04.30|Jason8|have been the whole time
18:05.05phhanyway, drivers is something to talk to hardware, "software drivers" is stupid ...
18:05.14slightphh, did you say you're planning to do a new donut build?
18:05.19|Jason8|babijoee: armadillo roll runs smooth as silk on my dream. :P
18:05.31babijoeebah, stop teasing
18:05.42phhslight: yes but no
18:05.43Unholyi really cant see how that could be, to my knowledge hd2 does have 3d drivers just all bugged and slow
18:05.45*** join/#htc-linux luklew (~luklewluk@207.west.gre.pl)
18:05.46luklewhi :)
18:05.49slightphh lol :)
18:05.53phhslight: I have to see what's the status of markinus' donut
18:06.06babijoeesomeone still on donut?
18:06.12babijoeehmmm must have a look
18:06.17slight17.5 fps on neocore on my raph100 with latest build from xda
18:06.30phhslight: I think you could just use it, what you won't have is wifi
18:06.33phhor bad working
18:06.36phhand markinus is working on that
18:06.37slighti installed your last build the other night phh, it was quite nice
18:06.58slighti don't use wifi so that's fine, but i had quite a lot of trouble waking it from sleep
18:06.59luklewHow Can I running Linux Ubuntu on Touch Pro? :D
18:07.13phhluklew: hum I have some image somewhere
18:07.20slightalso raph touchpad kept going crazy
18:07.22luklewi'm was trying and x-server doesn't work
18:07.31phhluklew: define "doesn't work"
18:07.36luklewfreeze
18:07.46luklewblack display and freeze
18:07.52phhoO
18:07.58luklewon kernel from Android donut
18:07.59phhany log ?
18:08.13luklewgive me image ]:->
18:08.19babijoeewoah 12.5 frames :p
18:08.19phhI can't see how X can ever start -_-'
18:08.33phhbabijoee: you're running seti^home in the same time ? :p
18:08.45luklew?
18:08.47babijoeeseti^home?
18:08.49babijoeenope
18:08.54leobaillard^^
18:09.01slightlol
18:09.02babijoeenew data.img and only neocore installed
18:09.12leobaillardwell, my school presentation is done ! I can't wait to test the 3D :D
18:09.18slightdid you just reboot babijoee ?
18:09.20babijoeehi leobaillard
18:09.25babijoeeyeah
18:09.33leobaillardhi babijoee
18:09.33slightgive it 3 or 4 mins then run it again
18:09.37babijoeeok
18:10.06babijoeewoah second attempt 11.7 frames
18:10.07babijoee:)
18:10.13phhbabijoee: hum.
18:10.25phhseriously what are you doing with it ? :p
18:10.30babijoeenothing
18:10.32babijoeei'm serious
18:10.36phhcan't be :p
18:10.42babijoee-.-"
18:10.49luklewwhy I havn't sound in Android 2.0.1 ? :( I'm using character scanner and I don't know what I must delete
18:11.28Unholyphh if the nexxus boot animation does not show that means 3d is not working?
18:11.45phhUnholy: yup
18:11.54Unholydang dosent work then
18:12.00Unholyiv tried evrything
18:12.15slightbabijoee, kill apps?
18:13.00babijoeeok
18:13.06babijoeei'll reboot again
18:13.12babijoeehopefully it should help
18:13.31slightoh, is there cpu scaling going on? perhaps being on mains power might have an effect?
18:14.05phhoh armadillo roll is quite smooth
18:14.11babijoeeeclair?
18:14.11phhso it's just that labyrinth lite sucks.
18:14.20babijoeewaaaaa
18:14.35phhslight: AFAIK the settings are the same for AC and battery
18:14.35babijoeephh: armadillo also use gsensor too
18:14.59babijoeeor not?
18:15.13phhyes
18:15.21phhhum, not as smooth as donut still.
18:15.32*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
18:15.32babijoeei remmeber using trackball for it
18:15.51phh?!?
18:15.58babijoeen1
18:16.03phhit works only with gsensor -_-'
18:16.09babijoeeooo
18:16.17babijoeemy memory serves me well
18:16.24phhthat's why I coded the orientation sensor actually :p
18:16.37babijoeelol
18:16.50babijoeephh: reason to code for Android = GAMES
18:16.51babijoee:)
18:17.04phhbabijoee: yes and ? :p
18:17.10babijoeeno objections
18:17.23phh"Runs games really smoothly and achieved equal if not better benchmark scores that other Android devices. " <---- not that much, we still have twice as much pixels as android devices :p
18:17.26*** join/#htc-linux kvaster (~kvaster@live.bn.by)
18:17.44babijoeetrue
18:17.48phhfor the same 3D engine
18:18.02phhstill, 20fps no neocore is more than half of android devices score
18:18.29phh(but gpu performance is not a linear function of the resolution, ok.)
18:18.33slightwould there be any way to run android pixel doubled? :)
18:18.43phhbabijoee: oh, you ran the benchmark with or without sound ?
18:18.49babijoeewithout
18:18.53phhah
18:18.56phhnot the reason then.
18:19.04phhslight: full android yes, but that'd me ugly
18:19.14phhI'm tring to think of a way to do so only for  3D
18:19.26babijoeestrange i cant run neocore now
18:19.27babijoee=/
18:19.30slightno more ugly than it is on the qvga devices though :D
18:19.31babijoeedamn it
18:19.39slightor are they not qvga?
18:19.43phhslight: hvga
18:20.17phh320x480
18:20.17slightah
18:20.17phhslight: I said we had twice as much pixels
18:20.18phhjust do the math :p
18:20.18slightnah i didn't see that :)
18:20.18phhI still get 19fps on neocore
18:20.45Unholyhey phh do i have to rename the zimage
18:20.58phhUnholy: not if you change the startup
18:21.10slightso, just to be a pain in the arse. i know you don't approve of the curently available way of running off nand, but is there any chance i could do it anyway? :p
18:21.28phhslight: ask chamonix
18:21.30phhhe noted everything
18:21.37slighti just want to be able to use android without it dying as soon as i put it in my pocket ;)
18:21.39slightah ok ya
18:21.41slight*ta
18:21.42phhand if there is some piece of information missing I can explain
18:22.34slightgreat thanks
18:22.44Unholytrying android for second time clean =/, wish me luck
18:23.24phhthere are some things I don't understand with H++ -_-'
18:23.32phhI guess the documentation isn't useful.
18:23.55phhbabijoee: in the updates, there is also a ledeffect update
18:24.10*** part/#htc-linux luklew (~luklewluk@207.west.gre.pl)
18:24.17babijoeeokay
18:24.24babijoeeupdated by cham?
18:24.54phhyup
18:26.00Unholygah i give up hw3d wont work
18:26.26playdounholy what phone do u got?
18:26.35Unholyraph110
18:26.40playdohmm k
18:27.53bzohmm, labyrinth lite is actually work well for me in 3d
18:29.30Unholyim starting to think its my rom
18:29.47phhUnholy: possible
18:29.49phhbzo: really ? hum
18:30.32bzomaybe difference is I forgot to change /dev/hw* perms before I started it, so it ran slow software renderer. Then I fixed perms, restarted and it was fast
18:30.43Unholyim goin to try donut
18:31.13playdodo i need to change permissions in the new build???
18:31.32phhplaydo: no
18:32.04bzoI just copied the zimage and modules, which is why I have to fix perms manually
18:32.06playdocrap, startup animation isnt working after installing 3d drivers phh.  trying labyrinth but i think its obviously not working
18:32.13playdook bzo
18:32.27phhplaydo: does the wimo app I gave runs "smooth" ?
18:33.15playdodidnt try, cause i got not much time atm. started android directly
18:33.33playdogoing to diner now, i report back when i tried verctor app
18:34.41Unholyif 3d works on donut il shoot my self
18:41.06Unholygah dosent work on donut ether must be my rom
18:42.40slightis this a problem? : msm_timer_enter_idle: timer late -32, reprogram it
18:43.13slightit's all that's in my /proc/last_kmesg (repeated hundreds of times) after it crashes
18:44.53slightoh i have a stack of fsck00**.rec's too, are they crash dumps of some sort?
18:45.59Unholyanyone here with a raph110?
18:54.15*** join/#htc-linux thedicemaster (thedicemas@j89126.upc-j.chello.nl)
18:57.46phhUnholy: try the app I linked before
18:57.48phhthe wimo app
18:58.18Unholywitch one 0o
18:58.28phhhttp://forum.xda-developers.com/showthread.php?t=425216
18:58.59Unholyok gona try it
18:59.39Unholyi almost got hw3d on donut with the snes emu but the games dont start they just stay in a black screen
18:59.52*** join/#htc-linux c2d (~Mike@port-92-200-71-214.dynamic.qsc.de)
19:00.01phhUnholy: so it's just the same as usual :p
19:00.08Unholybasicly XD
19:02.52Unholyok i got the hologram app working
19:02.57Unholyits as smoth as silk
19:03.07phhmeaning ?
19:03.08phhhow much fps ?
19:03.46Unholy25
19:03.56phhbaaaaaaaaahhhhhhhhh
19:04.01phhtry to start haret without killing this app maybe
19:04.23Unholyok
19:05.10Unholybooting eclair wish me luck =X
19:06.33Unholyahhhh omfg
19:06.35Unholyit worked
19:06.38Unholyatleast the animation
19:06.39UnholyXD
19:06.58phhso your touchflo3D doesn't use hardware 3D ? :p
19:07.17Unholyit does without it wont run XD
19:07.30phhyeah.... no....
19:07.56Unholyhaha
19:08.02Unholywell for me it wont
19:08.17Unholyand with software driver it will choppy, if they even exist
19:08.23Unholywill be*
19:08.50phhtouchflo3d used to be choppy :p
19:09.26Unholyand prety shure jason is mistaken with hes hd2, it does have 3d drivers thats y chain fire released a patch to fix them
19:09.26phhbabijoee: we can add flan's gallery now :D
19:09.29phh( http://droidmuff.in/downloads/flan-gallery/ )
19:09.36Unholyif not he wouldent have done it XD
19:09.45phhUnholy: drivers might be just disabled
19:09.54phhstock diam roms really had no 3D accel
19:10.04phhrunning the VR app I linked gave <1fps
19:10.06Unholyoh ya same with kaiser
19:10.14Unholy1fps 0o
19:10.33phhand yes, with touchflo3d.
19:10.42Unholyah i see
19:11.07bzophh, in the new build, where are you fixing perms? Trying to figure out why mine still has to still be fixed manually.
19:11.41phhbzo: init.cfg/init.eclair.rc
19:12.02Unholyneo core crash
19:12.42bzophh: ok, thx
19:12.43Unholy3d  labyrith works
19:12.47Unholyso yea i got hw3d
19:12.49Unholyfinally
19:13.11Unholythat app did the trick for whatever reason
19:13.31*** join/#htc-linux chamonix (chamonix@2001:5c0:1500:3400::5)
19:14.29Unholyemulators dont work
19:14.55Unholythey might not work at all in eclair
19:15.10phhbecause of eclair or because of the port ?
19:15.23Unholyeclair probly
19:15.26Unholydunno
19:15.39Unholynow wifi dosent work wth
19:17.01Unholygona delete data.img
19:17.33phhUnholy: leobaillard said that the toggle widget doesn't work, but you have to go in settings
19:17.36phhmight that's the problem ?
19:17.54Unholyi did it by going to settings dint work
19:18.09Unholyit worked before when my 3d was borked
19:18.17UnholyXD
19:19.56Unholydeleted calibration file and data.img see if it helps?
19:20.43phhcalibration file is no longer used
19:20.58Unholyah k i deleted it anyways
19:22.24*** join/#htc-linux noisyzen (~me@c-71-238-20-94.hsd1.mi.comcast.net)
19:22.46phhwhen I loose at shoot u I'll take a look :p
19:23.17Unholyhuh? come again 0o
19:27.28noisyzengood day everyone
19:27.39Unholyhello
19:27.49noisyzenanything groundbreaking today?
19:27.57phhnothing as usual
19:27.59noisyzenhehehehe
19:28.01Unholyhw3
19:28.06Unholyhw3d =P
19:28.34noisyzeni'm getting ready to flash my phone for the first time. then after i hopefully dont screw it up, i'll probably try out android again on my pure/topaz
19:29.07Unholysounds fun
19:30.26Unholywifi still not working
19:30.33Unholygah wtf
19:34.11Unholygah y does labyrith work
19:35.45phhwhy not ? :D
19:36.27Unholyhaahha
19:36.35Unholyi want neo core to work not that XD
19:36.38*** join/#htc-linux Markinus (~Miranda@gtng-4db04dc7.pool.mediaWays.net)
19:37.40Unholyha you know y wifi dint work? because i forgot to put the modules back in my sd
19:37.43Unholyim so smart
19:38.13*** join/#htc-linux GeertJohan (~Squarc@82-217-32-29.cable.quicknet.nl)
19:41.40phhhaha
19:41.55phhraph800 people now needs to have both a 3D app and a call running when starting
19:42.24bzosame with diam500 :(
19:42.41phhbzo: don't worry, I'll do the same joke with camera after that :p
19:43.11bzoand then gps?
19:43.31phhI already tried, and that didn't worked really well.
19:45.53AstainHellbringdamn phh thats crazy
19:46.08phhAstainHellbring: ?
19:46.33AstainHellbring3d app and phone call running when starting on rhod800
19:47.23phh:D
19:47.30phhhum dump know for rhod
19:47.31bzohehe, so who knows of a 3d camera app for winmo that knows how to make phone calls?
19:47.42phhbzo: :D
19:48.02phhbzo: a virtual reality app ? :p
19:48.08phhand you even have gps.
19:48.35bzoperfect, we don't have to fix these init problems after all :P
19:48.39MarkinusHi
19:48.48phhbzo: would be useful for flashing :/
19:49.08phhMarkinus: I don't remember, you got 3D working in donut ?
19:49.36Markinusphh: no, this didn't work on topaz . . . no enough memory . .
19:49.42phhah right
19:49.52bzophh: yes, jk :) we all want to flash completely over someday
19:51.20phhMarkinus: I can confirm that the pmem settings are fine btw since they work on raph too (which has same memory layout)
19:51.40Markinusphh: ok, I read your commit, the 3D is working now on eclair too?
19:51.52phhyes
19:52.00phhit's not my commit, it's MrPippy's one
19:52.03Markinusok, I will test it, maybe a donut problem . .
19:52.08phhthat's why it isn't switchable on the fly :D
19:52.18phhnow with the 3D working I have a little problem
19:52.28phhI'm watching the 50 android games video
19:52.39phhI've seen only 2m25 of the 10minutes video and:
19:52.42phh/dev/block/loop0        247.9M    118.9M    116.2M  51% /data
19:52.46phhI'll have some problems :D
19:53.20Markinusphh: ha!
19:53.32Markinus:)
19:54.33phh(and my whole aim at porting android on my phone is unveiled, having the best game console of the world.)
19:54.55Unholyok.. android froze seting up my gmail account 0o
19:56.11Markinusphh: But sound where good on some games, too . . :(
19:56.31phhMarkinus: hum, I never play with sound
19:56.45phh(well, but FPS where sound is actually needed)
19:57.05phhMarkinus: anyway, I guess I'll be able to help you in a week ~
19:57.15Markinusphh: Yeah, your right, is for most games not needed, but sometimes :)
19:57.43Markinusphh: Ohhh, cool! ;) New device?
19:57.54phhMarkinus: ReeferMattness got me a rhod :D
19:58.01Markinusphh: GREAT!
19:58.42MarkinusReeferMattness: Txh!
20:01.43*** join/#htc-linux swc|666 (~infidel20@unaffiliated/swc666/x-4934821)
20:02.15phhMarkinus: I wonder how the 3D chip will perform on WVGA though
20:03.42Markinusphh: So, if CONFIG_MSM_HW3D_DONUT is the then 3D for donut and else for eclair?
20:03.48phhyup
20:04.06phhMrPippy: didn't quite a good job on that
20:04.20phh(still I had to fix something after him.)
20:05.06MarkinusI test it now with eclair . .
20:05.15phhyay
20:05.18phhfsck lost my data.img
20:07.52adamwphh: haven't tried 3d yet, i went out for breakfast earlier
20:07.56adamwgonna grab latest xdandroid and try now
20:09.06Markinusphh: The 3D chip is working ( with the true 3d drivers) on winmo well with WVGA. I don't know how good the linux driver are . .
20:09.27phhMarkinus: the problem is that the games are made to work just well on HVGA
20:09.36phhwith the same 3D chip.
20:09.53adamwphh: what have you been testing with?
20:10.00Markinusphh: Ahh, okay  . . .
20:10.43phhadamw: neocore, labyrinth lite, armageddon squadron, armadillo roll, thunder raging, homerun battle 3D, speedforge 3d
20:10.44phhetc :p
20:10.50adamwphh: yikes, ok :)
20:10.54adamwphh: i'll try those then
20:11.10adamwphh: did you figure out the flashing led trace yet btw? sorry i can't get it any more isolated :/
20:11.23phhadamw: no
20:11.45adamwoh well
20:11.53adamwit's not a big feature
20:12.21phhwell, for current state of android on rhod, not really :p
20:12.25adamwyeah :)
20:12.47phhbut for current state of android on raph/diam, led handling has actually become pretty high on todolist
20:12.49adamwi tried a couple more things with wifi, still can't get anything...sigh
20:12.57phh(and then came chamonix.)
20:13.08adamwdoesn't android have standardized led handling that you just have to hook the appropriate calls into?
20:13.17adamwi mean, once you've figured out the calls to change its color it should be easy right?
20:13.35*** join/#htc-linux GNUtoo|oeee (~GNUtoo@ip-62-235-240-28.dsl.scarlet.be)
20:13.53phhyes
20:14.02phhwell
20:14.06phhI think they have nothing for flashing
20:14.35adamwone more reason not to worry about it too much :P
20:14.43phhno.
20:14.51phhuserland flashing totally sucks
20:14.58adamwit's possible in windows there's no special call for 'flashing' i guess, they may just have a little windows function which turns it on then off again every so often, i dunno
20:15.18phhi'm pretty sure it's done in kernel
20:15.24adamwit just sort of turns on for a quarter second or so every 3 seconds
20:15.28adamwah k
20:16.15*** join/#htc-linux leaigor (~laigor@188.134.16.241)
20:21.42Unholyphh did you try to run emulators on eclair, i saw a video on the droid running them so that means they can run on eclair
20:21.51phhnot yet
20:22.32*** part/#htc-linux c2d (~Mike@port-92-200-71-214.dynamic.qsc.de)
20:23.13Unholyk also does the capasitive panel on raph110 work ok? mine stops working for no reason, i have to wait for eclair to slee then wake it then the capasitive panel work
20:24.46MrPippyi left the eclair driver as just MSM_HW3D because its the new driver for eclair, froyo and up...also, that means current .configs will default to the eclair driver
20:28.36adamwphh: booting up; getting a blank screen when normally I'd get the nexus one splash
20:28.43phhadamw: meaning it doesn't work
20:28.51adamwyup
20:28.54adamwdmesg ?
20:29.00phhno
20:29.06adamwthen...
20:29.10GNUtoo|oeeehi leviathan
20:29.16GNUtoo|oeeewe didn't saw you today
20:29.29phhadamw: try launching haret while http://forum.xda-developers.com/showthread.php?t=425216 this app is running
20:29.35phhit helps for some users
20:29.57adamwphh: I had touchflo 3d running, fwiw
20:30.08phhadamw: I'm not sure touchflo 3D is fine for that actually
20:30.11adamwok
20:30.13adamwwill grab that then
20:30.31phhI think someone said that even if he has touchflo3d, he had to launch this app
20:31.04Unholyya that apps does the trick, i di it for me
20:31.29phhUnholy: and you run touchflo3d ?
20:32.46*** join/#htc-linux Bob_eponge (~chatzilla@ANice-257-1-92-9.w90-27.abo.wanadoo.fr)
20:33.12*** join/#htc-linux |Jason8| (JayAte@2001:470:1f07:714::15e)
20:33.49adamwheh
20:33.51adamwdoesn't run
20:33.55adamw'invaliddeviceexception'
20:33.59phhbah
20:34.00phhunfair.
20:34.01adamwi'll see if I can find something else...
20:34.11phhany 3D app will work
20:34.12adamwthere's a note in the thread about that app, actually, for making it run on touch hd
20:34.16phhopengl maybe
20:34.26adamwi wonder if there's something different about 3d hardware in some phones...
20:34.27phhworks for touch hd but not topa/rhod ?
20:34.28phhweird
20:34.37adamwwell the thing is it says you have to do something special
20:34.41adamwhttp://forum.xda-developers.com/showpost.php?p=2972398&postcount=417
20:35.04adamwdunno if I should do that for rhod though...
20:35.10MrPippythe vogue does an rpc call before it powers up the ime clock, maybe try that
20:35.30phhMrPippy: reallly ?
20:35.31phhI missed it
20:35.52phhMrPippy: where ?
20:36.12MrPippyin clock-7x00, when it enables and disables the GRP_CLK
20:36.18MrPippyonly does it on 7500 though
20:37.52phhwe also have this "regime sec" stuff
20:37.57phhit's worth trying
20:38.49*** join/#htc-linux reactor16 (~Reactor16@41.105.64.186)
20:40.07*** join/#htc-linux Olipro (~Olipro@uncyclopedia/olipro)
20:40.34phhoh
20:40.37phhbut we can overclock the 3D chip :D
20:40.44adamwoh, hey, the touch hd instructions work
20:41.12adamwtrying android again now
20:42.13adamwstill blank splash
20:42.15Markinusphh: On my device black screen with eclair, I have this message: D/EGL.oem ( 1187): system process, deny GL context
20:42.15MarkinusE/libEGL  ( 1187): No EGLDisplay for hardware EGL!
20:42.39Markinus(No splashscreen, Black screen on start 3D app )
20:43.10phhMarkinus: this part is normal
20:43.16phhwhat do you get after that ?
20:44.41Markinusphh: http://pastebin.com/m44674223
20:44.44*** join/#htc-linux playdo (~kvirc@p57B3FCA1.dip.t-dialin.net)
20:44.55playdoevening
20:45.37phhMarkinus: no erreor at all there
20:45.45phhit just does what it is supposed to do
20:45.56Markinushmmmmmmm
20:46.04playdophh: hologram is running smooth, but android still doesnt got hw3d
20:46.25phhmaybe you have a clever 3D driver that disable 3D when 3D isn't displaid :/
20:46.51playdois confused
20:48.33phhMarkinus: dump rpc after enabling 3D and see if there is a call to a 3000000f proc
20:49.22Markinusphh: In winmo, yes?
20:49.25phhyes
20:52.04playdoso no 3d on blackstone?
20:53.29phhplaydo: hum, someone said it works for black.
20:54.08playdophh dont remember who? maybe its the rom
20:54.16phhplaydo: see babijoee's thread
20:54.32playdophh k, thx i will look
20:57.42*** join/#htc-linux cr2_ (~cr2@ip-77-25-202-144.web.vodafone.de)
20:58.31phhcr2_: why is the clk_regime_sec_grp_rail_on with a '?' ?
20:58.51phhthe argument is not sure or just not understood ?
20:59.22cr2_phh: let me look
20:59.41Markinusphh: ohh, I see in my winmo rom there are no hw 3d drivers . . only origin. I think this could be a reason or?
20:59.56Markinusphh: I'm installing
21:00.04phhMarkinus: you have no hardware 3D driver at all ?
21:00.22Markinusphh: I forgott to install this after last upgrade . .
21:00.30phhI might dream that HTC began to deliver real 3D driver last year
21:00.36Markinusused only haret on this rom :)
21:00.37cr2_phh: i don't know what is 16e36
21:00.59adamwphh: one of the steps in the touch hd instructions was to install 'ati 3d driver' or something
21:01.03cr2_phh: but i've seen this value in a dump. maybe it's some stray junk
21:01.04adamwso I may not have had one either...
21:01.05phhcr2_: but that's the only argument wince uses ? (but 0 I mean)
21:01.09phhok
21:01.15MarkinusI have a dutty's rom . . seems that there are no 3d drivers . .
21:01.20cr2_phh: 0/1 probably
21:01.22adamwis on energy
21:01.28phhcr2_: ok I'll try both
21:01.32playdomarkinus: have u tried the hologram app?
21:01.38phhfirst I have to cleanup my internal storage.
21:01.42Markinusyea .. . 0.01 FPS
21:01.45playdomarkinus, when its running, it kills sense somehow
21:01.48phhMarkinus: so no opengles driver at least :p
21:01.55Markinusphh: yeah . . .
21:01.56cr2_phh: i think these numbers are offset on topa/rhod
21:01.58adamwhad 17fps in that
21:02.08Unholy25 here =o
21:02.11adamwso i guess my accel is working in windows
21:02.13playdohad 17 to 50 fps
21:02.18UnholyXD
21:02.23playdodepending on settings ^
21:02.34phhcr2_: you mean that the clock rpc ids are +1 as for gps ?
21:02.38playdobah still no start animation
21:02.43cr2_phh: i think -1
21:02.50cr2_phh: but i need to check it later
21:02.56phhcr2_: oh right gps is -1
21:03.00phh(it's relative :p)
21:03.17cr2_7,8 will be 6,7
21:03.24cr2_don't know about others
21:03.28phhyup
21:03.35phhanyway, I first need it working on 5220
21:03.37cr2_phh: btw, what is pdsm 1a on topa ?
21:03.43*** part/#htc-linux reactor16 (~Reactor16@41.105.64.186)
21:03.43cr2_phh: 5225
21:03.46Markinusphh: okay, 10 FPS is okey ( are not the newest drivers but now hw3d is working)
21:03.58Unholymakinus try the topaz ones
21:04.01Unholythere pretty fast
21:04.03Unholyfor winmo
21:04.11phhcr2_: still don't know, might be report time to gps proc ?
21:04.14cr2_phh: 0x1a,frag  topaz:9,1f40,a,1000,...
21:04.25playdomarkinus: what phone do u use?
21:04.26*** join/#htc-linux Googleman (~Reactor16@41.105.64.186)
21:04.30phhcr2_: I don't remember, is that the first call android's libgps does ?
21:04.30MarkinusTopaz
21:04.38playdomarkinus is android running with hw3d?
21:04.40cr2_phh: hmm. should be visible in the .dll
21:05.03cr2_phh: pdsm_client_init (1)
21:05.11cr2_phh: hm. it's not in wiki :)
21:05.11Markinusplaydo: it's working only if you have true HW3D drivers on winmo
21:05.18phhcr2_: maybe the one just after ? :D
21:05.34Markinusplaydo: I forgott to install this . .. I'm now on testing
21:05.42playdomarkinus: are the ones from hologram not real h23d?
21:05.45playdohw3d
21:05.52cr2_phh: no. xtra =b as on wince
21:06.00Markinusplaydo: Hmm I think yes . .
21:06.39playdodoesnt work for me so far on blackstone markiju
21:06.39cr2_phh: this table needs 2 more columns ;) for 6125 and 1550 amss
21:07.03phhcr2_: oh and I tried to send a REBOOT_ARM9
21:07.05cr2_phh: don't know how to do it in a reasobale way
21:07.16cr2_phh: it's already pita to read this table
21:07.21phhthe same thing as with pdsm_get_position happens
21:07.23cr2_reboot arm9 ?
21:07.35phhcr2_: there is a dex reboot arm9 yes
21:07.50cr2_as in put magic value in smem and set gpio25=0 ?
21:08.15phhno
21:08.20Googlemandoes anyone know how to patching elf binary ?
21:08.39cr2_phh: ok
21:08.57phhcr2_:         PCOM_RESET_ARM9 = 0x22,
21:09.01phhthis one
21:10.10cr2_phh: looks strange in wiki
21:10.18cr2_phh: needs to be rechecked
21:10.22phhI already lost the code of what I actually tried, won't be funny else.
21:10.30AstainHellbringhmm so I may just have an hd2 soon to go along with my expo
21:10.34AstainHellbringAussie hd2
21:10.40phhcr2_: IIRC I sent this dex, waited for 1s, then waited for SMSM_RUN bit to set in arm9's state smem
21:11.05phh(and the SMSM_RUN took some time to appear)
21:11.06cr2_phh: and it never come back ?
21:11.25phhsmsm_run came back, but dex calls timeouted
21:11.37cr2_status reg?
21:12.21phhhum don't know
21:12.27cr2_phh: i think that we need to register the dex irq, and ack the demuxed interrupts
21:12.29Googlemanany know how to modify elf binary without segfault error ?
21:12.37phhcr2_: sounds right
21:13.12cr2_phh: even if we will ignore them
21:13.59cr2_phh: otherwise arm9 may be confused that its irqs are not acked
21:14.18phhright
21:16.40*** join/#htc-linux JairunCaloth (~m00@c-24-98-17-158.hsd1.ga.comcast.net)
21:19.12phhMarkinus: have you done your donut release with tiwlan btw ?
21:19.58Markinusphh: no, had no much time on weekend, but I'm on it
21:23.17JairunCalothhas anyone tried building the msm/qsd x driver?
21:24.00*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
21:32.35phh768MB data.img
21:32.41phhI hope it will be enough :D
21:33.17stinebd640 should be enough for anybody
21:33.35phh:)))
21:35.17Markinusphh: ha! :-) (this is a reason too that my new build isn't ready . . I hope to make the 3D drivers work . .)
21:35.47phhMarkinus: ah right
21:39.44Markinusphh: Now I installed the 3D drivers, restarted, started Touchflow . .but the same . .. No splashscreen, black on 3d :(
21:41.12Markinusphh: Do you know whether it's working on Rhor or not?
21:41.16MarkinusRhod
21:41.16phhno
21:42.35MrPippyfrom haret i dumped the grp/imem clk control and it was turned on (i do run tf3d)
21:42.43adamwMarkinus: it's not, no
21:42.57adamwMarkinus: you may wanna try running that hologram app before android too, phh suggested (though it didn't help me)
21:43.28Markinusadamw: I did this, but didn't help
21:44.50*** join/#htc-linux irlolcopter (~12987@host86-161-120-243.range86-161.btcentralplus.com)
21:46.26Markinusphh: could be this a problem with the amss config file for 6125?
21:46.41phhMarkinus: no, we have no amss specific stuff for 3D
21:46.48Markinusphh_ ok
21:46.48phhbut maybe we need grp_rail_on
21:46.58phhand for them, the rpc ids might be different
21:47.30Markinusphh: Ok, I will now dump it in winmo
21:47.54phhMarkinus: I don't think it's going to be easy though
21:48.34Markinus(good that phh has a new device soon :) )
21:48.40phhlol
21:57.44*** join/#htc-linux Zeman4323 (~Zeman4323@c-71-239-97-164.hsd1.il.comcast.net)
22:05.15*** join/#htc-linux dcordes (~dcordes@unaffiliated/dcordes)
22:05.21dcordeshi
22:18.38Markinusphh: here is the 3d init http://pastebin.com/m1059406b
22:18.59phhUnknown keyword: `ls'
22:18.59phhlol :p
22:19.19Googlemanany one can help me with linux elf binary ?
22:19.31Googlemani replaced a some strings in binary after that i got segfault :( ?
22:20.28Markinusphh: yes :) this was a wrong windows :)
22:20.39phhno 0x30....0f call
22:20.48phhGoogleman: don't just its length.
22:20.52Markinusphh: Yes . . .
22:21.10phhMarkinus: how do you test trigger 3D init ?
22:21.54MarkinusI starting wonmo without Manilla, the starting Haret then Hologramm
22:21.59Markinuswinmo
22:22.02phhsounds right.
22:22.26Googlemanphh i just replaced 1 with 3 i didnt make any in lench ?
22:22.39MarkinusI did it 2 times . .both without  0x30....0f . .
22:22.44phhcr2_: is there any tool that would do something like "strace" for windows mobile ?
22:22.57phh(cr2 or anyone.)
22:23.11phhGoogleman: should work if you did it correctly.
22:23.21Googlemanis there soft for dissasembling and reassembling elf ?
22:23.32phhGoogleman: lol
22:23.37Googlemanor tools for that ?
22:23.37phhyou don't need to disassemble for that
22:24.02Googlemani do it with hexedit
22:24.17phhmaybe it's because the value you set is stupid then.
22:24.25Googlemanfind string put 3 place 1 and save it
22:24.43Googlemannah it version of file
22:25.04Googlemandid u have free time ?
22:25.26phhno
22:26.13Googlemanok :)
22:26.30Googlemanits mistary
22:26.38*** join/#htc-linux noisyzen (~me@c-71-238-20-94.hsd1.mi.comcast.net)
22:26.41Googlemani do this much times
22:26.49Googlemani never tried with elf format
22:27.53IceBoneNoooooo!
22:27.59IceBoneMy phone froze!
22:28.10*** join/#htc-linux newshaggy (~newshaggy@c-69-136-107-211.hsd1.nj.comcast.net)
22:28.18phhIceBone: uptime = 4h ?
22:28.24IceBone48.
22:28.31phhah right
22:28.36phhyou didn't update
22:28.41Unholybtw mystique foetus works =D little choppy but it works
22:28.47IceBoneThen it started acting weird during an incoming call and crashed completely when I called the person back.
22:28.57phhUnholy: i didn't understand a step of this game :p
22:29.09IceBoneWhat should I update to?
22:29.16Unholywhat do you mean step phh?
22:29.19phhIceBone: see babijoee's thread
22:29.22phhUnholy: bah gameplay
22:29.28Unholyah hehe
22:29.29IceBoneReading right now, got 3 more pages.
22:30.03IceBonephh: will the data.img hold? Or will I lose all my info again?
22:30.05Unholyim trying out snowrally
22:30.14phhwhy wouldn't it hold ?
22:30.22phhUnholy: quite unusable :/
22:30.30IceBoneI dunno, last 2 builds I lost all my messages and other app info.
22:30.35Unholyyup 3d engine never inits
22:30.38phhIceBone: oO
22:30.40phhUnholy: uh ?
22:30.46phhUnholy: it starts, but it's unplayable
22:30.53IceBonephh: exactly.
22:30.56Unholyaye
22:31.23*** join/#htc-linux mickey|sofa (~M@e180146222.adsl.alicedsl.de)
22:31.36Unholyphh what about the emulators? did you get any fo them to work iv tried the snes one and the gba one both close whn you select a game
22:33.33phhUnholy: not today
22:33.48Unholyoks
22:33.56Unholyil keep trying apps
22:34.50*** part/#htc-linux Googleman (~Reactor16@41.105.64.186)
22:35.27*** join/#htc-linux rashire (~ed1112war@98.114.89.97)
22:35.28*** join/#htc-linux cr2_ (~cr2@ip-77-25-202-144.web.vodafone.de)
22:35.31IceBoneOh great... now I need a 3d app in winmo.
22:35.51stinebdtouchflo3d is clearly a lie
22:35.56IceBoneI don't have it.
22:36.00Unholyhologram works great
22:36.08IceBonelink 2 cab?
22:36.30Unholyhttp://forum.xda-developers.com/showthread.php?t=425216
22:36.42IceBonethank ye
22:36.46Unholynp
22:37.29IceBoneIs this just the first run or every run?
22:39.18Unholyevryrun
22:39.20Unholy=/
22:41.14IceBoneIs gallery fixed in this new build=?
22:41.33*** part/#htc-linux newshaggy (~newshaggy@c-69-136-107-211.hsd1.nj.comcast.net)
22:48.22Unholywow speedforge works nice
22:49.04IceBoneUnholy: well, fuck that.
22:49.36Unholywha happen?
22:49.53IceBoneyozgatg will have to modify his dualbooter to run the hologram ap before booting linux, then.
22:50.28Unholyyou could always add hologram ashurcut to winmo starup
22:50.34Unholystartup*
22:50.45IceBoneIt's automatic bootup.
22:50.53IceBoneI don't know how to add to it.
22:51.12Unholyoh
22:51.27Unholyhmm dunno that loader sit before winmo startup
22:51.30Unholyor part of it
22:51.34Unholyso i dont know about that
22:51.35IceBoneNo, it isn't.
22:51.43Unholyafter?
22:52.02IceBoneNo, before.
22:52.45Unholyok
22:52.50Unholyy not unistall it?
22:52.56Unholyor do you have the actual rom
22:53.05IceBoneIt's part of the rom.
22:53.12Unholyah sucks
22:53.23IceBonehttp://forum.xda-developers.com/showthread.php?t=623048
22:53.38Unholywell you can always load winmo first then load hologram and last haret
22:54.17IceBoneWould go against the whole principle of the thing...
22:54.27Unholy=/
22:54.35Unholythen your out of luck i guess
22:54.46IceBoneUnless yoz modifies it.
22:55.41Unholyyea or yogzah updates it
22:56.12IceBoneSo what's a good ap in android to test 3d?
22:56.40Unholythat works for me um speedroge
22:56.44Unholyand mystique
22:56.58Unholyyou can try neocore but that dosent run for me
22:59.17phhUnholy: you can play speedforge ?
22:59.27phhfor me it's totally unplayable
22:59.29phh(and I think it's the game.)
23:00.03Unholyyes i can
23:00.05Unholyperfectly
23:00.17Unholybtw try raging tthunder this game looks amazing
23:00.26phhit's already installed :p
23:00.58Unholyhaha XD
23:01.37phhall polarbits games rox
23:01.44IceBoneBah
23:01.59IceBoneRan neocore. Got to the menu. Hit benchmark, returned to the home screen.
23:02.18stinebdand this is how android diam/raph development died. phh got games.
23:02.42Unholylol
23:03.24phhstinebd: don't worry, I got games before :p
23:03.28phhon donut
23:03.32stinebdah
23:03.42phhand games was my actual motivation to hurry sensors driver :p
23:03.50stinebdfind a camera-based game
23:03.52stinebd;)
23:03.54Unholylight racer 3d also works
23:04.28phhstinebd: enhanced reality software are lovely :p
23:04.51Unholygbc emulator works meh crap
23:05.43phh(android + home++ + all games) = <3
23:05.46*** join/#htc-linux cowgods (~sed@cpe-071-076-182-191.triad.res.rr.com)
23:05.54Paul_awayphh, you are still not sleep :) ?
23:05.58Unholylol
23:06.05phhPaul_away: I have some english homework to do
23:06.08phhso I play raghing thunder
23:06.09Unholymeeeeeh genesis emulator works also
23:06.28Paul_Isheninhow your fight with hw3d?
23:07.32phhPaul_Ishenin: my fight is done.
23:07.53Paul_IsheninI see, now we will
23:08.10phhI still have to fight for rhod/topa it seems
23:08.46Paul_Isheninso diamond is ok?
23:09.55phhyup
23:12.25Unholyerr..
23:12.54Unholyi just tryed the lite version of gameboid and it worked?
23:13.04Unholybut the full version dosent?
23:13.37phhsame version ?
23:13.43phhI mean revision
23:13.48Unholynop probly updated versions
23:13.50Unholymine are old
23:14.29Unholythis means they do work hurray
23:14.30Unholylol
23:15.12Unholyyup snes works now
23:15.18Unholythis is so great
23:17.43IceBoneSpeed racer works great.
23:18.22Unholyeye
23:18.44Unholytry raging thunder
23:18.56IceBoneMeh.
23:19.03IceBoneI didn't get this phone for the 3d games.
23:19.47Unholyour hpones werent made for android ether =P
23:19.50Unholyphones*
23:20.04IceBoneYes, but I want Android. :P
23:20.34IceBoneAnd crashed when disabling wifi. :(
23:21.05Unholyi take it easy with wifi
23:21.15Unholyi wait a few minutes before turning it off
23:21.22stinebdi keep wifi off so i can trash att's network more
23:21.24Unholyand always do from the power widget
23:22.04*** join/#htc-linux jumoit (~samuel@121.77.87.145)
23:27.01*** join/#htc-linux marcydarcy (~d30b02f3@gateway/web/freenode/x-slovadbmftyxfqom)
23:27.25IceBoneWTF... ALL apps are running from the get go.
23:27.37IceBoneThat's a bit odd.
23:27.41*** join/#htc-linux noisyzen (~samantha@c-71-238-20-94.hsd1.mi.comcast.net)
23:37.40IceBoneWell, after 4 attempts, finally able to turn off wifi.
23:38.13Unholydang
23:38.25Unholyi just ended a call with my brother and had wifi on
23:38.31Unholythe is like a friken volcano right now
23:38.35Unholyi can fry eggs in it
23:38.36UnholyXD
23:38.54stinebdthat's about how mine acts even in winmo
23:39.15Unholydunno my wifi get hot i winmo, but this is way hotter
23:41.28IceBoneThere's a guy selling a brand new Magic for 239 euro.
23:41.30IceBoneShould I buy it?
23:42.59*** join/#htc-linux junalmeida (~junior@201.19.93.115)
23:44.26*** part/#htc-linux junalmeida (~junior@201.19.93.115)
23:44.54noisyzenjust flashed her phone's ROM for the very first time.
23:45.40IceBoneI hope it wasn't too rough on you.
23:45.47noisyzenAt first it was.
23:45.59noisyzenHad to download and install a cab file to get hard spl to recognize that it was synced.
23:46.23noisyzenThen I panicked
23:46.25IceBoneWas it all you hoped for?
23:46.29noisyzenand Markinus saved me.
23:46.40noisyzenand then I had some SD card issues... but I reformatted...
23:46.43noisyzenand voila, I have sense 2.5
23:46.59noisyzenyeah, I think it's WAY better looking than the Stock AT&T pure rom.
23:47.02IceBoneYou've popped your flash cherry.
23:48.40Paul_Isheninhw3d is indeed working
23:48.46*** join/#htc-linux Olipro (~Olipro@uncyclopedia/olipro)
23:48.56IceBoneYeah, but this build is weird.
23:49.54Paul_Isheninwhat is weird?
23:50.17IceBoneWell, ALL apps seem to be running from the start.
23:51.13slightyeah i'm getting that too
23:51.47Paul_Ishenindon't see anything weird here
23:52.14IceBoneRun the task killer app right after boot.
23:52.45IceBoneWTF, wifi is back on.
23:53.02IceBoneAnd crashed after turning it off.
23:53.17IceBoneFuck 3D, if basic stability is down the drain.
23:54.24*** join/#htc-linux junalmeida (~junior@201.19.93.115)
23:55.16junalmeidaHi 4all. Anyone can help-me booting xdandroid on DIAM130?
23:55.16junalmeidaI tryed many kernels and all of them gives me "bad pc value": http://forum.xda-developers.com/attachment.php?attachmentid=277576&d=1265465184
23:56.50*** join/#htc-linux fish1209 (~fish1209@unaffiliated/fish0912)
23:56.57noisyzenhaha yup.
23:57.24JairunCalothHey, has anyone tried to build the msm/qsd X driver?
23:57.51noisyzenuh oh. no data since flashing.
23:59.13noisyzenphew. found the settings for that.
23:59.51IceBoneOk, finally disabled wifi without it crashing. Let's hope it stays off this time.

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