Developing apps for Gear Fit 2? - Samsung Gear Fit

Is it possible to develop apps or watchfaces and distribute by Samsung store for new Gear Fit 2? Some developer can confirm that or not?

Yes you can. Just need to sign up through the Samsung Tizen developer site and then build the apps/watches faces to the store.

MynticeLX said:
Yes you can. Just need to sign up through the Samsung Tizen developer site and then build the apps/watches faces to the store.
Click to expand...
Click to collapse
Thanks for your reply. I am curious how to test an app. I bought device Gear Fit 2. I will able to test on device or need some emulator from Tizen developer site?
I have an idea for small quiz app from school time and maybe will be possible to push it to gf2, maybe.

MynticeLX said:
Yes you can. Just need to sign up through the Samsung Tizen developer site and then build the apps/watches faces to the store.
Click to expand...
Click to collapse
I wonder if it possible now to sell apps by Samsung Apps store now?
Did you try to do that?

space below music player on gear fit 2 drop down menu
The Gear Fit 2 drop down menu has an empty rectangle below where it says music player. I wish this could be assignable or at least let you tap home. In order to go home in a lot of cases you have to hit the home button. I wish you could swipe and tap your way through on the screen itself.

christopherwice said:
The Gear Fit 2 drop down menu has an empty rectangle below where it says music player. I wish this could be assignable or at least let you tap home. In order to go home in a lot of cases you have to hit the home button. I wish you could swipe and tap your way through on the screen itself.
Click to expand...
Click to collapse
There's no support from the Tizen Studio (installed latest version 1.1.0). So, there's no template, you'll have to start from scratch. There's also no Emulator template either. There's great examples included, incl. native app which shows how access sensors (runs great in the emulator). The Fit2 is fully Tizen RTOS compatible. I tried to use one of the S2 examples to make it Fit2 compatible. Not luck, W/o a working template and a working emulator I give up...

So at this moment we can't really develop apps unless we know how to make it from scratch? No help for amateurs?

sirmart1n said:
So at this moment we can't really develop apps unless we know how to make it from scratch? No help for amateurs?
Click to expand...
Click to collapse
Correct, Samsung policy, buy at your own risk...
The screen res is 216x432. I made layout pics to use with the emulator. The db-file is the button assignment file. But haven't figured out yet, how everything works together.

mikeathome said:
Correct, Samsung policy, buy at your own risk...
The screen res is 216x432. I made layout pics to use with the emulator. The db-file is the button assignment file. But haven't figured out yet, how everything works together.
Click to expand...
Click to collapse
Such a shame. It has lot of potential. Decent hardware and software that offers a lot as well. Could you please let me/us know if you figure something out? If Samsung doesn't want to help me use my watch to its full potential, I would happily spend my time doing that myself.

sirmart1n said:
Such a shame. It has lot of potential. Decent hardware and software that offers a lot as well. Could you please let me/us know if you figure something out? If Samsung doesn't want to help me use my watch to its full potential, I would happily spend my time doing that myself.
Click to expand...
Click to collapse
Success, partially...
I got an emulator working, BUT the screen settings are not ok, screen elements are being cut off, have to investigate...
Somebody interested helping me?
Emulator running: http://imgur.com/Uzdk0zB
Settings cut-off: http://imgur.com/nYeKZLi
Settings itself ok: http://imgur.com/pBaPrEk
Power Off ok too: http://imgur.com/Ir0p5sd
Both buttons (back and Home) are working.
If I find a way to make the emulator robust, no screen cut-off I can transfer sample apps from Gear S2 to Fit2. That's the first steps of developing own apps for this thing.

mikeathome said:
Success, partially...
I got an emulator working, BUT the screen settings are not ok, screen elements are being cut off, have to investigate...
Somebody interested helping me?
Emulator running: http://imgur.com/Uzdk0zB
Settings cut-off: http://imgur.com/nYeKZLi
Settings itself ok: http://imgur.com/pBaPrEk
Power Off ok too: http://imgur.com/Ir0p5sd
Both buttons (back and Home) are working.
If I find a way to make the emulator robust, no screen cut-off I can transfer sample apps from Gear S2 to Fit2. That's the first steps of developing own apps for this thing.
Click to expand...
Click to collapse
This looks promising. I would gladly help but I don't think that I would be of any use with my lack of skills.
I have Neonto studio installed which looks like an easy way of creating apps but I could not figure out how to get the app on my watch. Probably because there is no emulator for it in Tizen Studio.

