SMS Notifications - MTCB Android Head Units Q&A

What are folk using to read or reply to SMS messages on their units?
I did some searching on the old thread and TabletTalk looks exactly what I'm looking for but it unexpectedly crashes whenever I open it on my HU and I'm not sure if there are any logs I can check to see why? Anyone else having that issue?
I also seen that another option is Tasker with a few plugins but does that use 3G to sync the messages? Ideally I want something that does it all over Bluetooth. I'm not really fussed about WhatsApp messages or that, just SMS.
Cheers

I was using mightytext (needed to get apk from my tablet as hu is not supported in google play) and it used mobile data. Added bonus of being able to reply...however can't do so when driving, which negates it a bit
I'm in the middle of setting up tasker/autoremote/autovoice. The plan is for message to be received, sent to hu, seneder read out, yes/no option to read message, yes reads message, no ignores message (possibly third input for reminder in x minutes). Gives a bit more privacy when others are in the car
Autoremote works over any data connection; mobile, wifi, Bluetooth. It's easy enough to transfer messages (sender, body) using autoremote and getting it to appear as a notification on hu (instead of my more complex goal)
Also pushbullet works fine (but might be mobile data only)

Brendo said:
I was using mightytext (needed to get apk from my tablet as hu is not supported in google play) and it used mobile data. Added bonus of being able to reply...however can't do so when driving, which negates it a bit
I'm in the middle of setting up tasker/autoremote/autovoice. The plan is for message to be received, sent to hu, seneder read out, yes/no option to read message, yes reads message, no ignores message (possibly third input for reminder in x minutes). Gives a bit more privacy when others are in the car
Autoremote works over any data connection; mobile, wifi, Bluetooth. It's easy enough to transfer messages (sender, body) using autoremote and getting it to appear as a notification on hu (instead of my more complex goal)
Also pushbullet works fine (but might be mobile data only)
Click to expand...
Click to collapse
Thanks mate
I seen mightytext as well actually, didn't like the fact that it was over data as well though and assuming your texts will be stored on a server.
Ahh I didn't realise Autoremote worked over Bluetooh, the tasker/autoremote/autovoice sounds like a great option thanks :good:

