The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
|
2010-03-27
, 03:39
|
Posts: 267 |
Thanked: 183 times |
Joined on Jan 2010
@ Campinas, SP, Brazil
|
#42
|
|
2010-03-27
, 14:32
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#43
|
This creates a new problem, isn't it? B would have to call A since it change's A status, otherwise A would only change colors on the next time threshold. OR the user should always click on B then click on A, which would be also a nuisance.
|
2010-04-13
, 21:27
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#44
|
The Following User Says Thank You to jakiman For This Useful Post: | ||
|
2010-04-13
, 21:35
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#45
|
I just started using this app and all I can say is "what an amazing piece of work!!".
Now I just need to study it a bit more to see what I can do with it and how to arrange them. =)
|
2010-04-13
, 22:30
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#46
|
echo "echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq" | sudo gainroot
echo "echo 2 > /sys/class/backlight/acx565akm/brightness" | sudo gainroot
|
2010-04-14
, 06:24
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#47
|
Here's some stuff I did so far with your awesome widget.
Used 5 of queen beecon (snippet mode) in this desktop.
1. Overclocked@1Ghz is a snippet 'button' with following code. It's to reset it back to 1Ghz after a phone call. (some kind of issue where overclock is reset to 800mhz after a call)
2. Output down the bottom is certain lines from cpufreq-info output. (you can install cpufreq tools from app manager)Code:echo "echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq" | sudo gainroot
3. Standard Rootfs and Battery output. (separate widgets)
4. LCD button on right which is used to instantly dim the LCD to lower than lowest level possible in settings.
Code:echo "echo 2 > /sys/class/backlight/acx565akm/brightness" | sudo gainroot
|
2010-04-14
, 07:42
|
Posts: 32 |
Thanked: 12 times |
Joined on Feb 2010
@ Finland
|
#48
|
|
2010-04-14
, 09:34
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#49
|
#This disconnects from the net run-standalone.sh dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true #This shuts down wifi rmmod wl12xx #This sets phone to 2G run-standalone.sh dbus-send --system --type=method_call --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.set_selected_radio_access_technology byte:1 #This locks screen run-standalone.sh dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:locked
With "A" being the "status" beecon (with status querying script updating manually, every startup, on desktop change, every 30 or so seconds) and "B" being the "toggle" beecon/button (with status toggling script just for manual interaction)
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras
Last edited by No!No!No!Yes!; 2010-03-25 at 20:24.