Has anyone been able to get the turn by turn navigation to work with the Neo? From e everything I've understood it was supposed to be available for the neo as well. I have the app on my phone but says there is no peers found. Asks me to launch gear navigation . But I can't find the app for the watch itself. Anyone have an idea??
Can you please post the apk? Thank you
Inviato dal mio SM-N9005 utilizzando Tapatalk
APK
I believe the apk I have is for the Gear, not the Gear 2 Neo, which is why I'm having a issue with it at this point. I can't find the Gear navigation that im supposed to launch in the Gear itself. Ill post the APK soon as i can link it.
Related
Please guys,Can you test app autoremote with gear.
I Read support transfer command bluetooth without app tasker.
If work its Wonderful, if work i Can Buy the gear and give you great news
Inviato dal mio GT-N7100 utilizzando Tapatalk
send me the app
vingar said:
Please guys,Can you test app autoremote with gear.
I Read support transfer command bluetooth without app tasker.
If work its Wonderful, if work i Can Buy the gear and give you great news
Inviato dal mio GT-N7100 utilizzando Tapatalk
Click to expand...
Click to collapse
I'll trie the app... if you can send me paid or cra. version... what exactly does this app do?
(ROOTED galaxy gear and galaxy s4 user)
atijasa said:
I'll trie the app... if you can send me paid or cra. version... what exactly does this app do?
(ROOTED galaxy gear and galaxy s4 user)
Click to expand...
Click to collapse
I dont have a gear,
but with autoremote you can send a message command to phone with bluetooth and phone can run a task.
For me this a possible mode For my home automation.
If work its possible create shortcut to novalauncher(gear) example:light on kitchen and phone excute command.
Now i use this metode with phone To tablet,
I think this is the only solution for sync gear with phone.
Sorry for my english, i hope you understand me.
Inviato dal mio GT-P5200 con Tapatalk 4
I could never get it to open. It just crashed everytime.
However, I'm pretty sure it doesn't work on Bluetooth anyway (needs internet)
Brendo said:
I could never get it to open. It just crashed everytime.
However, I'm pretty sure it doesn't work on Bluetooth anyway (needs internet)
Click to expand...
Click to collapse
3.0 now works over bluetooth for offline messaging and/or notifications.
I just cant get it to work
gdeboos said:
3.0 now works over bluetooth for offline messaging and/or notifications.
I just cant get it to work
Click to expand...
Click to collapse
Make sure you are using null rom. I think Gapps is required
Sent from my Nexus 5 using XDA Premium 4 mobile app
Brendo said:
Make sure you are using null rom. I think Gapps is required
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I am running null 13 with full gapps etc.
Can send messages when internet is tethered but not offline.
I have held down device and registered bluetooth id on both phone and gear as well.
It never worked for me by specifying the ID of the Gear. I had to set it to any bluetooth device.
Sent from my GT-N7100 using Tapatalk
le3ky said:
It never worked for me by specifying the ID of the Gear. I had to set it to any bluetooth device.
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
le3ky you have it working? I will try again later with your suggestion. Cheers
le3ky would you mind quickly explaining how I send it to all bt devices please?
Is this set in auto remote or the tasker task?
cheers
I have both tasker and Autoremote installed on the gear, but I can't figure out how to initially add a device to autoremote via bluetooth alone.
gdeboos said:
le3ky would you mind quickly explaining how I send it to all bt devices please?
Is this set in auto remote or the tasker task?
cheers
Click to expand...
Click to collapse
+1
I think I figured this one out. What I did was:
Install Gapps (sent the zip over thru ADB and then flashed it)
Install Tasker and Autoremote thru the appstore
Installed Barcode scanner (optional)
Spoofed WiFI
Scanned my phone's AutoRemote QR Code (optional)
That's it! You need to be tethered thru bluetooth, obviously.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Well this is my first app for the Gear. It is pretty self explanatory, it will launch Tasker tasks on your device directly from your watch. I recently got a Gear after my Sony SW2 broke and while the Gear is much nicer to look at I found the lack of apps disheartening. The Tasker app was what I missed the most so I thought I'd start here!
The development for this app has stopped due to hardware changes. Support for the existing version can be gotten from this thread, but no further updates will be made. Sorry for any inconvenience.
Please read the installation instruction carefully and check the FAQ before asking asking for help.
Any and all feedback is welcome!
Features
Start tasks on your device from your watch.
View tasks by project.
Root not required.
Displays a favourites menu for quick access.
Launch tasks on the host through an intent (From the Gear or Host).
Tasker Plugin (Host).
Send messages between the host & the Gear.
Custom notifications for Gear.
Installation
Make sure you have Tasker installed on your phone and "External Access" is enabled.
You will need to allow "Unknown Sources" in the Gear Manager.
Then just install the app on your phone/tablet.
It may take a few seconds to establish the initial connection. Please be patient
For more detailed information and a step-by-step guide see this video!
Favourites Menu
Include the tag "[GG]" without quotes anywhere in your task name.
These will appear on the Gear in the favourites category as well as their normal category.
TasGear will remove the [GG] tag in the lists display name, but show a * in front of favourite tasks.
Sending Intents to TasGear
Starting tasks on the host with an intent
From the phone/tablet - This will start a task on the phone/tablet, NOT the Gear.
Action: com.orbonis.gear.tasker.PERFORM_TASK
Extra: task:TASK_NAME
Target: Broadcast Receiver
From the Gear
Action: com.orbonis.gear.tasker.consumer.PERFORM_TASK
Extra: task:TASK_NAME
Target: Broadcast Receiver
Send messages through TasGear
Send message from Host to Gear:
On host send intent:
Action: com.orbonis.gear.tasker.MESSAGE_GEAR
Extras: Whatever you want.
On Gear receive intent:
Action com.orbonis.gear.tasker.consumer.MESSAGE_RECEIVED
Send message from Gear to Host:
On Gear send intent:
Action: com.orbonis.gear.tasker.consumer.MESSAGE_HOST
Extras: Whatever you want.
On host receive intent:
Action com.orbonis.gear.tasker.MESSAGE_RECEIVED
More information on accessing Extras in Tasker:
http://tasker.dinglisch.net/userguide/en/intents.html
Download
Attached to post.
Dropbox
Examples
http://forum.xda-developers.com/showthread.php?t=2729344
Thanks to Brendo for setting up this thread.
Change Log
(v1.0.13)
Restart button on the host to reset TasGear in the event of an unexpected closure.
(v1.0.12)
Fix for rotation bug within Tasker.
(v1.0.11)
Better reports on incorrect setup.
Fixed an issue with icons in "Text Based" notifications.
FAQs
Q: Does this app support the null_ rom?
A: Yes, though this is only possible thanks to fOmey for his help testing.
Q: Does this app require root/null_ to work?
A: No, there is no special requirement for this app.
Q: How do I turn on "Enable Access" in Tasker?
A: Open Tasker and press the Menu Button. Go to Preferences, then the UI tab. Check the box that says "External Access". Make sure to close Tasker so that the settings are saved.
Q: How do I enable "Unknown Sources" on my Gear?
A: Open the Gear Manager and tap on Settings. Scroll the the bottom (under Security) and make sure the box "Unknown Sources" is checked.
Q: I can't get X to work in Tasker. / How do I do X with TasGear?
A: There are plenty of tutorials around for Tasker, but unless it is a specific problem with TasGear then I ask that you refrain from posting your question here. This thread was set up to give examples of how Tasker/TasGear can be used.
Q: I can't see the notification on my phone/tablet! / I can't see the TasGear app on my Gear!
A: Make sure you install the app on your phone/tablet and not your Gear. You don't need to side load this app
Q: I have X problem, how do I fix it?
A: Make sure you have correctly installed the app by following the installation instructions and the notification on your phone/tablet says connected. Try restarting both devices and checking External Access is enabled in Tasker.
Q: Can I start a task on the Gear by sending a message from the host?
A: No. I am not running null on my Gear and therefore have no way to test Tasker interaction on the Gear. If this changes I'll let you know!
Q: Can I install TasGear on a non-Samsung device?
A: Maybe! You will need to install Gear Manager first! You can follow this tutorial to get it set up. Skip steps 10 to 12, the notification app no longer exists. This is a good alternative. Thanks to @technologicrepair and @Brendo for the research in to this.
Q: Can TasGear create widgets on the Gear?
A: No. The stock version of the Gear's firmware does not support widgets. If you have null rom you can use Tasker to pass information through TasGear to your phone though. See the examples thread to find out how to do this.
The app starts on the GG and sits there with a locked up busy indicator...
Restarting the GG doesn't help
It worked on mine, stock GG, cm11 on my T-Mobile GS4.
Sent from my SGH-M919 using Tapatalk
Radimus said:
The app starts on the GG and sits there with a locked up busy indicator...
Restarting the GG doesn't help
Click to expand...
Click to collapse
Hey Radimus, What device do you have? Is it rooted? Is your GG rooted? Any sideloaded apps?
I'm afraid I haven't had an opportunity to test on other devices/conditions, I'd love some additional info.
The loading indicator appears when it is retrieving the task data from your device (which is a good sign as it means the connection was successful )
flip3547 said:
It worked on mine, stock GG, cm11 on my T-Mobile GS4.
Click to expand...
Click to collapse
Thanks for the feedback, flip.
Note 3 rooted. GG unrooted. Only have bt file share sideloaded
Sent from my SAMSUNG-SM-N900A using Tapatalk
Radimus said:
Note 3 rooted. GG unrooted. Only have bt file share sideloaded
Sent from my SAMSUNG-SM-N900A using Tapatalk
Click to expand...
Click to collapse
Thanks for the feedback. I don't think I have access to a Note 3, though I may be able to grab some data from the one at work.
For now I'll make a note of it in the thread and get back to you asap.
Radimus said:
The app starts on the GG and sits there with a locked up busy indicator...
Restarting the GG doesn't help
Click to expand...
Click to collapse
I think I may have fixed the problem! If this fixes it then I can only apologise... regardless it was terrible QA on my part, haha.
Grab the new version if you can, but the problem should go away if you enable External Access in Tasker (You can find it under Preferences > Misc > Allow External Access).
Thanks for the prompt feedback
with note3 work Very well. Bravo!
if possible add possibility create shortcut on gear.
thanks
Inviato dal mio SM-N9005 utilizzando Tapatalk
vingar said:
with note3 work Very well. Bravo!
if possible add possibility create shortcut on gear.
thanks
Inviato dal mio SM-N9005 utilizzando Tapatalk
Click to expand...
Click to collapse
Thanks!
As far as I'm aware the only way to add a shortcut to the Gear's main pages is through the Gear Manager on your device.
Gear Manager > My Apps > Favourites (Tab) > + (Button at top) > Tick TasGear
Orbonis said:
Thanks!
As far as I'm aware the only way to add a shortcut to the Gear's main pages is through the Gear Manager on your device.
Gear Manager > My Apps > Favourites (Tab) > + (Button at top) > Tick TasGear
Click to expand...
Click to collapse
Orbonis,Shortcut of Task! not app
Inviato dal mio SM-N9005 utilizzando Tapatalk
vingar said:
Orbonis,Shortcut of Task! not app
Inviato dal mio SM-N9005 utilizzando Tapatalk
Click to expand...
Click to collapse
Haha ah yes, of course.
Interesting thought. I'll keep it in mind.
This is awesome. Great work. Suggestion, if it would start with a filter or group of "GG" or similar so those tasks are shown first. If present. ..
Sent from my SAMSUNG-SM-N900A using Tapatalk
I have the loading problem aswell
Sent from my SM-N9005 using XDA Premium 4 mobile app
Radimus said:
This is awesome. Great work. Suggestion, if it would start with a filter or group of "GG" or similar so those tasks are shown first. If present. ..
Sent from my SAMSUNG-SM-N900A using Tapatalk
Click to expand...
Click to collapse
I was thinking of implementing a favourites category. I think trying to decide on the best way to do it. A tag system would work well.
Jeshter2000 said:
I have the loading problem aswell
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hey Jeshter, I'm gonna need more information. The previous loading problem was due to "External Access" not being enabled in Tasker. This should no longer cause a crash, so you must have a different problem
Can you tell me what device you are using, if you have modified your device (root or custom firmware) and if you have modified your Gear (root or custom firmware).
Thanks!
Ok my bad! So I need tasker it self aswell. Cause that isnt that clear to me ...
Sent from my SM-N9005 using XDA Premium 4 mobile app
Jeshter2000 said:
Ok my bad! So I need tasker it self aswell. Cause that isnt that clear to me ...
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ah yes you do I will adjust the original post to make this clearer!
Thanks for the feedback. I'll also add something into the app to prompt the user to install Tasker if they don't have it
Ok so installed tasker... And still loading problem...
Im using N3 stock rooted with wootever kernel...
Sent from my SM-N9005 using XDA Premium 4 mobile app
Jeshter2000 said:
Ok so installed tasker... And still loading problem...
Im using N3 stock rooted with wootever kernel...
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Okay, have you modified the Gear in any way?
So you have Tasker installed and set up. You will need to run it at least once and enable "External Access". Make a task just so you have something to see on the watch, it doesn't matter what it does for now.
Reinstall the TasGear app afterwards just to be sure. Then restart both the phone and the watch.
See if that helps Remember to wait for your watch to reconnect to the phone before starting TasGear.
Orbonis said:
Okay, have you modified the Gear in any way?
So you have Tasker installed and set up. You will need to run it at least once and enable "External Access". Make a task just so you have something to see on the watch, it doesn't matter what it does for now.
Reinstall the TasGear app afterwards just to be sure. Then restart both the phone and the watch.
See if that helps Remember to wait for your watch to reconnect to the phone before starting TasGear.
Click to expand...
Click to collapse
Got it working!! Now only to learn tasker hahah for the tasks...
Sent from my SM-N9005 using XDA Premium 4 mobile app
Jeshter2000 said:
Got it working!! Now only to learn tasker hahah for the tasks...
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Haha excellent! Tasker is a great utility, being able to send tasks straight from your wrist is just icing on the cake.
It's a shame that till today there are no simple app can double the screen for stereoscopic mode for all the apps.
Would be so simple to include this option...
The only way till now is native sbs apk for android but work just for some rooted phone and you always need to reboot the phone...
Would be so simple this option why is not possible for people without root ?
Inviato dal mio GT-I9505 con Tapatalk 2
Ticwatch Watchfaces Ported for Android Wear
Download Link-
https://drive.google.com/uc?id=0BwxryTxXnpbKUkZhektYY0tFV2M&export=download
Installation -
install via Adb
ios folder apks working tested on ZW3 AW2
Its watchfaces from Ticwatch S?
motajam said:
Its watchfaces from Ticwatch S?
Click to expand...
Click to collapse
yeah ...
Sent from my ONEPLUS A3003 using XDA Labs
Installed it on my Diesel Full Guard. Installation works (only iOS-Version but I've got a Galaxy S8 and android wear smartwatch) but no steps are counted and no weather is shown. Is there a fix for this?
When I try to install your android apks the installations works but no watchface is shown on my watch.
I got the apk on my ticwatch installed via adb but i cant get it like watchface on my ticwatch e.
Can you give me solution please?
Once you have installed the APK of the watch face on your Android device it will show up as available to install at the bottom of the Play Store app on your AW watch.
Hi all, I have downloaded the apk's on my PHONE and installed them, but I do not see them on my WATCH under the Play Store under APPS ON YOUR PHONE as available to install. Just a few other apps. Is there a setting I need to change to see all apps (including system apps) maybe?
Really great looking faces in here. Unfortunately it looks like the weather and steps are pulled from mobvois own software that is exclusive to the ticwatches. Shame too because these faces look great. Hopefully someone with more experience than me can pull those apps from the ticwatches.
D_2_Tha_Nice! said:
Hi all, I have downloaded the apk's on my PHONE and installed them, but I do not see them on my WATCH under the Play Store under APPS ON YOUR PHONE as available to install. Just a few other apps. Is there a setting I need to change to see all apps (including system apps) maybe?
Click to expand...
Click to collapse
Same situation for me
karpov92 said:
Same situation for me
Inviato dal mio ONEPLUS A5000 utilizzando Tapatalk
Click to expand...
Click to collapse
So I got mines to work. I downloaded it again and exported it to my phone. Make sure to install the apk's from the Android folder. That's it. That worked for me.
D_2_Tha_Nice! said:
So I got mines to work. I downloaded it again and exported it to my phone. Make sure to install the apk's from the Android folder. That's it. That worked for me.
Click to expand...
Click to collapse
Solved. Just install the apk and then open the play store on the smartwatch and install also there.
Is there a preview of the different watchfaces?
Hi there, you can find this watchfaces and more also in Mobvoi Store Have a nice evening...
Hi everyone I'm back to Samsung since my S4, so pretty long time ago. I always get this notification only for spotify and I don't understand why..is there any way I can hide it? I've already flagged off the auto app suspension in settings but keeps notifying me that. And obviously I don't want to suspend it cause once the phone sleeps the music stops.. View attachment 4775566
Inviato dal mio SM-G973F utilizzando Tapatalk