简体   繁体   English

智能手表Tizen Samsung Gear S3智能手表本机应用程序以及通过蓝牙提供的手机伴侣应用程序

[英]Smart Watch Tizen Samsung Gear S3 smartwatch native app with Phone companion app over bluetooth

I would like to know if it is possible to create Tizen native apps on Samsung Gear S3 (running Tizen) that make use of the Human Activity Monitor or other Samsung Api in a way that does NOT require using any internet but to directly transfer data gathered to my own Phone App over Bluetooth without Samsung having access to the communication between my watch and my phone. 我想知道是否可以在三星Gear S3(运行Tizen)上创建Tizen本机应用程序,该应用程序使用人类活动监视器或其他Samsung Api,而无需使用任何互联网,而是直接传输收集的数据通过蓝牙连接到我自己的手机应用程序,而三星无法访问我的手表和手机之间的通信。 So I don't want to use Samsung Gear "Manager" or S-Health or other methods which I "think" would give Samsung potential access to the Data Stream sent from my custom Watch App to my custom Phone App that receives the data over Bluetooth. 因此,我不想使用Samsung Gear“ Manager”或S-Health或其他我认为可以使Samsung潜在访问从我的自定义Watch App发送到我的自定义Phone App的数据流的方法,该App通过以下方式接收数据蓝牙。

( One reason I ask is I read at a link on developer.samsung.com forum someone say: "You should write your own wearable app to measure continous heart rate, and the app need to communicate with Android host app via SAP(Samsung Accessory Protocol) so that your Andorid host app to be able to get coutinous heart rate data from a wearable device. So the app type should be companion type. Remote sensor SDK does not support HRM." And if I am forced to use some "SAP" Samsung Accessory Protocol it sounds like it goes through Samsung Gear Manager or other method where Samsung can get a copy of the Data Stream? Or not true? ) (我问的一个原因是,我在developer.samsung.com论坛上的链接上读到有人说:“您应该编写自己的可穿戴应用程序以测量连续心率,并且该应用程序需要通过SAP与Android主机应用程序进行通信(Samsung Accessory协议),以便您的Andorid主机应用程序能够从可穿戴设备获取可测心律数据。因此,该应用程序类型应为伴随类型。远程传感器SDK不支持HRM。”如果我被迫使用某些“ SAP “三星配件协议听起来像是通过三星齿轮管理器或其他方法可以让三星获得数据流的副本?还是不正确?”

That's the first part of the question, second question are there any Native examples of using the Hardware Sensors on the Samsung Gear S3 "directly" without using Samsung's own provided "Human Activity Monitor" Api etc? 这是问题的第一部分,第二个问题是是否有任何本地示例,这些示例直接使用三星Gear S3上的硬件传感器,而没有使用三星自己提供的“人类活动监视器” Api等?

Also, is the source code behind Samsung's Human Activity Monitor API and other APIs they provide, is the source code available to these SDK and APIs or is there plenty of "closed source" running on the Samsung Gear smartwatches? 此外,三星的人类活动监控器API及其提供的其他API背后的源代码是这些SDK和API可用的源代码,还是在Samsung Gear智能手表上运行大量的“封闭源代码”?

In Tizen, you will be able to use Bluetooth functionalities such as managing the local Bluetooth adapter, bonding, and exchanging data between Bluetooth-enabled devices instead of using SAP. 在Tizen中,您可以使用蓝牙功能,例如管理本地蓝牙适配器,绑定以及在启用蓝牙的设备之间交换数据,而无需使用SAP。 The Bluetooth standard provides a peer-to-peer (P2P) data exchange functionality over short distance between compliant devices. 蓝牙标准在兼容设备之间的短距离内提供了对等(P2P)数据交换功能。

在此处输入图片说明

You can also use Pedometer and Heart Rate sensor instead of using Human Activity Monitor(HRM) in Tizen Native app. 您也可以在Tizen Native应用程序中使用计步器心率传感器,而不使用人类活动监视器(HRM)。
For all the available sensors api in Tizen go here . 对于Tizen中所有可用的传感器api,请转到此处

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 三星伴侣应用:我们是否需要手机上的三星Gear应用? - Samsung Companion App: Do we need Samsung Gear App on Phone? 是否可以在不使用手机/平板电脑上的 Samsung S Health 应用程序的情况下检索 Samsung Gear S3 手表计步器和心率日志 - Is it possible to retrieve Samsung Gear S3 watch pedometer and heart rate logs without using the Samsung S Health app on the phone/tablet 是否可以将Gear 2智能手表(运行Tizen)用作与之配对的Android手机的蓝牙麦克风? - Is it possible to make the Gear 2 smartwatch (running tizen) the bluetooth microphone for an android phone that it's paired with? 三星Gear伴侣应用深链接 - Samsung gear companion app deep link Tizen Gear 2与Android Native Java App的通信 - Tizen Gear 2 to Android Native Java App Communication 手机上的三星 Gear 应用程序未检测到智能手表 - Samsung Gear application on the phone does not detect smartwatch 如何将数据从Android App发送到Samsung Gear(Tizen) - How to send Data from Android App to Samsung Gear (Tizen) 三星 Gear 2 应用程序图标 - Samsung Gear 2 app icons 如何通过Samsung Gear的应用发送短信或拨打电话 - how to send SMS or make a phone call from a samsung gear s app 在三星手表上的 Tizen Web 应用程序中禁用触摸振动反馈 - Disable vibrate feedback ontouch in Tizen Web App on Samsung Watch
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM