*** detule has quit IRC | 00:07 | |
*** rpierce99 has joined #xdandroid | 00:50 | |
*** NeoMatrixJR_away has quit IRC | 00:56 | |
*** kalemas has joined #xdandroid | 00:59 | |
*** rpierce99 has quit IRC | 01:24 | |
*** BoRiS has joined #xdandroid | 01:32 | |
*** BoRiS2 has quit IRC | 01:34 | |
*** BoRiS has quit IRC | 01:45 | |
ryannathans | im trying to build GB from the tree | 02:00 |
---|---|---|
ryannathans | all i can get is this | 02:00 |
ryannathans | make: *** No rule to make target `vendor/xdandroid/msm/proprietary/libgps.so', needed by `out/target/product/msm/obj/lib/libgps.so'. Stop. | 02:00 |
ryannathans | make: *** Waiting for unfinished jobs.... | 02:00 |
*** NeoMatrixJR_away has joined #xdandroid | 02:04 | |
ryannathans | odd, now i'm getting | 02:08 |
ryannathans | make: *** No rule to make target `vendor/xdandroid/msm/proprietary/BooksPhone.apk', needed by `out/target/product/msm/system/app/BooksPhone.apk'. Stop. | 02:08 |
ryannathans | make: *** Waiting for unfinished jobs.... | 02:08 |
*** NeoMatrixJR_away has quit IRC | 02:19 | |
*** kalemas has left #xdandroid | 02:37 | |
*** kalemas has joined #xdandroid | 02:40 | |
*** NeoMatrixJR_away has joined #xdandroid | 03:28 | |
*** hardwalker has quit IRC | 05:17 | |
*** EyeKami has joined #xdandroid | 06:26 | |
*** EyeKami has left #xdandroid | 06:26 | |
*** detule has joined #xdandroid | 07:27 | |
*** NeoMatrixJR_away has quit IRC | 07:35 | |
*** kalemas has left #xdandroid | 07:50 | |
*** kalemas has joined #xdandroid | 07:55 | |
*** detule has quit IRC | 07:57 | |
*** detule has joined #xdandroid | 07:58 | |
*** d3tul3 has joined #xdandroid | 08:06 | |
*** d3tul3 has quit IRC | 08:12 | |
*** kalemas has left #xdandroid | 08:25 | |
*** NeoMatrixJR_away has joined #xdandroid | 08:43 | |
*** mayday_jay has quit IRC | 09:05 | |
*** mayday_jay has joined #xdandroid | 09:05 | |
*** mgross029 has joined #xdandroid | 09:09 | |
*** helicopter88 has joined #xdandroid | 09:09 | |
*** newbie1 has joined #xdandroid | 09:09 | |
*** helicopter88 has quit IRC | 09:10 | |
*** newbie1 is now known as helicopter88 | 09:10 | |
mgross029 | detule: 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 |
mgross029 | Nice find! | 09:12 |
*** NeoMatrixJR_away is now known as NeoMatrixJR | 09:26 | |
*** fishhead2567 has joined #xdandroid | 09:42 | |
*** |Jeroen| has joined #xdandroid | 09:48 | |
*** rpierce99 has joined #xdandroid | 09:58 | |
detule | glad it's working for you | 10:04 |
detule | i am not sure what are the oustanding issues with GB at this point | 10:06 |
rpierce99 | a whole lot less since the last time it was bundled | 10:08 |
*** emwe has joined #xdandroid | 10:09 | |
emwe | detule: thx for your answers ;) | 10:11 |
detule | emwe np | 10:12 |
emwe | just read mgross029' comment. what else should libaudio do regarding behaviroal/speed differences? | 10:12 |
emwe | have you been runing with send_mic_mute_to* or without detule ? | 10:12 |
detule | i tried it with both, though since last night -> without | 10:13 |
detule | when 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 |
mgross029 | detule: 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 |
detule | not 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 |
detule | don't tink the delay in the incall screen is related to the mute calls in the ril... | 10:17 |
mgross029 | detule: 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 |
detule | this is prior to the patched lib? | 10:18 |
emwe | hm, the "patch" doesn't influence anything speed-wise if i see this correctly. | 10:19 |
mgross029 | It was after the patch. Can't recall before I would have to patch back in order to test that out. | 10:19 |
detule | no really in terms of behavioral differences, it just leaves the mic bias on | 10:19 |
emwe | whondering if i shall push out that send_mic_mute overlay xml change... | 10:19 |
mgross029 | detule: Voice Search in .35 the mic picks up fine so I'm guessing it was before the libaudio patch that 3.1 had that problem | 10:21 |
detule | mgross this libaudio patch is nothing mysterious, it's something we've been talking with emwe about for a while now | 10:22 |
emwe | detule: 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 |
detule | it'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 |
detule | push that and then send mgross the Phone.apk | 10:24 |
mgross029 | Yeah I remember reading those conversations. So far the mic seems to work well on incoming calls. | 10:25 |
emwe | detule: how about just always setting mic to on when no input device is present? | 10:25 |
emwe | that won't work? | 10:25 |
detule | that's what it's doing now | 10:26 |
detule | with the patch doAcousticAudioDevice is always called with args->mic_mute = mMicMute which is always set to (false) | 10:28 |
detule | mMicMute 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 changed | 10:29 |
detule | currently = in the patch | 10:30 |
ryannathans | emwe: hello | 10:33 |
emwe | hi | 10:36 |
mgross029 | detule: Did you change anything in Phone.apk or just libaudio.so? | 10:38 |
detule | there'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 change | 10:40 |
detule | emwe is talking about patching that in as well | 10:40 |
mgross029 | I see. Thanks for the clarification | 10:41 |
emwe | does the mute button work without the config patch, detule? | 10:41 |
detule | works for me | 10:41 |
emwe | ok, then leaving it out until fixed. | 10:41 |
detule | i think that may be wise :) | 10:42 |
*** NeoMatrixJR is now known as NeoMatrixJR_away | 11:01 | |
*** detule has left #xdandroid | 11:04 | |
*** detule has joined #xdandroid | 11:05 | |
emwe | detule: iirc there's been no updates to liboemcamera.so, right? | 11:31 |
detule | that's the legend binary right? | 11:32 |
emwe | both are in our "build" zip | 11:33 |
emwe | 314kb and 1.5mb or so | 11:33 |
detule | right i think libcamera defaults to the larger one if present | 11:33 |
detule | i don't remember anyone modifying the binary | 11:33 |
emwe | ok, thx. | 11:33 |
emwe | arrrghhh: are you wiki mod? can you let go through a page edit of mine? | 11:38 |
emwe | damnit... this didn't work so well. arm9 reset on incoming call. | 11:44 |
emwe | detule: http://www.mediafire.com/file/zh095lc3czburai/hw3d-20111216.zip is the updated libGLES_qcom.so (wiki change is pending review) | 11:48 |
emwe | i pushed all commits except the mic-mute temp hack | 11:49 |
emwe | ouch, i think my libs got broken... | 11:50 |
emwe | i need to run now. | 11:50 |
emwe | give it a try with your patch. | 11:50 |
emwe | ringer and notification should be "louder" and not increasing (especially dial tones on high vol) | 11:51 |
*** NeoMatrixJR_away has quit IRC | 11:52 | |
emwe | oi, wtf... why is the old acoustic lib in there... didn't we drop it... | 11:53 |
emwe | build fscked. | 11:53 |
*** NeoMatrixJR_away has joined #xdandroid | 11:53 | |
*** NeoMatrixJR_away is now known as NeoMatrixJR | 11:55 | |
*** NeoMatrixJR is now known as NeoMatrixJR_away | 11:55 | |
detule | sorry emwe i stepped out for a bit | 11:56 |
emwe | ok, need also :) | 11:57 |
emwe | ok, first incall worked. | 11:58 |
emwe | your mic hack is pushed. gnight. | 12:00 |
detule | hey emwe | 12:00 |
detule | thanks | 12:00 |
detule | didn't mean to open up work for you | 12:00 |
*** emwe has quit IRC | 12:05 | |
*** NeoMatrixJR_away has quit IRC | 12:06 | |
*** corein has joined #xdandroid | 12:06 | |
*** NeoMatrixJR_away has joined #xdandroid | 12:07 | |
*** NeoMatrixJR_away has quit IRC | 12:15 | |
*** NeoMatrixJR_away has joined #xdandroid | 12:18 | |
*** NeoMatrixJR_away is now known as NeoMatrixJR | 12:19 | |
*** xawen has quit IRC | 12:21 | |
*** xawen has joined #xdandroid | 12:22 | |
*** |Jeroen| has quit IRC | 12:40 | |
*** teemodk has joined #xdandroid | 13:05 | |
*** rpierce99_ has joined #xdandroid | 13:39 | |
*** rpierce99 has quit IRC | 13:42 | |
*** rpierce99_ is now known as rpierce99 | 13:42 | |
*** rpierce99 has quit IRC | 13:48 | |
*** rpierce99 has joined #xdandroid | 13:48 | |
*** a262564 has joined #xdandroid | 13:51 | |
*** a262564 has left #xdandroid | 13:52 | |
*** rpierce99 has left #xdandroid | 13:52 | |
*** rpierce99 has joined #xdandroid | 13:53 | |
*** rpierce99 has quit IRC | 14:04 | |
*** rpierce99 has joined #xdandroid | 14:05 | |
detule | rpierce99 can you symlink /home on your mac? | 14:16 |
detule | also i was wondering what do you use for a irc client | 14:17 |
*** randomness has joined #xdandroid | 14:18 | |
rpierce99 | colloquy | 14:18 |
rpierce99 | and i'm not sure what you mean by your first question | 14:18 |
detule | i am trying to create a symlink for /Users/user in /home/user | 14:19 |
rpierce99 | for an app? | 14:19 |
detule | no for convenience all my scripts look for stuff in /home/user | 14:20 |
rpierce99 | ah, i was going to say for typing i just use ~/ | 14:20 |
rpierce99 | but yeah changing scripts would be a pain | 14:20 |
rpierce99 | home/: File exists | 14:22 |
detule | i actually can't write anything to home | 14:32 |
rpierce99 | you can use the accounts pref pane to move your home directory, but it's limited to folders finder can see | 14:36 |
rpierce99 | just got my touchpad | 14:54 |
*** corein has quit IRC | 16:06 | |
*** helicopter88 has quit IRC | 16:31 | |
*** teemodk has quit IRC | 16:34 | |
*** mgross029 has quit IRC | 16:34 | |
*** BoRiS2 has joined #xdandroid | 17:55 | |
*** BoRiS2 is now known as BoRiS | 17:59 | |
*** fishhead2567 has quit IRC | 18:09 | |
*** ImCoKeMaN has quit IRC | 18:13 | |
*** corein has joined #xdandroid | 19:20 | |
*** ImCoKeMaN has joined #xdandroid | 19:26 | |
*** NeoMatrixJR has quit IRC | 19:28 | |
*** ImCoKeMaN has quit IRC | 19:29 | |
*** XirXes has quit IRC | 19:50 | |
*** XirXes has joined #xdandroid | 19:56 | |
*** NeoMatrixJR_away has joined #xdandroid | 20:37 | |
*** NeoMatrixJR_away is now known as NeoMatrixJR | 20:37 | |
*** raymonddull has joined #xdandroid | 21:19 | |
*** phh has quit IRC | 21:43 | |
*** NeoMatrixJR has quit IRC | 21:43 | |
*** NeoMatrixJR has joined #xdandroid | 21:44 | |
*** phh has joined #xdandroid | 21:47 | |
*** detule has quit IRC | 22:03 | |
*** NeoMatrixJR has quit IRC | 22:07 | |
*** NeoMatrixJR has joined #xdandroid | 22:08 | |
*** [7] has quit IRC | 22:27 | |
*** TheSeven has joined #xdandroid | 22:27 | |
*** detule has joined #xdandroid | 22:28 | |
*** detule has quit IRC | 22:32 | |
*** d3tul3 has joined #xdandroid | 22:34 | |
*** BoRiS2 has joined #xdandroid | 22:50 | |
*** BoRiS has quit IRC | 22:50 | |
*** raymonddull has quit IRC | 22:51 | |
*** BoRiS2 has quit IRC | 23:01 | |
*** ImCoKeMaN has joined #xdandroid | 23:04 | |
*** NeoMatrixJR has quit IRC | 23:06 | |
*** d3tul3 has quit IRC | 23:15 | |
*** raymonddull has joined #xdandroid | 23:19 | |
*** rpierce99 has quit IRC | 23:20 | |
*** raymonddull has left #xdandroid | 23:45 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!