![]() |
2009-12-21
, 12:21
|
Posts: 233 |
Thanked: 170 times |
Joined on Nov 2009
@ Finland
|
#12
|
]Problem 3:[/COLOR][/B] Im not able to get the output of "lshal | grep percentage" system command using QProcess.
![]() |
2009-12-21
, 14:34
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#13
|
![]() |
2009-12-25
, 01:04
|
Posts: 90 |
Thanked: 4 times |
Joined on Dec 2009
@ Leicester,UK
|
#14
|
![]() |
2009-12-25
, 14:17
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#15
|
![]() |
2009-12-25
, 23:49
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#16
|
The Following User Says Thank You to krk969 For This Useful Post: | ||
![]() |
2009-12-27
, 12:21
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#17
|
![]() |
2009-12-27
, 16:02
|
Posts: 415 |
Thanked: 732 times |
Joined on Jan 2009
@ Finland
|
#18
|
apt-get source qt-example-hildondesktopwidget
The Following User Says Thank You to timoph For This Useful Post: | ||
![]() |
2009-12-27
, 16:58
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#19
|
download qt-example-hildondesktopwidget sources for example. The package is in extras-devel.
Code:apt-get source qt-example-hildondesktopwidget
![]() |
2009-12-28
, 12:21
|
Posts: 415 |
Thanked: 732 times |
Joined on Jan 2009
@ Finland
|
#20
|
thanks timoph
but i have done that already. didnt help much.
and even that app doesnt show up in the widget list. It works exacly in the same way as I described in my previous post .
Have you tried this app ? did it work for you ?
"# System Information API - access and notification of changes in underlying system information (e.g. battery status). "
http://www.allaboutsymbian.com/news/...t_now_avai.php
http://doc.trolltech.com/qtmobility-...eviceinfo.html
QSystemDeviceInfo Class Reference
The QSystemDeviceInfo class provides access to device information from the system. More...
#include <QSystemDeviceInfo>
Inherits QObject.
* List of all members, including inherited members
Public Types
enum BatteryStatus { NoBatteryLevel, BatteryCritical, BatteryVeryLow, BatteryLow, BatteryNormal }
enum InputMethod { Keys, Keypad, Keyboard, SingleTouch, MultiTouch, Mouse }
flags InputMethodFlags
enum PowerState { UnknownPower, BatteryPower, WallPower, WallPowerChargingBattery }
enum Profile { UnknownProfile, SilentProfile, NormalProfile, LoudProfile, ..., CustomProfile }
enum SimStatus { SimNotAvailable, SingleSimAvailable, DualSimAvailable, SimLocked }
Properties
*
batteryLevel : const int
*
batteryStatus : const BatteryStatus
*
currentPowerState : const PowerState
*
currentProfile : const Profile
*
imei : const QString
*
imsi : const QString
*
inputMethodType : const InputMethodFlags
*
isDeviceLocked : const bool
*
manufacturer : const QString
*
model : const QString
*
productName : const QString
*
simStatus : const SimStatus
Last edited by n900_ag; 2009-12-21 at 12:28.