![]() |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
You can create a 2states button beecon with this script PHP Code:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
looks nice...and what about classic icons of nokia apps and widget? i mean complet clean desktop (some what was on nokia N97).. :)
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
mmm..something like that..
thanks :) |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
No thats not working either.. I actualy created a new file called 'originalkernel.txt' and wrote the commands as NoNoYes suggested: if [ "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ]; then # add here switch on instructions /usr/sbin/kernel-load /home/user/MyDocs/kernel.txt | sudo gainroot echo "ON"; exit 1; fi; if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ]; then # add here switch off instructions /usr/sbin/kernel-unload /home/user/MyDocs/originalkernel.txt | sudo gainroot echo "OFF"; exit 0; else # add here switch on instructions /usr/sbin/kernel-load /home/user/MyDocs/kernel.txt | sudo gainroot echo "ON"; exit 1; fi; unfortunately it only loads on Start up (if start up is enabled on the widget) it doesn't want to toggle between on and off states though once activated. I haven't figured out how to create an 'off' state yet any suggestions or pointers as to what I am doing wrong will be greatly appreciated |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Code:
>/dev/null |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
again excuse the ignorance and I appreciate your patience :)
where exactly am I adding that code to the existing commands? do you mean something like this: if [ "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ]; then # add here switch on instructions /usr/sbin/kernel-load /home/user/MyDocs/kernel.txt | sudo gainroot>/dev/null echo "OFF"; exit 1; fi; if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ]; then # add here switch off instructions /usr/sbin/kernel-unload /home/user/MyDocs/originalkernel.txt | sudo gainroot>/dev/null echo "OFF"; exit 0; else # add here switch on instructions /usr/sbin/kernel-load /home/user/MyDocs/kernel.txt | sudo gainroot>/dev/null echo "OFF"; exit 1; fi; |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
On a slightly different note.. Does any one have any idea why I can only update my football (English Premiership) widget using Wifi and not 3G (o2 contract with unlimited data)?
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
|
All times are GMT. The time now is 22:05. |
vBulletin® Version 3.8.8