|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
Also there's stuff up on gitorious for the mic on incoming calls issue. Though, I guess differences from gbx0b to omgb might render these ineffectual. Plus it sounds like you are on your way to figuring out more elegant solutions. Last edited by detule; 01-11-2012 at 09:51 PM. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
Code:
--- a/libaudio-wince/AudioHardware.cpp +++ b/libaudio-wince/AudioHardware.cpp @@ -1028,6 +1028,12 @@ status_t AudioHardware::doRouting() audProcess = (ADRC_ENABLE | EQ_ENABLE | RX_IIR_ENABLE); } else { LOGI("Routing audio to Handset\n"); + if ((mMode == AudioSystem::MODE_NORMAL) && (mCurSndDevice != -1)) { + LOGI("BUG: We are ignoring request to allow ring!!\n"); + LOGI("Mode %d out devices %x currentdevice %d)\n", mMode, outputDevices, mCurSndDevice); + mCurSndDevice = sndDevice; + return NO_ERROR; + } sndDevice = SND_DEVICE_HANDSET; } } |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
I had the incoming call/mic issue again tonight. Also, I did try Bluetooth in with my car tonight and I got audio but it started out very soft and quickly ramped up to extremely loud then distorted and crack and then went silent. after a couple of seconds it repeated that pattern.
|
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
I need to hear back from the other regulars to see what if this is a common thing. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
I found one problem, but I don't know if this is problem with OMGB build or acoustic. If I set silent mode and vibrate only in silent the phone not vibrating during the incoming SMS. Incoming call is OK - vibrating. I'm using OMGB 21/12 + test acoustic.
|
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
edit: i have not used 12/24 yet. if you would like me to update, I can. I was just waiting for the new build, because with the acoustic update, 12/21 pretty much did not give me any sound on the handset after the first or second call. Last edited by anish88; 01-12-2012 at 08:39 AM. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
When phone in, got many timeout
Quote:
EDIT:strange, now is normal. Logs when phone call in EDIT: Many folk told me, they have electric sound under Android, and they found need to turn off press sound effect under WM. Last edited by muziling; 01-12-2012 at 10:33 AM. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
It was on the 12/24 build. |
|
|
|