[APP][XPOSED][LP-MM] XVoice++ - Use Google Voice through SMS apps - Xposed Framework Modules

This module enables the use of other SMS apps to send and receive messages through Google Voice. When this module is activated, any SMS messages sent will be rerouted through Google Voice, and any messages that are received by the Google Voice app will be displayed in SMS apps.
Setup:
Download the APK and install.
Open the app, enable it, and select the account you want to use.
Open Xposed, activate the module, then soft reboot.
You will get a notification to sign in to authorizing the app to access your account. Tap the notification, then tap allow. For some reason the notification is not dismissed automatically; you can dismiss it manually.
If the module does not work at this point, try soft-rebooting again.
Known issues:
This module will only work with the old Google Voice app, version 0.4.7.10 or lower. If you already updated to a newer version, you must uninstall it and sideload the old version. You can find the latest working version here. Once you've downgraded, open the Play Store and set the app not to auto-update, so you won't run into the same issue later. This is fixed as of v3.1.2.
When I had the default SMS app is set to the AOSP Messaging app (com.android.mms, not to be confused with Google Messenger), the module would not work for outgoing messages. On one device, incoming messages did not work either. I was using version 5.1.1-720affab4e. I'm still not sure what causes it.
On my S3 test device, I sometimes experienced a crash of the system process on boot. This did not seem to affect the functionality of the module.
There is a known issue with Xposed reading SharedPreferences in certain situations, due to file permissions issues. With this module, this would cause that disabling the module from within its own settings would not help, and the only option would be to deactivate the module from inside Xposed Settings and soft-rebooting. I added some code to work around this, however it's possible that it could still occur. This is fixed (hopefully) as of v3.1.2.
Old issues:
Many of the old bugs present in the original XVoice+ are still in this version. These include:
Emojis may cause issues. (This issue should be fixed for incoming messages as of v3.2.0).
There is no support for MMS
Occasionally, messages may show up with the wrong timestamp, there may be duplicate messages, or there may be a delay before the messages appear.
Google Voice 5.0+
As mentioned above, the module will not work with the new updates to Google Voice. This is because they completely rewrote the code for the app, which would require XVoice++ to be rewritten as well to properly hook it. This is further complicated by the fact that Google obfuscated the code, making it much harder to figure out what is going on. Additionally, it is probable that with every update the code will be obfuscated diferently, requiring XVoice++ to be patched every time to support the new update. Since the whole point of this module is to replace the functionality of the Google Voice app, and it is functional with the old version, I will not be working on supporting the new versions of the app at this time. This is fixed as of v3.1.2.
Devices tested on:
Verizon LG G3 (vs985) running a custom build of CM 12.1
Sprint Samsung Galaxy S3 (d2spr) running CM 13.0 (11/17/2016 nightly) without phone service
Acknowledgements:
Koush
CM team
@runnirr
@B2OJustin
@iHelp101
Jake Hamby (a former engineer at Google, who helped maintain the internal SMS processing code for Android) for providing a lot of information about PDU structure and processing, and patiently answering my questions.
Xposed Repo
XDA:DevDB Information
XVoice++, Xposed for all devices (see above for details)
Contributors
BehindTheMath, @runnirr, @B2OJustin, @iHelp101
Source Code: https://github.com/BehindTheMath/XVoicePlus
Xposed Package Name: io.behindthemath.xvoiceplus
Version Information
Status: Stable
Current Stable Version: 3.2.1
Stable Release Date: 2017-05-08
Created 2017-02-15
Last Updated 2017-05-08

Reserved

Reserved