sirmart1n said:
This looks promising. I would gladly help but I don't think that I would be of any use with my lack of skills.
I have Neonto studio installed which looks like an easy way of creating apps but I could not figure out how to get the app on my watch. Probably because there is no emulator for it in Tizen Studio.
Click to expand...
Click to collapse
You need the Tizen Studio to get apps onto the watch. In developer mode.
There's no template for this watch for Tizen Studio, so the interfaces are not declared (API to sensors), the screen resolution is not set (see my cut-off settings screen) and the GUI elements are not defined (swipe, L/R. D/U, no ring like Gear S2). I doubt that there'll be apps for this watch until some skilled person adds this to the SDK...
if somebody is interested I can send them what i did so far, it'll save some time in doing the emulator templates.

mikeathome said:
You need the Tizen Studio to get apps onto the watch. In developer mode.
There's no template for this watch for Tizen Studio, so the interfaces are not declared (API to sensors), the screen resolution is not set (see my cut-off settings screen) and the GUI elements are not defined (swipe, L/R. D/U, no ring like Gear S2). I doubt that there'll be apps for this watch until some skilled person adds this to the SDK...
if somebody is interested I can send them what i did so far, it'll save some time in doing the emulator templates.
Click to expand...
Click to collapse
Three questions/requests:
1. What SDK did you use for Gear Fit 2? Wearable 2.3 or 2.3.1 or is there one for Gear Fit 2?
2. Are you able to push your app/project into your Gear Fit 2 via debug mode or something?
3. Would you be able to share your sample project that is tested to work on Gear Fit 2?
Best regards!

Joms_US said:
Three questions/requests:
1. What SDK did you use for Gear Fit 2? Wearable 2.3 or 2.3.1 or is there one for Gear Fit 2?
2. Are you able to push your app/project into your Gear Fit 2 via debug mode or something?
3. Would you be able to share your sample project that is tested to work on Gear Fit 2?
Best regards!
Click to expand...
Click to collapse
Hi only started to experiment today with my new fit 2. And got a hello tizen app on the fit 2. I was only following the samsung step by step guide.
1.) Used 2.3.2
2.) Yes, debug mode is working
Now i need to investigate how to build a minimal ui. I want to build a small app, that unlocks my smart door lock.
1.) enable wifi
2.) wait until connected to my router
3.) get thet state of the lock
4.) send the unlock command
5.) close app and disable wifi
So i'm able to go running without any additional key or phone.

notz76 said:
Hi only started to experiment today with my new fit 2. And got a hello tizen app on the fit 2. I was only following the samsung step by step guide.
1.) Used 2.3.2
2.) Yes, debug mode is working
Now i need to investigate how to build a minimal ui. I want to build a small app, that unlocks my smart door lock.
1.) enable wifi
2.) wait until connected to my router
3.) get thet state of the lock
4.) send the unlock command
5.) close app and disable wifi
So i'm able to go running without any additional key or phone.
Click to expand...
Click to collapse
Thanks for responding, so how did you get 2.3.2? It is not showing up under Tizen Update Manager?

Joms_US said:
Thanks for responding, so how did you get 2.3.2? It is not showing up under Tizen Update Manager?
Click to expand...
Click to collapse
I have today installed the latest version of tizen sdk for linux and their it is the the latest 2.x version for wearables.

notz76 said:
I have today installed the latest version of tizen sdk for linux and their it is the the latest 2.x version for wearables.
Click to expand...
Click to collapse
Hmmm I am running mine on Windows, that might be the reason.

I think I know the reason now, I downloaded the Tizen SDK 2.4 not the Tizen Studio 1.1.1 so now I have the 2.3.2 option. =D

notz76 said:
Now i need to investigate how to build a minimal ui. I want to build a small app, that unlocks my smart door lock.
1.) enable wifi
2.) wait until connected to my router
3.) get thet state of the lock
4.) send the unlock command
5.) close app and disable wifi
So i'm able to go running without any additional key or phone.
Click to expand...
Click to collapse
Nice. That's exactly what I would like to use my watch for. I don't have a smart door lock but I'm planning on getting one in the future. Right now I wish I was able to make an app for MacID or a simple shopping list/reminder app