dc5daft said:
Ahh I didn't realise Autoremote worked over Bluetooh, the tasker/autoremote/autovoice sounds like a great option thanks :good:
Click to expand...
Click to collapse
I think there is a fallback order to determine which protocol to use (haven't had time to use in a while). I like that it'll use Bluetooth when no data as when I have my wifi obd device connected, it takes over wifi and turns data off

I've been using mysms on my PC and phone for the last few years, an alternative to mightytext. Mysms has annoyed me though so I think I'll be checking out mightytext even though I have a paid sub to mysms. It sometimes leaves a message that the phone might have not had the reception to send in a limbo zone, where you can't resend it for 15-30 minutes until it officially fails. Plus it's freaked me out with display problems sometimes, showing me I sent messages to people not that I intended.

Thanks for all the replies
I had a quick look at tasker and automate but had some trouble getting the URL on the start page and it does seem like a bit of hassle to set up.
I've been happy with the stock rom but I might just flash Malaysk's rom and see if tablet talk works on that.

Sorry to bump an old thread, just thought I'd mention I now have texts from my phone displaying on my HU and I can reply from the HU.
I'm using Tasker, AutoRemote and AutoNotification. It took me a while to get my head around working them, if anyone wants me to export my tasks etc so they can text from their head unit let me know and I'll do so
From my searching before I posted I remembered a few people had asked about it so just thought i'd mention in case anyone wants it. I only have mine set up for SMS which talks to the HU through Bluetooth but I'd imagine its pretty much the same for WhatsApp etc.

dc5daft said:
Sorry to bump an old thread, just thought I'd mention I now have texts from my phone displaying on my HU and I can reply from the HU.
I'm using Tasker, AutoRemote and AutoNotification. It took me a while to get my head around working them, if anyone wants me to export my tasks etc so they can text from their head unit let me know and I'll do so
From my searching before I posted I remembered a few people had asked about it so just thought i'd mention in case anyone wants it. I only have mine set up for SMS which talks to the HU through Bluetooth but I'd imagine its pretty much the same for WhatsApp etc.
Click to expand...
Click to collapse
Sure, would be interested in seeing how you've done it

Ditto. Avid Tasker user so would lurve to see your tasks ?
Sent from my BN NookHD+ using Tapatalk

I'm at work just now (working hard clearly ) so can only upload my phone profiles/tasks, I'll upload the HU ones later.
I had been testing on my tablet which is why the recipient may be different but I suppose if you wanted to use it you would need to change it anyway. Any questions or suggestions fire away, its been a while since Ive done any programming type of stuff so if there are more efficient ways of doing things I'd be glad to know
For folk with little experience with Tasker, AutoRemote and AutoNotification, here's how it works:
1) On the phone: If I receive a text and my bluetooth is on, set a variable to 1.
2) On the Phone: When the variable equals 1, start the AutoRemote Bluetooth service and send the SMS details to the HU then set the variable back to 0. (Messages are sent one at a time so it sends the recipient's name, then number, time received and text body separate)
3) On the HU: When one message is received, add 1 to a variable to count each message received.
4) On the HU: When all messages are received (the counter equals 4) use the AutoNotification to show a new notification that you have received a text.
6) On the HU: On the notification there is a reply button and a discard button. Discard button runs a task to just close the notification and reset all variables. Reply button runs a task that closes the notification and then opens a tasker scene (a sort of window)
7) On the HU: The scene shows the name and number the SMS is from and a text box to type a reply. Buttons on the scene are an exit button, send button, car button and call button. Exit obviously closes the scene and then clears all variables. Send button will send the details back to my phone, close the scene and clear the variables. The car button I have set to send a template message "I'm driving just now sorry, I'll call you later" then it clears variables and closes scene. I want the call button to call the contact through the built-in bluetooth app on the HU, although I'm still working on this to see if its possible. This is one of the main reasons I went to the hassle of doing this myself rather than use an app since most apps deal with calls too and use your phone mic which I didn't like since my phone will most likely be in my pocket and I have my mic all wired up in my car.
8) On the Phone: The phone waits for the number and text message to be received. I used separate tasks and a counter like before to make sure both parts are received.
9) On the Phone: When the counter equals 2 (both the number and message have been received) then it sends the SMS from the phone, clears all variables and stops the AutoRemote Bluetooth service since I dont want this running all the time.
Hopefully it makes sense but like I said, happy to help other people get it set up I'll get the HU XML's uploaded tonight when I'm home and get some screenshots as well. Its still at very early stages so I may make some tweaks, I've actually yet to test it in my HU but its all working on my tablet so I dont see an issue. I'll get a better feel for how functional it is as well once Ive imported it into my car but I suppose its down to personal preference and people can add or change what they want.
Cheers guys

Here are the HU exported XMLs and a few screenshots taken from my tablet from texts I was sending to myself.
Its at early stages so go easy on me

Nice approach. In autoremote you can send multiple parameters by using =:= between them like " SMSSendTo=:=number=:=body=:=time"
And then access them by %arcomm1 %arcomm2...
That way you can do it a bit more efficient.
I have edited your profiles and tasks. I will upload them later today so you can se how it can be done.

I used Tablet Talk years ago so I had paid for it already. Unfortunately, I was unable to get the HU to connect with my phone with bluetooth or wifi. I just purchased Tasker for the first time and the amount of options is incredible not to mention the plugins. I just don't have the time to learn the ins and outs of it all at this time. I look forward to seeing how this develops. Thanks for sharing your work!

