Related
Hi,
Was playing around with a way to get my Motorola H700 to not hang after the first use. I don't know how to code (at all) but I wrote a little VB app that Monitored the State and Notification PhoneCallTalking to see when a call was initiated, then monitored to see when the call ended at which point I executed BTAudioOn.Exe from BTUtils causing the channel to open again so I push the button and that's it, I could make call after call just like my old HS850. This will probably work with any headset that hangs after the first call.
Only problem, like I was saying, I can't program, I did all this in Do While Loops so it's pretty unusable since it kills the processor. I don't know how to work with Events or Registering for notifications.
Anyways, if there is anyone who can code and is looking for something to do, maybe you could make something similar (this way or a better way) that can run resident and monitor for the end of a phone conversation and then execute BTAudioON.exe or I guess if you know how to program the MS Bluetooth Stack, open the channel again.
If not, I guess I'll keep learning and try to figure out how to do it properly by handling the notification trigger and wait for it without killing the CPU
I've been looking for something like this! Keep us updated if you find a way to do it without putting too much of a load on the CPU.. I'm getting into WM programming but I have no idea how to capture call/notification states yet.
Re: I got VoiceCmd to not Hang after call with some BT Heads
shoey5 said:
Hi,
Was playing around with a way to get my Motorola H700 to not hang after the first use. I don't know how to code (at all) but I wrote a little VB app that Monitored the State and Notification PhoneCallTalking to see when a call was initiated, then monitored to see when the call ended at which point I executed BTAudioOn.Exe from BTUtils causing the channel to open again so I push the button and that's it, I could make call after call just like my old HS850. This will probably work with any headset that hangs after the first call.
Only problem, like I was saying, I can't program, I did all this in Do While Loops so it's pretty unusable since it kills the processor. I don't know how to work with Events or Registering for notifications.
Anyways, if there is anyone who can code and is looking for something to do, maybe you could make something similar (this way or a better way) that can run resident and monitor for the end of a phone conversation and then execute BTAudioON.exe or I guess if you know how to program the MS Bluetooth Stack, open the channel again.
If not, I guess I'll keep learning and try to figure out how to do it properly by handling the notification trigger and wait for it without killing the CPU
Click to expand...
Click to collapse
Good luck and keep us posted. One "use case" to keep in mind is if you initiate VC which doesn't lead to a phone call since VC supports other commands.
I tried something similar to what you are trying to do and it's just too complex because of the different outcomes of initiating VC
I think it'd probably be best to just fix the dialing part - I don't really care about the launching of the apps, etc.
Some of the voice commands, like "What day is it" didn't seem to break the voice channel anyway.
I hate to say it, but it's probably best to just fix the simple stuff and wait for a BT enabled version from Microsoft to fix the rest.
VCBTFixer - My First Attempt
Hey guys here's what I came up with so far. It's not much but it works, been using it all day without ever taking my Wizard out to reset the headset
When running in the background, it will monitor for a hangup (the point where your headset usually crashes after the first call) It will wait a second and then open the BT Audio Gateway, just press the BT headset again to turn it off, and then press it one more time and you'll hear VoiceCommand waiting for you again
Ok remember this is my first attempt at programming so use it at your own risk And remember it's not 100%, I still have to check for a failed call or if you terminate before the call actually starts, check to see if the headset is being used before trying to turn on the audio gateway ect.
I'll probably get rid of the dialog or keep it, I don't know, I was thinking it could be useful to configure a sound that can be played when the audio gateway opens again, this way you get reminded to press the headset button again to turn off the BT Audio Gateway Maybe display and allow you to select which headsets (if you have more than one) this program should work with if some work and some don't, all that kind of crap.
Anyways, let me know if it works.
Im no WM programmer but cant u open the BT channel then close it again pro grammatically, or will that cause the same type of "crash"? I would love to see this work because I WANT my damn H700 back, till then I'm stuck with this hs850.
Thanx; Lew
lewcamino: Tried that but it still hung, only way I could get it to work is to open the chanel and then close it. Anyways I tried this program with my H700 and it worked, give it a try, you have to be logged in to see it.
I'm no programmer either, maybe someone could write a much better version. I think the best way (if it's possible) would be to close the BT Audio Gateway just before VoiceCommand started dialing (the phone should open the Audio Gateway when the call starts and then it should be good (I think) but I don't know if that's even possible to detect.
So for now, until someone figures out a better way or Microsoft releases a new version with BT support, I guess this works. Used it all day with my H700 didn't have to push any buttons on the device between calls which is what I wanted.
Thanks shoey5! Your program works great with my H700.
Do you have any updates? Also, how did you create the .exe? What tools did you use? Are you willing to give up your source code? I would love to dig into it, modify it, upgrade it.
Again, thanks for the great program.
Congrats on getting something to work. What happens if you close the boom of the H700 after a call? What if you use VC to check your battery signal or ask what time it is?
Looking forward to seeing future versions - once it's good and ready I can go back to my H700. Using the HS850 for now.
Ok Second Attempt, if learning VB.Net for the first attempt wasn't bad enough, had to start learning C++ for the second
This one is a lot better though it's late so I haven't been able to test and it needs some error checking but it's much more useable. Ported it to C++ so now only takes 3.90K as apposed to the 200K VB.Net (Sucks) version was taking so it's acceptible to have it running in the background. Also uses a different method of refreshing BTAG after a call though I'd like to find a better way. Also got rid of the UI so you can throw it into \Windows\Startup to have it running when device loads.
Let me know how well or how bad it works.
Cool - thanks a lot! This seems to work!
Doesnt work with german rom... are there any paths hardcoded which may be named different in other languages? (Programs for example)
Hi Shoey5,
Just for your information I have a O2 XDA Mini S WM5 and it does not work as intended, works once after that it needs a soft reset.
I send you a PM with contact details.
Shoey,
your little app works really well! Only occasionaly will there be some kind of hiccup between the MDA and the headset, and I will have to reset the MDA.
It also seems that you have to be alittle patiend between calls to give the headset/MDA time to be ready to respond.
I can make repeated voice commands and even activate redial with a double tap on the headset button.
I would encourage you to keep working on this program so the VCBT functionality can be made even more stable!
Shoey,
your little app works really well! Only occasionaly will there be some kind of hiccup between the MDA and the headset, and I will have to reset the MDA.
It also seems that you have to be alittle patiend between calls to give the headset/MDA time to be ready to respond.
I can make repeated voice commands and even activate redial with a double tap on the headset button.
I would encourage you to keep working on this program so the VCBT functionality can be made even more stable!
This is just something I stumbled across a while ago but haven't had the time to post it. I'm not making any promises so this is just a head's up.
If anyone remembers my last post on skype here, you'll recall me saying that there's a Disable Codecs key in the registry. Well I didn't know the codecs but SkypeSmart over at Skype forums posted this tweak for his iPaq and it works a treat.
I'm running my Mini S with the original ROM and skype with my key reading: ILBC G729 EG711U
As a result it only uses the EG711A codec and guess what, it works, at stock speed too. My phone is an utter mess but it works at an acceptable level that is to say both parties can hear the conversation without any hiccups. Tested over a WiFi link but be warned you'll lose connectivity with echo123 and it also seems to me that Skype Linux doesn't have the EG711A or EG711U or even the G729 codecs so you won't be able to chat with them unless you enable ILBC.
One thing worth testing is to see what happens in a conference call (with a Windows machine as host and a Linux machine and the wizard with some of the codecs disabled) but I don't have the time to test so be my guest and post the results if you do test it.
By the way, I use Skype v2 Feb 14 release. If anyone wants to post their overclocked results or anything, great.
Indeed it does work and VERY well. I just called across a very sketchy broadband connection and audio in BOTH ways was clear. Before, I could be heard by the other party but could not hear them in return. Once I overclocked, I could actually have a couple of pragrams running in the background and still have acceptable resources left. Bravo to whoever came up with this tweak.
How far did you overclock? Also, I know a lot of people are viewing this thread but only one response so far...does that mean the rest of you are enjoying Skype? :shock:
i use skype with my wizard very well and i can use skypeout as well.
i installed for the high cpu usage, not low cpu usage. but i also use omapoverclock.
what i did, just installed skype, then change the content of d shortcut using total commander in windows/start menu/programs/skype.lnk with this one:
46#"\program files\omapclock.exe" -clock 240 -launch "\Program Files\Skype for Pocket PC\Skype.exe" -restore?Program Files\Skype for Pocket PC\Skype.exe,
in this case, i put omapclock file in 'program files' folder, and don't forget to use "," sign in the last content of skype. because it gives u back d skype icon, otherwise u'll see omapclock icon.
Gut luck!!! and i hope this can be useful 4 u...
_________________________________________________________________________
GET A FREE NOTEBOOK!!! --> http://notebook.GustoNetwork.com/index.php?mid=578275
i remember trying this on my wizard...i placed a call to a land phone and i could not hear the other phone ring or anything.. but t did call..
What am i doing wrong?
Thanks Ricky, that trick with Omapoverclock works a treat. By the way not sure if it is my imagination but sounds like the I am getting the call playing through my handsfree speaker and not the ear piece. Does anyone else get this or am I going mad????
jt_armstrong said:
Thanks Ricky, that trick with Omapoverclock works a treat. By the way not sure if it is my imagination but sounds like the I am getting the call playing through my handsfree speaker and not the ear piece. Does anyone else get this or am I going mad????
Click to expand...
Click to collapse
You're not. Apparently the M600 is the only phone which might support non-speakerphone chat on skype. I heard that its latest ROM does exactly what you want it do. I don't know if its a Skype specific issue or whether it's ROM specific but I have not seen any apps other than the phone app itself take advantage of the earpiece.
@guyver2077:
If you're referring to the tweak I listed, what does it do when you call PCs? I made a skype out call actually 3 of them and I could hear all of them clearly - 1 to Guam , 2 to HK and I'm in the UK.
@Ricky:
Does 240MHz eat away at the battery life, especially with WiFi on?
I just spent the last few days setting up a Linksys NSLU2 with DebianSlug and it works great; Samba works with the phone too 8). A little tempted to get a bluetooth dongle to stick to the slug so that I can connect to the net over bluetooth when possible but the BT stack on the mobile doesn't support BT networking does it?
ok.. so does this only work with speakerphone on?? i didnt hear anything through the actual phone ear reciever
guyver2077 said:
ok.. so does this only work with speakerphone on?? i didnt hear anything through the actual phone ear reciever
Click to expand...
Click to collapse
When I said speakerphone I meant simply that the sound is coming out at the same volume as media player, etc if that makes sense. There's no reason for you not to be able to hear a thing though. :?
Thanks AsGF2MX, It works great with the headfones I just don't normally use them.
guyver2077 said:
ok.. so does this only work with speakerphone on?? i didnt hear anything through the actual phone ear reciever
Click to expand...
Click to collapse
If you think about it, it makes sense. This is Skype for Pocket PC, most Pocket PCs don't have the phone built in.
Do you have a BT headset? If so open the audio gateway (either using the program posted in this forum or via Voice Command press BT button and just say "Open Skype", the Audio gate will stay open).
This should allow you to use your BT headset for Skype calls.
kyphur said:
guyver2077 said:
ok.. so does this only work with speakerphone on?? i didnt hear anything through the actual phone ear reciever
Click to expand...
Click to collapse
If you think about it, it makes sense. This is Skype for Pocket PC, most Pocket PCs don't have the phone built in.
Click to expand...
Click to collapse
I suppose you're right, that would explain things but is there an option to actually channel audio to the ear piece? If not, then it's definitely an issue with the way the device ROMs are designed (assuming that there is a way for software to utilize the ear piece).
Well, I'm glad a few people found it useful and I hope it's working for the rest of you as well. I might just pick-up OMAP clock a little later and try to see how well an overclock fares on my device but first, I'm going to try a few apps I've been wanting to try for a while.
Great tip!
I have previously tried Skype on my Qtek 9100 but have always found the audio quality quite bad, even when overclocking to 240.
After changing the DisableCodecs as suggested here, the audio quality is now really good, also when using SkypeOut to a Fixednet phone.
Thanks for the tip!
Yes Great tip, thanks
Can someone point me in the direction of the program that opens the audio gateway?
I don't have MS Voice Command, I only have the default "Voice Speed Dial".
EDIT: FOUND IT!!!
Therez two actually. one is btAudio, and the other is VjVolubilis
After Skype Install - Alarm clock chaos
Hi
I have been reading this thread with interest. I own an old XDA (one with aerial) and now the XDA Mini S. Have had it now for about 6 months and sync up to 2 pc's, have multiple email accounts, use the Wifi/msn - so use pretty much all of functionality. Happy so far!
I installed the pocket pc version of Skype last night - and found that this morning my alarm went off - but with no options displayed on the screen to snooze/dismiss alarm! Consequently - the alarm/vibrate goes off every 5 minutes - and only thing i can do is remove the battery -so phone basically unusable. Soft reset does not help - and would rather not hard reset as then will have to redo email settings etc.
Anyone out there had this problem before? Your help would be appreciated (think you are calling the XDA mini a wizard)
OS Build: 5.1.70 (14406.1.1.1)
ROM: 1.5.4.2 WWE
ROM date: 11/8/05
Radio: 01.09.10
Protocol: 4.0.13.20
ExtROM: 1.5.4.103
Have you removed the Skype software already?
After Skype Install - Alarm clock chaos
Hi - Yes, I have removed Skype from the XDA Mini. Soft-reset again - no difference.
I had that alarm problem once.
I'd had my cingular 8125 (HTC wizard) for a week or two and had been putting apps on it and messing with the registry, then one morning my alarm went off, I reached over to silence it, pushed some random button accidentally, and the alarm kept on going. I opened my eyes and sat there for a minute waiting for my brain to boot up because I wasn't seeing the notice showing me which softkey to press. After awhile, I realized that I was completely awake, and there really was no way to turn the alarm off!
I messed around with that thing forever. Scrolling through menus, doing soft resets, etc. Nothing would silence the alarm. I tried reseting the time/date and doing a soft reset, but every time the device booted up, it would go nuts with alarm tones (they kept multiplying! Every time I would reset the time after having set it back, another alarm would go off and they started piling up!).
Boy, that really ruined my morning.
I ended up having to do a hard reset to fix the problem. And when I ran my latest backup, the problem came right back! So I had to do another hard reset and roll back to an earlier backup.
I really don't know what the problem was, but I think I might have a slight idea. I had downloaded some program called CheckNotifications by Scarybear software (I now know it's not meant for WM5) and I think I must have deleted that alarm notification from the "notification database". (No, I don't actually know what any of that means, I'm just regurgitating words I read online in a manner which seems to make a little sense). So some parte of the OS somewhere remembered the alarm, and turned it on at the right time, but the part of the OS responsible for giving you the facility to turn it off was screwed. But that's just a wild guess.
Maybe you also have some issue with your notification database.
Good luck! Of course, if you were anywhere near as annoyed as I was, you probably already said a few (dozen) choice curse words and did a hard reset.
(edit: clarified phone)
When I saw the Nokia N91 that my neighbor owns, I thought it was a nice, bulky hard drive that can also make calls. I remember though that one day he calls me, and he accidentally hits his play button and music started to stream through his phone. I told him, "Hey! Turn that s*** down!" He then said that it was his phone, not his stereo.
I wonder... is there some way to bypass the audio in the 8125 to the phone gateway? Maybe some program out there anyone can refer me to? That's a really neat function and I want it.
I know that Voice Commander does pass its audio to the earpiece during a call, I'm sure theres a way to pass audio to a call.
im also looking for a way to get music to play during calls, any1 know how?
found it
nevermind, i found was i was looking for...
if any1 comes across this having the same problem in the future, check out this thread http://forum.xda-developers.com/showthread.php?t=313214
Thanks
Good, this topic was noted once before. I'm checking it out right now.
I thought this may be a good syndication thread for listing stuff that is buggy in the new Hero ROM (2.73.*) but worked in the old one.
Let me start:
- headphone jack issue - I didn't see this in the 1.76.* ROM, but now experience it full blown. Plug headphones in, sound redirects from speaker to headphones. Plug them out, sound stays redirected. Major PITA.
- calendar sync - not only is my Hero not syncing with Google Calendar anymore, it's also not displaying any events in the home screen widget, not even the local ones.
- sms widget bug - hit back button after opening a message and Hero cycles through your recently used apps instead of going back to list messages. I'm not even finding this one funny anymore.
- the jumping keyboard - switch from portrait to landscape with the keyboard on screen and it suddenly gets a life of its own.
- wifi disconnects and Hero goes onto HSDPA even with wifi "sleep policy" set to "never".
I've updated to the official ROM with a full wipe.
The speed improvement is not enough for me to live with those annoying new bugs. I guess I'll just go back to 1.76.* and wait for another update.
Anyone with similar thoughts and problems? Some additional, different ones? Let's make list and then just send it to HTC.
I guess it's only fair if you're running a 2.73 ROM, not something super-custom.
Running vanilla 2.73 and I'm not experiencing any of the bugs you mentioned. On the contrary, I had issues getting my Google contacts and calendar to sync with 1.76, 2.73 works flawlessly for me.
As for the SMS widget, I'm just not using it. There are far too many people playing with my phone on a daily basis, and I don't fancy them peeking at my private texts.
All in all, I'm more than happy with 2.73.
ptashek said:
- headphone jack issue - I didn't see this in the 1.76.* ROM, but now experience it full blown. Plug headphones in, sound redirects from speaker to headphones. Plug them out, sound stays redirected. Major PITA.
Click to expand...
Click to collapse
Sometimes it doesn't recognize my headphone (Sennheiser PX200) the icon doesn't appear at the top.
ptashek said:
- calendar sync - not only is my Hero not syncing with Google Calendar anymore, it's also not displaying any events in the home screen widget, not even the local ones.
- sms widget bug - hit back button after opening a message and Hero cycles through your recently used apps instead of going back to list messages. I'm not even finding this one funny anymore.
- the jumping keyboard - switch from portrait to landscape with the keyboard on screen and it suddenly gets a life of its own.
- wifi disconnects and Hero goes onto HSDPA even with wifi "sleep policy" set to "never".
Click to expand...
Click to collapse
works without problems for me...
I'm using the modaco custom rom
I haven't noticed these bugs at the official 2.73.405.5 either...
Keyboard, headphones and SMS works just fine here!
Hi everyone,
I have some problems with the new one. When I log into the market, all it shows is the free app only. Also, the camera, on the previous version I was able to zoom in/out with trackball which I see much easier, in the new one I can’t do that anymore!
Also, I was able to custom a ringtone on my contacts list or groups, but the new version doesn’t allow me to do this too .
So, I am wondering if there is any way to switch between the new versions 2.73.405.5 to the old one 1.76.405.6.
Thanks
GueSs_me said:
Hi everyone,
Also, I was able to custom a ringtone on my contacts list or groups, but the new version doesn’t allow me to do this too .
So, I am wondering if there is any way to switch between the new versions 2.73.405.5 to the old one 1.76.405.6.
Thanks
Click to expand...
Click to collapse
Zooming with the trackball indeed isn't possible anymore. But to be fair, zooming messes up your picture even more
On the first page of a contact (named information) I'm still able to change ringtones for that person only, I thought this was easier in the previous version but it still is possible.
As for the wifi, don't have any problems with it, keyboard acts normal to and my trackball isn't flashing 10 min after recieving and reading a text. Also as far as I know I haven't missed a text, huge problem on the previous rom.
Also I don't have the sms widget problem, it just returns to the widget as it's
supposed to.
I don't have any problems at all with the new rom, and the speed improvement is just awesome... Glad I choose My Hero over a Iphone.
Little note: using the official htc rom (not rooted) with a vodafone simcard (unbranded phone)
GueSs_me said:
Hi everyone,
Also, the camera, on the previous version I was able to zoom in/out with trackball which I see much easier, in the new one I can’t do that anymore!anks
Click to expand...
Click to collapse
If you do a flick where the zoom used to be it comes up.but better than that if you press the screen it will focus where you press keep your finger there and it will take the picture.
ptashek said:
I thought this may be a good syndication thread for listing stuff that is buggy in the new Hero ROM (2.73.*) but worked in the old one.
Let me start:
- headphone jack issue - I didn't see this in the 1.76.* ROM, but now experience it full blown. Plug headphones in, sound redirects from speaker to headphones. Plug them out, sound stays redirected. Major PITA.
- calendar sync - not only is my Hero not syncing with Google Calendar anymore, it's also not displaying any events in the home screen widget, not even the local ones.
- sms widget bug - hit back button after opening a message and Hero cycles through your recently used apps instead of going back to list messages. I'm not even finding this one funny anymore.
- the jumping keyboard - switch from portrait to landscape with the keyboard on screen and it suddenly gets a life of its own.
- wifi disconnects and Hero goes onto HSDPA even with wifi "sleep policy" set to "never".
I've updated to the official ROM with a full wipe.
The speed improvement is not enough for me to live with those annoying new bugs. I guess I'll just go back to 1.76.* and wait for another update.
Anyone with similar thoughts and problems? Some additional, different ones? Let's make list and then just send it to HTC.
I guess it's only fair if you're running a 2.73 ROM, not something super-custom.
Click to expand...
Click to collapse
My Hero syncs fine with google calender, and sms widget bug only happens sometimes or with some special order of commands which I dont use. Havent found the landscape keyboard to jump, but I dont really use it that often.
With the headphone jack unplug redirect thing, I dont believe this is a bug i think it is working as intended, or i hope so at least. THis is how it works on my ipod touch, it is good that the music stops when u unplug the headphones and it is really annoying otherwise to have to unlock the phone and stop the music everytime I need to unplug my headphones. I dont see how this is a PITA? It redirects fine when u want to answer a call.
Bluetooth fix
I was having a lot of problems getting my Hero to pair up with the bluetooth in my car(Honda Civic) it would pair once then even turning discover on , on the phone it would not pair up again, i have flashed the HTC rom update onto my Hero and it pairs everytime straight away, so we are getting somewhere with the Hero bluetooth, now just file transfer and we are away.
I am another that is not seeing any of the reported issues above. In fact I am very impressed with the new version (Orange v2 ROM).
Svarto said:
My Hero syncs fine with google calender, and sms widget bug only happens sometimes or with some special order of commands which I dont use. Havent found the landscape keyboard to jump, but I dont really use it that often.
Click to expand...
Click to collapse
Mine was weird. When I cleaned the whole storage for Calendar, Calendar Widget etc. it did work indeed, and then stopped again all of a sudden.
I've done another factory reset and so far, so good - it works fine again. I've noticed in the debugger (DDMS) that it now is accessing a different URL for my calendar, even though it's the same account as previously. No idea what's caused that, but whatever it was induced the WiFi bug as well.
The update did wipe everything, but maybe the key was do to a factory reset after updating as well? Dunno
Svarto said:
With the headphone jack unplug redirect thing, I dont believe this is a bug i think it is working as intended, or i hope so at least. THis is how it works on my ipod touch, it is good that the music stops when u unplug the headphones and it is really annoying otherwise to have to unlock the phone and stop the music everytime I need to unplug my headphones. I dont see how this is a PITA? It redirects fine when u want to answer a call.
Click to expand...
Click to collapse
Yes, that's expected behaviour, but that's not what I meant
Here's what I see:
- Plug-in headset, sound gets redirected
- Start playback
- Unplug headset, playback pauses
- Start playback
Now it should play via speaker, right? Mine doesn't. It still thinks the headset is plugged in.
Major PITA.
That's how it should look like (in the debugger):
Code:
DEBUG/AudioFlinger(38): setRouting 0 2 -17, tid 38, calling tid 64
INFO/AudioHardwareMSM72XX(38): Routing audio to Speakerphone (0,2)
DEBUG/AudioHardwareMSM72XX(38): rpc_snd_set_device(1, 1, 1)
DEBUG/HTC Acoustic(38): msm72xx_enable_audpp: 0x0007
That's what I see when the bug appears (which is 9/10 times):
Code:
ERROR/MusicUtils(3585): Headset 1:1, 1
I don't think it's hardware related since the OS notices that the headset was unplugged.
stock rom update here
i still have a stock rom on my phone ( the newest) and all above mentioned "bugs" work just fine for me.
the only one i have an issue with after the update is the switching between 3g and edge connections...
in my bedroom at home is the only place i experience this, but it doesnt seem to switch between 3g and edge very nicely at all, looooooong interuuptions and sometimes it just wont go, similar with wifi to mobile data connection.
and the camera is still sh!t. anyone out there planning on fixing this for us less fortunate, mildly retarded, people who cant fend for themselves?
i have never seen a camera in a phone behave so poorly in low light conditions.... any fixes out there for this?
ptashek said:
Here's what I see:
- Plug-in headset, sound gets redirected
- Start playback
- Unplug headset, playback pauses
- Start playback
Now it should play via speaker, right? Mine doesn't. It still thinks the headset is plugged in.
Major PITA.
Click to expand...
Click to collapse
Mine happens like this...
- Start Music with no headphones, comes out of speaker phone
- Plug in headphones, music transfers
- Unplug headphones, music pauses
- Press play again, comes out of speaker phone.
Not sure if you get the same as this, but for me this is perfect and not a bug, if I unplug my headphones I don't want music blaring out of my speakerphone for everyone to hear.
The only issue I've got is that my messaging widget only scrolls the first two texts, and I never use it anyway.
Other than that, love the update - fixed the old headphone / led issue for me
nicelad_uk said:
Not sure if you get the same as this
Click to expand...
Click to collapse
Read my post again...
I've experienced some kind of lags at the beginning of a track at the music player. Dunno what caused this problem, but it came up after using the new update a few days...
greets
Everything is working great for me including the calendar sync, etc but my wifi disappeared. It will no longer find networks no matter what I do and no icon on notifications bar
If anyone cares to chime in some ideas to try out? LMK. I posted a thread previously here: http://forum.xda-developers.com/showthread.php?t=563068
ptashek said:
Here's what I see:
- Plug-in headset, sound gets redirected
- Start playback
- Unplug headset, playback pauses
- Start playback
Now it should play via speaker, right? Mine doesn't. It still thinks the headset is plugged in.
Click to expand...
Click to collapse
Running the Modaco 2.2 version of 2.73, I do not get this problem. With both music player and Spotify, plugging in the headphones diverts the music to the headphones and pulling the plug sends it back to the speakphone.
Regards,
Dave
kackburt said:
I've experienced some kind of lags at the beginning of a track at the music player. Dunno what caused this problem, but it came up after using the new update a few days...
greets
Click to expand...
Click to collapse
i have the same problem and its pretty annoying
i have to agree
joemax said:
I am another that is not seeing any of the reported issues above. In fact I am very impressed with the new version (Orange v2 ROM).
Click to expand...
Click to collapse
the orange update gets 10/10 from me....
the hero is 1000 times beter for me IMO
Ok so I'm trying to trace down what might be happening here.
Ive got a LG Tone Pro 750 BT headset which I totally love for the most part (epic battery time for one thing). Bought it about a month ago.
About a week ago, maybe two, something weird starts happening. I'll get a call, pick it up and no sound. Caller may or may not hear me, but if they do, it appears to be garbled (I've done a poor job of asking callers if they could hear me and inquiring about that part of the experience so not very good feedback there).
Since I'd had the BT headset for a couple weeks already, I don't even consider there could be a problemo there. So I take the SG4 to Sprint and have a tech check it out.
He comes out to see me (never happens).
Asks me if I have the LG Tone Pro headset. He then proceeds to tell me that he has the same problem on his LG (!) phone with that headset (although it's a later model than my Tone Pro 750...next one up from that model).
He says that the only way he has been able to fix it is by unpairing and re-pairing the headset. Says he has to do it every other day or so.
That was early last week.
So for the next day or two, I go without the headset being re-paired. All is well with the three or four calls I get.
I pair the headset but don't get any calls. I do listen to some podcasts and that is fine (but was never a problem so no change there).
The next day (this morning) I get a call. Problem is back. I try turning off BT making calls and that doesn't fix it. Have to restart the phone.
So I do and I can now make and receive calls. However, BT is off.
It sure looks like this is a problem with the headset.
But I also noticed a preponderance of SG4 owners complaining about a somewhat similar issue where the mic would suddenly turn off on their phone, mid call. Seems WIFI signals would somehow interfere with it (I tried turning off WIFI though and that didn't fix it).
Is there anything else I can do to diagnose this better and maybe get to the bottom of it?
What could be happening here? Is this the headset not playing well with the OS? Is there a way to tell?
Why would this start happening off a sudden two weeks after I'd been using it heavily with no problems?
Also, I'm trying to find more instances of this issue online but it's tough one to Google.
(As a side note, LG doesn't seem to be a very good company when it comes to customer service. I saw several instances on Android Central where their customers reported issues with the headset and then were told their posting violated the TOS of the forum. WTF is up with that? Have they not realized there is ths thing called the Internet? Do they think people won't eventually catch on? )
I'm seriously considering returning this thing, but the truth is, I really want to keep it if I can get it to work. Probably a pipe dream though, now that I've written all this out. lol
I'm even considering rooting my SG4 and throwing another ROM on to see if that fixes it. That's how much I like the headset.
Happy to receive any feedback from fellow forum members. Thanks in advance.
PS: Just realized I haven't really tried just unpairing and re-pairing more than once so I'm going to test that some more over next few days meanwhile...
I am having the same problem but with different headset (MOW and Jabra).
One thing that I tied worked but I can only use my headset to listen to music. In each headset setting located in the Bluetooth pairing list, I uncheck the CALL AUDIO and leave the MEDIA AUDIO check. This allows me to use my headset for music but not calls.
A complete fix would be great, please?
BT media audio works, phone audio fails
readable said:
I am having the same problem but with different headset (MOW and Jabra).
One thing that I tied worked but I can only use my headset to listen to music. In each headset setting located in the Bluetooth pairing list, I uncheck the CALL AUDIO and leave the MEDIA AUDIO check. This allows me to use my headset for music but not calls.
A complete fix would be great, please?
Click to expand...
Click to collapse
Glad you posted this because I hadn't even thought to try, as part of my troubleshooting, whether I could still play media on the phone through the headset when call audio was not coming through.
Last night I made a couple of calls just fine with my LG Tone Ultra (upgraded to see if this fixed the problem, but no change) and then made a third one. On this third one I could not hear any sound but the call connected (it was to my wife--she later told me she got a call but no sound on her end either).
So this is very strange. Somehow the BT headset is just dropping the call side of the audio.
And, it's doing so randomly.
Sure would like some more insight on what is likely the cause of this situation. I submitted a question to LG through their website but no response. That was days ago.
Chapter 2 of this problem
readable said:
I am having the same problem but with different headset (MOW and Jabra).
One thing that I tied worked but I can only use my headset to listen to music. In each headset setting located in the Bluetooth pairing list, I uncheck the CALL AUDIO and leave the MEDIA AUDIO check. This allows me to use my headset for music but not calls.
A complete fix would be great, please?
Click to expand...
Click to collapse
Just posted a new thread on this issue with some log data that I'm hoping a kindly dev may help decipher.
Letting you know in case you want to keep an eye on that thread as well.