I would like to show Android phone (connected with tizen gear via 'Samsung Gear') battery status on my Gear S3.
My web application, can access watch battery status via navigator.battery
. How can i access phone battery status?
Asked
Active
Viewed 285 times
-1

Vexator
- 181
- 3
- 9
-
By phone battery you meant the **Android/iOS phone** battery, connected with tizen gear via 'Samsung Gear' app, right? – Md. Armaan-Ul-Islam Jun 18 '18 at 04:44
-
exactly, Android phone battery – Vexator Jun 18 '18 at 08:02
1 Answers
1
Right now, There's no Tizen API/function to fetch Battery status of Companion mobile device. (Jun,2018)
So you can't show 'companion mobile battery status' using a function call or something like that.
If you really need this feature now:
As a workaround, You can develop an Android app and retrieve current battery level (relevant Guide). Then send the data to Tizen gear using convenient communication channel (Bluetooth, HTTP).

Md. Armaan-Ul-Islam
- 2,154
- 2
- 16
- 20