问题标签 [samsung-galaxy-gear]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
5149 浏览

android - 通过 Samsung Galaxy Gear 连接互联网

我为三星 Galaxy Gear 构建了一个简单的 hello world 应用程序,并在手表上成功运行。但是当我尝试在应用程序(在 Galaxy Gear 上运行)上建立互联网连接时,会引发连接错误异常。我知道 Galaxy Gear 没有直接的互联网连接。(它是 Galaxy Note 3 的从属设备)。

如何通过 Samsung Galaxy Gear 建立互联网连接?对此的最佳做法是什么?在 Galaxy Note 3 上运行服务并从 Gear 监听/触发它?

编辑:我有更多关于齿轮开发的信息。

Gear 共有三种应用程序类型:Stand-aloneLinked (Master-Slave)Integrated

Standalone:手表应用不需要基础手机应用(即时钟应用),它可以独立运行。

Linkage (Master-Slave):手表应用需要与基础手机应用通信,他们不想更改基础手机应用。如果用户已经安装了基本手机应用程序(即音乐播放器):一旦用户下载了 Linked Watch 应用程序(即音乐控制器),将下载包含 Watch App 的提供程序到手机,提供程序将发送 Watch 应用程序到手表。在这种情况下,提供者将充当手机和手表之间的沟通者。

如果用户没有安装基本手机应用程序:可以按照上述相同的方式安装联动应用程序。但是,当第一次用户打开您的应用程序时,开发人员必须向用户显示一个弹出窗口,建议他/她安装基本手机应用程序并提供下载链接。

Integral:Watch 应用程序需要与基本电话应用程序通信,并且他们希望用户在用户下载 Watch 应用程序时安装新的基本电话应用程序。

以下权限必须包含在清单中,以免被应用认证拒绝。

但是我仍然没有应该包含com.samsung.*类的 Gear 的 SDK/API。

0 投票
1 回答
396 浏览

android - Android蓝牙广播,Galaxy Gear应用

我正在为三星 Galaxy Gear 创建应用程序。

我想通过广播接收器或蓝牙广播接收器在 Android 手机(note3)应用程序和 Galaxy Gear Android 应用程序之间进行通信。

我还尝试在两个应用程序之间进行广播。如果我将这两个应用程序安装在同一设备上,则广播正在工作。当我在通过蓝牙连接的两个不同设备上安装发送器和接收器应用程序时,广播不起作用。

请谁能告诉我其他 Galaxy Gear 应用程序如何与手机应用程序(Evernote、Banjo、Snapchat)通信?

0 投票
0 回答
437 浏览

media-queries - 智能手表媒体查询

Pebble 和 Galaxy Gear 设备具有网络浏览器;我们可以使用哪些 CSS 媒体查询来处理这种尺寸的屏幕?或者,让我们开始列出智能手表的 UA 字符串。

0 投票
2 回答
1421 浏览

android - 如何在android模拟器和Gear模拟器之间建立连接

我刚拿到 Gear SDK。我已经运行了一些示例项目并且它正在工作。

现在我想在 Android Emulator 和 Gear Emulator 之间建立联系,因为大多数应用程序都是以这种方式开发的,这意味着(链接的应用程序)我们有一个 .apk 和一个 .wgt。在安卓模拟器中安装.APK,在齿轮模拟器中安装.WGT。

那么如何建立连接,有人知道吗?

0 投票
2 回答
492 浏览

samsung-mobile - 三星 Galaxy Gear 2 中的数据库支持

我想知道三星 Galaxy Gear 2 支持哪个数据库。Gear 2 基于 Tizen 我尝试使用 Web SQL 数据库。但是在模拟器上显示不支持Web SQL 。

谁能告诉我 Gear 2 支持哪个数据库?

0 投票
0 回答
303 浏览

android - 如何将实时传感器数据从三星 Galaxy Note 3 发送到 Galaxy Gear?

