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

时间:2016-10-15 11:51:40

标签: tizen

如何为Tizen平板电脑获取DUID。 Connection Explorer - Device - Properties没有获得这样的信息:

enter image description here

2 个答案:

答案 0 :(得分:5)

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

只提供装备。

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

sdb shell /opt/etc/duid-gadget

/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.

作为当前的三星开发者网站,DUID可以从" 1.0#"开始。或" 2.0#" 但是在我的装备中,如果你在duid-gadget DUID改为" 2.0#"

之后放了任何字符串
sdb shell /opt/etc/duid-gadget

打印出1.0#Ex1e7gjyXb4APXye6vQXiY=

sdb shell /opt/etc/duid-gadget anystring

将打印出2.0#Ex1e7gjyXb4APXye6vQXiY=

我认为也许旧设备(如三星齿轮1或2)只能得到" 1.0#" DUID,但我建议尝试获得" 2.0#" DUID因为" 2.0#" DUID比" 1.0#"更容易使用。 (你没有处理"允许设备流程" wih" 2.0#")

答案 1 :(得分:2)

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

screenshot