Nice to see something happening with this. I more or less abandoned it after switching over to Hangouts. What are your plans for it though? I'd probably consider hooking into Hangouts for any future development.
Edit: Btw, this latest source has also been tested and confirmed working on Nexus 7 stock (without cell service) and at least one other phone with a touchwiz based rom + smart watch (Don't recall which kind). Though rom updates may or may not have changed that since then.

B2OJustin said:
Nice to see something happening with this. I more or less abandoned it after switching over to Hangouts. What are your plans for it though? I'd probably consider hooking into Hangouts for any future development.
Edit: Btw, this latest source has also been tested and confirmed working on Nexus 7 stock (without cell service) and at least one other phone with a touchwiz based rom + smart watch (Don't recall which kind). Though rom updates may or may not have changed that since then.
Click to expand...
Click to collapse
Thank you for the feedback.
Truthfully, in my humble opinion, this app is mature. You guys have done a fantastic job of taking Voice+ and adapting it to a new platform. I only needed to fix the issues caused by new or changed Android internal code. Unless someone has a specific feature request, I think it's ready for a stable release.
That being said, there are a few things I would like to look into at some point in the future. The main one is the viability of supporting the new GV app. I never liked Hangouts. It was slow when it was first released, and it's still slow and buggy. 90% of my contacts use Whatsapp, and the GV app along with XVoice+ helped me with the handful that still use SMS. The only reason I still have Hangouts installed is to manage multiple accounts, and for VoIP calls. Now that the new GV app supports the former, and it looks like the latter is coming at some point, I would love to have XVoice++ support it so I could get rid of Hangouts entirely.

I am happy to see you figured out what I was unable to. In terms of Google Voice 5.0 you could in theory hook GCM messages directly. The class is "com.google.android.gms.gcm.GcmReceiver". You would use the same onRecieve hook already in the module. I have never seen GMS code obfuscated, so you likely would not have to worry about it. Even if a GCM message for some reason is not a text message the module would be able to filter it out (It checks the Intent contents).

iHelp101 said:
I am happy to see you figured out what I was unable to. In terms of Google Voice 5.0 you could in theory hook GCM messages directly. The class is "com.google.android.gms.gcm.GcmReceiver". You would use the same onRecieve hook already in the module. I have never seen GMS code obfuscated, so you likely would not have to worry about it. Even if a GCM message for some reason is not a text message the module would be able to filter it out (It checks the Intent contents).
Click to expand...
Click to collapse
That's an interesting approach. I'll have to look into it when I have time.

THANK YOU!

OP first of all thanks for doing this!
Second I have a question, I'm still running CM11, because I use Voice+, the original utility that XVoice+ was based on. I have updated my google voice app to the latest version and Voice+ still works, I'm not sure how. You might consider looking at the source code for Voice+ and see if the type of hooks it uses are possible with xposed.
Again thanks for what you have already done.

KnightTim said:
OP first of all thanks for doing this!
Second I have a question, I'm still running CM11, because I use Voice+, the original utility that XVoice+ was based on. I have updated my google voice app to the latest version and Voice+ still works, I'm not sure how. You might consider looking at the source code for Voice+ and see if the type of hooks it uses are possible with xposed.
Again thanks for what you have already done.
Click to expand...
Click to collapse
Voice+ works for you for incoming messages too?
Edit: I looked through the source for Voice+. They listened for the notification from the GV app, and then canceled it, which meant you had the notification flash for a second before being intercepted by Voice+. One of the benefits of XVoice+ was that you could disable the notifications completely in the GV app, and XVoice+ would intercept the message anyway.

iHelp101 said:
I am happy to see you figured out what I was unable to. In terms of Google Voice 5.0 you could in theory hook GCM messages directly. The class is "com.google.android.gms.gcm.GcmReceiver". You would use the same onRecieve hook already in the module. I have never seen GMS code obfuscated, so you likely would not have to worry about it. Even if a GCM message for some reason is not a text message the module would be able to filter it out (It checks the Intent contents).
Click to expand...
Click to collapse
I looked at the GV 5.0 code some more. I couldn't figure out how to hook com.google.android.gms.gcm.GcmReceiver, but I was able to hook the com.google.android.apps.voice.backends.gcm.GcmListenerService, which is the entry point for the message in the GV app. It appears to be very easy to intercept the messages from there. The issue is, since GV 5.0 added support for multiple GV accounts, there's no easy way to tell which account the message is for. The GCM message comes with a user_hash field, but it's just a hash, and I can't find a list of corresponding accounts in SQLite or in SharedPrefs. I presume it's decoded somewhere in the app, however, the only code that references it is obfuscated. It would technically be possible to implement a setup routine which would send a test message and grab the user_hash for that message, but that's a bit inelegant.

BehindTheMath said:
I looked at the GV 5.0 code some more. I couldn't figure out how to hook com.google.android.gms.gcm.GcmReceiver, but I was able to hook the com.google.android.apps.voice.backends.gcm.GcmListenerService, which is the entry point for the message in the GV app. It appears to be very easy to intercept the messages from there. The issue is, since GV 5.0 added support for multiple GV accounts, there's no easy way to tell which account the message is for. The GCM message comes with a user_hash field, but it's just a hash, and I can't find a list of corresponding accounts in SQLite or in SharedPrefs. I presume it's decoded somewhere in the app, however, the only code that references it is obfuscated. It would technically be possible to implement a setup routine which would send a test message and grab the user_hash for that message, but that's a bit inelegant.
Click to expand...
Click to collapse
Interesting, it is a nice discovery to have been made. Google has gone extremely with obfuscation recently. I also didn't realize they added multi-account support. My bad for giving any false.

iHelp101 said:
Interesting, it is a nice discovery to have been made. Google has gone extremely with obfuscation recently. I also didn't realize they added multi-account support. My bad for giving any false.
Click to expand...
Click to collapse
No, I think your idea is the best option for supporting GV 5.0. We just need to figure out how to identify the accounts. I'm going to try to dig through the code some more.

It has been a while since I've played with Xposed but when I get a little extra time I'll see what I can come up with. Figuring out exactly what to hook has always been the troublesome part though. If it turns out you do need to make use of the account hashes, I'd suggest looking lower in the callstack rather than higher. ie; Find the source of the hashes instead of the final target. You can then map those to usernames as soon as they're generated.

v3.1.2
I've released a new version, v3.1.2. The primary new feature in this version is support for Google Voice 5.0+.
I spent some more time poking through the GV sources, and I found that the list of accounts and corresponding user_hashes are stored in a Base64-encoded field in SharedPreferences called "registered_accounts". I added some code to decode the list and check the incoming message against user_hash of the account we want.
I also released the module on the XPosed Repo, so now it can be installed through the Xposed Installer.
Unfortunately, I lost the password to the signing key. I created a new key, but this means you will need to uninstall the old version before installing the new one.

New user. Tested on Voice 5.0+. Works flawless so far! This is excellent!
I have no idea why Google decided to NOT allow the Voice 5.0+ to be default SMS app.......but this module works around that issue AND allows me to use my fav texting app in its place. Thank you!
Could you explain the Sync settings a bit more. I just want to understand better. For example, why did you include those settings in the app Are there battery/data implications to using them? What is the downside to disabling all the sync settings?

Stupifier said:
New user. Tested on Voice 5.0+. Works flawless so far! This is excellent!
I have no idea why Google decided to NOT allow the Voice 5.0+ to be default SMS app.......but this module works around that issue AND allows me to use my fav texting app in its place. Thank you!
Could you explain the Sync settings a bit more. I just want to understand better. For example, why did you include those settings in the app Are there battery/data implications to using them? What is the downside to disabling all the sync settings?
Click to expand...
Click to collapse
When you send a message through XVoice++, XVoice++ doesn't put that message in the SMS database, the SMS app does. So if you send a message from another source, for example, the GV app or webapp, that message would not show up in your SMS app. Sync checks the master message list on GV's server to see if your device is missing any messages, and if it is, it sticks them into your SMS history.
It also has the benefit of catching any incoming messages that might have been missed. XVoice++ isn't perfect, and once in a while it won't catch an incoming message, sometimes because the GV app was sleeping (although I suspect this issue might be eliminated with GV 5.0+, since they switched to GCM). Enabling Sync will force XVoice++ to manually check if there are any new messages.
I personally have always had all the Sync options enabled, and the interval set to 15 minutes, and I haven't seen any issues. You can try it for yourself and monitor it. I don't think there's any reason it should impact battery or data usage, since it's just a quick request to GV's server. When I look the logs, it never takes more than a few seconds.

BehindTheMath said:
When you send a message through XVoice++, XVoice++ doesn't put that message in the SMS database, the SMS app does. So if you send a message from another source, for example, the GV app or webapp, that message would not show up in your SMS app. Sync checks the master message list on GV's server to see if your device is missing any messages, and if it is, it sticks them into your SMS history.
It also has the benefit of catching any incoming messages that might have been missed. XVoice++ isn't perfect, and once in a while it won't catch an incoming message, sometimes because the GV app was sleeping (although I suspect this issue might be eliminated with GV 5.0+, since they switched to GCM). Enabling Sync will force XVoice++ to manually check if there are any new messages.
I personally have always had all the Sync options enabled, and the interval set to 15 minutes, and I haven't seen any issues. You can try it for yourself and monitor it. I don't think there's any reason it should impact battery or data usage, since it's just a quick request to GV's server. When I look the logs, it never takes more than a few seconds.
Click to expand...
Click to collapse
Thank you for this explanation. So now I'd like to test how well these sync features work. if I understand correctly, I could test this by simply sending a text using GV app directly.....Then open my SMS app and check to see if my SMS app actually shows this newly sent message. The Sync features directly affect how and when SMS app grabs new Incoming/Outgoing GV messages. Am I understanding correctly?

Stupifier said:
Thank you for this explanation. So now I'd like to test how well these sync features work. if I understand correctly, I could test this by simply sending a text using GV app directly.....Then open my SMS app and check to see if my SMS app actually shows this newly sent message. The Sync features directly affect how and when SMS app grabs new Incoming/Outgoing GV messages. Am I understanding correctly?
Click to expand...
Click to collapse
Correct, besides for when you sent an outgoing SMS from the device itself, since then the SMS app stores it right away.

I'm so happy to see this working! Great job :victory:
one bug I've noticed, it seems to choke on accented characters. try sending " õœôöø ", for me it force closes both Voice and my SMS app

Related

[Q] Recieving Google Voice SMS text with stock Android messenger App

I have a Samsung Galaxy Note II that has been rooted and uses CleanROM 5.0. Today I noticed that my Google Voice messages are not only being received by the GV App, but also by the stock messenger App. Also, the stock messenger App will reply through whichever source the SMS came in (either Google Voice or Verizon). This surprised me, as I don’t remember ever getting GV messages that way before. Google Voice messages would only go to the GV App. I have also determined that I don’t even need to be logged on to the GV App for this to work. I tried Googling this to see if it was normal. All I could find was recent news of this being achieved by a Cyanogen Mod and there also being an App that will do this. I have neither a Cyanogen mod nor that App. What am I missing here? Why is the doing this for me? In any case, I’d like to use just the Stock App for everything I’d like to know how to make all outgoing messages default to using just Google Voice. Any ideas around why this started happening and how I can control how new messages will be sent?
Answered my own question (mostly)
OK, I found out why this started happening. Somehow I had changed the setting in Google Voice, so that text messages were getting sent my cell phone. So duh.... when I received a text to my Google account, it also was going to my Verizon account, and thus my stock messaging app. I found this out when I saw all the text charges Verizon was billing me for. So now I am using that App, called Stock Messaging Application with Google Voice, It looks somewhat like the stock application- but not quite (I like the stock better). It does catch messages coming in from both Google and and Verizon. I have it set to reply to all through Google- which it does. This is mostly what I wanted to do- the problem is, it's a little buggy. Sometimes a message won't go in or out. And as I said, I still like the stock app better.
So I still have a remaining question. Does anyone know if, or when, the breakthrough of this from July (for Cyanogen Mod) is showing up for other ROMS?
limulus said:
OK, I found out why this started happening. Somehow I had changed the setting in Google Voice, so that text messages were getting sent my cell phone. So duh.... when I received a text to my Google account, it also was going to my Verizon account, and thus my stock messaging app. I found this out when I saw all the text charges Verizon was billing me for. So now I am using that App, called Stock Messaging Application with Google Voice, It looks somewhat like the stock application- but not quite (I like the stock better). It does catch messages coming in from both Google and and Verizon. I have it set to reply to all through Google- which it does. This is mostly what I wanted to do- the problem is, it's a little buggy. Sometimes a message won't go in or out. And as I said, I still like the stock app better.
So I still have a remaining question. Does anyone know if, or when, the breakthrough of this from July (for Cyanogen Mod) is showing up for other ROMS?
Click to expand...
Click to collapse
Just posting to let you know I am following your thread and I'm interested in the results as well. Let's hope somebody comes along with some more information. Do you have a link to that app?
Recieving Google VOice SMS test with stock Android messenger app
flvinny521 said:
Just posting to let you know I am following your thread and I'm interested in the results as well. Let's hope somebody comes along with some more information. Do you have a link to that app?
Click to expand...
Click to collapse
Glad to see someone else cares- I was actually kind of surprised by the lack of feedback/interest in this. I would have guessed this would be of more interest to people....oh well.
The app I was referring to can be found on the Google Play Store- it is called "Messaging + Google Voice", the developer is Troxie.net
This board won't let me post the link.
The problem with this app is that it seems a little buggy. Sometimes messages don't send or receive- but in general it does what it says. I have also found the Text for Free service by Pinger works pretty well with the stock messaging. You can set it so that all of your cell phone service based texts will also go into the Text for Free app. Then when you reply, the outgoing message will go through text for free. However, this is a separate number- not a Google Voice number.
limulus said:
Glad to see someone else cares- I was actually kind of surprised by the lack of feedback/interest in this. I would have guessed this would be of more interest to people....oh well.
The app I was referring to can be found on the Google Play Store- it is called "Messaging + Google Voice", the developer is Troxie.net
This board won't let me post the link.
The problem with this app is that it seems a little buggy. Sometimes messages don't send or receive- but in general it does what it says. I have also found the Text for Free service by Pinger works pretty well with the stock messaging. You can set it so that all of your cell phone service based texts will also go into the Text for Free app. Then when you reply, the outgoing message will go through text for free. However, this is a separate number- not a Google Voice number.
Click to expand...
Click to collapse
I actually use the Sprint integration with Google Voice, so I am using only one phone number, my Sprint mobile number. I am really just trying to set it up so that if I am at my PC and I send an SMS with the web interface, that message will also be displayed on my phone. Right now, I can see that message in my google voice app, but not any third party SMS app (like Textra, which I use). I want to be able to use Textra to send all my SMS and MMS, and have it sync any messages I send using the google voice web interface as well.

[Q] A mod to enable Google Voice forwarding on Google Hangouts in Android?

I've been pretty disappointed with Google leaving out their loyal Android customers in the dust when it comes to the feature mentioned in the title. This feature has been available to iOS users since before Android KitKat was released.
Here's my question:
Would it be possible to add a line of code to the Google Hangouts app on Android to receive forwarded Google Voice calls as it does on the iOS app?
Or would such a feature have to be enabled on the backend at Google's servers and any mods to the app would be pointless?
Here's why I am hopeful:
There's been apps like Groove IP that are already able to provide this feature. I'd just like to have this functionality without having to install any 3rd party apps that always have to be running in the background. Google Hangouts is already the primary sms app for Android & so it is already able to receive texts, mms, along with video and voice chats. Thus, it should be somewhat possible to receive call forwarding from Google voice.
Disclaimer:
I am not a developer, just a curious user who's willing to contribute a little cash to any developer who's willing to take on this challenge.
Thanks!
dj_aj said:
I've been pretty disappointed with Google leaving out their loyal Android customers in the dust when it comes to the feature mentioned in the title. This feature has been available to iOS users since before Android KitKat was released.
Here's my question:
Would it be possible to add a line of code to the Google Hangouts app on Android to receive forwarded Google Voice calls as it does on the iOS app?
Or would such a feature have to be enabled on the backend at Google's servers and any mods to the app would be pointless?
Here's why I am hopeful:
There's been apps like Groove IP that are already able to provide this feature. I'd just like to have this functionality without having to install any 3rd party apps that always have to be running in the background. Google Hangouts is already the primary sms app for Android & so it is already able to receive texts, mms, along with video and voice chats. Thus, it should be somewhat possible to receive call forwarding from Google voice.
Disclaimer:
I am not a developer, just a curious user who's willing to contribute a little cash to any developer who's willing to take on this challenge.
Thanks!
Click to expand...
Click to collapse
This is exactly what I was looking for as well.
It seems iOS gets free voice support but in a weeks time when google voice gets rip of XMPP all other work arounds will cease to exist.
Frustrating.
thebritons said:
This is exactly what I was looking for as well.
It seems iOS gets free voice support but in a weeks time when google voice gets rip of XMPP all other work arounds will cease to exist.
Frustrating.
Click to expand...
Click to collapse
Yep, I didn't know that they were getting rid of access to 3rd party apps like GrooveIP.
I just noticed that Google Hangouts will now also verify your Google Voice number. I don't believe that it did this initially. Maybe this is a sign of good things to come. Hopefully we get the same benefits that the iOS users have been reaping for awhile now.
dj_aj said:
I've been pretty disappointed with Google leaving out their loyal Android customers in the dust when it comes to the feature mentioned in the title. This feature has been available to iOS users since before Android KitKat was released.
Here's my question:
Would it be possible to add a line of code to the Google Hangouts app on Android to receive forwarded Google Voice calls as it does on the iOS app?
Or would such a feature have to be enabled on the backend at Google's servers and any mods to the app would be pointless?
Here's why I am hopeful:
There's been apps like Groove IP that are already able to provide this feature. I'd just like to have this functionality without having to install any 3rd party apps that always have to be running in the background. Google Hangouts is already the primary sms app for Android & so it is already able to receive texts, mms, along with video and voice chats. Thus, it should be somewhat possible to receive call forwarding from Google voice.
Disclaimer:
I am not a developer, just a curious user who's willing to contribute a little cash to any developer who's willing to take on this challenge.
Thanks!
Click to expand...
Click to collapse
I think this might help
http://forum.xda-developers.com/xposed/modules/xposed-xvoiceplus-voice-xposed-t2598889
So it looks like we're slowly getting there. Some user over on reddit was able to initiate a call from Hangouts on a desktop and then join the conversation via the hangouts app on his android device. The call was still maintained after he disconnected from the desktop.
http://www.reddit.com/r/Android/comments/1ynnsb/google_hangouts_voip_over_lte_working_right_now/
This is definitely a step in the right direction.
Do you think anyone here would be able to put a modified apk of google hangouts that has an inbuilt dialer which will allow us to skip the desktop part? That would be wicked. I'll pledge $5 towards a bounty for the developer who is able to hack this.

Pushbullet for notifications on your TrueSmart

Hi Folks. First of all, I'm new here. I just created a profile to suggest you the following:
Pushbullet; it's an app that allows you to send and receive notifications, links, files, etc, between devices.
So, I was thinking if maybe somebody knows a way around to use this app as a substitute for the Osmart Companion, that doesn't work so well and also depends completely on bluetooth. I'm using it right now to manually send stuff from my smartphone to the TrueSmart, but I just found out that Pushbullet now supports Tasker integration, what makes me think that, if you know how, it is possible to create a profile on Tasker that allows you to automatically send a notification to your TrueSmart whenever you receive a SMS, for example.
However, despite being a huge fan of android and apps in general, my programming skills sucks really bad, even at Tasker, which I guess must be programming for beginners.
Has anyone already tried to do something related? Please let me know.
Thanks!
I haven´t try that app, but I´m using 'Notisync' and, at least for me and until now, it´s working. The only one thing I don´t have got: automatically unlock the screen (I´m using Oclock) and show a window with the notification content in. For this, I´m using 'Notify me!' app. It turns on the screen, but not unlock it (it only shows the notification content if the screen is already on). I continue investigating .
I hope this helps someone.
huelvy said:
I haven´t try that app, but I´m using 'Notisync' and, at least for me and until now, it´s working. The only one thing I don´t have got: automatically unlock the screen (I´m using Oclock) and show a window with the notification content in. For this, I´m using 'Notify me!' app. It turns on the screen, but not unlock it (it only shows the notification content if the screen is already on). I continue investigating .
I hope this helps someone.
Click to expand...
Click to collapse
I have tried many apps and so far at least this one tells me when someone is calling, i cant get it to alert me of texts though, i use hangouts as my text service default app but i even tried the standard messages app and it still doesnt allow the texts to go through, did you have to do anything special for the texts?
as for pushbullet i started messing with it the other day but all it does it notify my watch that theres a message waiting on my phone i still need to look at the phone to see/reply to the message.
figured out a way with pushbullet and tasker to show who the text is from and what the message said, now if only there was a way to reply
dragonfly1113 said:
I have tried many apps and so far at least this one tells me when someone is calling, i cant get it to alert me of texts though, i use hangouts as my text service default app but i even tried the standard messages app and it still doesnt allow the texts to go through, did you have to do anything special for the texts?
as for pushbullet i started messing with it the other day but all it does it notify my watch that theres a message waiting on my phone i still need to look at the phone to see/reply to the message.
figured out a way with pushbullet and tasker to show who the text is from and what the message said, now if only there was a way to reply
Click to expand...
Click to collapse
I don´t use SMS and never try that. But I tried an app called 'Tablet talk' that can syncronize SMS and phone calls (even when you receive phone call, it shows a window showing the contact photo and bottons to interact with that call). I configured the phone as 'phone' and the watch as 'tablet'. The problema I had was the same: it doesn´t unlock the Oclock screen.
huelvy said:
I don´t use SMS and never try that. But I tried an app called 'Tablet talk' that can syncronize SMS and phone calls (even when you receive phone call, it shows a window showing the contact photo and bottons to interact with that call). I configured the phone as 'phone' and the watch as 'tablet'. The problema I had was the same: it doesn´t unlock the Oclock screen.
Click to expand...
Click to collapse
Yeah i've been a user of tablet talk for a while and it is a good app just looking for others since i dont like always having to reconnect them together.
Hey everyone,
I contacted the developers of Push Bullet a few weeks ago when I got my TS. He indicated that it was a space they wanted to occupy for wearables and tablets. They have a number of things they're rolling out for their primary app first, but it's on the slate for the future.
mortis2600 said:
Hey everyone,
I contacted the developers of Push Bullet a few weeks ago when I got my TS. He indicated that it was a space they wanted to occupy for wearables and tablets. They have a number of things they're rolling out for their primary app first, but it's on the slate for the future.
Click to expand...
Click to collapse
how did you guys get it to install? Side load? It wont let me install from the play store since it says it is incompatible with device. I love pushbullet, and would love to use it with the TS
Yeah side loaded from dropbox.
sent from my note 3 running beans.
For sms I have been using google voice, hangouts and the XVoice+ Xposed plugin. here's how it works:
1) I have moved most people to use mt GV number to reach me as I have several PH numbers so step one is socialize the GV ph number.
2) XVoice+ forces all sms through the google voice app
3) in the google voice app > Settings > Sync and Notifications set recieve text messages to "via the messaging app.
4) if you want to use hangouts go through the steps to make it the default SMS/MMS client otherwise you can use what ever SMS app you want.
default result is I get the same conversation on my phone as on my PC as on my watch. For me this works out well.. the only issues i have are broadcast messages that are short message based like twitter to sms. Google Voice will not support these messages.
dragonfly1113 said:
Yeah side loaded from dropbox.
sent from my note 3 running beans.
Click to expand...
Click to collapse
thanks for the response, was hoping to get updates via the playstore. Oh well, off to find an apk on google search!
glad to hear it works fone on the TS though!

