How to get notifications to Gear without Gear Manager - Samsung Galaxy Gear

Ok, so I solved this. Not sure how the battery drain is, but this is what I did:
Installed the NULL ROM (not sure this is required, anyone can test this by just installing the unhacked bluetooth chat apps)
Hacked the BluetoothChat sample app to listen for notifications via AccessibilityService and send them and their contents over via chat
Hacked the BluetoothChat to move to foreground and sound a buzz when it gets a chat message from its peer
Installed hacked BluetoothChat app on both Nexus 7 and Galaxy Gear
Voila! Now when there is a notification on my Nexus 7, it sends it over to my Galaxy Gear which buzzes me. As a bonus, archived list of notifications are available in the chat history.
Anyways, this is just a POC. Improvements are to measure battery drain and if necessary find a way to better use BLE.
Cheers

Good for those who love the Gear but not the Galaxy.
Sent from my GT-I9505 using xda app-developers app

That's a neat way of doing things, not tried this but maybe Tasker could be used to send messages to the watch over bluetooth when "stuff happens".
Then each user could change what they see on the watch..
Anyways, great stuff

bluecube said:
That's a neat way of doing things, not tried this but maybe Tasker could be used to send messages to the watch over bluetooth when "stuff happens".
Then each user could change what they see on the watch..
Anyways, great stuff
Click to expand...
Click to collapse
Anyone. What's the best third party music remote for gear?

blazespinnaker said:
Ok, so I solved this. Not sure how the battery drain is, but this is what I did:
Installed the NULL ROM (not sure this is required, anyone can test this by just installing the unhacked bluetooth chat apps)
Hacked the BluetoothChat sample app to listen for notifications via AccessibilityService and send them and their contents over via chat
Hacked the BluetoothChat to move to foreground and sound a buzz when it gets a chat message from its peer
Installed hacked BluetoothChat app on both Nexus 7 and Galaxy Gear
Voila! Now when there is a notification on my Nexus 7, it sends it over to my Galaxy Gear which buzzes me. As a bonus, archived list of notifications are available in the chat history.
Anyways, this is just a POC. Improvements are to measure battery drain and if necessary find a way to better use BLE.
Cheers
Click to expand...
Click to collapse
Wow this sounds awesome, because I don't have any incoming notifications; I'm on Android 4.2 with non-Samsung phone paired.
Could you share the hacked app for me? I would live with it for a while since I am not going to have 4.3 upgrade soon,
Thanks!

nucleiis said:
Wow this sounds awesome, because I don't have any incoming notifications; I'm on Android 4.2 with non-Samsung phone paired.
Could you share the hacked app for me? I would live with it for a while since I am not going to have 4.3 upgrade soon,
Thanks!
Click to expand...
Click to collapse
Yeah, I'll see what the demand is like. Little nervous about sharing an apk that requires complete access to your accessibility, as it's a very big security loophole. If I do, I may only share the source code and ask folks to download eclipse and build it for themselves.
Another possibility is someone may carry the baton from here and do a less hacked version. If such a person is out there, I'd be happy to assist / collaborate. Little pressed for time unfortunately, but isn't everyone.

Related

[APP] Gear Getter - based off Pebble Notifier - v1.2 <No More Development>

