maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   [QT] Resolution and ID (https://talk.maemo.org/showthread.php?t=51192)

Figa 2010-04-27 20:30

[QT] Resolution and ID
 
Hello is there any way how get a default screen resolution and ID of device? Thx for your replies.

danielwilms 2010-04-28 08:08

Re: [QT] Resolution and ID
 
Hi,

for the resolution you can use:

Code:

#include <QDesktopWidget>
 ...
QApplication::desktop()->screenGeometry();

Which ID do you mean?

Daniel

Figa 2010-04-28 10:03

Re: [QT] Resolution and ID
 
Thanks. I need some identificator for device. For example getDevice() return N900 or N810 etc.

danielwilms 2010-04-28 11:07

Re: [QT] Resolution and ID
 
Hi,

there is QSysInfo, but unfortunately Maemo is not supported there. If you are using QtMobility, there is QSystemInfo, which provides the information for you.

If you need that for now and just for different maemo/linux versions, you can use the system command

Code:

uname -n
Daniel

krk969 2010-04-28 11:17

Re: [QT] Resolution and ID
 
Quote:

Originally Posted by Figa (Post 631234)
Thanks. I need some identificator for device. For example getDevice() return N900 or N810 etc.

you could use cat /sys/class/ieee80211/phy0/macaddress to get the mac address

dbus-send --system --print-reply --type=method_call --dest=com.nokia.phone.SIM /com/nokia/phone/SIM/security Phone.Sim.Security.get_imei to get the imei

both of which are unique per device so could be used for device identification.

As daniel says above, Qt mobility will provide api's once this is released.


All times are GMT. The time now is 07:18.

vBulletin® Version 3.8.8