语言

Menu
Sites
Language
device duid

 

   Why I could not get device duid ? 

According Documents, I try to get a device uuid    

var devCap = tizen.systeminfo.getCapabilities();

var devId = devCap.duid;

 But the result is 2.2 Error

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

6 回复
Marco Buettner
for duid you need a sim card
Byron Gavras

Is duid the equivalent uuid in android? 

If no, how can we get the universally unique identifier (UUID) ?

 

Thank you.

Marco Buettner

duid = uuid

Marco Buettner

Like I wrote above:

To create a DUID you need a SIM :)

youngsik yoon

You want to get uuid, not duid, try below,

Tizen::Base::UuId* pUUID = Tizen::Base::UuId::GenerateN();