问题标签 [tizen-web-app]

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 投票
1 回答
719 浏览

deployment - packagemanager.install error: PRIVILEGE_LEVEL_VIOLATION

I want to install package from my application. For this i have to add packagemanager.install privilege. But when i try to run application i get an error:

Installing the package failed.

Error code: PRIVILEGE_LEVEL_VIOLATION

Error message: Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/inst.wgt" Management: Refer to Help contents > Getting Started with Tizen > Overview > Privilege.

I am testing in device Gear(b8a5)

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 投票
2 回答
621 浏览

tizen-web-app - 是否可以从 Tizen Web API 获取 UNIX 时间戳?

查看 Time API 文档,我没有看到此功能,但它可能存在于 Web API 的一部分中。我在开发指南中没有找到任何东西。我可以使用 UTC 时间自己创建一个,但系统似乎应该提供这个。

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.

0 投票
2 回答
742 浏览

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 中已有方法?

0 投票
2 回答
278 浏览

samsung-mobile - Tizen 可穿戴 IDE 未发现我的手机 Galaxy s4

我想在我的 Galaxy S4 上开发和测试 Gear 2 Tizen 应用程序。但 Tizen 可穿戴 IDE 并未发现该设备。我有 Mac 10.9.3。

我需要设备 DUID 才能在其上测试应用程序,但在“连接资源管理器”中未发现设备。

请帮忙。

0 投票
2 回答
1348 浏览

tizen - Gear2 应用程序中的通知

是否可以从 Gear Provide 应用程序向 Gear Consumer App 发送通知?

如果可能,请为此提供教程或示例代码

0 投票
2 回答
1153 浏览

tizen - 三星齿轮。无法安装 HelloAccessory 项目

我已经下载了 macOSX Tizen for wearable sdk,并成功安装了编译后的示例HelloAccessory,但是当我尝试编译源项目并尝试安装时,我只是收到“安装应用程序错误”并且找不到任何相关的日志跟踪。

在比我想要的更长的时间挣扎之后,我发现 Tizen 项目 config.xml 中的这一行导致了问题:

删除它,我可以毫无错误地安装应用程序,但显然,手表和手机之间的通信不起作用。

我读到这可能与签署证书有关,所以我按照 Tizen sdk 手册生成证书请求,今天我收到certificate-registration.xml了三星的,但问题仍然存在。

几天后(也许几周),我处于精神错乱的边缘。我错过了一些明显的东西吗?任何人都成功地编译了项目示例,或者至少可以为我指出正确的方向,以找到对正在发生的事情进行更详尽解释的日志?

0 投票
1 回答
408 浏览

tizen - Gear 2 - 使用 IRLED 时的权限 SecurityError

我正在开发一个使用 IRLED 控制设备的应用程序。

在 Tizen 可穿戴 SDK 中,我有一个按钮,单击该按钮时应运行以下脚本:

该应用程序在 mu Gear 2 (SM-R380) 上运行没有任何错误,但是当我点击按钮时,控制台中出现以下错误:

我还在文件中添加了IRLED 权限config.xml

0 投票
2 回答
213 浏览

tizen-web-app - 是否可以编写 tizen 可穿戴自定义启动器?

我刚开始阅读可穿戴 sdk 中包含的文档,并且正在寻找创建自定义启动器的可能性。基本上我想写一个可以控制整个手表的应用程序,并且不能被卸载。web api中是否有任何机制可以实现这种行为?