|
2008-11-13
, 18:45
|
Posts: 462 |
Thanked: 550 times |
Joined on Sep 2008
@ Moscow
|
#72
|
Is it possible to make this app load into the system tray of another window manager? There's no good Internet Tablet battery applets for any of the other available window managers. I would specifically be interested in tweaking this to run in the system tray of LXDE.
The Following User Says Thank You to 412b For This Useful Post: | ||
|
2008-11-13
, 18:48
|
Posts: 462 |
Thanked: 550 times |
Joined on Sep 2008
@ Moscow
|
#73
|
When you do integrate it, here's the commands to save time :
Normal Mode:
Flight mode:Code:run-standalone.sh /usr/bin/dbus-send --system --type=signal /com/nokia/mce/signal com.nokia.mce.signal.sig_device_mode_ind string:"normal"
Code:run-standalone.sh /usr/bin/dbus-send --system --type=signal /com/nokia/mce/signal com.nokia.mce.signal.sig_device_mode_ind string:"flight"
The Following User Says Thank You to 412b For This Useful Post: | ||
|
2008-11-13
, 18:52
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#74
|
The main target right now is to solve battery drain issue. Right after that I'll take a look at the switching to Offline Mode.
The Following 3 Users Say Thank You to lcuk For This Useful Post: | ||
|
2008-11-13
, 19:09
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#75
|
Well, there is no big problem in that. If you look into source, there are 2 classes. DBusMonitor is the class that gets and sets all the values and informs about events, so the main limitation is using of PyGTK and Hildon-specific objects. In other words: all you need to make it work in other manager is to replace the UI related stuff. And of course you need python support.
|
2008-11-13
, 21:02
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#76
|
you may be bombarded with requests but thats because everybody sees great value in what you have started.
|
2008-11-14
, 02:19
|
Posts: 111 |
Thanked: 23 times |
Joined on Sep 2008
@ Singapore
|
#77
|
|
2008-11-14
, 03:37
|
Posts: 145 |
Thanked: 32 times |
Joined on Dec 2007
|
#78
|
|
2008-11-14
, 04:20
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#79
|
|
2008-11-14
, 12:28
|
Posts: 462 |
Thanked: 550 times |
Joined on Sep 2008
@ Moscow
|
#80
|
either i was not paying attention, or pybattery dont know how to warn about anything but imminent shotdown from lack of battery.
im used to having small warning sounds from the tablet when the battery slips into something like 25% or lower.
but today all i got was the sound for when the battery is close to 0% (the menu showed 0,3%), and the icon was red.
btw, i found a interesting message when i hooked the tablet up to a usb charging cable the other day, "device not usb cable compatible" or something like that.
Normal Mode: