如何在Tizen平板电脑上获取DUID?

dem*_*mas 0 tizen

如何获得Tizen平板电脑的DUID。连接资源管理器-设备-属性未获得以下信息:

在此处输入图片说明

piu*_*lee 7

据我所知,DUID不是Tizen的标准规范。

仅适用于Gear设备。

您可以使用以下命令获取它。

sdb shell /opt/etc/duid-gadget
Run Code Online (Sandbox Code Playgroud)

/opt/etc/duid-gadget不是Tizen的规格。因此可以随时更改。(但目前它适用于Gear S,S2)


更新:

The DUID of recent mobile and wearable devices start with a 2.0# but old devices are 1.0#. If a distributor certificate contains a 1.0# DUID, all devices with that certificate need one more step, see the Permit device to install apps guide.
Run Code Online (Sandbox Code Playgroud)

作为三星当前的开发者网站,DUID可以以“ 1.0#”或“ 2.0#”开头,​​但是在我的齿轮设备中,如果您在duid-gadgetDUID更改为“ 2.0#” 后放置任何字符串,

sdb shell /opt/etc/duid-gadget
Run Code Online (Sandbox Code Playgroud)

它打印出来1.0#Ex1e7gjyXb4APXye6vQXiY=但是

sdb shell /opt/etc/duid-gadget anystring
Run Code Online (Sandbox Code Playgroud)

将打印出来 2.0#Ex1e7gjyXb4APXye6vQXiY=

我认为也许旧设备(例如三星齿轮1或2)只能获得“ 1.0#” DUID,但我建议尝试获得“ 2.0#” DUID,因为“ 2.0#” DUID比“ 1.0#”更易于使用。(您没有通过“ 2.0#”处理“许可设备处理”)


小智 6

启动设备管理器,连接到您的设备,在设备列表中右键单击它并选择 DUID。

截屏