Thanks guys
Yeh I had trouble getting tablet talk working on mine too which is why I decided to do something myself. Glad I did though sice tasker is such a great app, now using it for some other stuff too
By the way, I got a few notifications for messages on my tablet so someone must have used the project and forgot to change the receiptient device. That might be why it's not working you can change it by opening the scenes then editing the buttons that send messages. In the "tap" tab I think it is, click on the tasks that send the messages and make sure you select your device from there. You will have to have added it already though in AutoRemote by clicking on the devices tab, then add and use the URL from the device you are adding. Any other questions fire away, I'm still quite new to tasker though but I'll try my best.

Here are the example on how you can do it a bit more efficiant.
Dont forget to change the receiptient device in the "Send_Tther_Device" task on phone and in "SMS_Reply" scene on hu.

I've been trying out the tasker files you listed nanab. It definitely works but only once in a while. Autoremote seems extremely delayed or never sends the message. I tried forcing the connection between wifi/bt but it seems to not make a difference. Long texts from the HU back to the phone seem to anger it as well. Messages and notification reach the HU well but from HU to phone has issues. I will usually be able to send one and then it stops working. Any suggestions or tweaks I can make?
This has been helping me learn some tasker stuff so thanks again.

tutorial
dc5daft said:
I'm at work just now (working hard clearly ) so can only upload my phone profiles/tasks, I'll upload the HU ones later.
I had been testing on my tablet which is why the recipient may be different but I suppose if you wanted to use it you would need to change it anyway. Any questions or suggestions fire away, its been a while since Ive done any programming type of stuff so if there are more efficient ways of doing things I'd be glad to know
For folk with little experience with Tasker, AutoRemote and AutoNotification, here's how it works:
1) On the phone: If I receive a text and my bluetooth is on, set a variable to 1.
2) On the Phone: When the variable equals 1, start the AutoRemote Bluetooth service and send the SMS details to the HU then set the variable back to 0. (Messages are sent one at a time so it sends the recipient's name, then number, time received and text body separate)
3) On the HU: When one message is received, add 1 to a variable to count each message received.
4) On the HU: When all messages are received (the counter equals 4) use the AutoNotification to show a new notification that you have received a text.
6) On the HU: On the notification there is a reply button and a discard button. Discard button runs a task to just close the notification and reset all variables. Reply button runs a task that closes the notification and then opens a tasker scene (a sort of window)
7) On the HU: The scene shows the name and number the SMS is from and a text box to type a reply. Buttons on the scene are an exit button, send button, car button and call button. Exit obviously closes the scene and then clears all variables. Send button will send the details back to my phone, close the scene and clear the variables. The car button I have set to send a template message "I'm driving just now sorry, I'll call you later" then it clears variables and closes scene. I want the call button to call the contact through the built-in bluetooth app on the HU, although I'm still working on this to see if its possible. This is one of the main reasons I went to the hassle of doing this myself rather than use an app since most apps deal with calls too and use your phone mic which I didn't like since my phone will most likely be in my pocket and I have my mic all wired up in my car.
8) On the Phone: The phone waits for the number and text message to be received. I used separate tasks and a counter like before to make sure both parts are received.
9) On the Phone: When the counter equals 2 (both the number and message have been received) then it sends the SMS from the phone, clears all variables and stops the AutoRemote Bluetooth service since I dont want this running all the time.
Hopefully it makes sense but like I said, happy to help other people get it set up I'll get the HU XML's uploaded tonight when I'm home and get some screenshots as well. Its still at very early stages so I may make some tweaks, I've actually yet to test it in my HU but its all working on my tablet so I dont see an issue. I'll get a better feel for how functional it is as well once Ive imported it into my car but I suppose its down to personal preference and people can add or change what they want.
Cheers guys
Click to expand...
Click to collapse
can you make a tutorial step by step thank you

At the first try it works for me but after restarting the engine i don't get any message to the car unit anymore
My Phone tolds me that the message was successfully send to the Car Unit but it doesn't get them.
After a lot of reconnecting in Autoremote it works again but only until the car unit was restarted.
Has anybody found out another solution?

