Hello,
I've been checking out Tizen. I'm really interested in exploring how we can retrieve device information using Tizen. In particular, I'm interested in finding how we can access the device unique id (duid) property in systeminfo API object.
And to see that in action, I've created a project from sample web app systeminfo, which displays a bunch of information retrieved from the systeminfo object. The problem is that when I execute the sample (unchanged) the Web Simulator does not show any information. It just displays the titles "Storage", "Battery", "CPU" and so on. But they are not clickable.
I'm sure that on config.xml the permission settings are good, because I didn't touched the web app sample.
I've installed Tizen 2.0 SDK on Windows 7.
I've went through all the systeminfo API documentation, systeminfo tutorial but I still don't know what I am missing here. What could be wrong?
Thanks,
Santos