언어 설정

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

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

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();