Hi,
I was reading about SAP, I checked almost all samples from Tizen Studio and I can’t see any options for sending text values from phone to watch app without additional Android app. Can I make something like in Messages or Weather apps have in Gear Wearable app?
Use HTTP
Send an HTTP POST from the mobile app to “your cloud server” store it in a database. (mobile)
Send an HTTP GET from the watch app to “your cloud server” retrieving the data stored in your database (watch).
You didn’t read my post, didn’t you? I want make this as simple as possible, without any Android additional app. Also I don’t want to use any external server, because this data is sensitive.
Maybe this? Setting Project Properties | Tizen Docs
You’ll have to give it a go and see if it is what you are after though.
I could not find any samples in their docs/samples pages.
You never specified that this is not an option on your post.
Also, are you saying that HTTPS is not good enough?
Not going to buy into this, I will read it as “thank you, but…”
Good luck with your project.
Hey, I’ve been looking for something like this for a while too… unfortunately I didn’t find anything to do so…
The “closest” idea I found was some apps on galaxy store (“GoURL” and “Contacts Exporter”), take a look on how they work (the screenshots), I really like their idea, but I still didnt find a way to implement that… I not even know if they use web application or native… anyway, I hope it can be helpfull (a bit at least hahaha)…
If you figure it out, let me know, pls.