Reply to email on Galaxy Gear without tethering??? - Samsung Galaxy Gear

Hi
I'm sure if this has been covered or not but is there a way to view mails and reply to them using a keyboard on your galaxy gear without the use of bluetooth tethering?
I know there is a fantastic app that allows you to respond to sms messages via a client app and a server app installed on your phone but could something like this be incorporated into listening to your email and the ability to respond to them?
My apologies in advance if this has been answered already but this would make my GG complete.

Related

Send SMS Messages from tablet via Bluetooth via Android Phone

I've googled and googled and only kinda found something similar but it's only in source code (don't know how to compile) and doesn't appear finished...
Is there an app that will allow me to send SMS messages using my tablet, which sends over bluetooth to my phone, which then sends the SMS message out into SMS land?
Thanks!
Why to bother??? Use email to send SMS.
For instance if I need to send SMS to my phone using ANY computer (including G-tab), the way to do it is (Example for T-mobile): [email protected].
Where XXX-XXX-XXXX is your phone number.
I think it has to work with any provider, although @ part will differ from carrier to carrier.
Hope it helps.
I'm very familiar with that ability and you're right, that is one solution but not really one I'm looking for.
I'm really looking for an app for my tablet that is extremely similar to a standard sms app that will work off of my contacts list etc etc. Anyone else care to share their 2 cents?
(Assumes you're on a network and in USA)
Get a Google Voice Account and use the app to SMS.
Yep, another solution.
Anybody know of an app that does what I'm asking rather than just a workaround?
Example: ai.kittywolf.net/index.php/SMS_via_BlueTooth
Yeah man, there are a bunch of solutions. I like the google voice idea.
Brenbags said:
Yeah man, there are a bunch of solutions. I like the google voice idea.
Click to expand...
Click to collapse
Okay, right, so as I've specified I'm looking specifically for an app that specifically does sms via bluetooth via phone... this is not google voice and it's not email to sms...
Anybody have anything to add regard my specific question rather than something to do with a workaround?
Just want to put this out there.
With Google Voice you can send SMS txt to your contacts for FREE!
No need for BT because you would use your wi-fi tether option on your android phone in the event you're not in an area where you can connect to the internet with out tethering to your phone.
Still not what I'm asking for but I appreciate the suggestion for google voice. My problem with google voice basically centers around the phone number. I would have to port my existing cell number to gv and get a new cell phone number (also $20 for the port). I don't want to get a new phone number and I don't really want to commit to the extent that i'm porting my beloved phone number to google.
All I want is an app... extremely simple concept and my guess is that the programming isn't terribly difficult...
The response you are looking for is
NO!
The reason is no bluetooth DUN support in the gtab kernels. You always get a paired but not connected via bluetooth.
If you really want to use your phone you need to tether the gtab to the phone (plenty of options - search is the key), and then use handcent or similar.
manikin13 said:
The response you are looking for is
NO!
The reason is no bluetooth DUN support in the gtab kernels. You always get a paired but not connected via bluetooth.
If you really want to use your phone you need to tether the gtab to the phone (plenty of options - search is the key), and then use handcent or similar.
Click to expand...
Click to collapse
Thanks for you help.
Heres a thread I started in the Xoom section.
http://forum.xda-developers.com/showthread.php?t=977688
Basically my idea, which I outlined in there is as follows:
I've been thinking about this alot over the past couple of days even to the point that I began to investigate and play around with the Android SDK to see what I might be able to do, which is not alot at the moment.
I thought of this app functioning as follows:
1) We currently have a bunch of applications that allow the user to view and respond to their text messages through an interface on the browser or computer application using an app on the phone that "broadcasts" the messaging features of the phone out over either WiFi or bluetooth. (For example, the ones mentioned earlier in this thread.)
2) We also have something called "Remote Notifier" that sends out a "ping" when a new message is received to a listening service on a computer which notifies the user on the desktop.
3) If the existing functionality of those two are combined, we have an application that can put together a list of the messages on the phone (primary location), send it out to a secondary location (in this case a tablet), while also notifying the secondary location (tablet) of a new message received.
The app on the phone also gives the secondary location the ability to respond and edit the message list on the phone.
4) The second piece of the equation we would need is an app for the tablet, preferably optimized for the screen size in a 5manner similar to the way Gmail and the native email client handle messaging, (with a list of messages on the left, and the conversation view on the right) that allows the user to browse their messages on the phone and reply within the app.
If the app on the tablet could "look" to the phone as the service provider instead of the network, I could even see notifications being created from within that app and displayed on the tablet just as if it was actually receiving the texts itself.
Click to expand...
Click to collapse
I would appreciate any and all help or comments relating to the idea. I think i'll repost it in the main android apps section, since really its not specific to any one tablet.
try this
http://www.kakao.com/talk/en
to the op i totally understand what u want and am also interested.
pairing the tablet with android phone using bluetooth so when u received sms you get notified in your tablet an you be able to replay using your tablet wich will make the phone send this message without u having to remove ur phone from your pocket.
all the solutions mentioned are using wifi, which is a different thing.
i currently use a combination of apps to achieve wifi sms connectivity
remoteSMS + sms2Email buddy. (for notification) this works well in home wifi.
i would be very interested in a blutooth solution (it might be crippled cz it has to be close, but it doesnt need data connectivity chargs)
so +1 for the requesr, please let me know if u found a solution
Well thanks for agreeing with me that it's not a dumb request... No luck so far... keep ya posted if I come up with something.
its not dump at all, .. it has an advantage of not using any wifi / 3g data connecitivty, it would be like having a PadPhone (sms PadPhone)
and actually its not that hard as someone said.
the bluetooth does not have to have an sms api for the app to work, the tablet app could send a text file and the phone app receives the text file, parses it and send a message using the sms api (normal apps can use sms api) and vice versa for receiving an sms .. app gets a copy of the sms received, put it in a text file, sends it to the tablet app using bluetooth, tablet app parses the file and shows it.
i would start developing it but it would take me a long time as am sill noobish in android development, ... if someone could take the lead let me know i might be able to help a little.
Sent from my Transformer TF101
to the op i totally understand what u want and am also interested.
pairing the tablet with android phone using bluetooth so when u received sms you get notified in your tablet an you be able to replay using your tablet wich will make the phone send this message without u having to remove ur phone from your pocket.
all the solutions mentioned are using wifi, which is a different thing.
i currently use a combination of apps to achieve wifi sms connectivity
remoteSMS + sms2Email buddy. (for notification) this works well in home wifi.
i would be very interested in a blutooth solution (it might be crippled cz it has to be close, but it doesnt need data connectivity chargs)
so +1 for the requesr, please let me know if u found a solution
Click to expand...
Click to collapse
Try "Sync SMS"
It still requires wifi, but can send and receive sms's from your tablet via your phone.
Any SMS you receive will go to both your phone and tablet. You can reply from either phone or tablet.
It requires a free Dropbox account.
The whole process of transferring sms's back and forth takes about 20_30 seconds and requires no action on your part.
However in the end I just got a separate Google voice number for my g-tablet and use that.
Sent from my VEGAn-TAB-v1.0.0b5.1.1 using XDA Premium App
jpfulton248 said:
Still not what I'm asking for but I appreciate the suggestion for google voice. My problem with google voice basically centers around the phone number. I would have to port my existing cell number to gv and get a new cell phone number (also $20 for the port). I don't want to get a new phone number and I don't really want to commit to the extent that i'm porting my beloved phone number to google.
All I want is an app... extremely simple concept and my guess is that the programming isn't terribly difficult...
Click to expand...
Click to collapse
I understand what you are looking for and it would be nice to have, to be able to use your tablet wherever you are without worrying about wifi connection. But like you said so far there is nothing.
Also you don't have to port your existing number to GV, I use the same cell number I have used for years on my cell phone and got a separate number for my tablet there was no porting or charge involved.
Sent from my VEGAn-TAB-v1.0.0b5.1.1 using XDA Premium App
flast said:
Try "Sync SMS"
It still requires wifi, but can send and receive sms's from your tablet via your phone.
Any SMS you receive will go to both your phone and tablet. You can reply from either phone or tablet.
It requires a free Dropbox account.
The whole process of transferring sms's back and forth takes about 20_30 seconds and requires no action on your part.
However in the end I just got a separate Google voice number for my g-tablet and use that.
Sent from my VEGAn-TAB-v1.0.0b5.1.1 using XDA Premium App
Click to expand...
Click to collapse
its wifi and its not for free, .. i cant buy it, stupid market restrictions, i asked the developer if he needs a beta tester to let me know.
i get the same function without using dropbox, just my local wifi .. and for free.
i found something, but its paid also, .. ble, ... its over bluetooth though, if anyone willing to try
for phone
http://www.appbrain.com/app/bluetooth-sms/com.exitbrain.bluetooth.texter
for tablet
http://www.appbrain.com/app/bluetooth-sms-device/com.exitbrain.bluetooth.texter.device
anyone willing to try it, please let us know
cheers
the app for that is on the market now, its called "bluetooth sms" its 1.99 though but it has a nice honeycomb interface.

