maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread (https://talk.maemo.org/showthread.php?t=45388)

!!Nokia N900!! 2010-07-27 18:36

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
well, i will do as jonWW did ( reboot ) in the picture ( power menu option.
Tell me jonWW. will editing this will have side effect on the device?
regards

JonWW 2010-07-27 19:01

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by !!Nokia N900!! (Post 766776)
will editing this will have side effect on the device?

No side effects, the two files are nothing more than xml files that define the power button menu.

Don't edit them unless you understand how the structure of the xml files work. But you should be able to change the icons or remove them if you don't want them. I included the original files in the zip incase your fiddling goes wrong. Experiment and have fun with them.

I also installed "Cellular Modem Control Buttons" this added the Tablet mode button to the power menu.

!!Nokia N900!! 2010-07-27 19:43

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Dear jonWW
Can u please tell me step-by-step how to Add/put the reboot button in the power menu button??
i am new to these setting & afraid to encounter such a issues, and then not able to re-cop..:)

Regards

gft2k1 2010-07-27 19:50

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
[queen-beecon-header]
version=1.000000
checksum=21089746
[queen-beecon-exported-instance]
widgetType=1
widgetVisible=1
operationalStatus=0
hideCanvas=false
snippetBgRGB=0
snippetExtBgRGB=#000000000000
beecon_lt0_ImgZoom=0
beecon_lt0_BgRGB=2
beecon_lt0_ExtBgRGB=#808080808080
beecon_lt0_ImgFilename=queen-beecon-syserr.png
beecon_eq0_ImgZoom=0
beecon_eq0_BgRGB=3
beecon_eq0_ExtBgRGB=#0000ffff0000
beecon_eq0_ImgFilename=queen-beecon-appok.png
beecon_eq1_ImgZoom=0
beecon_eq1_BgRGB=4
beecon_eq1_ExtBgRGB=#ffffffff0000
beecon_eq1_ImgFilename=queen-beecon-appwrn.png
beecon_ge2_ImgZoom=0
beecon_ge2_BgRGB=5
beecon_ge2_ExtBgRGB=#ffff00000000
beecon_ge2_ImgFilename=queen-beecon-apperr.png
beecon_idxge2_ImgZoom=0
beecon_idxge2_BgRGB=11
beecon_idxge2_ExtBgRGB=#0000ffffffff
beecon_idxge2_ImgFilename=queen-beecon-index.png
widWidth=190.73667711598748
widHeight=87.567567567567565
instanceTitle=OC Control Panel
instanceCmd=Name_Profile_1=starving_1000\nName_Pro file_2=default\nDisp_Name_Profile_2=STOCK\nName_Pr ofile_3=ideal\nDisp_Name_Profile_3=IDEAL\nif [ $QBW_EXEC_REASON == "QBW_TIMER_UPDATE" ] \;\sthen \n if [ "$QBW_REMEMBER_ME" = fixed ] \;\sthen\n exit 0\n fi\n elif [ "$QBW_REMEMBER_ME" = variable ] and [ $(awk '/string/ {print $2}' /home/user/.QBW_DBUS_TEMP) = "\\"unlocked\\"" ] \;\sthen\n sudo /usr/local/bin/overclock.sh > /dev/null\;\n\s\sfi\nif [ $QBW_EXEC_REASON == "QBW_DBUS_MONITOR" ] \;\sthen\n echo '$QBW_DBUS_VERBOSE_OUTPUT' > /home/user/.QBW_DBUS_TEMP \;\n\s\sif [ $(awk '/string/ {print $2}' /home/user/.QBW_DBUS_TEMP) = "\\"locked\\"" ] and [ "$QBW_REMEMBER_ME" = variable ] \;\sthen\n sudo /usr/local/bin/underclock.sh > /dev/null\n exit 0\n elif [ $(awk '/string/ {print $2}' /home/user/.QBW_DBUS_TEMP) = "\\"unlocked\\"" ] and [ "$QBW_REMEMBER_ME" = variable ] \;\sthen\n sudo /usr/local/bin/overclock.sh > /dev/null \n fi\nif [ $QBW_EXEC_REASON == "QBW_CLICK" ] \;\sthen \n if [ $QBW_HOTSPOT_PRESS -eq "1" -o $QBW_HOTSPOT_PRESS -eq 2 -o $QBW_HOTSPOT_PRESS -eq 3 ] \;\sthen\n sudo kernel-config load $Name_Profile_1 > /dev/null\n sudo /usr/local/bin/overclock.sh > /dev/null\;\n\s\s\s\srun-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$QBW_ID oh.no.more.qbw.set_param_string string:"rememberMe" string:variable string:""\n run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$QBW_ID oh.no.more.qbw.set_param_string string:"resImgFilename" string:smart.png string:""\n elif [ $QBW_HOTSPOT_PRESS -eq 4 -o $QBW_HOTSPOT_PRESS -eq 7 ] \;\sthen\n sudo kernel-config load $Name_Profile_2 > /dev/null\n run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$QBW_ID oh.no.more.qbw.set_param_string string:"rememberMe" string:fixed string:""\n run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$QBW_ID oh.no.more.qbw.set_param_string string:"resImgFilename" string:profile2.png string:""\n elif [ $QBW_HOTSPOT_PRESS -eq 6 -o $QBW_HOTSPOT_PRESS -eq 9 ] \;\sthen\n sudo kernel-config load $Name_Profile_3 > /dev/null\n run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$QBW_ID oh.no.more.qbw.set_param_string string:"rememberMe" string:fixed string:""\n run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$QBW_ID oh.no.more.qbw.set_param_string string:"resImgFilename" string:profile3.png string:""\n fi\nfi\necho -e "TEMPERATURA : <span font = \\"14\\"><b>`cat /sys/class/power_supply/bq27200-0/temp` C</b></span>\\nFREQ. MAX : <span font = \\"16\\"><b>`awk '{print $1/1000"MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq`</b></span>"\;echo -e "<span font = \\"18\\"><b><i>$Disp_Name_Profile_2 $Disp_Name_Profile_3</i></b></span>"
rememberMe=fixed
cmdImgFilename=queen-beecon.png
cmdImgZoom=0
cmdFgRGB=1
cmdExtFgRGB=#ffffffffffff
cmdTextAngle=0
cmdVisibilityPosition=0
cmdImgVisibilityPosition=0
cmdJustify=0
cmdExtFont=Nokia Sans bold italic 12
cmdFontName=3
cmdFontSize=12
resImgFilename=default.png
resImgZoom=0
resFgRGB=1
resExtFgRGB=#ffffffffffff
resTextAngle=0
resVisibilityPosition=5
resImgVisibilityPosition=5
resJustify=2
resExtFont=Nokia Sans 12
resFontName=2
resFontSize=12
progressAnimationFrames=4
progressAnimationTimer=4
progressAnimationPos=4
progressAnimationBasename=queen-beecon-progress
updOnStartup=true
updOnClick=true
updOnDesktop=false
updOnSight=false
delayIndex=3
customIntervalSecs=0
updNeworkPolicy=0
updOnDBUS=1
updOnDBUSBus=0
updOnDBUSMatchRule=type='signal',path='/com/nokia/mce/signal',interface='com.nokia.mce.signal',member='t klock_mode_ind'

!!Nokia N900!! 2010-07-27 19:55

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
??????????????????????????

moepda 2010-07-28 10:21

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
copy text to clipboard on phone (or as a file in MyDocs/documents) make new widget,click advanced and paste text or open txt file option either is ok) , import and everything is done :)

!!Nokia N900!! 2010-07-28 13:10

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by moepda (Post 767579)
copy text to clipboard on phone (or as a file in MyDocs/documents) make new widget,click advanced and paste text or open txt file option either is ok) , import and everything is done :)

???? ( confused ):confused::confused:

techie 2010-07-28 13:29

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by !!Nokia N900!! (Post 767736)
???? ( confused ):confused::confused:

The reply of moepda was directed to @gft2k1. However I don't think gft2k1's problem is not knowing how to import the code.He seems to want to use starving for his profile and also change some text,and has clearly run into errors that I can see at a quick glance.Still in order to get help he will have to ask his question clearly.

As for your question !!Nokia N900!! searching always helps:)

http://talk.maemo.org/showpost.php?p=457128&postcount=3
http://talk.maemo.org/showpost.php?p...7&postcount=16

And an entire thread dedicated for this
http://talk.maemo.org/showthread.php?t=48843

gft2k1 2010-07-28 15:37

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by techie (Post 767756)
The reply of moepda was directed to @gft2k1. However I don't think gft2k1's problem is not knowing how to import the code.He seems to want to use starving for his profile and also change some text,and has clearly run into errors that I can see at a quick glance.Still in order to get help he will have to ask his question clearly.

As for your question !!Nokia N900!! searching always helps:)

http://talk.maemo.org/showpost.php?p=457128&postcount=3
http://talk.maemo.org/showpost.php?p...7&postcount=16

And an entire thread dedicated for this
http://talk.maemo.org/showthread.php?t=48843

sorry techie, thanks for your widget but i don't know how to change the checksum (i have made some modifications as you see) and i have copied the text there to copy-paste from my N900 but don't work.

Another thing: in your original script overclock don't work......
example: if i set ideal (850) then lock and unlock phone the temperature button is blue but the frequency is the same (850) and i still on ideal......

Thanks again for your job and sorry for my bad english......

!!Nokia N900!! 2010-07-28 15:38

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Done...:)
now i have reboot button in my power top button...coooool.
NOTE:
(i used the one with commander manager steps.)


All times are GMT. The time now is 12:12.

vBulletin® Version 3.8.8