WTF - Samsung Gear S2

GEAR S2 ANDROID DEVELOPMENT???
View attachment 3526304

Well, you could find a way to unlock this watch, port AW to run on it and then want to start a thread on xda about it. Then this category sits here and waits for you

In the end it's all Linux anyway.

There are also Android apps that are required for getting certain features on the S2 like custom watch faces (MrTimeMaker) and turn by turn navigation (Here Maps)

bkai said:
There are also Android apps that are required for getting certain features on the S2 like custom watch faces (MrTimeMaker) and turn by turn navigation (Here Maps)
Click to expand...
Click to collapse
Or Gear Navigator, My Notes in Gear, Nike Running and Quealth

I'd only buy this device if it could be flashed/modded.

Related

App idea: basic google map viewer

Hi,
I am looking for a simple map viewer for Gear 2.
There are a few apps for maps but they all focus on navigation. I am not interested in navigation. I just would like to have a snapshot of my location on Google Map. (Also maybe moving around the map by gestures.)
Is it too difficult to write such app ?
There are tons of nonsense apps which are really far more complex than this but nobody has ever wrote such simple one.
thx.
mrmrmrmr said:
Hi,
I am looking for a simple map viewer for Gear 2.
There are a few apps for maps but they all focus on navigation. I am not interested in navigation. I just would like to have a snapshot of my location on Google Map. (Also maybe moving around the map by gestures.)
Is it too difficult to write such app ?
There are tons of nonsense apps which are really far more complex than this but nobody has ever wrote such simple one.
thx.
Click to expand...
Click to collapse
It could be more difficult then you think.
On android you put a mapview object in your app and ask it to load a map for a location, that is basically it.
There is also a web api for google maps to use in a browser (never done that myself);
That is what is need for the gear, but the gear browser (the apps are basically browser windows with html5/css/javascript),
can not get the maps data by itself, it has to get it via the phone app.....
mrmrmrmr said:
Hi,
I am looking for a simple map viewer for Gear 2.
There are a few apps for maps but they all focus on navigation. I am not interested in navigation. I just would like to have a snapshot of my location on Google Map. (Also maybe moving around the map by gestures.)
Is it too difficult to write such app ?
There are tons of nonsense apps which are really far more complex than this but nobody has ever wrote such simple one.
thx.
Click to expand...
Click to collapse
try the gear navigator that is available from the samsung store since yesterday. Yes if focuses on navigation but will also show a snapshot of the map on the gear2.
/A
AnderlR72 said:
try the gear navigator that is available from the samsung store since yesterday. Yes if focuses on navigation but will also show a snapshot of the map on the gear2.
/A
Click to expand...
Click to collapse
I have already tried it today.
It's too far complex , and the result is:
- battery consuming on the phone, because the app has to be on foreground and it uses GPS all the time.
- battery consuming on the Gear itself. (nonstop connection to the phone)
- necessity to have a running navigation. Why do I need it when I just want to see a snapshot of my location ?
- necessity to run the app on phone (can't run anything to view on phone screen)
Instead of all that necessity and complexity, I am just looking for a snapshot of my current location. Maybe updated on touch of a screen, or update every few minutes...
This way it wouldn't consume battery of the Watch and the Phone.
klwinkel said:
It could be more difficult then you think.
On android you put a mapview object in your app and ask it to load a map for a location, that is basically it.
There is also a web api for google maps to use in a browser (never done that myself);
That is what is need for the gear, but the gear browser (the apps are basically browser windows with html5/css/javascript),
can not get the maps data by itself, it has to get it via the phone app.....
Click to expand...
Click to collapse
in fact, a very simplistic approach would be;
- get a screenshot of Google Maps on phone every X seconds
- update it to the browser window on Gear 2.
mrmrmrmr said:
in fact, a very simplistic approach would be;
- get a screenshot of Google Maps on phone every X seconds
- update it to the browser window on Gear 2.
Click to expand...
Click to collapse
But for the screenshot, the phone need to be on and then you could better use the phone anyway.
you want to be able to do it with the phone in your pocket, screen locked.
but keep thinking, maybe we discover a way to do it......
Hi,
Apart from my screenshot idea, I believe this is much more simple than creating a navigation app. It will just update the current location view periodically.
No one is interested in this ?
thx.
Finally. Someone made it. Thanks to Aleksandr Martiushev. App name is Gear Guide.
mrmrmrmr said:
Finally. Someone made it. Thanks to Aleksandr Martiushev. App name is Gear Guide.
Click to expand...
Click to collapse
You know where I can find it? Because I'm searching on Samsung App but I can't found nothing.. :\
S3th94 said:
You know where I can find it? Because I'm searching on Samsung App but I can't found nothing.. :\
Click to expand...
Click to collapse
It shows for me on a Sprint Note 3. Yet another case of the Samsung/Galaxy Gear store not showing availability for all phones.
JimSmith94 said:
It shows for me on a Sprint Note 3. Yet another case of the Samsung/Galaxy Gear store not showing availability for all phones.
Click to expand...
Click to collapse
Never mind, it was a my error, it's also available for Galaxy S3. The app works fine, waiting for an implementation of a blue line for the indications, like on google maps!

Offline maps for Gear S2

I use different aplications for creating tracks/routes for trekking, hiking, cycling...
I transfer GPX (or KML) files into Locus Pro app on my phone, where I use track with offline maps for navigation. It's also important for me to have option to add points of interest on that track.
Is there any option to use that kind of navigation on Gear S2?
Ideal would be option to transfer track and map (smaller part or region) on watch, with similar onscreen guidance as for example Locus or Google Maps. (Well, Locus app for Gear S2 would probably be my biggest wish. )
Other solution would be offline maps with track (and POI) on phone and partial mirroring of screen on watch. Similar like HERE, but mora that just arrows and roundabout exits.
Apps that I found so far:
HERE - not suitable for my needs. (I use offroad maps)
Gear Navigator - can't find app in Gear Store. (Or I don't know how to make it work?) I don't know if it works completely offline.
Komoot - it takes long time to start/find location. Tested on bike route outside and lost signal/navigation several times. and it doesnt show map.
I'm guessing (but not sure) that you have a 3G watch with internal GPS, in which case when I search for "navigator" on the app store I see "Gear Navigator Standalone," which is supposed to work without getting a location from your phone over bluetooth. (I don't have a 3G, so haven't tried it.)
If you don't have a 3G variation of the S2, and thus expect to have your watch connected to your phone via bluetooth when hiking and/or biking, Samsung's android S-Health app can track your travels when you initiate hiking or biking from the watch, and the resulting track can be saved and used in other apps after the fact. But that doesn't offer on-watch turn-by-turn guidance, afaik.
I have non 3G version. I can see my location on watch (Maps for Gear) or show simple navigation instructions (HERE for Gear). So getting GPS location from phone is not an issue.
What I'm looking for is not to track my path, but showing the map/route to follow.
Blonti said:
I have non 3G version. I can see my location on watch (Maps for Gear) or show simple navigation instructions (HERE for Gear). So getting GPS location from phone is not an issue.
What I'm looking for is not to track my path, but showing the map/route to follow.
Click to expand...
Click to collapse
Don't know why you're not seeing Gear Navigator. That has the option to choose between using online Google maps data or offline Here map data from your phone, and shows turn by turn, as well as -- optionally -- a tiny map showing your location/direction. Was a bit buggy when I tried it, but that was a while ago. I've had decent luck with komoot guidance when biking; it knows my local bike paths pretty well.
There's evidence that the Gear S2's bluetooth connection is laggy. Some software developers have mentioned this. I think this shows up in the navigation apps, so that directions to turn sometimes appear a bit late, just when you're at the intersection rather than 30 seconds before. Don't know if this is hardware or software problem. (I wonder if it has to do with battery saving efforts on the part of the Gear S2's designers.)
tstreete said:
Don't know why you're not seeing Gear Navigator.
Click to expand...
Click to collapse
I contacted developer of Gear Navigator and it seems that there are some regional restrictions. Developer can't add my country, because it's not "in developer panel". I contacted later Samsung in my country and they said I should contact developer about his. Not funny!
I do believe that there is in fact problem that Samsung didn't add my country to the list of countries that have (full) access to paid apps. I explained to Samsung Suppport that other app stores work already in our country (like Google Store or iTunes Store) even for paid apps. Since both devices that I use (Samsung Galaxy S6 Edge and Gear S2 Sport) are available in my country for purchase I expect to have access also to paid apps. I do understand that some apps are only in some regions available. But in this case, where developers wants to allow access, he is unable to do so, because my country is somehow not listed.
I've run into the Samsung support "it's the developer's problem" thing before; eventually one of them explained that things having to do with the store are just outside of their training. I wonder if there's anything we can do on this list to communicate to Samsung all the problems with their support. (The folks on the end of the phone are probably underpaid and undertrained and get blamed by their bosses if we give them bad ratings, so we'd need a way to reach somewhere higher in the system.)
OK, sorry - this is now off-topic, but may eventually partial solve (kind of) problem of navigation - if I could get access to Gear Navigator app for Gear S2.
How does Samsung define which country is in which region for access to Gear Store (or even Galaxy Store)? Is there any list of regions and countries in specific region?
(My country is part of Europe and EU member. However I can't access paid apps in Gear Store*. I guess some users from other EU countries can access paid apps in Gear Store. In this case my country must be in other region - probably. I'd like to clear this up and maybe ask someone at Samsung to change region for my country.)
* - I checked and I see only free apps also in "Galaxy App". Could be same reason. I never bothered with it, because I buy app through Google Play store.
I solved the problem - installed Gear Navigator.
I had to change the Samsung Gear Store to other country:
1. Installed VPN app on my phone
2. Cleared data for Galaxy Apps
3. Removed SIM card
4. Restart phone
5. Run VPN app (I choose region UK)
6. Run Samsung Gear Store and chose location UK
7. Browse apps that were before (for me) unavailable
9. Payment for apps works either with credit card or PayPal
I have installed (bought) all apps that I need.
Hello,
Question about "Gear Navigator".
Do you know the adress where I must save a gpx file to use it as a trace to follow ?
Thanks !
totospv said:
Hello,
Question about "Gear Navigator".
Do you know the adress where I must save a gpx file to use it as a trace to follow ?
Thanks !
Click to expand...
Click to collapse
No response on above. I am also interested to find out whether I can view GPX on Gear Navigator and how to do it. Thanks.
JurekDJ said:
No response on above. I am also interested to find out whether I can view GPX on Gear Navigator and how to do it. Thanks.
Click to expand...
Click to collapse
you need a file manager for android, I use ES File Explorer, to open the gpx. When you touch the file the file explorer will ask you which app you want to open it with. You select Gear Navigator. You can even export GPX files from SHealth tracked running or hiking or cycling sessions and then upload it to Gear Navigator and use it to redo the same track.

What apps are available for Gear S3?

Hello!
I was wondering if someone who owns the device already would let us know what applications are available right now. I read somewhere that there is nit too many besides some watchfaces. Samsung claimed 10000 apps, maybe for S2 but are they compatible for S3?
Specifically the most used apps on my Android Wear are like remote phone camera control Pixtocam, loyalty cards barcode display Wear Codes, Glympse, Backcountry navigator, Endomondo, Nest, Shazam...
Are the apps equivalent to any of those available?
From what I could find in the Gear store...
kufel said:
Pixtocam
Click to expand...
Click to collapse
No but there are a few other camera control apps
kufel said:
loyalty cards barcode display Wear Codes
Click to expand...
Click to collapse
No but there is an app called FidMe that looks like it does the same thing.
kufel said:
Glympse
Click to expand...
Click to collapse
Yes
kufel said:
Backcountry navigator
Click to expand...
Click to collapse
No. There are a couple of navigator apps but not that one
kufel said:
Endomondo
Click to expand...
Click to collapse
No
kufel said:
Nest
Click to expand...
Click to collapse
Yes
kufel said:
Shazam
Click to expand...
Click to collapse
No
Ok, thanx!
Endomondo is a bummer as it was available for Gear S....
Other than that-is there a decent selection of apps? S2 had almost nothing at launch that's why i switched to Android wear a year ago. Now i am finally returning lg urbane 2 under recall so i have a chance to try s3
kufel said:
Ok, thanx!
Endomondo is a bummer as it was available for Gear S....
Other than that-is there a decent selection of apps? S2 had almost nothing at launch that's why i switched to Android wear a year ago. Now i am finally returning lg urbane 2 under recall so i have a chance to try s3
Click to expand...
Click to collapse
It looks like a lot of the S2 apps are compatible with the S3 so there is already a decent number of available apps and watch faces.
That's good news, might be a keeper then!
Thanx for checking.
One app I would really like is Spotify but it's not there. I haven't seen anything for the S3 that I want and the choice is limited at the moment. Gear navigator is a must app, most turns show up as street view using Google maps, it cost £1.99.
I am not sure about 10000, but there are a ton of apps on the Gear Store. Some are rubbish but there are some equally useful ones too. People complain that there are more watch faces than apps, this is true, but it's not a bad thing! The watchface after all is the thing you look at most so having a choice that suits your taste is essential.
I installed:
Here Maps
Navigator Companion
Yelp
Calculator
Gear Browser (Full function web browser!)
Flashlight Premium 2 (Torch)
Brrr (This cool utility makes the watch vibrate like crazy when you leave your phone behind!)
Guardian News
My Notes in Gear (excellent notes and To-Do List that syncs with your phone)
.
Got the watch, it's awesome.
FidMe is for the phone only though, for the phone I use Beep'n'Go... Loved the WearCodes... Hopefully someone will come up with a similar app for Tizen
ITNV said:
From what I could find in the Gear store...
No but there are a few other camera control apps
No but there is an app called FidMe that looks like it does the same thing.
Yes
No. There are a couple of navigator apps but not that one
No
Yes
No
Click to expand...
Click to collapse
is it possible to acces to gear store without the watch please ? I want to see all the applications available
Thanks,
Yes. Use Samsung Store - there is a tab called Gear
kufel said:
Yes. Use Samsung Store - there is a tab called Gear
Click to expand...
Click to collapse
On a computer ? I don't find any way
On the phone.
Ok thank you. You need a samsung phone ? Or I can access to it from every android phone ?
kufel said:
Got the watch, it's awesome.
FidMe is for the phone only though, for the phone I use Beep'n'Go... Loved the WearCodes... Hopefully someone will come up with a similar app for Tizen
Click to expand...
Click to collapse
Save your barcodes as images, send to Gear. I've added Starbucks barcode, it scans from watch without a problem.
Is there an app available to control Philips Hue lights?
_RoD_ said:
Is there an app available to control Philips Hue lights?
Click to expand...
Click to collapse
Yes, it's $2.49 USD
Starbucks code?
ddavtian said:
Save your barcodes as images, send to Gear. I've added Starbucks barcode, it scans from watch without a problem.
Click to expand...
Click to collapse
Hi, what image size did you use for picture of the Starbucks code? I'm sending the screen shot of the Starbuck barcode to the Gallery on the S3 but when displayed on the watch code does not fit the screen
Thanks
hey i would like to know what is the reason why I am not able to find the camera controller or camera gear and App launcher widget apps from the gear app store.
I have a Samsung Gear s3 and phone i have a Oneplus 3
Is there any apps to see movie showtimes and reviews? Sort of like Flixster with Rotten Tomatoes for your cell phone.

Samsung Gear s3 and apps (ios or android)

hi
i have just bought a S3 and i paired it with my iPhone 7
it's works pretty fine but i miss mail, reply to sms and so on.
so i looked into the app store and there are nearly Nothing in there..
i tried to connect the Watch to the honor 7 of my gf and there i can get much more apps!! like working hue apps, email, more faces and so on.
how can i get all this app from iPhone? and why the store is different? the device is the gear and not the phone !
i tried to download it from the honor then reconnect it to my iPhone but it restores the Watch before pairing and i don't know why but apps i downloaded from the honor doesn't appear in the "my apps" section on the galaxy app store from the iPhone
any idea how to solve this problem?
thanks
This problem cannot be solved from your side.
The problems are:
1. Some apps require a companion app, which only available on Android, in order to work. iOS will probably not have these as Samsung does not provide any SDK for devs to work on.
2. Samsung use manual filter for apps. A filter is like this: Gear S3 & iOS devices, S7 Edge & S3 BT and so on. If apps do not include this filter, they won't show up on your device. You can ask devs to include this filter if the apps are standalone.
Sent from my iPhone using Tapatalk

Gear S3 app store?

Is there a way to look at the App Store for the Gear S3? I read variously about '10000 of faces and apps' but also about limited apps. So I'd like to see what apps are available.
You can browse the App Store through the Samsung Gear app.
Sent from my HTC 10 using XDA-Developers Legacy app
sejtam said:
Is there a way to look at the App Store for the Gear S3? I read variously about '10000 of faces and apps' but also about limited apps. So I'd like to see what apps are available.
Click to expand...
Click to collapse
it is more like "10000 of faces and some apps", there are really too many watchfaces since there is a easy to use designer (http://developer.samsung.com/gear/design/watch-designer) but app section is indeed limited.
Don't be fooled by the numbers, there are probably less than two dozen apps by major developers. The vast majority of apps are watchfaces. Tizen has relatively small library and that is likely to remain the case for the foreseeable future.
If you're concerned about app selection, the S3 isn't for you. The key to not being disappointed is to think in terms of what tasks you want the smartwatch to perform, and making sure the watch can do it.
Best Samsung Gear S3 Apps and Games are below including latest best apps for Gear S3 by Under Armour:
-Endomondo App
-Map My Run app
-MyFitnessPal App
-Uber App
-Fruit Ninja Games
-Sleep As Android App
-Glympse Location tracker Apps
-White Light and Here WeGo App
-Find My Car App
-Flipboard News Briefing App
-Gear for Nest App
-Pear App
-Camera Gear App
-Samsung S Health App
-Rolling Hams Game
-AwayYouGo App
I have one of these and it really is a beautiful watch and feels like a quality product. It also works really well. HOWEVER, just as evryone else is saying, the APP Store is VERY limited ... which is a shame given that Samsung have done such an excellent job on the watch. Why they didn't include a Compass; I have no idea. Also, why they (or someone else - "Here Maps" ???) have not brought out a REAL standalone Mapping App I feel is a HUGE mistake. Even if you could only download a 50sq mile area and keep that updated (or change it when you travel) it would make a huge difference to the watch. Anyway, great watch ....
Main problem is Tizen Eco System with only Samsung in position of playing "God"...
Blabla only trusted blabla "Authority" bla blabla...
Dear user, According to Tizen security policy all the apps should be from signed trusted authority. Tizen does not allow any side loaded app and any other format installation as a policy. All app installations supported via Tizen Store only. Stay tuned on Tizen community for further updates. Thanks, Tizen team
Click to expand...
Click to collapse
On the other hand...
Users are scared to sideload apps...
I mean we have this funny situation with Mobiles more then 4 years...
Examples.
Video Calling apps are generally blocked...
Funny contracts with 'Operators in my opinion... to get more money...
imo, Skype, etc. are working fine with help of ACL...
Cool apps known from Android world... like TCP IP stuff...
not allowed...
Shell not allowed...
They are scared users can do tooooo much...
Btw...
I have just for fun edited my old S8530... bada handset... to enter Gear S3 or S2 store...
I am able to download TPKs... because they use same mechanism since years...
And I have no Gear watch.
NO idea why they force users to use Gear Manager... to explore the big "big" world of Tizen...
Tizen Store and also Gear store is simple Server... "HTTP crap"...
No idea why they not allow to use Computer and visit Website to check whats new.. or amazing...
Best Regards
Edit 1.
Added 2 Screenshots...
Taken with my good old Wave II (GT-S8530)... with old Kona Version...
No idea, 3 years minimum or older...
Only added Model SM-R760 to .ini :angel:
I can not see all, but few...
Samsung do some minor changs to their Shop site... but in main it is ever the same SH.T...
qaxx said:
You can browse the App Store through the Samsung Gear app.
Sent from my HTC 10 using XDA-Developers Legacy app
Click to expand...
Click to collapse
I think that reply, and the others in this thread, miss the point. In order to use the "Gear App" you have to have a Samsung Gear watch to pair the phone to. Otherwise the app will not run.
I believe what the OP was asking, and certainly what I want to know, is.... is there a way to browse the "many" downloadable watch faces BEFORE you buy the watch? That would require some sort of online access to the download site WITHOUT using the app..
Can anyone answer this? I'm considering buying one of these, but I don't like ANY of the faces that come with the watch, so I'd like to see what's available for download before buying the watch.
Thanks in advance.
I have the Frontier, and I love it. Just remember...it is a WATCH....not a tablet of computer. The available apps are more than enough for my needs, and the watch looks like a watch, which is more than i can say about Apples kiddy/candy looking effort IMHO. Battery life is now excellent, and it feels like a quality product.
Robin M said:
I think that reply, and the others in this thread, miss the point. In order to use the "Gear App" you have to have a Samsung Gear watch to pair the phone to. Otherwise the app will not run.
I believe what the OP was asking, and certainly what I want to know, is.... is there a way to browse the "many" downloadable watch faces BEFORE you buy the watch? That would require some sort of online access to the download site WITHOUT using the app..
Can anyone answer this? I'm considering buying one of these, but I don't like ANY of the faces that come with the watch, so I'd like to see what's available for download before buying the watch.
Thanks in advance.
Click to expand...
Click to collapse
alot of the devs post their watchfaces on google plus

Categories

Resources