Monday, 2011-11-28

*** corein has joined #xdandroid00:53
*** corein has quit IRC01:09
*** Bruce_Wayne has joined #xdandroid01:25
*** rpierce99 has quit IRC01:55
*** XirXes_ has quit IRC01:59
*** XirXes has joined #xdandroid02:10
*** disco_y2k has joined #xdandroid02:25
*** disco_y2k has left #xdandroid02:26
*** bzo has quit IRC02:31
*** jonpry has quit IRC02:45
*** jonpry has joined #xdandroid03:00
*** Bruce_Wayne has quit IRC03:01
hycwe ought to add a patch to the kernel to force stock clocks at initial boot04:25
hycunless things are dying before the kernel even loads04:26
hyckexec doesn't work with OC either04:26
*** sythezn has joined #xdandroid04:47
sytheznmgross029, nah, build/target/product04:47
sytheznfrom build/buildspec.mk.default:04:48
sythezn# Choose a product to build for.  Look in the products directory for ones that work.04:49
*** hardwalker has quit IRC04:58
*** kalemas has joined #xdandroid05:17
*** teemodk has joined #xdandroid05:26
teemodkmy company block git:// so I ran repo init via xda-tether ... question: will repo sync use same port? Thus I have to use tethering for sync :( ?05:31
*** sythezn has quit IRC05:43
*** virsys has quit IRC05:54
*** virsys has joined #xdandroid05:55
teemodk... and 155min/1324MB of tethering later: - error: android.googlesource.com: <urlopen error [Errno 8] _ssl.c:499: EOF occurred in violation of protocol>08:30
*** helicopter88 has joined #xdandroid08:51
*** detule has joined #xdandroid09:11
*** fishhead2567 has joined #xdandroid09:30
teemodkrepo sync (GB): I get 403 on ../samsung/crespo/info/refs and ../external/dbus/info/refs ... should I be concerned ?09:38
*** Achill has joined #xdandroid09:45
*** emwe has joined #xdandroid10:03
*** mgross029 has joined #xdandroid10:19
detulehey emwe10:20
emwehihi10:20
detulehow does one go hunting for the gsensor power on/off gpios?10:21
emwedetule: you got any failed wakes /WSODs since you added htc_ls_microp?10:21
emwedetule: haret. already got it. but it has no effect...10:21
detuleemwe, never added ls_microp, i think i mentioned that with it in place i can not turn off hw auto-bl10:21
emweah. i think it causes failed wakes... or keeps the device stall so to speak10:22
emweit#s the last thing i see that microp is suspended it thinks and that's the last thign i see in kmsg.10:22
detulelast thing before a sod?10:22
emweyap10:22
emweit might trigger userland reading data forever or something.10:22
emwejust an assumption.10:22
emweby signaling to userland all is fine by returning 0 on error...10:23
detulemaybe it needs a disable_irq_nosync or something10:23
emwegoing to test...10:23
emwewe'll see.10:23
emweso here's the gpio:10:23
emwestatic struct msm_gpio htcrhodium_bma150_spi_gpio_config_data[] = {10:23
emwe{ GPIO_CFG(49, 0, GPIO_CFG_INPUT,  GPIO_CFG_NO_PULL, GPIO_CFG_2MA), "bma150_irq" },10:23
emwe};10:23
emwegpio 49 toggles on changed orientation in wince10:23
emwebut it does not seem power related in some way10:23
emwei disabled the gpio in the power on hook of the bosch bma150 driver, but gsensor sitll works.10:24
emwealso has no (noticebable) power effect.10:24
emwethink i'll push it nevertheless..10:24
emwethere's likely a vreg involved. there's on board on CAs tree where they use a vreg. and two other boards where they got GPIO.10:25
detulehm so that gpio is orientation related....ok got it10:25
emweyeah, traced with haret on orientation change in wince.10:25
detulebut the driver seems to work fine without it in pdata right?10:25
emweyap, it's just the implemented power hooks.10:26
emweexpclitely setting the gpio off doesn't stop bma from working... so i whonder...10:26
emwetracing vregs is hard.10:26
detulethere's no app or setting in winmo that toggles auto rotate on/off?10:26
emweas they are controlled via proc_comm_wince messages and one would have to trace the pcom data memory location.10:27
emwepuh, good question. if we could find that...10:27
emwei just tested with media library in sense which has rotation.10:27
emwesome disabling app comes into your mind? not for me.10:27
*** kalemas has left #xdandroid10:27
detulei'll be booting in winmo shortly i'll look around, some day you'll have to give me pointers on haret tracing10:27
emwethe best would be IDA :)10:27
emwei am just doing the non-fancy stuff :)10:28
detuleand by "you'll have to" i mean "it would be nice if you could"10:28
emwelol, your welcome.10:28
emweman... i could even pull /proc/last_kmsg earlier when it was WSODed.10:28
emwebut i could not pull dynamic "data". /proc/kmsg didn't work.10:29
emwei read all logs from the weekend. seems wis is on a OC run, eh?10:31
*** teemodk has quit IRC10:31
emweand... do you guys stil hold on to the theory that JIT is actually slower? I somehow feel it's worse after some days...10:32
mgross029detule: http://forum.xda-developers.com/showthread.php?t=502871  Found this on XDA to disable gsensor in WM.10:33
detulewell i just pulled some of the PM (idle vs suspend) adjustments, and I am having some issues waking up the device10:33
detuleno idea about how the OC is going, it so hard to quantify results10:33
detuleas far as JIT, i guess that's another "feels this way or that", but yeah it feels more responsive with :fast10:34
emweimho it feels somehow laggier. dunno. we'll see.10:34
emweperhaps i should look at gsensor.dll ... no idea how i shall grasp something out of it...10:35
detuleemwe, if you feel like you are in a teaching mood perhaps you can shed some light on the differences between _udc and _otg10:35
emwei don't have the slightest idea.10:36
emweotg supports usb host mode afaict10:36
emwebut even that might be false info.10:36
detuleyou use _udc in .35 right?10:37
detuleand no _otg?10:37
detulewe have both in .39 and i can't figure out which one is doing what10:37
emwe_otg is used of what i can tell. that's why the quite different setup.10:40
detuleyeah but we'are also registering a msm_hsusb device (this is in _udc)10:41
emwehm10:42
mgross029emwe: Found the HTCSensoSDK http://dl.dropbox.com/u/45928762/htcsensorsdk.zip  Said it was for the Diamond but I doubt it changed much.10:42
mgross029s/HTCSensoSDK/HTCSensorSDK10:43
emwemgross029: ouch. i'd need VStudio for that.10:43
mgross029You want the raw code in text docs?10:44
mgross029You should also be able to open with Notepad++10:45
emwenah, for foring it up i'd need to compile and put that on the device.10:45
emwethe thing is if the trick is to disabled a registry value we don't see something happening to the driver adn the gpio.10:46
emwewe'll find it one day :)10:46
mgross029Well I have VStudio if you want to send me the code to compile.10:47
emweit's in the sdk zip. dunno how much it will help to see what gpio and/or vreg is toggled to power the sensor off10:48
emwebecause that should be on a much lower level...10:48
*** emwe has quit IRC11:09
*** NeoMatrixJR has joined #xdandroid11:31
*** virsys has quit IRC11:32
*** virsys has joined #xdandroid11:37
*** detule has quit IRC11:37
*** virsys has quit IRC11:56
*** virsys has joined #xdandroid11:58
*** sythezn has joined #xdandroid12:01
sytheznanyone speak java?12:02
sytheznPassFailButtons.java:191: onCreateDialog(int,android.os.Bundle) in android.app.Activity cannot implement onCreateDialog(int,android.os.Bundle) in com.android.cts.verifier.PassFailButtons.PassFailActivity; attempting to assign weaker access privileges; was public12:03
*** mgross029 has quit IRC12:03
*** vinceweis has joined #xdandroid12:10
jonprymeans the base class declared a method as public, and the overrider is private or protected12:13
sytheznokaaayyy...12:15
sytheznso why would it be stopping my build?12:16
sytheznwait, this means i've just gotta change the override to public?12:17
helicopter88What error does it show?12:19
helicopter8841?12:20
sytheznyeah12:20
sythezn[out/target/common/obj/APPS/CtsVerifier_intermediates/classes-full-debug.jar] Error 4112:20
helicopter88sad for you12:20
helicopter88what java do you have?12:20
* sythezn raises an eyebrow12:20
helicopter88*jdk12:20
helicopter88what jdk do you have?12:22
sytheznjava 6 as far as i can see12:25
*** virsys has quit IRC12:28
*** virsys has joined #xdandroid12:30
sytheznhelicopter88, it wouldn't continue without the right version would it?12:31
helicopter88well,here failed till i removed all the jdk i had and installed 6_u2912:32
sytheznhmmm... and you can't just config?12:33
helicopter88config?12:34
sytheznyeah... update-alternatives12:37
helicopter88i've first removed all the ubuntu's jdk12:38
helicopter88like openjdk12:39
sytheznokay...12:39
sytheznthen installed only 6 u29?12:39
sytheznlemme try that... *starts backup12:40
helicopter88why backup?12:41
sytheznlol so i can restore when i fuckup :P12:41
helicopter88usually jdk do not fuckup :)12:42
sytheznyeah, but i seem to be good at breaking diamonds12:42
helicopter88then backup 'em all12:43
sytheznhaha :D12:43
*** virsys has quit IRC12:49
*** virsys has joined #xdandroid12:52
*** mgross029 has joined #xdandroid12:54
*** |Jeroen| has joined #xdandroid13:03
*** |Jeroen| has quit IRC13:32
*** AndersG has joined #xdandroid13:40
*** sythezn has quit IRC13:40
*** BulitPruf has quit IRC13:41
*** detule has joined #xdandroid14:20
detulejonpry, you have a second to give me a quick tutorial on _udc vs _otg and why we are compiling both14:23
jonpryi think otg just manages the host mode stuff14:25
detulehm it seems to me all the pdata we are passing is to otg14:26
jonprymsm_gadget_pdata is for udc14:29
*** fishhead2568 has joined #xdandroid14:38
detulejonpry, the only thing i see getting used out of that pdata in _udc is that flag is_phy_status_timer_on.....on the other hand the otg pdata is much more extensive and sees much usage in msm72k_otg14:40
detulei guess i should learn something before making such comparisons as volume of pdata14:40
*** corein has joined #xdandroid14:43
jonprywell otg is kind of platform problem. could be using any phy or pmic. the udc stuff is all built in the soc. all it really uses is IOMEM14:43
detulei guess that's kind of what confuses me,  the only ioremaps i see or anything to do with IO addresses being passed in .resource are in msm_otg, _udc doesn't do anything with the .resource we pass to it14:48
jonpryits able to use the msm_iomap defines. MSM_UDC_BASE or whatever14:49
*** corein has quit IRC14:57
*** bzo has joined #xdandroid15:08
*** emwe has joined #xdandroid15:09
*** fishhead2567 has quit IRC15:24
*** fishhead2568 has quit IRC15:26
*** fishhead2567 has joined #xdandroid15:27
*** AndersG has quit IRC16:07
*** vinceweis has quit IRC16:19
*** vinceweis has joined #xdandroid16:19
*** helicopter88 has quit IRC16:24
*** sythezn has joined #xdandroid16:42
sytheznhow exactly do i go about installing java 6_u29?16:43
*** rpierce99 has joined #xdandroid16:51
sytheznhey rpierce9917:01
emwearrrghhh: just fyi, that increasing dialtone issue seems to related to the automatic gain control programm of the tpa2016d2 speaker amplifier. i hard coded the volume and it still increases after some presses... spent the whole friday night with it.17:01
sytheznthanks for the help the other day...17:02
sytheznturns out ram was the prob with my server.17:02
emwearrrghhh: dunno if it's worth pursuing the issue further. other then that, no acoustic issues for me from my limited usage.17:02
rpierce99did i help? well other than telling you to go with your dreams17:02
sytheznremoved 4 of the modules and it's building a lot faster now17:03
sytheznyeah you did... support's always appreciated :P17:03
rpierce99well moral support is about all i'm good for 90% of the time, but glad to help where i can17:05
sytheznlol thanks anyway :D17:05
emweremoved four memory modules?17:05
sytheznyeah... 4 1gb ram modules17:06
sytheznchips, boards, whatever you wanna call them17:07
emweaha17:07
rpierce99modules is good, unless it's rambus, not sure what the technical name for those is, but everything else is some kind of an inline memory module17:08
sytheznas far as i can see, running with 9 jobs seems to be the quickest, but i'm still failing17:08
emweyou are trying to build gb?17:09
*** corein has joined #xdandroid17:09
sytheznrambus is big money tho *drool*17:09
sytheznyeah... i'm trying o setup jdk 6_u29 atm17:10
sytheznaccording to helicopter88 he/she had probs before upgrading17:10
sythezngood thing i copied my vdisk pre-try too... what a fuckup17:11
sythezn'scewz my french17:13
sytheznanyways... wife's gonna kill me. catcha laters17:15
emwelaters.17:15
*** sythezn has quit IRC17:15
mgross029later emwe17:30
emwenight.17:30
*** mgross029 has quit IRC17:32
*** emwe has quit IRC17:38
*** detule has quit IRC17:47
*** corein has quit IRC17:50
*** fishhead2567 has quit IRC18:00
*** vinceweis has quit IRC18:59
*** rpierce99 has quit IRC19:27
*** Achill has quit IRC19:59
*** rpierce99 has joined #xdandroid20:12
*** babijoee has joined #xdandroid20:31
*** detule has joined #xdandroid20:37
*** hardwalker has joined #xdandroid20:39
*** ImCoKeMaN has quit IRC20:48
*** CoKeSero has joined #xdandroid21:02
*** CoKeSero is now known as ImCoKeMaN21:18
*** NeoMatrixJR has quit IRC21:58
*** XirXes_ has joined #xdandroid22:01
*** XirXes has quit IRC22:04
*** TheSeven has quit IRC22:25
*** [7] has joined #xdandroid22:26
*** rpierce99 has quit IRC22:53
*** babijoee has quit IRC23:28
*** detule has quit IRC23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!