[APP] SyncSMS - Synchronize text messages between tablet and phone

I had this in the Xoom thread because it was Honeycomb-only, initially, but now it supports all Android tablets:
This will only work if your tablet is running a ROM that is properly linked to the Android market, otherwise you will get a market license failure.
http://forum.xda-developers.com/showthread.php?t=1010597
Interesting. This will allow us to text from the gtablet? Or are they just viewable files?
you compose messages via the tablet, then they get synced to the phone, and the phone actually sends the message out. conversely, the phone receives a message, syncs it to the tablet, and is viewable via the syncsms app
Thanks for bringing this up...very interesting
Doesn't this require a wireless or some other type of connection between the phone and the tablet? I remember looking at this and that was what threw me off of it.
as long as the phone and tablet both have a data connection (could be separate connections), you will be go to go =]
Would it be possible to use Bluetooth to sync between devices?
wmedina1991 said:
Would it be possible to use Bluetooth to sync between devices?
Click to expand...
Click to collapse
would be possible, but i didn't want to require that. also, some devices don't support proper bluetooth settings and the radio uses battery. i figured an alarm-driven polling method would be more battery efficient. plus, i am in the final stages of testing push notification-driven updates
Would it be possible to set this up so that i get the emails in my gmail on my computer? or would i need the app on my gtab to see the messages? only reason i ask is because my phone in my office has zero service and im thinking that having this may fix that issue if i just leave my phone in my car and than i can get my texts in my gmail, since i already see my voicemails and missed calls in my gmail with youmail.
Thanks.
dragonfly1113 said:
Would it be possible to set this up so that i get the emails in my gmail on my computer? or would i need the app on my gtab to see the messages? only reason i ask is because my phone in my office has zero service and im thinking that having this may fix that issue if i just leave my phone in my car and than i can get my texts in my gmail, since i already see my voicemails and missed calls in my gmail with youmail.
Thanks.
Click to expand...
Click to collapse
Unfortunately there is no API for sending GMails, so this is not possible.
d0lph1nK1ng said:
Unfortunately there is no API for sending GMails, so this is not possible.
Click to expand...
Click to collapse
Ok thanks, maybe ill just bring in and use my gtab than thanks.
Does this (or can this) work with MMS as well? I use Google voice so I can already send/receive SMS on my gtab but I need a MMS solution.
Sent from my HTC EVO using XDA App
MMS is not implemented at this time. I would like to in the future, but no promises
d0lph1nK1ng said:
MMS is not implemented at this time. I would like to in the future, but no promises
Click to expand...
Click to collapse
Thanks. MMS would be an awesome feature.
Sent from my HTC EVO using XDA App

