Languages

Menu
Sites
Language
Serial Number of Tizen Phone

Hi All,

How to fetch the serial number of Tizen Phone (Samsung Z1) using APIs?

Serial Number is available in Settings > About Device.

Thank you.

Responses

4 Replies
Marco Buettner

In the SystemInfo you can find DUID

Dharmesh Guna

Hi Marco,

Key: "http://tizen.org/system/duid" is not available in Tizen SDK 2.3.0. When I try to get the duid using system_info_get_platform_string() or system_info_get_custom_string() APIs it says Invalid parameters.

May be Key is changed but I am not able to find the new string for duid.

Thank you.

 

Marco Buettner

Maybe you can use this? http://tizen.org/system/tizenid

Dharmesh Guna

Hi Marco,

I already tried http://tizen.org/system/tizenid 

It gives different value than the serial number available in Device Info (Settings > About Device).