Friday, 2011-12-16

*** detule has quit IRC00:07
*** rpierce99 has joined #xdandroid00:50
*** NeoMatrixJR_away has quit IRC00:56
*** kalemas has joined #xdandroid00:59
*** rpierce99 has quit IRC01:24
*** BoRiS has joined #xdandroid01:32
*** BoRiS2 has quit IRC01:34
*** BoRiS has quit IRC01:45
ryannathansim trying to build GB from the tree02:00
ryannathansall i can get is this02:00
ryannathansmake: *** No rule to make target `vendor/xdandroid/msm/proprietary/libgps.so', needed by `out/target/product/msm/obj/lib/libgps.so'.  Stop.02:00
ryannathansmake: *** Waiting for unfinished jobs....02:00
*** NeoMatrixJR_away has joined #xdandroid02:04
ryannathansodd, now i'm getting02:08
ryannathansmake: *** No rule to make target `vendor/xdandroid/msm/proprietary/BooksPhone.apk', needed by `out/target/product/msm/system/app/BooksPhone.apk'.  Stop.02:08
ryannathansmake: *** Waiting for unfinished jobs....02:08
*** NeoMatrixJR_away has quit IRC02:19
*** kalemas has left #xdandroid02:37
*** kalemas has joined #xdandroid02:40
*** NeoMatrixJR_away has joined #xdandroid03:28
*** hardwalker has quit IRC05:17
*** EyeKami has joined #xdandroid06:26
*** EyeKami has left #xdandroid06:26
*** detule has joined #xdandroid07:27
*** NeoMatrixJR_away has quit IRC07:35
*** kalemas has left #xdandroid07:50
*** kalemas has joined #xdandroid07:55
*** detule has quit IRC07:57
*** detule has joined #xdandroid07:58
*** d3tul3 has joined #xdandroid08:06
*** d3tul3 has quit IRC08:12
*** kalemas has left #xdandroid08:25
*** NeoMatrixJR_away has joined #xdandroid08:43
*** mayday_jay has quit IRC09:05
*** mayday_jay has joined #xdandroid09:05
*** mgross029 has joined #xdandroid09:09
*** helicopter88 has joined #xdandroid09:09
*** newbie1 has joined #xdandroid09:09
*** helicopter88 has quit IRC09:10
*** newbie1 is now known as helicopter8809:10
mgross029detule: Not sure if you received my email but the libaudio.so worked great.  So far incoming ringer and mic are working ten times better.  The phone rings sooner than previous and so far I have not had any incoming calls where they did not hear me.09:12
mgross029Nice find!09:12
*** NeoMatrixJR_away is now known as NeoMatrixJR09:26
*** fishhead2567 has joined #xdandroid09:42
*** |Jeroen| has joined #xdandroid09:48
*** rpierce99 has joined #xdandroid09:58
detuleglad it's working for you10:04
detulei am not sure what are the oustanding issues with GB at this point10:06
rpierce99a whole lot less since the last time it was bundled10:08
*** emwe has joined #xdandroid10:09
emwedetule: thx for your answers ;)10:11
detuleemwe np10:12
emwejust read mgross029' comment. what else should libaudio do regarding behaviroal/speed differences?10:12
emwehave you been runing with send_mic_mute_to* or without detule ?10:12
detulei tried it with both, though since last night -> without10:13
detulewhen i tried it with send_mic_mute_to*, i also riped out the onMute call in the RIL to make sure it's not being used, and it worked in that setting as well?.but i don't think it's necessary?.10:14
mgross029detule: I think that one was a big one.  I tested the libaudio out with .35 and the incoming ringer is still delayed there.  Also I was watching the logs and it took about 2 - 3 rings from the calling phone before I noticed any activity of the incoming call, so wonder if the updated RIL would help that.10:15
detulenot sure about behavioral differences, i had this issue where ten times out of ten mic would not work on an incoming call when the device was in silent, and of course somewhat sporadic behavoir with google voice search?.all of these are not reproducible with the patched lib?.10:16
detuledon't tink the delay in the incall screen is related to the mute calls in the ril...10:17
mgross029detule: Oh I did forget to mention that the mic audio pick up on the Voice Search was low when I tested in 3.1 I had to yell into it before it would pick up my voice so that could be your sporadic response you are seeing.10:18
detulethis is prior to the patched lib?10:18
emwehm, the "patch" doesn't influence anything speed-wise if i see this correctly.10:19
mgross029It was after the patch.  Can't recall before I would have to patch back in order to test that out.10:19
detuleno really in terms of behavioral differences, it just leaves the mic bias on10:19
emwewhondering if i shall push out that send_mic_mute overlay xml change...10:19
mgross029detule: Voice Search in .35 the mic picks up fine so I'm guessing it was before the libaudio patch that 3.1 had that problem10:21
detulemgross this libaudio patch is nothing mysterious, it's something we've been talking with emwe about for a while now10:22
emwedetule: i'll push out the mic mute overlay config patch, because we need it anyway. agreed? doesn#t do any different as we grasped.10:24
detuleit's a hack to always call the mic with (on) value?i just added one thing to make sure it's also initialized with an (on) value on boot (this was an issue when rpierce99 was testing an earlier incarnation of this patch)10:24
detulepush that and then send mgross the Phone.apk10:24
mgross029Yeah I remember reading those conversations.  So far the mic seems to work well on incoming calls.10:25
emwedetule: how about just always setting mic to on when no input device is present?10:25
emwethat won't work?10:25
detulethat's what it's doing now10:26
detulewith the patch doAcousticAudioDevice is always called with args->mic_mute = mMicMute which is always set to (false)10:28
detulemMicMute is something that would get changed if those routing calls from Phone.apk are routed to AudioManager but currently it's set to false in the constructor and never changed10:29
detulecurrently = in the patch10:30
ryannathansemwe: hello10:33
emwehi10:36
mgross029detule: Did you change anything in Phone.apk or just libaudio.so?10:38
detulethere's another part of the patch that would route the mute calls that happen when you press the mute button in the InCall screen -> currently these are routed to the RIL, we can route them to libaudio.  This requiers a Phone.apk change10:40
detuleemwe is talking about patching that in as well10:40
mgross029I see.  Thanks for the clarification10:41
emwedoes the mute button work without the config patch, detule?10:41
detuleworks for me10:41
emweok, then leaving it out until fixed.10:41
detulei think that may be wise :)10:42
*** NeoMatrixJR is now known as NeoMatrixJR_away11:01
*** detule has left #xdandroid11:04
*** detule has joined #xdandroid11:05
emwedetule: iirc there's been no updates to liboemcamera.so, right?11:31
detulethat's the legend binary right?11:32
emweboth are in our "build" zip11:33
emwe314kb and 1.5mb or so11:33
detuleright i think libcamera defaults to the larger one if present11:33
detulei don't remember anyone modifying the binary11:33
emweok, thx.11:33
emwearrrghhh: are you wiki mod? can you let go through a page edit of mine?11:38
emwedamnit... this didn't work so well. arm9 reset on incoming call.11:44
emwedetule: http://www.mediafire.com/file/zh095lc3czburai/hw3d-20111216.zip is the updated libGLES_qcom.so (wiki change is pending review)11:48
emwei pushed all commits except the mic-mute temp hack11:49
emweouch, i think my libs got broken...11:50
emwei need to run now.11:50
emwegive it a try with your patch.11:50
emweringer and notification should be "louder" and not increasing (especially dial tones on high vol)11:51
*** NeoMatrixJR_away has quit IRC11:52
emweoi, wtf... why is the old acoustic lib in there... didn't we drop it...11:53
emwebuild fscked.11:53
*** NeoMatrixJR_away has joined #xdandroid11:53
*** NeoMatrixJR_away is now known as NeoMatrixJR11:55
*** NeoMatrixJR is now known as NeoMatrixJR_away11:55
detulesorry emwe i stepped out for a bit11:56
emweok, need also :)11:57
emweok, first incall worked.11:58
emweyour mic hack is pushed. gnight.12:00
detulehey emwe12:00
detulethanks12:00
detuledidn't mean to open up work for you12:00
*** emwe has quit IRC12:05
*** NeoMatrixJR_away has quit IRC12:06
*** corein has joined #xdandroid12:06
*** NeoMatrixJR_away has joined #xdandroid12:07
*** NeoMatrixJR_away has quit IRC12:15
*** NeoMatrixJR_away has joined #xdandroid12:18
*** NeoMatrixJR_away is now known as NeoMatrixJR12:19
*** xawen has quit IRC12:21
*** xawen has joined #xdandroid12:22
*** |Jeroen| has quit IRC12:40
*** teemodk has joined #xdandroid13:05
*** rpierce99_ has joined #xdandroid13:39
*** rpierce99 has quit IRC13:42
*** rpierce99_ is now known as rpierce9913:42
*** rpierce99 has quit IRC13:48
*** rpierce99 has joined #xdandroid13:48
*** a262564 has joined #xdandroid13:51
*** a262564 has left #xdandroid13:52
*** rpierce99 has left #xdandroid13:52
*** rpierce99 has joined #xdandroid13:53
*** rpierce99 has quit IRC14:04
*** rpierce99 has joined #xdandroid14:05
detulerpierce99 can you symlink /home on your mac?14:16
detulealso i was wondering what do you use for a irc client14:17
*** randomness has joined #xdandroid14:18
rpierce99colloquy14:18
rpierce99and i'm not sure what you mean by your first question14:18
detulei am trying to create a symlink for /Users/user in /home/user14:19
rpierce99for an app?14:19
detuleno for convenience all my scripts look for stuff in /home/user14:20
rpierce99ah, i was going to say for typing i just use ~/14:20
rpierce99but yeah changing scripts would be a pain14:20
rpierce99home/: File exists14:22
detulei actually can't write anything to home14:32
rpierce99you can use the accounts pref pane to move your home directory, but it's limited to folders finder can see14:36
rpierce99just got my touchpad14:54
*** corein has quit IRC16:06
*** helicopter88 has quit IRC16:31
*** teemodk has quit IRC16:34
*** mgross029 has quit IRC16:34
*** BoRiS2 has joined #xdandroid17:55
*** BoRiS2 is now known as BoRiS17:59
*** fishhead2567 has quit IRC18:09
*** ImCoKeMaN has quit IRC18:13
*** corein has joined #xdandroid19:20
*** ImCoKeMaN has joined #xdandroid19:26
*** NeoMatrixJR has quit IRC19:28
*** ImCoKeMaN has quit IRC19:29
*** XirXes has quit IRC19:50
*** XirXes has joined #xdandroid19:56
*** NeoMatrixJR_away has joined #xdandroid20:37
*** NeoMatrixJR_away is now known as NeoMatrixJR20:37
*** raymonddull has joined #xdandroid21:19
*** phh has quit IRC21:43
*** NeoMatrixJR has quit IRC21:43
*** NeoMatrixJR has joined #xdandroid21:44
*** phh has joined #xdandroid21:47
*** detule has quit IRC22:03
*** NeoMatrixJR has quit IRC22:07
*** NeoMatrixJR has joined #xdandroid22:08
*** [7] has quit IRC22:27
*** TheSeven has joined #xdandroid22:27
*** detule has joined #xdandroid22:28
*** detule has quit IRC22:32
*** d3tul3 has joined #xdandroid22:34
*** BoRiS2 has joined #xdandroid22:50
*** BoRiS has quit IRC22:50
*** raymonddull has quit IRC22:51
*** BoRiS2 has quit IRC23:01
*** ImCoKeMaN has joined #xdandroid23:04
*** NeoMatrixJR has quit IRC23:06
*** d3tul3 has quit IRC23:15
*** raymonddull has joined #xdandroid23:19
*** rpierce99 has quit IRC23:20
*** raymonddull has left #xdandroid23:45

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