dc5daft said:
Here are the HU exported XMLs and a few screenshots taken from my tablet from texts I was sending to myself.
Its at early stages so go easy on me
Click to expand...
Click to collapse
Wonder if this still works?

pushbullet ! works well !

Related

Please help I can't see my text messages!

I receive messages, the inbox show a number of messages between brackets, but when I open it is empty, it does not show any messages. Anybody got a clue why? :?:
Duplicate issue needs help
I am having the same issue. I have the ATT fuze, however this is my third one. The first one was perfect until there was a party foul that took it away. The second one had a typing issue so I replaced it. This third one is doing the same as the above poster mentioned. My today screen will show that I have text messages waiting to be opened but when I navigate to the folder there is nothing in it. Performed a hard-reset but the same thing happened. Installed third party software and now I can view the messages and reply. I am not happy with this "bandaid" but it will temporarily do till this can be resolved. Please help.
ROM version: 1.95.502.5 WWE
ROM date: 10/20/08
there may be something wrong with your storage card
the storage card can, by any means, have nothing to do with it. i personally never had such a problem, so i can just guess:
sample situation:
- i receive an sms, i see a notification, with the sender and the first few words.
- instead of clicking read, i press the hardware mail button to open messaging and read the sms
- while having it opened, i delete it.
- i go back to home screen and there is still a message and a notification
now i have confused my phone showing me new messages, although i already read and deleted them.
that is the only way i could think of to even get in that situation.
btw. that is the same thing with missed calls. if i have a notification of a missed call and instead of clicking the notification i open the phone manually and look whose call i missed, i will still have the message on home screen, telling me, there was a call i didn't know about, although i already checked.
please make sure that the description above is not the case.
because that is a general bug/user mistake, since the notification service is not fully integrated in pocket outlook, sometimes it gives out older data if you bypassed it to get to your information. that is normal. next time you get a message, try clicking the notification and click read or save as read, and look what consequences that has in your messaging folder.
if then still there is no message to be found, right after you read it once, it is still probably an error in the communication between notification service and pocket outlook, but then it is not your fault anymore you'd probably have to flash another rom then,
OR
it is something completely different and you need to contact your carrier, that receiving sms doesn't work out for you, that either you get a new sim or other network settings need to be changed.
my solution
I made some changes using advance config and changed portrait and landscape mode to cleartype. the fuze does not work with cleartype in landscape mode. Turn that off and it begins to work.
Text Messages not displayed
I know this is a very old thread but did anyone come out with a solution.
I'm still using my Blue Angel and it's come up with this problem.
I think it was after I received an MMS message (the first I received).

help on a few SMS annoyances please