preset SMS reply

Is there any way to reply to SMS messages using preset replies? Similar to the way apps like "Glance" for the Pebble watch does.
S VOICE is nice but when I'm in meetings or other public places I need a way to send quick short text answers.
This would be great. Maybe one day we will.
Sent from my hacked Galaxy N3!

Galaxy Gear - Disa.im Messaging App - Notifications with reply function

Disa and the Galaxy Gear
So I have a Galaxy Gear and Note 3. If any of you out there own a Galaxy Gear you will know that you can only use the stock messaging app if you want the ability to reply to text messages directly from the watch, without rooting and using a custom rom. But now there is a new alternative to the hideous stock messaging app and that is Disa.im. Disa.im is a new messaging app that is currently in open beta phase.
Disa is based off the Hangouts design principles and is a very good looking messaging app. Disa is also absolutely unique in the fact that it allows for integration of messaging and WhatsApp messages within the one app. They are currently working on including other messengers as well including but potentially not limited to Facebook Messenger and Hangouts.
How does it work?
1. What gives Disa.im the ability to allow for stock messaging notifications to be sent to the Gear is the option within the app to allow for SMS Fall Through. What this means is that all new received SMS will fall through to the stock app, triggering the stock notification hence sending that notification to the Gear. You can then reply to the messages from the Gear and the new message will be created and sent through the stock messaging app.
2. Normally this would create an issue in the fact that the new SMS sent from the Gear through through the stock messaging app would not show within the new messaging app, Disa, which is the case with a number of other after market messaging apps. But the good news is, Disa has another option which allows for Syncing of SMS/MMS with the Android message database. This allows for the apps to work in ‘Hybrid Mode’, so any messages sent from stock app will be in Disa and vice versa.
3. Having messages received by Disa, and falling through to the stock app, this would generate 2 notifications on the actual handset. If you turn off notifications within the stock messaging app, they won’t get generated and sent to the Gear, making this solution not really a solution at all. But… within Settings>General>Application Manager there is the option to turn off notifications for individual application. This seems to actually only turn off the visibility of the notification not the generation of the notification itself. So if we deactivate that for the stock messaging app, it still gets generated by the system and sent to the Gear, so when you get a text message, you only see the Disa notification on the phone and the stock messaging notification on the Gear.
4. Within Gear Manager you will only have to have notifications for stock Messaging app turned on. If you have Disa notifications turned on also you will get 2 notifications of a message on the Gear
IMPORTANT: Please be aware that Disa was not designed this way specifically for the Galaxy Gear, this is just something I noticed and worked through to come up with this particular solution. Please do not ask the Disa developers for support with issues with notifications on your Galaxy Gear.
Limitations:
The above will work perfectly if you choose to just use Disa.im as a SMS replacement app. If you choose to use Disa.im to have What’sapp messages as well then a choice needs to be made. The options are as follows:
1. Don’t turn on Disa.im notifications within Gear Manager. This will continue to work as mentioned above, but you wont get any notifications for What’sapp messages received through Disa.im
2. Turn on Disa.im notifications within Gear Manager. This will allow you to get Disa.im What’sapp notifications on the Gear but will cause you to also get Disa.im SMS notifications as well as stock messaging notifications. So every SMS you receive will have 2 notifications on the Gear. A good thing is though, the stock messaging notification will show on the Gear before the Disa.im one, so the only time you know that Disa.im one is there is when you go to Notifications area. So in practice, its not too bad.
To get it working you need the following:
Samsung Device running 4.3 Touchwiz
Galaxy Gear
Galaxy Gear Manager 1.6
Disa.im - Disa is currently in Beta and can be downloaded through their Google+ Community https://plus.google.com/u/0/communities/114009566886187417546
Google+ App
Steps to installation and Setup
When choosing which number to go down to, please see limitations above
Disa.im with text messages
1. Ensure device meets the above requirements
2. Go to Disa group above and apply for Beta Tester status and download the Disa app to your mobile device
3. Once Disa.im is downloaded, open the app and go to Settings, and click on ‘Add Service’.
4. Let the app find the relevant APN and then select ‘Sync SMS/MMS’ and ‘Fall Through’
5. Close the app
6. Open Android Settings, click General, Click Application Manager, swipe until you get to ‘All’ and find the Messages app in the list
7. Click it, and then uncheck the ‘Show Notifications’ check box
8. Open Gear Manager, select Notifications, ensure that Messages is ticked
9. Send yourself a test text message. Remember that the Gear only receives notifications when the phones screen is off.
Disa.im with text and WhatsApp but no WhatsApp notification on Gear
10. Do all of the steps above
11. If you have WhatsApp currently installed, uninstall it
12. Within the Google+ app, go to the Disa.im Community Group, click on Plugin Release (DO NOT POST) subsection
13. Find the latest WhatsApp plugin release post, click on the link and download the plugin
14. Once downloaded, Open Disa.im, go to Settings, and click on ‘Add Service’ and select WhatsApp
15. Set up the service the same way you do in the standard WhatsApp
16. Get a friend to send you a test WhatsApp
Disa.im with Text and WhatsApp and Notifications for both on Gear (double text message notif)
17. Do all of the steps above
18. Open Gear Manager, select Notifications, select More Notifications, ensure that Disa is ticked
19. Get a friend to send you a test WhatsApp. Remember that the Gear only receives notifications when the phones screen is off
I hope the above helps anyone that is over the stock messaging apps but wants the extra functions on the Galaxy Gear.
Hit thanks if this helped
Regards,
Dylan
Nice, will have to check it out
post screenshots please.
I followed your instructions and I get the notification sent to my gear. But how do I reply. I don't see anywhere to type a reply. Thought that was the whole idea of installing this.
Hi,
What do you need screen shots of? Disa? Or the whole process.
In relation to the notification on the gear, is it a notification from Disa or from the messaging app, you should be able to tell from the icon. Also, are you talking about reply to a normal text message? If your talking about a whatsapp notification then you still won't be able to reply. The solution is only for replying to text messages.
If the notification if for text messages and is a normal message notification on the gear, there is a button in the top right inside the notification, click that and you will get the option to reply.
Sent from my SM-N9005 using xda app-developers app
Replying on the galaxy gear is never typed unless you are rooted and have a keyboard installed. The reply can be done through s voice or through the preset replies.
Sent from my SM-N9005 using xda app-developers app
Oh wow thanks for this @Dylan_x10. I have the disa beta but had no idea this was possible. Will give it a try later!
Dylan_x10 said:
Hi,
What do you need screen shots of? Disa? Or the whole process.
In relation to the notification on the gear, is it a notification from Disa or from the messaging app, you should be able to tell from the icon. Also, are you talking about reply to a normal text message? If your talking about a whatsapp notification then you still won't be able to reply. The solution is only for replying to text messages.
If the notification if for text messages and is a normal message notification on the gear, there is a button in the top right inside the notification, click that and you will get the option to reply.
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
i want to see how does the app look like on the gear.
tablet talk is really awfull.
What he is saying is that on the gear you will still be using stock app, but on the phone you will be using disa, since the stock messenger is crap but needed to send texts to the gear(stock)
Sent from my SM-N900T using Tapatalk
ktetreault14 said:
since the stock messenger is crap but needed to send texts to the gear(stock)
Click to expand...
Click to collapse
Why is the stock messaging app "crap"??
I have used all the alternatives (Handcent, GoSMS etc.) & if you have the stock app themed etc. why isn't it just as good as anything else??
I actually use the stock app. Lmao but the OP doesn't. Crap is the first word I thought if lmao
Sent from my SM-N900T using Tapatalk
Personally I have been using Verizon Messages. Can't reply on Gear but get the notifications and able to read as normal. Plus syncs between stock app as well as cross platform. It also syncs all messages between my iPad and phone seamlessly. Its VZW's version of iMessage I suppose.
Sent from my SM-N900V
Hi all, i want to try disa on my galaxy note 3 but when i install GM 1.6 (the manual say that i need install the latest version) i don`t know why i can`t enter in notification menu. When i press the button my GM freezes so i can´t select any app to send or not notification to my gear, i only can check or uncheck the button to enable o disable all notifications. Also i tried to reinstall GM 1.6, do a hard reset on my gear (i have null19 installed) nd nothing :S
Any ideas? Thanks
EDIT: the problem was the null addon hehehe
So, how do I reply to whatsapps and text messages trough the Gear? I have to install Disa.im on the Gear?
Enviado desde mi GT-I9300 mediante Tapatalk