Great idea - I am starting research to try something similar
notz76 said:
Hi only started to experiment today with my new fit 2. And got a hello tizen app on the fit 2. I was only following the samsung step by step guide.
1.) Used 2.3.2
2.) Yes, debug mode is working
Now i need to investigate how to build a minimal ui. I want to build a small app, that unlocks my smart door lock.
1.) enable wifi
2.) wait until connected to my router
3.) get thet state of the lock
4.) send the unlock command
5.) close app and disable wifi
So i'm able to go running without any additional key or phone.
Click to expand...
Click to collapse
If you make any progress, I'd be keen to hear, and I'm happy to share what I get done too.
I will probably look at it sometime over the next month when I have time as I am a complete noob to Tizen.
I never thought to have the watch directly open the door (but now I am going to copy that idea - thanks), originally I just wanted to have the watch trigger phone to open door (to avoid getting phone out to open door) I previously had tasker detecting the phone shaking trigger my door unlock, but It would be much neater to get the watch to do that instead.
Door unlock is simple https request with authentication token.

Related

Tomorrow - Today Screen Emulator

Hi,
I'd like to introduce to everyone this simple programs. Tomorrow is an application, which can emulate PocketPC Today screen window, and have the capability for loading or launching a today screen plug-in. With Tomorrow application, you can actually preview a today plug-in, without doing the necessary installation procedures in the operating system first.
This also can give you more convenient way to launch any today plug-in temporary, or do some testing and debugging if you planning to develop your own plug-in.
You can find detailed information inside the zip file. I hope this could be useful.
cheers.
Nice looking app. Good work.
Not tested it, but I assume it works, much like a prophylactic.
V
Thanx vijay555, for the comment. By the way, this idea was born while in the making of my own plug-in. One time before I came up with this application, and testing my plug-in routine, because of my own little mistake I am forced to hard reset my device, and you know the rest of the story.
But I heard there is other way to prevent this to happen, by using the ‘safe mode’ on booting process. I don’t have any idea how this thing works but I surely joy if somebody willing to explained to me. :-D
cheers
Safe mode - just download a safe mode app. There are some free ones.
Basically they just intercept the OS parsing the Today registry keys, disabling plugins before they're launched.
It's a nice app though!
V
Many thanks for the valuable information.
Thanks again for your time!
Can you also upload the source code of your little app? Thanks.
TFGBD said:
Can you also upload the source code of your little app? Thanks.
Click to expand...
Click to collapse
hi there,
sorry for the late reply.. and Im affraid I cannot help you with that, however if you have any question about it perhaps I could give you some answer..
thats so cool..............
gadjah said:
Hi,
I'd like to introduce to everyone this simple programs. Tomorrow is an application, which can emulate PocketPC Today screen window, and have the capability for loading or launching a today screen plug-in. With Tomorrow application, you can actually preview a today plug-in, without doing the necessary installation procedures in the operating system first.
This also can give you more convenient way to launch any today plug-in temporary, or do some testing and debugging if you planning to develop your own plug-in.
You can find detailed information inside the zip file. I hope this could be useful.
cheers.
Click to expand...
Click to collapse
Can this be used like SecondToday for the HTC Touch Diamond?
Surur

App Inventor Devs