Text/SMS & Call Blocking based on Schedule (and Google Contact Group)

I am currently using an awesome SMS/Call blocking app called aFirewall Blocker. It seems that the developer (I think it was Thomas Tong @thl16888) has discontinued the app and it has been removed from the Play store. It's unfortunate, as the app is now causing issues in Android Pie and I would have loved an update.
I am looking for a replacement app that can block texts and calls and put them, without notification, into an archive section that can be restored later. Being able to setup the blacklists with google's contact groups would be great. I know on my Samsung Note 8 the default "Messages" app has a feature like this but it does not allow scheduling. I need it to be able to perform the blocking on a set of schedules. Such as nights and weekends.
For example, I have set up aFirewall to block all my work contracts (as defined by the google contacts "work" group that I set up) on nights, weekends and optionally another schedule for vacations. All texts and calls from work people go unannounced and are "archived" or hidden until I decide to open pandoras box when I am ready. I can then read the texts and see who called and un-archive the texts back into my main text message conversations. The app even had the ability to send an auto-reply, which was great for vacations.
The point of the app is to keep my sanity and avoid having to stress out when I see people constantly and rudely trying to bother me at all hours of the night and weekends.
Anyone know of a good replacement? Even if it is a side loaded, and not officially accepted by google, app?

Can't receive authentication txt messages