Reply to text messages

Ok folks,
I have my new Samsung Gear Live and its paired to my HTC One M7
Although I'm sure that I should be able to reply to SMS messages, the option is not available.
I can say "OK Google" "text fred bloggs" from the home screen and that works.
Do you think the limitation is something to do with HTC's SMS client?
Rik
I have the Live w/HTC One M8.
I'm inclined to believe that the reason my replies work is because I have (just started) SMS texting via Hangouts. I only switched from my normal texting client because I knew that the Wear watches would work out of the box w/Hangouts.
That said, Hangouts is a pretty lousy texting app, but I like that it's baked into Wear.
rikwebb said:
Ok folks,
I have my new Samsung Gear Live and its paired to my HTC One M7
Although I'm sure that I should be able to reply to SMS messages, the option is not available.
I can say "OK Google" "text fred bloggs" from the home screen and that works.
Do you think the limitation is something to do with HTC's SMS client?
Rik
Click to expand...
Click to collapse
rikwebb said:
Ok folks,
I have my new Samsung Gear Live and its paired to my HTC One M7
Although I'm sure that I should be able to reply to SMS messages, the option is not available.
I can say "OK Google" "text fred bloggs" from the home screen and that works.
Do you think the limitation is something to do with HTC's SMS client?
Rik
Click to expand...
Click to collapse
Ok so I don't have my Gear live yet (is on the truck out for delivery), however I asked a similar question and for what I understand you won;t be able to replay to the SMS until the App is updated with the new API to support that. I believe the only one that currently support that is Google own's "Hangouts".
On Google's promotional video for Android Wear, where the guy is on the bus, he gets a text message and says, "reply - be there in 2" and the message is sent.
That does not seem to work but you can make a swipe until you get a "reply" screen that enables you to speak a reply.
Thanks for the info chaps.
I don't even have the swipe across to reply option - all I get is the open on phone option
The reply by voice is one of the key things I was hoping for.
Naughty Google promo's grrrrrr.
Oh well - I suppose we are the beta testers
Same issue here with Gear Live and HTC One M7. I can "Open on phone" when I receive an SMS, but no reply options. Assuming this is a limitation of the HTC Messaging client not being "Wear-aware".... although FWIW I can reply to SMS natively on my M7 via Google Glass, which is essentially using the same set of APIs as far as I know.
So I switched (grudgingly) to Hangouts as my SMS client and all works fine. (Interestingly, the HTC SMS client as well as Google Voice continue to stay synched with Hangouts in the background, so I can still use the GV app or Web interface from other devices.)
MrMediaGuy said:
Same issue here with Gear Live and HTC One M7. I can "Open on phone" when I receive an SMS, but no reply options. Assuming this is a limitation of the HTC Messaging client not being "Wear-aware".... although FWIW I can reply to SMS natively on my M7 via Google Glass, which is essentially using the same set of APIs as far as I know.
So I switched (grudgingly) to Hangouts as my SMS client and all works fine. (Interestingly, the HTC SMS client as well as Google Voice continue to stay synched with Hangouts in the background, so I can still use the GV app or Web interface from other devices.)
Click to expand...
Click to collapse
Yep - done the same here
Still no reply without swiping though
I'm sure it will come
Pretty sure app needs to support wear api before watch can interact with it
Sent from my GT-I9505 using XDA Premium 4 mobile app
Brendo said:
Pretty sure app needs to support wear api before watch can interact with it
Sent from my GT-I9505 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Can it just support actionable notifications to work?
dmunjal said:
Can it just support actionable notifications to work?
Click to expand...
Click to collapse
no i think it needs to support android wear specifically. hangouts and evolve both do as of right now, i'd imagine most of the big apps will follow suit sooner rather than later since they stated that it was minimal amount of code that needed to be added in
A little disapointed to read this (mine will be here thursday) but dont forget guys. Updates, updates, updates!! Im sure it will work soon.
jimbohurt said:
A little disapointed to read this (mine will be here thursday) but dont forget guys. Updates, updates, updates!! Im sure it will work soon.
Click to expand...
Click to collapse
if the sms app you use don't support wear, i'd get in contact with the devs, it's almost a trivial amount of coding that needs to be done to support wear!
adiliyo said:
if the sms app you use don't support wear, i'd get in contact with the devs, it's almost a trivial amount of coding that needs to be done to support wear!
Click to expand...
Click to collapse
Unless you use the AOSP SMS app
thevoiceless said:
Unless you use the AOSP SMS app
Click to expand...
Click to collapse
i wonder if will be updated with wear support since google uses hangouts now and i don't see them adding wear support to aosp apps that they have essentially abandoned.
maybe see if the 8sms devs can add support since it's very similar to aosp messaging?
gadgetgaz said:
On Google's promotional video for Android Wear, where the guy is on the bus, he gets a text message and says, "reply - be there in 2" and the message is sent.
That does not seem to work but you can make a swipe until you get a "reply" screen that enables you to speak a reply.
Click to expand...
Click to collapse
When I swipe, I see REPLY, but when i press it, it basically just goes to a check mark.. doesn't even let me say anything.
kramdens said:
When I swipe, I see REPLY, but when i press it, it basically just goes to a check mark.. doesn't even let me say anything.
Click to expand...
Click to collapse
What app? Apps need to be updated to trigger voice input from Wear notifications, so it might be opening the "reply" screen on your phone. If not, I have no idea.
thevoiceless said:
What app? Apps need to be updated to trigger voice input from Wear notifications, so it might be opening the "reply" screen on your phone. If not, I have no idea.
Click to expand...
Click to collapse
The stock text message app on the Samsung Galalxy S5
I'm using Hangouts on an N5, but anytime that I try to send a message, it defaults to SMS (through Hangouts) instead of a chat message, which is what I want. Even if I'm replying to a chat that someone just sent me, it tries to send it as an SMS. Quite annoying.
kramdens said:
The stock text message app on the Samsung Galalxy S5
Click to expand...
Click to collapse
that won't work until samsung updates their apps to include wear support.
as of right now the only apps i know of are evolve sms and hangouts
when i initially received my watch, I added most of the apps to my G2. I'm using contacts+ for SMS which has wear compatibility. works fine for verbal replies from the watch.

Categories

Resources