Call notifications (+ accept and reject) on smartwatch with call sound on phone - Other SmartWatches

Hi all,
So my issue was that I want to be able to receive phone call notifications and the ability to accept or reject those calls on my no.1 s9, but i don't want to use the watch as hands free. I've googled it for some time but i haven't found nothing to solve this.
It may sound silly but I believe that this should be implemented through options on smartwatch or even better, if you accept the call in the watch it redirects the sound, if you answer through your phone it shouldn't redirect).
I believe that with some other smartwatches this is the behavior but not with no.1 s9 and, maybe, with some other phones. The reason is simple: you have your phone on your backpack or in your coat, you can check who is calling and then you decide if it's worth to pick up your phone or not.
So, i have created a simple flow with Automagic to handle things just how I believe they should be. Well, not quite because with this flow you can not use your smartwatch as hands free. But if you want to do so, you just have to switch off the flow.
You can find the flow in the attached image.
The idea is simple, the flow is activated by InCallActivity, first thing is to ensure that you can choose what action to take on your watch so while it stills ringing nothing is done (maybe there is some other way of doing this... i don't know how so there is a condition that basically does nothing while true). when you choose what to do the flow moves on to the next step (well... if you reject the call in your watch nothing is done and the flow ends here). If you answer the call, it checks if the watch is connected and if so, disconnects the watch and sets Bluetooth off to prevent that your watch connects again and the sound is, once again, redirected. Here you find another condition that basically holds everything until your call finishes. After all of this, Bluetooth is turned on so that your watch connects again.
It's my first flow with Automagic and this means that maybe I have take some paths that are not the most correct ones but it works.
I'm still testing but tests made so far are giving the exact result that I was looking for.
If you have the same problem that i was facing please share your thoughts and what are the ways you're handling this.
PS: It works for outgoing calls also.
PS2: English is not my native language... sorry if there are some mistakes

Hi,
Nice idea!
Any progress so far?
Nenad

Related

I got VoiceCmd to not Hang after call with some BT Headsets!

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!

Is a repeat audible in-call timer available? or can it be made?

Hi,
Is there any application that will allow me to set a repeat audible alarm that notifies you every X minutes whilst your on the call?
For clarification, the type of beep/tone im looking for is similar to a call waiting beep that you hear when on a call, its un-obtrusive. It's built into my Motorola A1000 (also on SE P900 etc) which uses the Symbian OS and is in the 'Call tracking' menu listed as Audible Timer where you can nominate the time ie 3minutes and then theres a check box to have the audible timer repeat over and over whilst you are on the call.
Its a great feature that i would love to have on a WM6 PPC PE.
Phone Alarm does not do this.
Nice Idea
It Does Seem like a nice Idea.
Could definitely use a application like that.
I'm sure it can be made, if anint already there...
you could also make this request on the pocketmax.net forum. they made the phoneAlarm and Redial (freeware) applications, so I guess it would be very easy for them to include it in one of theire apps.
I was talking to Bruce Jackson from PocketMax back in september about this but he said they couldnt do it because Windows Mobile use 2 separate audio channels, one for the earpiece and the other speaker phone (which is what phone Alarm uses)
I still think is should be possible, seeing that other 'audible in-call tones' like 'call waiting', 'new message tones' as well as 'increase volume beeps' all happen in the ear piece when your on a call.
Who has experience or knows of software that can modify these tones. Thats who would have a better idea how this can be achieved!
I guess having a vibration every minute would thus be very easy to do for Bruce Jackson from PocketMax. I can understand the phone ear loudspeaker is very hard to obtain (I remember recording from this is also impossible for the Wizard since the channels are hardware separated), so a vibration would be better than nothing.
Anyone knows a solution for having audible in-call timer like motorola phones.
Any advance in development community between 2007 and 2009?
Thank you for your answer
I would really want one, its really painful for the entire call just because of that single second.

[APP] Voice Runner (Another GPS APP)

Hi All
Well this is another GPS App and my first so as people say "please be gentle".
I wrote this for my wife and me for when we are running or cycling.
The idea behind it was to know how fast, far, average speed and time travelled while listening to music without have to look at your phone. It basically says the info you want, the voice is a basic computer voice. It will also say any sms that come in while in use but it can only say words and numbers not any text speak but which I might be able to add later.
My biggest problem is because the voice isn’t particularly loud of clear I need to be able to pause the HTC music software while it’s speaking. If anyone knows how to do that please help I was hoping the pause button on the wired headphones might have a virtual key number but I haven't found it yet.
If I can get the above problem solved am hoping to add a lot of useful info to the display and to the spoken info such as a buddy runner based on a previous run or target settings.
In the setting menu the only item that’s functional at the mo is the repeat voice setting. As you may see the whole program is at a very early stage at the mo so again please be gentle.
http://rapidshare.com/files/187741228/Voice_Runner_0.2.CAB.html
Sir if you can find a way to pause or mute music with hardware button on wired earphones, You will make me really up...

DT98

Hi, I'm just wondering what peoples experiences with No.1 DT98 smartwatch have been like.
Mine has not been a good one so far. It disconnects from bluetooth randoml; the wake-up gesture doesn't work; you can't set it (as far as I know) to just vibrate when you get a normal SMS text message; and trying to get it to just alert you on things without texts and phone calls being pushed to the watch so everyone in the room can hear you answer the phone is not simple to turn off. Some settings are in the bluetooth connection settings on the mobile phone, some are in the Fundo app, some are in the watch itself - confusing!
The first watch I received had a hole missing for the strap prongs to sit in - what are the chances?!
Watch faces are pretty cr*p as well!
Anyone got anything positive to say about this watch? Am I missing something? Can you actually get the watch to vibrate when you get a text message (like the cheap £10 watches do)?

Wear OS calls

Hey. Just got the Fossil Gen 5, amazing watch, well after two days when the battery actually lasted more than a few hours anyway. Basically, and I know I am playing a little loose with the rules against general questions here, but it is definitely wear OS related.
When making calls on the watch, which works surprisingly well, it always wakes the phone up and displays the normal call screen and as the proximity sensor doesn't even kick in, it stays on through the whole call unless I manually switch off the screen. Which means it is essentially useless as the only way I can make a call on the watch, without the risk of pocket presses, is to either have the phone in my hand, or on my desk or something, which completely defeats the object of using the watch.
Does anyone know a way to prevent this? There are no related settings in the watch or phone. Also, I know Wear OS connects as a headset, but I have never even used a BT headset of any kind before, so is this a watch thing, or does the same happen with any BT headset?

Categories

Resources