How to get a DUID for Tizen tablet. Connection Explorer - Device - Properties didn't get such information:
相关问题
- Step SDB has failed error on Tizen App Launch
- Tizen wearable how to keep app in foreground?
- Tizen Push notifications in emulator
- How to resolve Author signature issue?
- Retrieving Data from GEAR S3 Heart Rate Monitor (H
相关文章
- Tizen Push notifications in emulator
- How to resolve Author signature issue?
- Retrieving Data from GEAR S3 Heart Rate Monitor (H
- Not getting proper logs in Samsung Tizen TV emulat
- Tizen-sdk-for-wearable-setup Installation issue be
- Is Android Installer (.apk file) supported in Tize
- convert unsigned char* to String
- 在三星galaxy齿轮数据库支持2(database support in Samsung gala
Start Device Manager, connect to your device, right click it in device list and select DUID.
As I know DUID is not standard specification of Tizen.
It is served only Gear devices.
You can get it with following command.
/opt/etc/duid-gadget
is not in specification of Tizen. so it can be changed in any time. (But currently it works in Gear S, S2)update:
As a current Samsung developer site, DUID can start with "1.0#" or "2.0#" But in my gear device if you put any string after
duid-gadget
DUID changed to "2.0#"it print out
1.0#Ex1e7gjyXb4APXye6vQXiY=
butwill print out
2.0#Ex1e7gjyXb4APXye6vQXiY=
I think maybe old device (like samsung gear 1 or 2) can get only "1.0#" DUID but I suggest to try to get "2.0#" DUID because "2.0#" DUID is easier to use than "1.0#". (you did not process "permit device process" wih "2.0#")