The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
2010-06-09
, 02:55
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#22
|
No, that one is my fault, sorry.
This status menu applet runs FM Boost without checking to see if it's already set to 118. I'll add a check later on today.
It's 1:34 in the morning so I must piss off and get to sleep now.
The Following User Says Thank You to YoDude For This Useful Post: | ||
|
2010-06-11
, 09:12
|
|
Posts: 257 |
Thanked: 205 times |
Joined on Jan 2010
@ Sydney, Australia
|
#23
|
|
2010-06-11
, 09:33
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#24
|
Does using this applet chew battery like the desktop widget did? Since removing the FMTX desktop widget, my battery life has improved more than 50%.
Looks like a more than suitable replacement if so.
Good night. By the time you are up I'll be snoozin so I'll post this now.
Well an good but no appology is necessary and I thank you for your efforts so far. I now have much more than I did just a few days ago.
As I understand it your app invokes the event perhaps more often than it needs to but I was thinking that we wouldn't know that had another program not coded the notification banner invoked by the event.
I didn't recall seeing this notification banner when FM-Boost was first installed before the other widget . I would think FM-Boost would have created these same events. That is why I thought it was not an OEM notification rather a relic of a since removed "extra".
The same kind of thing occurs if I force a shut down of the device...
@ next boot, a banner left over from the long gone Kernel Power app pops up telling me it is reverting to the stock kernel. It doesn't because I am no longer using Kernel Power and I know the kernel that I am using remains. However, I still see this Kernel Power branded banner none the less.
Not knowing exactly how it is done I was thinking' that there must be a notification configuration file somewhere and I could simply comment out these instances... Or better yet, insert my own dang text.
I guess I should read up on something about this instead of just shooting from the hip, eh?
The Following 2 Users Say Thank You to qwerty12 For This Useful Post: | ||
|
2010-06-12
, 15:11
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#25
|
Well, it wakes up if the FMTx daemon reports a change to it (like the original), but it does pretty much the same more or less when woken up as the original applet. If I read IDA's output for the original applet correctly, this one also frees the memory properly.
@YoDude
Download it again.
Yes, it does run fmboost more times than is necessary but that should be fixed now due to its checking of the current power level. FM Boost is a script that just runs echo. It does nothing else. Our widgets will run the script and then display the banner, independently.
Actually, I believe that message is saying that it just won't load the overclocked settings; the kernel remains in-place.
Anyway, Banners and Banner-like dialog boxes are implemented in the Hildon library (HildonBanner and HildonNote respectively). My widget will call HildonBanner directly.
--
kernel-power-settings is a package consisting of scripts.
FreeDesktop has a specification on notifications: http://www.galago-project.org/specs/notification/
What's special about this is that D-Bus methods are invoked to display those notifications, and most D-Bus methods can be called using the dbus-send tool. Hildon Desktop implements this specification and will pass messages sent to it to a HildonBanner/HildonNote instance.
In short, dpkg -L kernel-power-settings and find out which of those scripts is running dbus-send.
|
2010-06-14
, 00:31
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#26
|
The Following User Says Thank You to YoDude For This Useful Post: | ||
|
2010-06-19
, 10:22
|
Posts: 320 |
Thanked: 137 times |
Joined on Apr 2010
|
#28
|
|
2010-06-19
, 10:31
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#29
|
|
2010-06-19
, 11:50
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#30
|
This status menu applet runs FM Boost without checking to see if it's already set to 118. I'll add a check later on today.
It's 1:34 in the morning so I must piss off and get to sleep now.