我已经通过 OTG 电缆将无线传感器网络连接到三星 Galaxy Note 3,并且我正在跟踪手机上的实时传感器数据。

能否在 Galaxy Gear 上看到这些数据?我应该怎么做才能在 Gear 上看到这些数据?

我尝试使用 Eclipse 打开蓝牙套接字连接,但发送/接收数据不成功。这是正确的方法还是我应该为此使用三星 SDK?

0 投票
2 回答
535 浏览

android - 在与主机 Android 设备连接的 Gear 2 模拟器上运行的 Gear 2 应用程序中进行 Web api 调用的问题

我已经成功地将我的 GEAR 2 模拟器与 Galaxy Note 2 设备连接起来。我正在创建一个集成的 Gear 2 应用程序,包括 JQuery 功能在内的所有东西都可以正常工作。但我无法使用主机设备 Internet 连接从 Gear 2 模拟器进行 Web api 调用。以下是我进行 Json 调用的代码:

问题是,除了上面提到的代码部分,一切都被执行了,这段代码只是被跳过了。任何帮助,将不胜感激。

0 投票
1 回答
1277 浏览

android - 安全权限错误 - Samsung Gear SAP

我正在关注三星 SAP 提供者/消费者教程,当我运行 connect() 方法时出现安全错误:

js/main.js (74) :exception [SecurityError] msg[应用程序没有权限调用此方法。]

在我的 config.xml 中,我有:

我还需要什么其他东西,例如证书吗?如果没有自己的证书,我可以运行示例项目没有问题,但是如果我自己从头开始创建应用程序,我需要证书吗?

更新 - 解决方案: 两件事 - 1. 错字!devloper 应该是开发人员 - 2. @Nana Ghartey 也是正确的 - 需要证书才能在设备上进行测试,通过向三星发送 CSR 来获取此证书(他们的开发人员网站上的详细信息)。

0 投票
1 回答
846 浏览

samsung-mobile - 本机通知三星 Gear 2 手表

我想与本机三星 Gear 2 通知集成,这样当我在三星 Gear 2 手表中的消费者应用程序从我的主机提供商接收到特定数据时,用户将在本机通知应用程序中收到通知。我怎样才能做到这一点?

我花了 50 多个小时在谷歌上搜索、查找文档等,但似乎没有答案。我能找到的最好的资源是下面的链接,但即使这些链接似乎已经过时并且根本不起作用。

请帮忙!

所以我一直在关注这些指南,但它们都不适合我:

https://developer.tizen.org/fr/documentation/articles/how-use-tizen-notification-api?langswitch=fr

https://developer.tizen.org/fr/documentation/articles/notifications?langredirect=1

我在运行他们提供的示例代码时收到的错误:

0 投票
1 回答
1999 浏览

tizen - Send Notification to Gear 2

So in the http://img-developer.samsung.com/contents/cmm/SamsungGearApplication_UID...

I've found the notifications panel. I have a host android app on my phone. Can someone point me to a guide/tutorial on how to get the notification produced by my Android App onto the Watch? My setup is Master-Slave Linked App. And Once User pressed the notification on the watch, it will pull up the corresponding Gear 2 App?

2.2. Notifications Unlike the phone’s notification panel, Notifications app substitutes for its function in Gear. Gear’s notifications are placed on the home screen to the right of the clock and users can change its position. Its notifications are synced with the connected device’s notification panel. The numbers of unread notifications are displayed on the badge. If a user reads notifications on either device, the read notifications on both devices will disappear or be marked as read. Users can choose which notification to show on Gear in ‘Gear Manager’.

When users’ mobile device is not connected to the Gear via Bluetooth, notifications of incoming calls/messages will not be sent to the Gear. After reconnecting, any missed notifications that users have not read on their mobile device will be sent to the Gear. ‘Limit notifications’ option in Gear Manager stops notifications being sent to the Gear when users are using their mobile device.