Upon finding out that I can't upload my programs made in app inventor to the market (currently google restricts this), I decided to help some other AI developers out and allow them to post their apps for download on my website: www.xxthe3dmanxx.com
Curently I am only accepting apps that fall under these requirements.
1) The app must be useful to the android community (no fart or porn type apps)
2) The app must be free (currently I have no way to accept paid apps)
3) OpenSource is recommended but not required.
4) The app must have been made by you.
5) Only app inventor made apps will be accepted.
If you are interested send me a pm with a description of your app and your name for (application credit), if your app is a beta please list known issues with it. If I approve your app I will send you info on where you can send your app. Also if you would like, once your app gets approved you can also send me an icon for your app and I will replace the stock app inventor icon for you (currently there is no way to do this inside app inventor).
Please allow 2 days for a response from me.
Thats a great offer,
OK well I'm trying to make a simple app that lets people record voice messages, like " there is ice on the road here" and allow other users to be able to see such warnings before they get to the point in question. I thought it could be used with a compass to determin the direction of travel.
With out building a whole navigation system, do you thinkthis could be achieved ?
spcfnz said:
Thats a great offer,
OK well I'm trying to make a simple app that lets people record voice messages, like " there is ice on the road here" and allow other users to be able to see such warnings before they get to the point in question. I thought it could be used with a compass to determin the direction of travel.
With out building a whole navigation system, do you thinkthis could be achieved ?
Click to expand...
Click to collapse
I like the idea. Sounds difficult but just about anything is possible. Its gonna require a nice database. Let me know how it goes.
a friend of mine had the idea of making an app and thought that id bring it to life, well the idea is that it lets u choose which keyboard u want to use in landscape mode and portrait mode, example being swype in portrait and stock keyboard in landscape... can this be done?
Julianmgn said:
a friend of mine had the idea of making an app and thought that id bring it to life, well the idea is that it lets u choose which keyboard u want to use in landscape mode and portrait mode, example being swype in portrait and stock keyboard in landscape... can this be done?
Click to expand...
Click to collapse
Possibly the app would have to recognize which way the phone is and auto switch the default keyboard for you.
the3dman said:
Possibly the app would have to recognize which way the phone is and auto switch the default keyboard for you.
Click to expand...
Click to collapse
Except that Andriod security stuff restricts that. You can't auto-change the keyboard, you can pop up the dialog to select one, but you can't change it without user intervention.
It makes sense, as keyboards can steal passwords and such, so you don't want to allow a trojan to install a keylogger AND enable it. It would be nice if they would let you pick keyboards to enable switching between though.
This could be bypassed, but it would require a full custom ROM built from source.
ttabbal said:
Except that Andriod security stuff restricts that. You can't auto-change the keyboard, you can pop up the dialog to select one, but you can't change it without user intervention.
It makes sense, as keyboards can steal passwords and such, so you don't want to allow a trojan to install a keylogger AND enable it. It would be nice if they would let you pick keyboards to enable switching between though.
This could be bypassed, but it would require a full custom ROM built from source.
Click to expand...
Click to collapse
That makes perfect sense. Its always the simple sounding apps that become difficult lol.
Is there any other way to use app inventor other than getting an invite? Google is stalling on me.
: (
sent from my Vibrant.
I you could use tasker to pull up input method.. that's what I do
Sent from my Vibrant
pittphan said:
Is there any other way to use app inventor other than getting an invite? Google is stalling on me.
: (
sent from my Vibrant.
Click to expand...
Click to collapse
No currently there is no other way. It took google 4 weeks to get my invite. Just keep waiting.

Screenshot Applications - Any working?

Has any anyone been able to get any of the screenshot apps to work on their Atrix? I know we can using the SDK, but that's not what I'm inquiring about. Please share any ideas or if we can even make it happen.
Sent from my MB860 using Tapatalk
no luck with drocap2 for me
Any news on this?
FWIW, I sent an email to the developer of ShootMe asking for support. I never heard anything back. Just gotta be patient.
AFAIK the only working method at this point is using the Android SDK to take a screenshot from your computer. Just download and install the Android SDK (google it), hook up your phone via USB, launch C:/Program Files/Android/android-sdk/tools/ddms.bat (may be slightly off, going from memory) from the command prompt, and the program that opens will allow you to take a screen shot.
jimbush3 said:
AFAIK the only working method at this point is using the Android SDK to take a screenshot from your computer. Just download and install the Android SDK (google it), hook up your phone via USB, launch C:/Program Files/Android/android-sdk/tools/ddms.bat (may be slightly off, going from memory) from the command prompt, and the program that opens will allow you to take a screen shot.
Click to expand...
Click to collapse
I think most people are looking for the same functionality as the iPhone has. My fiancée could not live without this function on her iPhone and it's got to be a little disheartening for some people coming from iOS to find out that Android does not have a built in feature like this.
I agree - it seems to be a result of the distinct resolution of the atrix screen. I imagine that an app will be available soon.

Developing apps for the Amazfit Pace

Hi, i'm thinking about buying one Amazfit Pace and i discovered that it is possible to install some 3rd part apps, my first thought was to try to develop some personal apps that i can use to control some of my smart-thingamabobs that i have at home (Mostly MQTT related), and there's very little information about development of apps to the Pace, i found 2 or 3 useful related threads here.
Before i buy it i have some questions, if you already did it (or attempted to) maybe you can answer me some of them
1) Apparently you have to develop targeting API 21 and MIPS architecture, is that correct?
2) Are there any information about the screen specs?
3) Is the Pace recognized as an ADB device in Android Studio or do i have to compile and manually install the app each time i modify something during development? (Considering i'm using PaceFied ROM)
4) If you have developed some app to your Pace, can you share your source?
Thanks in advance
1. Yes
2. https://support.amazfit.com/hc/en-us/articles/115000661467-Amazfit-Pace-Specs so it's 320x200
3. ADB is working fine with Android studio
4. I only tried to compile the TabataTimer, then I didn't have any time left ( have a live outside of development ).
AlanTas said:
Hi, i'm thinking about buying one Amazfit Pace and i discovered that it is possible to install some 3rd part apps, my first thought was to try to develop some personal apps that i can use to control some of my smart-thingamabobs that i have at home (Mostly MQTT related), and there's very little information about development of apps to the Pace, i found 2 or 3 useful related threads here.
Before i buy it i have some questions, if you already did it (or attempted to) maybe you can answer me some of them
1) Apparently you have to develop targeting API 21 and MIPS architecture, is that correct?
2) Are there any information about the screen specs?
3) Is the Pace recognized as an ADB device in Android Studio or do i have to compile and manually install the app each time i modify something during development? (Considering i'm using PaceFied ROM)
4) If you have developed some app to your Pace, can you share your source?
Thanks in advance
Click to expand...
Click to collapse
https://forum.xda-developers.com/showpost.php?p=72751790&postcount=31
I was trying as well to run something, first I tried a simple implementation of Google Maps, which failed because it depeneds on Google play service which even after installing, doesn't work. So now I'm trying with Mapbox and some other libraries.... Hopefully I can get somewhere.
hope i'm not hijacking the thread, but has anybody found any way to get readings from the sensors, eg the GPS??
schumy said:
I was trying as well to run something, first I tried a simple implementation of Google Maps, which failed because it depeneds on Google play service which even after installing, doesn't work. So now I'm trying with Mapbox and some other libraries.... Hopefully I can get somewhere.
Click to expand...
Click to collapse
Share it with us when you finish
alkisk said:
hope i'm not hijacking the thread, but has anybody found any way to get readings from the sensors, eg the GPS??
Click to expand...
Click to collapse
Not at all, i'm curious to find this stuff out too.
Can't the GPS reading be done like it's done on a normal phone? Using a LocationListener?
Yes locationlistener is working.
Unfortunatelly the watch goes into sleepmode way before there is a Lock.
fzelle said:
Yes locationlistener is working.
Unfortunatelly the watch goes into sleepmode way before there is a Lock.
Click to expand...
Click to collapse
isn't there a way to keep it from going to sleepmode? like when there is an activity running?
what I would be really interested in actually is being able to write another type of activity, specifically sailing, so need to display speed in knots, display direction, and some other values that come from GPS data... any thoughts?
The Activity App is a Watchface as an app.
fzelle said:
Yes locationlistener is working.
Unfortunatelly the watch goes into sleepmode way before there is a Lock.
Click to expand...
Click to collapse
https://developer.android.com/reference/android/os/PowerManager.WakeLock.html (use with caution)
or
https://developer.android.com/reference/android/view/View.html#attr_android:keepScreenOn
Gym Workout
It's possible add a activity for gym workout in amazfit?
fzelle said:
The Activity App is a Watchface as an app.
Click to expand...
Click to collapse
intriguing! and how can one approach building such an app?
alkisk said:
what I would be really interested in actually is being able to write another type of activity, specifically sailing, so need to display speed in knots, display direction, and some other values that come from GPS data... any thoughts?
Click to expand...
Click to collapse
I have made a sailing app for Garmin here : Cruise sailing and yachting with waypoints
I could give my sources to you if interested, cause I would be interested for a such app on Amazift too, but I have not yet the swatch
madtech360 said:
https://developer.android.com/reference/android/os/PowerManager.WakeLock.html (use with caution)
or
https://developer.android.com/reference/android/view/View.html#attr_android:keepScreenOn
Click to expand...
Click to collapse
Can you explain why use it with caution?
AlanTas said:
Can you explain why use it with caution?
Click to expand...
Click to collapse
If the wakelock is not released, will keep device awake and drain battery
gduriez said:
I have made a sailing app for Garmin here : Cruise sailing and yachting with waypoints
I could give my sources to you if interested, cause I would be interested for a such app on Amazift too, but I have not yet the swatch
Click to expand...
Click to collapse
Trex 2 looks good but I need sailing app and knots!

[APP] Standalone navigation app for Wear OS!

I made a standalone navigation app for Wear OS! Here's the link to the app: https://play.google.com/store/apps/details?id=uk.co.onibaku.standalonewearmap
Here's the full description on the app so you can get a glance at the features:
Users can type in a location, or long press on the map to input a destination. They can choose to travel via walking, cycling or car.
The app will navigate the user from their current location to the destination using turn-by-turn navigation. Each step is highlighted on the path, with text to show you what action to take, and how long until you reach that step. The map rotates along with the device, so will follow the forward-facing direction of the watch.
The app only needs an internet connection for the initial retrieval of the directions. After that, it solely relies on GPS until the user arrives at the destination.
This (obviously) only works on watches that have GPS.
If you have any suggestions at all, I'd love to know them.
The next feature I plan to implement is importing a GPX file in from Google Drive, so you can navigate a more unorthodox/scenic route, which would suits cyclists. I initially developed this for when I go cycling, as we don't usually want to take the fastest route somewhere.
Let me know if there any burning features that are needed in this, and I'll do my best to deliver. This is a small side-project, so I don't have too much time to work on it, but I find it quite useful personally, and I hope others will, too.
Someone suggested I release a demo version so people can try it and see if they wish to buy it. I have released one here
It only has the dropped pin functionality, and only allows walking as a navigation mode. The zoom is also locked.
Gentatsu said:
I made a standalone navigation app for Wear OS! Here's the link to the app: https://play.google.com/store/apps/details?id=uk.co.onibaku.standalonewearmap
Here's the full description on the app so you can get a glance at the features:
Users can type in a location, or long press on the map to input a destination. They can choose to travel via walking, cycling or car.
The app will navigate the user from their current location to the destination using turn-by-turn navigation. Each step is highlighted on the path, with text to show you what action to take, and how long until you reach that step. The map rotates along with the device, so will follow the forward-facing direction of the watch.
The app only needs an internet connection for the initial retrieval of the directions. After that, it solely relies on GPS until the user arrives at the destination.
This (obviously) only works on watches that have GPS.
If you have any suggestions at all, I'd love to know them.
The next feature I plan to implement is importing a GPX file in from Google Drive, so you can navigate a more unorthodox/scenic route, which would suits cyclists. I initially developed this for when I go cycling, as we don't usually want to take the fastest route somewhere.
Let me know if there any burning features that are needed in this, and I'll do my best to deliver. This is a small side-project, so I don't have too much time to work on it, but I find it quite useful personally, and I hope others will, too.
Someone suggested I release a demo version so people can try it and see if they wish to buy it. I have released one here
It only has the dropped pin functionality, and only allows walking as a navigation mode. The zoom is also locked.
Click to expand...
Click to collapse
This is looking really good. I want true standalone navigation on my Huawei Watch 2 4G. It has a sim so loads the route standalone and seems to be able to do everything expected...i'm trying the demo version now.
One question though...unless i'm missing something..how do you exit the app? I'm currently having to force close it.
(And as a side note have you checked out the Wear OS app Ghostracer? You can import a gpx file and follow your progress on a map on the watch. Maps are downloadable to the watch, although ive never tried that. My watch has a sim so updates the map as im riding using the watches data. Heavy on the battery though.)
ruggs1234 said:
This is looking really good. I want true standalone navigation on my Huawei Watch 2 4G. It has a sim so loads the route standalone and seems to be able to do everything expected...i'm trying the demo version now.
One question though...unless i'm missing something..how do you exit the app? I'm currently having to force close it.
(And as a side note have you checked out the Wear OS app Ghostracer? You can import a gpx file and follow your progress on a map on the watch. Maps are downloadable to the watch, although ive never tried that. My watch has a sim so updates the map as im riding using the watches data. Heavy on the battery though.)
Click to expand...
Click to collapse
I had not realised that the app does not cease to use GPS whilst it is in sleep mode, so I have added a button to exit the app properly when you drag down. I've just released it now.
I have had a look at it, but it doesn't seem to work unless you have an android phone. I am currently looking into offline maps and importing GPX files. Do you know if it does that via the android app, and how it imports it? I was looking to use Google drive, as that seems to be the only viable storage solution supported on Wear atm.
Gentatsu said:
I had not realised that the app does not cease to use GPS whilst it is in sleep mode, so I have added a button to exit the app properly when you drag down. I've just released it now.
I have had a look at it, but it doesn't seem to work unless you have an android phone. I am currently looking into offline maps and importing GPX files. Do you know if it does that via the android app, and how it imports it? I was looking to use Google drive, as that seems to be the only viable storage solution supported on Wear atm.
Click to expand...
Click to collapse
Thankyou for the exit button, works great. Having tested the demo app i'm happy, and I will purchase. One further comment, the battery drain is heavy, as expected. Any chance of an ambient mode while the map is running to save battery? I may be pushing my luck, but I can only ask!
Ghostracer does indeed need a companion Android app on the phone. The gpx file is loaded into the app on the phone (using a file manager) then passed to the Ghostracer app on the watch. Maps are treated the same, but I just use the data from my sim in the watch to load maps as I ride when needed. You can follow a gpx route standalone on the watch in a similar way to following the route on your app. I am not connected to Ghostracer in any way, I just think its a wonderful app for cyclists and runners (within the watches battery limitations). And the free version allows you to test all its features. It might not be right for you, but it was worth a mention based on what you said earlier. (And the map screen has an ambient mode.... )
ruggs1234 said:
Thankyou for the exit button, works great. Having tested the demo app i'm happy, and I will purchase. One further comment, the battery drain is heavy, as expected. Any chance of an ambient mode while the map is running to save battery? I may be pushing my luck, but I can only ask!
Ghostracer does indeed need a companion Android app on the phone. The gpx file is loaded into the app on the phone (using a file manager) then passed to the Ghostracer app on the watch. Maps are treated the same, but I just use the data from my sim in the watch to load maps as I ride when needed. You can follow a gpx route standalone on the watch in a similar way to following the route on your app. I am not connected to Ghostracer in any way, I just think its a wonderful app for cyclists and runners (within the watches battery limitations). And the free version allows you to test all its features. It might not be right for you, but it was worth a mention based on what you said earlier. (And the map screen has an ambient mode.... )
Click to expand...
Click to collapse
Great . I did play around with the ambient mode, but it was just the same as the standard google maps ambient mode. It takes away the turn-by-turn, location, and path. If I could persist these, and set the GPS to update every 30 secs - 1 minute, I'd probably keep it, but I'm not sure how. I'd like to stick in options to set the GPS update frequency, or have the screen turn back on only for upcoming turns.
That's really cool! That's essentially what I would have liked on my watch but standalone. I really don't like the idea that you HAVE to use a companion app, especially when it's not available for iOS. I know they're competing watches, but I love the price point of android watches compared to Apple's, and their features shouldn't pale in comparison by way of hardware.
How does their ambient map work, if you don't mind me asking? I'd like to look into it. What does their paid version allow you to do? I only had a paid version before someone mentioned to put the free one on, just to give people a flavour of it. I tried to emphasise the main bit, which was the turn-by-turn navigation. The search and other transportation modes were secondary.
Cheers for the feedback and suggestions, though! I really do appreciate it! Let me know if there's anything else you'd like.
Gentatsu said:
Great . I did play around with the ambient mode, but it was just the same as the standard google maps ambient mode. It takes away the turn-by-turn, location, and path. If I could persist these, and set the GPS to update every 30 secs - 1 minute, I'd probably keep it, but I'm not sure how. I'd like to stick in options to set the GPS update frequency, or have the screen turn back on only for upcoming turns.
That's really cool! That's essentially what I would have liked on my watch but standalone. I really don't like the idea that you HAVE to use a companion app, especially when it's not available for iOS. I know they're competing watches, but I love the price point of android watches compared to Apple's, and their features shouldn't pale in comparison by way of hardware.
How does their ambient map work, if you don't mind me asking? I'd like to look into it. What does their paid version allow you to do? I only had a paid version before someone mentioned to put the free one on, just to give people a flavour of it. I tried to emphasise the main bit, which was the turn-by-turn navigation. The search and other transportation modes were secondary.
Cheers for the feedback and suggestions, though! I really do appreciate it! Let me know if there's anything else you'd like.
Click to expand...
Click to collapse
Ghostracers ambient map is black background with white markings until you lift your wrist...but that might not work when using your app while driving (watch off the wrist?).
I've now purchased your app (Google made that hard work!)...all still good. One question...when I zoom the map in the map un-zooms straight back. Any way to make the zoom stick?
ruggs1234 said:
Ghostracers ambient map is black background with white markings until you lift your wrist...but that might not work when using your app while driving (watch off the wrist?).
I've now purchased your app (Google made that hard work!)...all still good. One question...when I zoom the map in the map un-zooms straight back. Any way to make the zoom stick?
Click to expand...
Click to collapse
Do the markings include the path/trail? I've used the black background one before, and the building outlines are (kinda) white. Yeah, I do have my watch affixed to my handlebars on my bicycle.
Great - Thanks! It's much appreciated! How come it was hard work, if you don't mind me asking? Ah, yep. That was one of the first things I forgot to change! I completely forgot about it! I've made it so that if you zoom/pan, it'll stick unless you press the "my location" button again.
Huawei watch 2 built-in GPS not working anymore
ruggs1234 said:
Thankyou for the exit button, works great. Having tested the demo app i'm happy, and I will purchase. One further comment, the battery drain is heavy, as expected. Any chance of an ambient mode while the map is running to save battery? I may be pushing my luck, but I can only ask!
Ghostracer does indeed need a companion Android app on the phone. The gpx file is loaded into the app on the phone (using a file manager) then passed to the Ghostracer app on the watch. Maps are treated the same, but I just use the data from my sim in the watch to load maps as I ride when needed. You can follow a gpx route standalone on the watch in a similar way to following the route on your app. I am not connected to Ghostracer in any way, I just think its a wonderful app for cyclists and runners (within the watches battery limitations). And the free version allows you to test all its features. It might not be right for you, but it was worth a mention based on what you said earlier. (And the map screen has an ambient mode.... )
Click to expand...
Click to collapse
Hi ruggs1234, it was a long time since you wrote your experience with this app. I downloaded the demo today and I tested it. Looks like since last Google's update, the huawei watch 2 doesn't use its built-in standalone GPS. Please, would you mind to check whether you are having this problem now? The only way I got it work was by connecting the watch to a phone through Bluetooth.
Kind regards, Angel
angelrc96 said:
Hi ruggs1234, it was a long time since you wrote your experience with this app. I downloaded the demo today and I tested it. Looks like since last Google's update, the huawei watch 2 doesn't use its built-in standalone GPS. Please, would you mind to check whether you are having this problem now? The only way I got it work was by connecting the watch to a phone through Bluetooth.
Kind regards, Angel
Click to expand...
Click to collapse
Hello Angel,
The app still works ok on my watch, I tested it yesterday.
With my phone switched OFF I use my watches inbuilt sim to start the route (the app needs data to download the initial route, it can use the connected mobile but mine was switched off). I then switch off the sim in my watch and follow the route using only the gps in the watch. The app worked as it always has.
HOWEVER, my watch isn't running the latest version of Wear OS (it's running Wear OS 2.0, Home app 2.16). I never update anything Google if i'm not forced too, their updates often break more things than they fix. Everything I use on the watch works great and i'd like it to stay that way....
Hi,
well, I gave it a test (full paid version) - TicWatch 3 Pro 4g/LTE (all up to date). It doesn't work. All tested in standalone mode (no phone involved).
- app crashes when there is no GPS fix (GPS is on, but no fix yet)
- when I set an route to navigate (pin or search) it just endlessly shows progress circle and nothing else happens (GPS on with fix, LTE on and working)
So...
BR, Doman.
I installed the Demo version on my ticwatch 3 pro gps (updated everything to current versions and no modifications (yet))
App is starting, map is not showing, just the gps location button on the left and a white/grey screen. I can pin a location on the white screen and its actually getting a location next to me and tries to route there - but without any map showing.
Any app for Gear S3 ?

Categories

Resources