UPDATED - v1.2 removes the double messages from some apps, fixes another bug.
I wanted a way to get other notifications to the Gear without having to run another client app on the Gear.
There is another project (ATN) that initially used the Email notification to do this. I liked this approach because it was simple, used the gear manager as the delivery mechanism, and the Email notification app on the gear which is robust enough to handle long notifications.
I reached out to Dattas Moonchaser, who wrote the popular Pebble Notifier to see if I could use his app as my base. He obliged so here it is....
Install this on your phone, there is nothing to install on the Gear. The only thing you need to know is to go into Accessibility settings and give Gear Getter permissions (it has a big RED link for this when you launch the app). Also make sure you have Email notification checked in the Gear Manager.
Here are some better instructions - http://forum.xda-developers.com/showpost.php?p=47449016&postcount=119
Once you enable Accessibility you are able to setup your apps you want to receive notifications from. Couple cool things..
- There is the ability to setup filters
- Ability to setup quiet times
- There is tasker integration (I haven't messed with this)
- This reads the data from the expanded view so you should get pretty robust notifcations
- Easy on the battery
If you feel the need to donate, please do it from the app, and it will go to Dattas who would appreciate it.
mhoepfin said:
I wanted a way to get other notifications to the Gear without having to run another client app on the Gear.
There is another project (ATN) that initially used the Email notification to do this. I liked this approach because it was simple, used the gear manager as the delivery mechanism, and the Email notification app on the gear which is robust enough to handle long notifications.
I reached out to Dattas Moonchaser, who wrote the popular Pebble Notifier to see if I could use his app as my base. He obliged so here it is....
The only thing you need to know is to go into Accessibility and give Gear Getter permissions (it has a big RED link for this when you launch the app).
Then setup your apps you want to receive notifications from. Couple cool things..
- There is the ability to setup filters
- Ability to setup quiet times
- There is tasker integration (I haven't messed with this)
- This reads the data from the expanded view so you should get pretty robust notifcations
- Easy on the battery
If you feel the need to donate, please do it from the app, and it will go to Dattas who would appreciate it.
Click to expand...
Click to collapse
Quick question..
I did not install anything yet but I wanted to understand this. Do we install on both the gear and the phone ?
Where does it pull information from ?
I never used the app before, I just wanted some more info before I experiment with it.
And does it require 4.3 ?
Thanks
Can you read the notifications from the gear with this ?.
Elgreco333 said:
Quick question..
I did not install anything yet but I wanted to understand this. Do we install on both the gear and the phone ?
Where does it pull information from ?
I never used the app before, I just wanted some more info before I experiment with it.
And does it require 4.3 ?
Thanks
Click to expand...
Click to collapse
You only install it on the phone, there is nothing to install on the gear. It uses the built in Email notification on the gear to display the notifications.
You tell it which apps you want to receive notifications from on your gear.
This doesn't require 4.3, but the Gear Manager does (which this uses).
jawonder said:
Can you read the notifications from the gear with this ?.
Click to expand...
Click to collapse
This send notifications from your phone (for the applications you select) to the gear, using the Email notification on the gear to display them.
Thanks, checking it out. I want to see if I can get Instagram notifications. I will report back.
So far so good! Gmail is sending full subject and body of emails! However, when you click "Show On Device" it launches the stock email client instead of gmail. It sounds like that's because it uses the email notification methods.
ProximaC said:
So far so good! Gmail is sending full subject and body of emails! However, when you click "Show On Device" it launches the stock email client instead of gmail.
Click to expand...
Click to collapse
Great! The logic for getting the notification details is pretty battle tested so I would expect the content it sends to the gear to be pretty good and mostly match what you would see in an expanded notification on your phone.
The Show On Device I don't think I will get to be able to actually work to open the app on the phone....
Tried twice to install apk and it crashes my Note 3, it reboots on it's own and the apk is not installed .
Strange it doesn't do anything at my end.. I do not get any notifications. Could possibly show a short video of how it works??? Do I need to select the Email in Gear Manager .. Cause I aint getting any Noti's....
jawonder said:
Tried twice to install apk and it crashes my Note 3, it reboots on it's own and the apk is not installed .
Click to expand...
Click to collapse
Hmm, have not seen any issues like this, and I have a Sprint Note 3. Can you try to re-download the apk?
Ok it works on my stock rom but not on roms i'm using in SafeStrap slots .
Jeshter2000 said:
Strange it doesn't do anything at my end.. I do not get any notifications. Could possibly show a short video of how it works??? Do I need to select the Email in Gear Manager .. Cause I aint getting any Noti's....
Click to expand...
Click to collapse
Yes, you need Email selected in Gear Manager for it to work
Mmmm ok like ATN was in the first place??
Sent from my SM-N9005 using XDA Premium 4 mobile app
Under FilterList in the settings it states Pebble. FYI.
Ok, this does not work for me. Although it is probably because I running an S4 on 4.2 so far. Waiting for the update to be online.
I'll have to wait for the update to get me to 4.3 for the gear manager to work properly. I have limited functionality still
UPDATE : Well, email does not work, only get recipients name showing, but on the other hand, texting works (using sms pro)
But everything displays double, I mean I see the text and who is from and then under s separator I see it again with just a bit smaller fonts. Don't know why, maybe a setting I need to play with ?
I am glad at least for the texts for now.
Ok strange , after i boot into stock rom and then back to rom slot i installed .
cvondra said:
Under FilterList in the settings it states Pebble. FYI.
Click to expand...
Click to collapse
LOL thanks, must have missed that one... It will work for the Gear even though it says Pebble.
I would like to point out that using this method if you use the stock browser it will talk to you and to the best of my knowledge there is no way to stop it.
Also last I knew if you were on a note 2 it will also talk when opening and closing folders and when switching home screens
Sent from my SM-N900P using Xparent Purple Tapatalk 2
cherylbaker said:
I would like to point out that using this method if you use the stock browser it will talk to you and to the best of my knowledge there is no way to stop it.
Also last I knew if you were on a note 2 it will also talk when opening and closing folders and when switching home screens
Sent from my SM-N900P using Xparent Purple Tapatalk 2
Click to expand...
Click to collapse
Crazy! I use Chrome so didn't notice but you are right. More research shows its a bug with Samsung. I'll switch over to the 4.3 method using the security setting in the next few days. Until then I suggest using Chrome.

Why did YOU root your Gear?

just curious to know why some have rooted their gear. especially with the latest update that gives improvements. just got the watch and still learning it but might be tempted to root if there are reasons unbeknownst to me that improves the watch even further
I rooted it so that I can put null Rom on it. That really opened up the watch for me.
Sent from my SM-N900V using Tapatalk
Rooted for adding a theme. The stock icons look like crap and wanted to sideload apps for ringtones, music, videos and notification sounds.
Ian B
I did just to try them null rom. After that I regret it. Although I didn't know you needed root to Install ringtones thanx
Sent from my SGH-M919 using Tapatalk
I rooted it to put the Null_ ROM on it, because it looked really nice from the screenshots, and also I thought if i ever wanted to get a non Samsung phone then this would be the way to do it.
However it's not all it cracked up to be.. for the most part for the Null_ ROM extras to be useful you need to have bluetooth internet tethering enabled on the phone which will drain more battery on both devices, and if it disconnects you have to dive into the settings on both to enable it again. all the cool stuff where the phone just tells the watch about things (eg notifications, events, weather, contacts, etc) via bluetooth require a 4.3 TW ROM on your phone, and can be done without the Null_ ROM.
You also lose the double tap power button to open S-Voice, but this might be fixable by disabling the "Power button mod", whatever that is. I haven't looked too deeply - I have just setup a Nova gesture where you double tap the screen to open up S-Voice.
I think my watch looks nicer now with the ROM as you can choose wallpapers, but in my Nova dock i literally just have all the original apps that came with the phone, and the main widget is one of the original clock faces (the event one), i only have a second screen with a shortcut for going into the settings in case i need to enable BT internet, and a battery widget (which i can see by double two finger tapping the screen anyway).
I think the minimalist text widget that fOmey has in the screenshots on the Null_ thread look awesome, but they're just not useful enough. The next event widget is exactly what I need (apart from the time), and the ONLY way you can have a next event widget without requiring internet on the watch is to use the built in widget. If you're gonna use the built in widget, why flash a different ROM at all?
ahh .. anyway. I won't be flashing back to stock, but if i had my choice again.. i dunno if i'd bother.
i put root and null rom on it so i don't have to return it to the store.
even after gear manager updates, stock watch is a overpriced notifier on your wrist.
after rooting it i customize it the way i want it, i have access to mostly used apps, i can use apps that were not designed to be used with gear and much more.
i dunno, wanted root. i feel powerless without root
rooted every device since my gs1. And i know myself enough that i know that at some point i am going to get bored with the stock rom, and will start to customize the things i dont like.
then i want to know how;
the clock functions,
to get out of bootloops,
to simplify the process of adding apps not officially supported.
to theme elements.
to flash custom rom
to revert to stock.
now im prepared
Question, do you have to root in order to flash the recovery and null? Or I can just flan both without root? Also how do you return back to stock? Thanks in advanced...
Sent from my SM-N9005 using xda app-developers app
Mainly because of NULL rom. For me, without it Galaxy Gear would be useless! (and because after my first root, I root all devices, it gives to you the real power of the gadget!)
RiNo808 said:
Question, do you have to root in order to flash the recovery and null? Or I can just flan both without root?
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
You need root.
Sent from my SM-N900T using Tapatalk
---------- Post added at 01:24 PM ---------- Previous post was at 01:19 PM ----------
I rooted to flash null as well and the only thing I like about it is you can record in 720p. But I don't see too much advantage since my tmobile note3 doesn't seem to have bluetooth tethering option so I can't take advantage of any null app that require data. Didn't like have Nova Launcher as it's just too small of a screen to do anything. That's why I bought a note3 as I wanted a bigger screen. So I mainly use tw on the gear. Besides the 720p recording and seeing all the extra app in the app list is cool but not a necessity. But I'm going to keep it like this for now.
Also forgot to add another advantage with null is shutter sound is gone. You can also achieve this without null but you need to root.
Sent from my SM-N900T using Tapatalk
Guys, I just have my new Samsung Gear after christmas, it works very well, still happy with battery life (around 3 days). Though I miss having a keyboard to reply SMS / Emails, or do some web search.
My question is...
If I want to keep everything as it is;
- default Samsung stuff, default clock widgets
- default auto Bluetooth connection (at least Gear <-> Note 3 do that automatically...)
but* I want to:
- install a keyboard to normally reply my SMS/Emails
- do some simple websearching, with Opera / Dolphin, etc. (My phone has BT teethring)
Can I do that just by roothing my device?
the Gear is really a device that RECEIVES things - notifications, updates to display, etc. If you want to use it to SEND things, then you'll really have to root it and put on the Null_ ROM. With this you can enable bluetooth internet tethering, and the Gear can get full internet. With internet you can install apps like an email client and a keyboard (these actually come with Null_), and respond to emails etc on the Gear. Note: it's very fiddly using a keyboard on the Gear, even with swype style input.
Also regarding SMS, this can't really be done on the Gear as you would expect. As the Gear has no SIM card, you'd need an app on the Gear to talk to your phone and tell it to send the SMS.
But, you can actually do this via S-Voice. So if you're happy talking your SMS to the phone (which isn't too bad in my experience), you can get S-Voice to use your phone to send an SMS.
I rooted mine because I wanted to be able to start my car from my watch, along with hooking it up with Torque to see my times. Being able to add wallpapers is nice too
omniwolf said:
the Gear is really a device that RECEIVES things ... If you want to use it to SEND things ... and tell it to send the SMS....you can get S-Voice to use your phone to send an SMS.
Click to expand...
Click to collapse
Thanks for answering Omniwolf. Well, Gear is bidirectional, when you take a picture, when you answer an SMS via premade SMS/S-Voice, you are communicating Gear <-> Phone.
My goal is not to have an independent clock like "simvalley MOBILE AW-414.Go Smartwatch", but a little more than what Gear allows in the moment.
For example:
- Answering SMS only through premade SMS...a tiny keyboard option would be fantastic! S-Voice does not work for me, it works on yours???
- No option to quick answer Whatsapp/E.mail
- When I take a picture I cannot send it through E-mail/Whatsapp (option is disabled........)
- No google translate or something like that is possible with keyboard (there is an app that uses the camera but is far from practical...)
So, in theory I just want a Gear + Keyboard + SMS/Whatsapp/Email answer option (S-Voice does not work on mine! I have a Note 3 stock Samsung Android 4.3) + Google Translate.
mmick said:
Thanks for answering Omniwolf. Well, Gear is bidirectional, when you take a picture, when you answer an SMS via premade SMS/S-Voice, you are communicating Gear <-> Phone.
My goal is not to have an independent clock like "simvalley MOBILE AW-414.Go Smartwatch", but a little more than what Gear allows in the moment.
For example:
- Answering SMS only through premade SMS...a tiny keyboard option would be fantastic! S-Voice does not work for me, it works on yours???
- No option to quick answer Whatsapp/E.mail
- When I take a picture I cannot send it through E-mail/Whatsapp (option is disabled........)
- No google translate or something like that is possible with keyboard (there is an app that uses the camera but is far from practical...)
So, in theory I just want a Gear + Keyboard + SMS/Whatsapp/Email answer option (S-Voice does not work on mine! I have a Note 3 stock Samsung Android 4.3) + Google Translate.
Click to expand...
Click to collapse
I answer texts with svoice all the time. Does svoice work on your device? I've used it to call a contact, narrated a # to dial, and responded to texts.
I can honestly say that there is nothing missing from my stock gear that I wish I had.
Sent from my SM-N900W8 using xda app-developers app
mmick said:
Thanks for answering Omniwolf. Well, Gear is bidirectional, when you take a picture, when you answer an SMS via premade SMS/S-Voice, you are communicating Gear <-> Phone.
My goal is not to have an independent clock like "simvalley MOBILE AW-414.Go Smartwatch", but a little more than what Gear allows in the moment.
For example:
- Answering SMS only through premade SMS...a tiny keyboard option would be fantastic! S-Voice does not work for me, it works on yours???
- No option to quick answer Whatsapp/E.mail
- When I take a picture I cannot send it through E-mail/Whatsapp (option is disabled........)
- No google translate or something like that is possible with keyboard (there is an app that uses the camera but is far from practical...)
So, in theory I just want a Gear + Keyboard + SMS/Whatsapp/Email answer option (S-Voice does not work on mine! I have a Note 3 stock Samsung Android 4.3) + Google Translate.
Click to expand...
Click to collapse
I think you can use tablettalk for that
sent from my carrier pidgeon
mmick said:
Thanks for answering Omniwolf. Well, Gear is bidirectional, when you take a picture, when you answer an SMS via premade SMS/S-Voice, you are communicating Gear <-> Phone.
My goal is not to have an independent clock like "simvalley MOBILE AW-414.Go Smartwatch", but a little more than what Gear allows in the moment.
For example:
- Answering SMS only through premade SMS...a tiny keyboard option would be fantastic! S-Voice does not work for me, it works on yours???
- No option to quick answer Whatsapp/E.mail
- When I take a picture I cannot send it through E-mail/Whatsapp (option is disabled........)
- No google translate or something like that is possible with keyboard (there is an app that uses the camera but is far from practical...)
So, in theory I just want a Gear + Keyboard + SMS/Whatsapp/Email answer option (S-Voice does not work on mine! I have a Note 3 stock Samsung Android 4.3) + Google Translate.
Click to expand...
Click to collapse
yeah, i know the Gear can send things to the watch, it's a BT connection with is bidirectional. My point is that without rooting, the gear isn't designed to send things, it's more of a receiver. 90% of the things done on it are incoming, not outgoing. Sure, all photos go the other direction, and using S-Voice you can create a bunch of things on the watch, but it's the minority.
I think i've alread answered all your other questions, so i won't rehash (more), but it really seems like you want Samsung to add a bunch of outgoing functionality to the watch, which is fine by me, i think a lot of it would be useful.
Yes S-Voice works for me, make sure it's installed and usable on your phone before trying it on the watch.
To free myself of Gear Manager
BT tether + tablet talk = profit
So worth it...
-Null ROM's feature set
-Bluetooth internet tethering (from a U.S. carrier stock ROM with BT tethering option nuked)
-Use with non Samsung device (probably going back to Nexus soon)
S voice is way too limited (even worse on the watch). Google Now and Internet access makes the watch worth the price tag. 300 bucks with a little research and now I can say "Can your Rolex do this?" So worth it...
tkjeeper said:
I answer texts with svoice all the time. Does svoice work on your device? I've used it to call a contact, narrated a # to dial, and responded to texts.
I can honestly say that there is nothing missing from my stock gear that I wish I had.
Sent from my SM-N900W8 using xda app-developers app
Click to expand...
Click to collapse
I wish S-Voice worked for me. It doesn't hear me well and I keep getting "I didn't catch that" even when I just want to confirm to send a text.
It gets frustrating.

Has the Gear made your life easier or more complicated?

Still on the fence if I should get one
kingofthebraves said:
Still on the fence if I should get one
Click to expand...
Click to collapse
Both, LOL, great as I never have to pull my phone out to do some things, Worse as I keep playing with it all the time roms, themes ect... LOL
Just wondering how much more can they do with this ...it's cool but knowing there's no Insurance on it just makes me leary sometimes ...
Sent from my SM-N900V using Tapatalk
I was debating on 3 smart watches to get and the gear won. I've had it 24 hours and I can't stop playing with it.
Sent from my SM-N900T using Tapatalk
i was re-ROM'ng my S4 and N3 every other day and havent touched it since the Gear. Ooh but now I try new NULL/Stock setups every day with my GEAR!
HAHA!
i actually enjoy something new to tinker with and my phone now has a few days rest
almulder1092 said:
Both, LOL, great as I never have to pull my phone out to do some things, Worse as I keep playing with it all the time roms, themes ect... LOL
Click to expand...
Click to collapse
Same here. I love it. However spend a lot of time playing with it and having to set it up over and over. Fun times
Really doesn't do enough for me but it is a fun gadget and people love to hear about it.
Sent from my SM-N900P using Tapatalk
I imagine the best thing about owning a gear is keeping your phone in your pocket on silent and only bringing it out when you want to reply. Also, answering phone calls while driving and music control when your phone is docked to the speakers.
I've played around with my friend's pebble and its annoying that notifications aren't synced with your phone. You have to view them once on your watch and them dismiss them again on your phone.
kingofthebraves said:
I imagine the best thing about owning a gear is keeping your phone in your pocket on silent and only bringing it out when you want to reply. Also, answering phone calls while driving and music control when your phone is docked to the speakers.
I've played around with my friend's pebble and its annoying that notifications aren't synced with your phone. You have to view them once on your watch and them dismiss them again on your phone.
Click to expand...
Click to collapse
Technically you don't even have to pull your phone out to reply I never do things to the gear having s voice.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
kingofthebraves said:
I've played around with my friend's pebble and its annoying that notifications aren't synced with your phone. You have to view them once on your watch and them dismiss them again on your phone.
Click to expand...
Click to collapse
there is no difference with the gear. You have to dismiss notifications on the gear (which can be a bit annoying as you have to go through each app's notifications and dismiss), and they won't be dismissed on the phone, you have to dismiss it on the phone as well.
Supposedly the gear does clear the phone emails and mark them as read if you use the native email app. I use Gmail and do have to clear the phone again after reading in the gear. Also the gear doesn't show the entire email. It shows most of it, then says to see the rest on the phone...
maximus96 said:
Supposedly the gear does clear the phone emails and mark them as read if you use the native email app. I use Gmail and do have to clear the phone again after reading in the gear. Also the gear doesn't show the entire email. It shows most of it, then says to see the rest on the phone...
Click to expand...
Click to collapse
That's for non Samsung apps right? But all the rest will clear just fine?
omniwolf said:
there is no difference with the gear. You have to dismiss notifications on the gear (which can be a bit annoying as you have to go through each app's notifications and dismiss), and they won't be dismissed on the phone, you have to dismiss it on the phone as well.
Click to expand...
Click to collapse
I thought that was the whole point of smart relay?
gear made my life easier, but only because of custom ROM. i'm still using null 11.1 where everything is working for me, so i don't see a need to make an update and spend another hour configuring everything, i'm not a number whore..
stock gear is a devils device, terrible to use with zero configuration.
hurdlejade said:
gear made my life easier, but only because of custom ROM. i'm still using null 11.1 where everything is working for me, so i don't see a need to make an update and spend another hour configuring everything, i'm not a number whore..
stock gear is a devils device, terrible to use with zero configuration.
Click to expand...
Click to collapse
I've been reading up and looking at YouTube on what u can do with null rom but I'm still confused. How is this better than stock rom? Do features like smart relay still work with null rom?
maximus96 said:
Supposedly the gear does clear the phone emails and mark them as read if you use the native email app. I use Gmail and do have to clear the phone again after reading in the gear. Also the gear doesn't show the entire email. It shows most of it, then says to see the rest on the phone...
Click to expand...
Click to collapse
yeah, of course if you load an email app on the watch and have internet to the watch, then marking an email as read on the watch will mark it as read on the server, and mark it as read on any device, including your phone. but using the built in gear notifications, it won't do this.
kingofthebraves said:
I thought that was the whole point of smart relay?
Click to expand...
Click to collapse
no. smart delay is just to open up the app on your phone. So if you're looking at an SMS notification on your watch and you pick up your phone, Gear Manager will open up the SMS app on your phone for you. This in turn will clear the notification, but only as a side effect.
kingofthebraves said:
I've been reading up and looking at YouTube on what u can do with null rom but I'm still confused. How is this better than stock rom? Do features like smart relay still work with null rom?
Click to expand...
Click to collapse
i never used smart relay, but i guess it will work, because wake-up gesture works on mine.
why is it better? because it is. i can use internet, have a custom layout for my apps (no more swiping across 7 pages to get to the voice memos or any other app). if i want to do something on my watch, i can do it within 3 seconds, literally.
i can start a direct dial to a predefined person.
i can record 60 seconds videos with custom rom.
i can secretly record both video and audio without time limit while keeping screen off (saves battery life).
i can set a countdown timer, or a stopwatch.
i can read ebooks.
i can sync my google keep notes
i can sync my grocery list
i can browse 9gag on my wrist
i can use calculator!
i can check and answer to my emails (by using gmail and google keyboard)
i can use google translate service (with both text and audio input)
i can check my bank account
i can use hangouts IM
i can play some simple games
i can have full calendar agenda
i can use full google maps
.. and way more.
now, what can you do with stock rom?
you can answer calls.
you can take 15 secs max videos.
you can reply to texts using s voice.
you can download stock apps available in samsung store (not a single one is worth your time)
you can pair it only with other samsung phones.
for me the answer is clear. if i can't put null on it, it goes back to store as a terrible smartwatch. it's capable of way more things than samsung officialy let you use..
hurdlejade said:
i never used smart relay, but i guess it will work, because wake-up gesture works on mine.
why is it better? because it is. i can use internet, have a custom layout for my apps (no more swiping across 7 pages to get to the voice memos or any other app). if i want to do something on my watch, i can do it within 3 seconds, literally.
i can start a direct dial to a predefined person.
i can record 60 seconds videos with custom rom.
i can secretly record both video and audio without time limit while keeping screen off (saves battery life).
i can set a countdown timer, or a stopwatch.
i can read ebooks.
i can sync my google keep notes
i can sync my grocery list
i can browse 9gag on my wrist
i can use calculator!
i can check and answer to my emails (by using gmail and google keyboard)
i can use google translate service (with both text and audio input)
i can check my bank account
i can use hangouts IM
i can play some simple games
i can have full calendar agenda
i can use full google maps
.. and way more.
now, what can you do with stock rom?
you can answer calls.
you can take 15 secs max videos.
you can reply to texts using s voice.
you can download stock apps available in samsung store (not a single one is worth your time)
you can pair it only with other samsung phones.
for me the answer is clear. if i can't put null on it, it goes back to store as a terrible smartwatch. it's capable of way more things than samsung officialy let you use..
Click to expand...
Click to collapse
Wow! I never thought about using it that way, impressive indeed especially direct call and text. While on null rom u can still receive SMS and call notifications like how you would on stock gear Rom right? Or does it replicate how a real phone does it?
kingofthebraves said:
Wow! I never thought about using it that way, impressive indeed especially direct call and text. While on null rom u can still receive SMS and call notifications like how you would on stock gear Rom right? Or does it replicate how a real phone does it?
Click to expand...
Click to collapse
i can receive sms and call notifications and also notifications from other apps (you choose what you want displayed).
there is no easy way to reply to texts though, there is a tabletsms but it doesn't work so fluently.
you do not loose any functionality when running custom rom. you just gain more.
Since we're not allowed to use our cell phones at work, I'm able to covertly use the internet with this thing.
Sent from Spaceball One.

[APP][UPDATE 9.10.2014] Sprocket - Watch Faces, SMS/MMS,File Transfer, Remote Install

I bought a gear recently and was sad to see a lack of apps tailored specifically for it so I made one of my own!
Sprocket
Features:
Native SMS/MMS functionality.
View/Send SMS conversations
View MMS
File Transfer
Send a file from the phone and it will automatically be saved in Internal Storage in the GalaxySMS directory and opened on the Gear from the default handling app
.
Remote Application Install
Allows you to install apps on the gear that are installed on your phone.
*Note does not work for paid apps it seems. At least on my Moto X.
Installation
Install the apk on both the phone and the gear and you will be good to go. The application will be automatically run on startup, but needs to be started initially once first installed on both the phone and gear.
Its a good idea to have bluetooth already turned on when initially starting the app.
Install on Phone first, select device
Install on gear next, select device
Support
This app was written specifically on my Moto X so there may or may not be issues with other phones. Please send me a logcat and I'll see what I can do.
Update 7.29.2014
East2West said:
Hello everyone!
I've been working many hours on this release and have made several improvements.
ChangeLog
Better App Stability
System runs in the foreground now so it is less likely to be killed
Improved Connection Speeds
Increased buffer size to allow faster transfers
New Notifications For Texts
This is the one I'm most excited about. I took some inspiration from the new Android Wear Watches to create custom notifications for our beloved gear.
Installation
Install the update on both the Gear and the Phone. If you already have sprocket installed on your gear you can update it with the new version v1.1 attached to the first post using Remote Install. To enable notifications click "Enable SMS Notifications" on the Phone version and follow the prompts.
Right now the app supports all notifications for SMS, but if you would like to preview notifications across the entire device you may download a developer key available on the play store. It will unlock all other notifications (including ongoing and button control!) from the device and will help continue development from my end to give you new features to make our device more useful. A preview of these notifications below:
Install Developer Key*
*The developer key only needs to be installed on the phone
I'll be going through the thread to address any issues you have come across. Thank you all for the feedback
Click to expand...
Click to collapse
Update 7.31.2014
East2West said:
Hello everyone!
I have a new version available to address some of the issues in the thread as well as to add some new features.
Download
Whitelist Applications
Go to settings/allowed notifications and uncheck the applications you don't want notifications for
[*]Local Application Updates
Updates will be checked on the phone when the application is started. You can also check by going to menu/check for update on your phone
[*]Crash/Log Reporting
When the application crashes, you will be presented with a dialog to send the crash report to me for analysis. This will help resolve issues on different devices.
[*]Clear Phone Notifications From Gear
When you hit clear on the notification screen on your gear, notifications will be cleared on your phone
[*]Resend Files If Not Connect To Gear at Transfer Time
Fixes an issue when you try to send a file when the gear is not connected. The file will send as soon as device is reconnected
[*]Crash Fixes
Fix crash for some ongoing notifications
Click to expand...
Click to collapse
Update 8.7.2014
Hello! Thanks for your feedback and crash logs. I've pushed out an update that should take care of the ones I've seen so far with the Nexus 5 crashes and one's when clicking on a conversation on the gear and the contact app is not installed. Let me know if it solves the issues.
Sprocket 1.3b
Thanks,
East2West
Click to expand...
Click to collapse
Update 8.9.2014
Hey Everyone!
I was on vacation last week, so I only had time to push some incremental updates for some bug fixes, but I'm back now and have some new features!
New UI for bringing up sms messages and notifications
New Media Controller
Works with any media player that responds to media button events.
*Developer Key Needed
Clock On Notification Screen
Stability Fixes
Screenshots
Click to expand...
Click to collapse
Update 8.9.2014
New Update.
Connection Fixes
Fixed an issue where server would not connect on initial app launch
Try and reconnect to server on bluetooth toggle
New Settings Menu
Allows Muting of Notifications. 3 Settings
Sound On Symbol - Notifications will vibrate and turn on screen and play the notification sound
Vibrate On Symbol - Notifications will only vibrate and not turn on screen
Mute Symbol - Notifications will be silent
Click to expand...
Click to collapse
Update 8.11.2014
Another Update!
Extended Notification Detail
Click on flashing icon to expand
New SMS/MMS Theme
Improved MMS image quality
Media Controller Now Works With Pandora
Click to expand...
Click to collapse
Update 8.21.2014
Fixed notification buttons not fitting
Items that do not fit go on to the next row
Added reply button in sms notifications
Will take you to SMS Threads
Notification splitting option in settings
Updates to notifications usually replace the last notification in android. This will keep them separate so you can see how it changed over time. Excludes ongoing notifications
Faster connection speeds
Bluetooth reset on disconnection
Bluetooth on the gear will reset if the connection is dropped to improve speeds
Support for large images like sms/screenshots
Images from sms and other notifications will show in the main view
Added request timeouts
Notifications will not be sent to the gear after 15 minutes of being disconnected
Fixed crash when sms is received on the phone and bluetooth is off
Fix duplicate notifications such as email and google music and calendar coming in more than once
Click to expand...
Click to collapse
For others not able to connect to the gear after upgrading from version 1.3. It may be necessary to upgrade the watch apk manually as the UUID for the bluetooth service has changed and might not be recognized until upgrading the gear to 1.5
Update 8.24.2014
Hello! Another update..
Widget Support!
Swipe left from main menu
Long press to change widget
Can also activate by clicking notification clock at the top
For both free and developer versions
Out of Memory Crash Fixed
Phone memory was greedy before. Should stay in memory much longer without crashing
Removed "Unable to connect" popup from phone
Will still show on the gear
Click to expand...
Click to collapse
Update 9.10.2014
Hey folks!
Something new...
Support for Watch Faces
Basic support for themes like watchstyler. This version supports analog clocks only.
To change theme replace BG_PART.png, FRAME_PART.png, HOUR_PART.png, SEC_PART.png, MIN_PART.png of your favorite watch styler theme
Themes files are located in /sdcard/SprocketWatchThemes/defaultTheme. The only supported files are those included in the folder
Fix sms conversation not updating while inside the conversation
*Credit to Gear Minimum 360 theme over at gearfaces.com for the included theme
Click to expand...
Click to collapse
Galaxy s4 . All ok. Good job.
Nice and useful app! But I miss a notification which tells you when a file has been sent or an remote installation has been made.
You are a genuis!!! Works... having issues with transferring files. My screen goes black and sits in idle... but who cares... as long as I can receive and reply to text messages I'm good. GOOD JOB!!!! Can you add reply to emails?
Is your app for Android or Tizen?
How can I instill the Sprocket app on my gear?
Nexus 5 ... Remote install works.. file share works.. sms does not. keeps crashing everytime i select a contact.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Works good got it working on my lg optimus g. Will u be adding notification and turn display on
Lg optimus G
agreed only think lacking is notification right now i leave gear manager for notification then go to sprocket for the reply would like one app for all
I like it works pretty good on my note 3
Sent from my SM-G900A using XDA Premium 4 mobile app
Works great on ATT Note 2 with custom rom. Really like how the contact images get populated.
+1 on getting notifications. Would make the app wonderful! :good:
@East2West Are you still working on this?
So any chance the send sms will show up in the sms app as well?
//M
Sent from my LG-D802 using XDA Premium 4 mobile app
m.klinge said:
So any chance the send sms will show up in the sms app as well?
//M
Sent from my LG-D802 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You're talking about when you send from the Gear App it will also show on your phone? If so, it works for me. Shows up on my phone what I have sent through the Gear.
simonsayz31 said:
You're talking about when you send from the Gear App it will also show on your phone? If so, it works for me. Shows up on my phone what I have sent through the Gear.
Click to expand...
Click to collapse
Interesting! So if you send a sms to yourself from the gear it will be displayed twice on your phone (one as send and one as received)? Might I ask which sms you use?
//M
Sent from my LG-D802 using XDA Premium 4 mobile app
ArnomaF said:
Is your app for Android or Tizen?
Click to expand...
Click to collapse
I am assuming Android, Can anyone please confirm?
pcpimpin said:
I am assuming Android, Can anyone please confirm?
Click to expand...
Click to collapse
I use it in Android
Lg optimus G
Really cool app, looking forward to next release. I can see and interact with the sms on the gear, but I can't seem to send files from my Note 3. It's also paired with the galaxy gear manager, does that need to be off? Thanks again.
Chris
EDIT: I was wrong above, it did transfer the files, I just didn't see them at first. I also installed some apps via Sprocket. Now that I have Google voice function working offline, the SMS function is really nice. I can practically hold a SMS conversation quickly on my watch. I just need to make the little voice button on the keyboard bigger...lol. But once you hit it, the Voice Icon is much bigger and easy to continue the replies. For such a small program, it really is very capable.
Updates
Like I indicated in my earlier post. "I love this app." It's the only app I've found that allow SMS replies without the hassle. "It feels good swiping a reply from my watch." Since I've had it here are the bugs.
1. When I send a text from my phone my watch vibrates.
2. Occasionally looses Bluetooth connection. (will not connect to server must restart phone/watch)
3. About a 3-5 sec delay to start the app
Also I"m using Note 3. Otherwise this app is the BOMB! It doesn't use much battery. Resolve the bugs and this will be me a must have app for the Gear.
lockart said:
Like I indicated in my earlier post. "I love this app." It's the only app I've found that allow SMS replies without the hassle. "It feels good swiping a reply from my watch." Since I've had it here are the bugs.
1. When I send a text from my phone my watch vibrates.
2. Occasionally looses Bluetooth connection. (will not connect to server must restart phone/watch)
3. About a 3-5 sec delay to start the app
Also I"m using Note 3. Otherwise this app is the BOMB! It doesn't use much battery. Resolve the bugs and this will be me a must have app for the Gear.
Click to expand...
Click to collapse
I agree! I think people overlook Sprocket...It's really basic, but the few things it does are HUGE. It's the best for replying to SMS, I even shut off the Gear Manager notificatiion for SMS. And it's just too easy to install an app or transfer a file. I think this is my favorite app for the Gear. Thanks and look forward to your work.
Chris

Quick for Wear - Reply with keyboards and quick replies on whatsapp, fb, hangouts etc

No root needed!
More informations: https://play.google.com/store/apps/details?id=com.michy.quickforwear
I just purchased it for my new Huawei watch. Let's see how it goes . Android Wear needs that sort of interaction (I cannot use voice all the time!)
wollyka said:
I just purchased it for my new Huawei watch. Let's see how it goes . Android Wear needs that sort of interaction (I cannot use voice all the time!)
Click to expand...
Click to collapse
Awesome! Please let us know how it went
michyprima said:
Awesome! Please let us know how it went
Click to expand...
Click to collapse
Hi
The software works as advertised. Thanks for the excellent software. However, this is my wishlist:
In Whatsapp and Telegram notifications, the profile picture of the person who sent the message doesn't not appear on the watch if i use Quick for Wear. However, the picture appears if i disable Quick and use the standard Whatsapp
There is no emoji keyboard or no way to use at the same time Quick reply and draw an emoji feature of Google wear
This is limitation for Android Wear. If someones send a picture in Whatsapp, I only get a notification but i cannot see the image on the watch. I don't know if someone could write an app or if you can add this to Quick
Also a limitation of Android Wear (and not related to Quick), you can only reply to messages and not create a new message. I hope Google can implement this later
Again, Thank you for this app. Being able to reply to messages on the watch is great )
wollyka said:
Hi
The software works as advertised. Thanks for the excellent software. However, this is my wishlist:
In Whatsapp and Telegram notifications, the profile picture of the person who sent the message doesn't not appear on the watch if i use Quick for Wear. However, the picture appears if i disable Quick and use the standard Whatsapp
There is no emoji keyboard or no way to use at the same time Quick reply and draw an emoji feature of Google wear
This is limitation for Android Wear. If someones send a picture in Whatsapp, I only get a notification but i cannot see the image on the watch. I don't know if someone could write an app or if you can add this to Quick
Also a limitation of Android Wear (and not related to Quick), you can only reply to messages and not create a new message. I hope Google can implement this later
Again, Thank you for this app. Being able to reply to messages on the watch is great )
Click to expand...
Click to collapse
Thanks!
Let me answer you point to point:
This is normal. We have picture mirroring planned but not implemented yet.
You can actually access an emoji list long pressing the lightning icon
This could be done, but I'm not sure it would be a good idea to bring it in Quick. I'll investigate
This can be done only with root and xposed at the moment
michyprima said:
Awesome! Please let us know how it went
Click to expand...
Click to collapse
michyprima said:
Thanks!
Let me answer you point to point:
This is normal. We have picture mirroring planned but not implemented yet.
You can actually access an emoji list long pressing the lightning icon
This could be done, but I'm not sure it would be a good idea to bring it in Quick. I'll investigate
This can be done only with root and xposed at the moment
Click to expand...
Click to collapse
Thanks for answers. I didn't know about the emoji, very handy I will be waiting for the picture mirroring
Too bad i cannot root my S6 without tripping Knox so xposed is out of the question at the moment. Sending a SMS or hangout is not as popular as Whatsapp here
michyprima said:
Thanks!
Let me answer you point to point:
This is normal. We have picture mirroring planned but not implemented yet.
You can actually access an emoji list long pressing the lightning icon
This could be done, but I'm not sure it would be a good idea to bring it in Quick. I'll investigate
This can be done only with root and xposed at the moment
Click to expand...
Click to collapse
Do you have planned to add the number 4? It would be very cool if I can send messages without waiting for somebody to message me and Instead just open an app in my watch and send it directly.
Enable issue
Just bought the app recently but can't seem to enable the notification/app. Currently using the Huawei p8w 5.0.1 with a moto 360 v1.
After selecting the app for notifications, it still shows up as "Disabled"
Tried changing the notification settings but still not working, app isnt showing up on my watch either.
Anyone with the same issue?
Iamanandroid said:
Just bought the app recently but can't seem to enable the notification/app. Currently using the Huawei p8w 5.0.1 with a moto 360 v1.
After selecting the app for notifications, it still shows up as "Disabled"
Tried changing the notification settings but still not working, app isnt showing up on my watch either.
Anyone with the same issue?
Click to expand...
Click to collapse
try restarting your phone. the state you see there is directly changed by the operating system, so if it's not changing, it's because the phone is not giving permissions to access notifications to the app.
donalberto17 said:
Do you have planned to add the number 4? It would be very cool if I can send messages without waiting for somebody to message me and Instead just open an app in my watch and send it directly.
Click to expand...
Click to collapse
Not really, Quick was projected as a no-root solution. Wear Messenger has an xposed module and antiviruses keep throwing false alarms on it. (and the 360 security support is not doing anything). I don't want the same plague to kill Quick.
michyprima said:
try restarting your phone. the state you see there is directly changed by the operating system, so if it's not changing, it's because the phone is not giving permissions to access notifications to the app.
Not really, Quick was projected as a no-root solution. Wear Messenger has an xposed module and antiviruses keep throwing false alarms on it. (and the 360 security support is not doing anything). I don't want the same plague to kill Quick.
Click to expand...
Click to collapse
Yes, please keep it as a non-root solution. Or in case you ever implemented it, maybe use a two programs solution: one normal and one root
Thx
Hey ! I own the Moto 360 2nd and "Quick for Wear".
Problem: I enabled the keyboard but if i get a whatsapp message i cant repley with keyboard
WHY? pls help me.
Hi
Sometimes, the toggle for Quick for Wear is set by itself to disable, However, the toggle is still on in the notification access settings. I have to re-enable it to start receving notifications on the watch.
It is totally random
michyprima said:
Thanks!
Let me answer you point to point:
This is normal. We have picture mirroring planned but not implemented yet.
You can actually access an emoji list long pressing the lightning icon
This could be done, but I'm not sure it would be a good idea to bring it in Quick. I'll investigate
This can be done only with root and xposed at the moment
Click to expand...
Click to collapse
About point 3, I don't know if it's possible but it would be awesome if you can add it. Maybe a good way to open the image and not make the conversation difficult to read is, when someone send an image you will see in the chat: Image, and when you tap on it you see the image.
I don't know how difficult it would be, I really like your work with that app, as bought it some days ago and I'm so happy with it but if you can add it the app will be just perfect.
Pd: Sorry for my English, I'm from Spain and I'm still studying it hahaha
Enviado desde mi SM-G925K mediante Tapatalk

Categories

Resources