hello there, I have some stuff I'd like to change regarding SMS. I've got a P3300 with official WM6.
I'd prefer to change this through some options (tho I didn't find) or registry edit. If possible to do what I need without installing more (battery draining) applications, would be best, but if there is no other choice, I'll take a look at whatever application u suggest.
- when I am underground and I send an SMS, it tells me it can't be send, and the message goes into the temp. folder (dunno english name of this folder) and I have to resend it manually. I'd like it to resend automatically as soon as I have signal again. That's what my previous nokia phones did.
- when I send a SMS successfully, I get a popup and "ding" telling me it was send. I don't want this, I only want to know if there was an error. I send loads of messages, and this popup is rather annoying.
- since I have WM6, when i open messages through the today plugin, it always asks me if outlook, sms or mms... with wm5 it always went into the last one I used. I'd like this functionality back, is it possible?
is there any FAQ of different kind of tweaks that can be done with a P3300 wm6 just through options or registry? if yes, could you please link it, I'd like to take a look at that.
thx for everything
zandadoum said:
- when I am underground and I send an SMS, it tells me it can't be send, and the message goes into the temp. folder (dunno english name of this folder) and I have to resend it manually. I'd like it to resend automatically as soon as I have signal again. That's what my previous nokia phones did.
Click to expand...
Click to collapse
sorry, no idea on this.
zandadoum said:
- when I send a SMS successfully, I get a popup and "ding" telling me it was send. I don't want this, I only want to know if there was an error. I send loads of messages, and this popup is rather annoying.
Click to expand...
Click to collapse
There is a tweak for this. Search and you will find it or else, i will try to find it 4 you this weekend.
zandadoum said:
- since I have WM6, when i open messages through the today plugin, it always asks me if outlook, sms or mms... with wm5 it always went into the last one I used. I'd like this functionality back, is it possible?
Click to expand...
Click to collapse
Yes, this question has been answered be4 too. Search and you will find it or else, i will try to find it 4 you this weekend. I thought its possible...
hopefully you can find that info and give me a hand. i tried the forum search function but as i dont know exactly what i am looking for, my search is too generic and i get loads of results (most about tweaked roms) that don't help me at all.
EDIT: found answer to 3) by myself. SOLUTION: open messages, go into menu->tools->options and there you can setup the different types of message accounts you have. at the bottom is an option to enable or disable the account selector. i just turned that off.
For the SMS sent notification:
HKEY_LOCAL_MACHINE/Software/Microsoft/Inbox/Settings/SMSNoSentMsg and set it to "1".
With the mentioned registry edit, you are not notified if the message fails to send. It just tries it, and puts it in sent items. If it fails it will not be re-send again by WM6.
you can fix the SMS/OUTLOOK/MMS thing in Options in your Messaging program.
ok, thx to that registry edit i get the sms sent popup no more. but i don't get any popup warning if it fails.
i've heard something about a different regedit key, with different numbers like
0 = no warn
1 = all warns
2 = only bla bla bla warn
3 = only ble ble ble warn
etc.
any1 got an idea about this?
also, any way to have the phone re-send failed sms automaticaly when i have signal again?
i am at a point that i would also try some SOFTWARE if needed, tho i prefer if it can be done just by registry.
Not familiar with those options. But why don't you give it a try and report back here.
GL

MMS Sent Notification (NOT SMS)

