问题标签 [tizen-wearable-sdk]
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.
android - 安全权限错误 - Samsung Gear SAP
我正在关注三星 SAP 提供者/消费者教程,当我运行 connect() 方法时出现安全错误:
js/main.js (74) :exception [SecurityError] msg[应用程序没有权限调用此方法。]
在我的 config.xml 中,我有:
我还需要什么其他东西,例如证书吗?如果没有自己的证书,我可以运行示例项目没有问题,但是如果我自己从头开始创建应用程序,我需要证书吗?
更新 - 解决方案: 两件事 - 1. 错字!devloper 应该是开发人员 - 2. @Nana Ghartey 也是正确的 - 需要证书才能在设备上进行测试,通过向三星发送 CSR 来获取此证书(他们的开发人员网站上的详细信息)。
openjdk - 无法执行安装管理器文件
我正在尝试重新安装 Tizen Wearable IDE,问题是当我执行二进制文件“tizen-wearable-sdk-2.2.150_ubuntu64.bin”时,我收到了以下消息:
不支持 OpenJDK。使用 Oracle JDK 重试。
问题是什么?
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
我在运行他们提供的示例代码时收到的错误:
tizen - Tizen IDE 一直崩溃
当我想启动示例项目时,Tizen IDE 一直崩溃。我在 Ubuntu 12.04 下运行 Tizen IDE 1.0.0b2。
目前它给了我以下输出。看来问题出在这里:
err:wineboot:ProcessRunKeys Error running cmd L"C:\windows\system32\winemenubuilder.exe -a -r" (2) 不过,我不知道为什么 IDE 会尝试访问 windows 库。
输出形式IDE:
控制台输出:
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.
tizen - Gear 2 - 如何使用 settings.xml
在 Gear 2 消费者/提供者应用程序中,消费者应用程序应如何使用 中包含的设置settings.xml
?
Tizen 文档显示了如何设置设置,以便 Gear Manager 将具有用于消费者应用程序设置的图标和页面,但不清楚如何将其内容settings.xml
与应用程序本身相关联。
例如样品settings.xml
那么 - 这个项目实际上如何与index.html
/中的对象相关main.js
?
提供了有关如何解析的示例代码updatedsettings.xml
:
但是我不确定如何doSetting
使用或打算使用。我应该创建自己的DOMparser
函数还是 SDK 中已有方法?
samsung-mobile - Tizen 可穿戴 IDE 未发现我的手机 Galaxy s4
我想在我的 Galaxy S4 上开发和测试 Gear 2 Tizen 应用程序。但 Tizen 可穿戴 IDE 并未发现该设备。我有 Mac 10.9.3。
我需要设备 DUID 才能在其上测试应用程序,但在“连接资源管理器”中未发现设备。
请帮忙。
tizen - Gear2 应用程序中的通知
是否可以从 Gear Provide 应用程序向 Gear Consumer App 发送通知?
如果可能,请为此提供教程或示例代码
android - 三星 Gear 2 应用程序图标
所以我的 Gear 应用程序运行良好,但我在应用程序图标方面遇到了一些问题。我设计了一个漂亮的白色轮廓版本的图标,它在设备上看起来不错并且适合系统应用程序。
但是在 Gear Manager(在手机上)上,它看起来很糟糕,因为背景几乎是白色的。是否可以为 Gear Manager 指定不同的图标,如果可以,如何?
tizen - 三星齿轮。无法安装 HelloAccessory 项目
我已经下载了 macOSX Tizen for wearable sdk,并成功安装了编译后的示例HelloAccessory
,但是当我尝试编译源项目并尝试安装时,我只是收到“安装应用程序错误”并且找不到任何相关的日志跟踪。
在比我想要的更长的时间挣扎之后,我发现 Tizen 项目 config.xml 中的这一行导致了问题:
删除它,我可以毫无错误地安装应用程序,但显然,手表和手机之间的通信不起作用。
我读到这可能与签署证书有关,所以我按照 Tizen sdk 手册生成证书请求,今天我收到certificate-registration.xml
了三星的,但问题仍然存在。
几天后(也许几周),我处于精神错乱的边缘。我错过了一些明显的东西吗?任何人都成功地编译了项目示例,或者至少可以为我指出正确的方向,以找到对正在发生的事情进行更详尽解释的日志?