My wife's s21 recently (one or two months) stopped receiving verification text messages from banks/SS etc. When the target phone number is changed to MY phone the messages come through just fine. We are both on AT&T and have the latest Samsung software (mine is a Note 20). We've made sure that there are no blocked numbers in her contacts.
Is there a SIM based setting that can cause this?
Can the carrier block MMS on her line from commercial sources? She can receive MMS from personal contacts.
We've been through the Samsung/AT&T tech support gauntlet but so far have not found the right person to help.
Try installing The Google - developed Messages app on the problem phone and making it the default SMS client.
What app is this???
Messages by Google - Apps on Google Play
Simple, helpful messaging by Google
play.google.com
goattee said:
Messages by Google - Apps on Google Play
Simple, helpful messaging by Google
play.google.com
Click to expand...
Click to collapse
Thanks. I thought I she was using the Google Message app, but it was the Samsung Message app. I'll let you know if this works out.
goattee said:
Messages by Google - Apps on Google Play
Simple, helpful messaging by Google
play.google.com
Click to expand...
Click to collapse
Well I tried the Google Messages App and still had the same difficulty
I've had trouble using Google Message's "Chat features", also known as Rich Communication Services (RCS), when my virtual private network (VPN) is active. If I stop or pause using the VPN then RCS seems to work. But with my VPN active the "Status" under Chat features shows "Connecting...". Given the choice between VPN and RCS, I've decided VPN is more useful. So I turn off "Enable chat features."
Try searching using term "Android" "RCS" and "VPN" and you may hit some useful links to read. If you do not use a VPN then you can probably ignore my entire posting.
I just want to be sure: have you made sure that you have made the Google Messages app the default client?
Go into the App Info for Messages.
And then tap on "Messaging app"
Be sure that you have selected the correct icon. (For some dumb reason there is no text to identify the names or developers of the respective messaging apps.)
(See attached screenshots)
goattee said:
I just want to be sure: have you made sure that you have made the Google Messages app the default client?
Go into the App Info for Messages.
And then tap on "Messaging app"
Be sure that you have selected the correct icon. (For some dumb reason there is no text to identify the names or developers of the respective messaging apps.)
(See attached screenshots)
Click to expand...
Click to collapse
Yes I selected the Messages app as default with the odd icon

Categories

Resources