Ok... First of all, this is NOT ABOUT SMS (Regular Text Messages). I have LONG known about the SMS sent disable key.
Now that we have that out of the way. For whatever reason, when I send, forward, or reply to an MMS (picture/Video message), I still get notifications, even with the SMS Notification Disabled. Am thinking that because it's a whole new program, the registry key for that portion is in a different area. I have not found it YET.
IF ANYONE has found the Registry key and, with success, have changed it... Let me know..
Thanks
-J-
Start>Settings>Sounds and Notifications>Notifications Tab>Event Drop-Down Box>"Messaging: MMS Sent" ..
Select this, then, uncheck the various boxes associated with your annoyances..
First Hurdle done, now another one....
citizenatlarge said:
Start>Settings>Sounds and Notifications>Notifications Tab>Event Drop-Down Box>"Messaging: MMS Sent" ..
Select this, then, uncheck the various boxes associated with your annoyances..
Click to expand...
Click to collapse
Seems pretty straight forward... We will see as time goes on.
There is one other notification that seems to be evading me, however.. I have one of those bluetooth car kits. For whatever reason, the "Volume up/down" on the bluetooth is not compatible with the phone, no biggie..... EXCEPT... Every time it connects, reconnects, re-syncs, etc... I get the same message. It states "The Volume control on the bluetooth device is not supported by this phone, please adjust volume on the headset" (probably not 100% accurate, but it's generally what it says). I understand why it's there, however, I've known about it for quite a while now.... I don't need to be reminded. Is there a way to rid myself of that notification?
Thanks

[REQ] SMS Auto-retry (low signal/no signal)

The way Windows Mobile handles sending SMS when in low or no signal areas is very annoying. If it fails to send the message it stores it in the drafts with a link to try resending it in the conversation view. You can tap the retry link but if it fails again it will store it in drafts AGAIN and now you have multiple retry links. When it succeedes it doesn't even remove the failed ones.
If someone could change it so that it will keep auto-retrying and wait until signal is back to send it, it would be great.
If that is too hard, is it possible to make it just show only 1 retry link in the conversation view and then auto-remove it once it successfully sends? I hate having to go to drafts and delete multiple messages.
Dear petard,
it seems as if nobody is intersted in developping such an useful hack in order to remove one of the most annyoing bug our PDA are provided with.
I'd like my PDA to look like a Nokia phone sometimes, even though I wouldn't need to..... but I wonder why such an advanced device as a PDA phone can't have a similar feature. It's really weird, I didn't expect Microsoft not to solve the problem
Agreed, this is highly annoying...
Worse yet is that if an SMS fails to be sent from HTC's TF3D SMS app, it actually appears in the stock WM SMS app's conversation view without a resend link, so you don't even know that it hasn't actually been sent.
this is so annoying and has drove me crazy since i got my phone back in april. i dont understand why all my older cell phones did this but my SMARTphone does not. i am constantly needingt this feature
Not sure what phone you are using, however with my HD2 if you use custom message client made by Death Angle then he has a built in auto retry sending message. It is quite a nice message client.
http://forum.xda-developers.com/showthread.php?t=741179

[Q] Strange Texting Problem with ZenWatch

Wow, I must be the first one with a Zen Watch problem... or at least the first one with a Zen Watch... lucky me. Also, first time poster, so I hope I'm doing this right!
The issue I have occurs when I try to send a text message from my watch. When I do, I use voice to select a recipient as I would with Android Wear on any other device. While it looks like the message is sent from my phone (i.e it shows up in my message history with the selected recipient), the person never actually receives it. When I click on "Message Info" in the conversation history, it looks like the watch is adding "01" to the beginning of the phone number. The only thing I can think of is that this additional "Country Code" is screwing up the text.
I'm using a brand new S5, and it occurs in the stock messaging app, the Verizon messaging app, and Google Hang Outs. Any one have any ideas?
carlso.aw said:
Wow, I must be the first one with a Zen Watch problem... or at least the first one with a Zen Watch... lucky me. Also, first time poster, so I hope I'm doing this right!
The issue I have occurs when I try to send a text message from my watch. When I do, I use voice to select a recipient as I would with Android Wear on any other device. While it looks like the message is sent from my phone (i.e it shows up in my message history with the selected recipient), the person never actually receives it. When I click on "Message Info" in the conversation history, it looks like the watch is adding "01" to the beginning of the phone number. The only thing I can think of is that this additional "Country Code" is screwing up the text.
I'm using a brand new S5, and it occurs in the stock messaging app, the Verizon messaging app, and Google Hang Outs. Any one have any ideas?
Click to expand...
Click to collapse
I tried a couple of times and it worked for me. Sprint HTC One Max Stock. Stock messaging app. Not using hangouts. That probably doesn't help much but at least lets you know it 'can' work.
I think your theories about country codes, etc may be right, but I would think you'd have the same issue if you do it via 'Ok Google' from the phone itself?
Faxman said:
I tried a couple of times and it worked for me. Sprint HTC One Max Stock. Stock messaging app. Not using hangouts. That probably doesn't help much but at least lets you know it 'can' work.
I think your theories about country codes, etc may be right, but I would think you'd have the same issue if you do it via 'Ok Google' from the phone itself?
Click to expand...
Click to collapse
Hey Faxman,
Thanks for the response! Actually, you're right. I just tried it, and the same thing occurs if I try to send a voice text directly through Google Now on my phone. The message shows up in my conversation history, and looks like a normal text from my end. But it is never received at the destination. I still think that my country code analysis is the root of the issue, but I have no idea how to change it without attempting a 3rd party message app. I don't have a problem doing that inherently, but I would rather fix the problem then bandaid it
Any ideas from the massess would be awesome!

Categories

Resources