Languages

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 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 Replies
AVSukhov

Hello,

I have tested using Tizen 2.2.1 on M1 device (Z9005) and it works fine. Which version SDK and device you are using?

Alex Dem

Hi,

As I know for Tizen M0, 2.2.1 firmware api SystemInfo::GetValue(L"http://tizen.org/system/duid", sValue); returns E_SYSTEM error.

Alexey.

Marco Buettner

On RD-PQ and RD-210 devices DUID can not be used.

Billie Huff

The availability of the DUID through the Tizen systeminfo API may vary depending on the device and Tizen version. Double-check that your target device and Tizen SDK version support retrieving the DUID using the method you mentioned.