![]() |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Your initial command looks wrong:
Code:
mupen64plus Mydocs/n64\ roms/super-Mario-64.z64Code:
osso-xterm -e "mupen64plus MyDocs/n64/roms/super-Mario-64.z64" & |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
No, the folder's name is "n64 roms" with a space.
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Then it should be
Code:
osso-xterm -e "mupen64plus MyDocs/n64 roms/super-Mario-64.z64" & |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
thought the terminal uses "\ " as space? I got the command from the xterm with tab, and if i use it in the xterm it works. it just doesn't work with the qbw.
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
It works now. There was a little misspelling. "Mydocks" instead of MyDocks"
lol dumb one :p Thanks for your help. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Here's an advanced version of the Queen Beecon Flickr Widget which takes advantage of several of new features in versions >=0.1.9.x
In particular:
http://i48.tinypic.com/34oezj9.jpg More specifically:
Here's the Beecon Exported Instance Data: Code:
[queen-beecon-header]Code:
if [ "_$QBW_HOTSPOT_PRESS" == "_9" ] ; thenCode:
run-standalone.sh dbus-sendCode:
string:"$QBW_CURRENT_RESULTS_TEXT";Code:
elseCode:
a=`dd if=/dev/urandom bs=1 count=1 | od -i | head -n 1 | cut -f2- -d' '`;x=`expr $a % 24`;Code:
wget Code:
| awk Code:
'BEGIN {Code:
/^\t\t<a href=.+>/ { Code:
/<img src=.+class="pc_img">/ {Code:
END {We then construct and print the URL of the image details page in array u[] and print it to our widget (Remember that it will not be shown on the widget because Results text is set as hidden) This URL will be fetched, if necessary, next time sector 9 is clicked to open image details page URL. Code:
fi |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Hi, I am new and I am using beacon for switching between my Overclock profiles. I have snippets for loading profiles and a snippet to show the minimum and maximum frequency. I would like to update the command of my loading profile snippet that when it is clicked, It will also click or update my snippet that shows min/max freq. Can anyone please help me on this?
I have an idea already but do not have enough knowledge on how to do it on code. Overclock Snippet Command: sudo /usr/sbin/kernel-config load MyConf I would like to change it to something like sudo /usr/sbin/kernel-config load MyConf dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"<MY BEACON OVERCLOCK SNIPPET ID NAME???>" I do not know if this idea of mine is right but the code I am trying to add is the code I found to launch desktop applications. Please help. Thanks |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
See HERE for technical details and examples. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Hi all,
I have setup queen beecon to activate my overclock profile when it is clicked. I want to know how to set it to trigger after I "end call"? Thanks to all in advance.. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Hi all,
I have setup queen beecon to activate my general profile when it is clicked. I want to know how to set it to trigger at a specified time so that it switches profile at certain time. Thanks all in advance.. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
What you can do is setup QBW to run periodically (say 15/30 mins for your specific scenario, but depends on your need for precision) and check in your script if right time has come to perform action. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Fire: Code:
dbus-monitor --systemTry and study a DBUS rule to feed QBW's DBUS Event Monitor with. http://i48.tinypic.com/24xnpys.jpg That will then be the trigger for your command execution |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Is there a way to shut down the device using dbus or something else since "shutdown -P now" (as root) command doesn't work? I'd like to have a shutdown QB widget on my desktop.
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Hello, I have a little question:
What do I need to type in command, if I want the xterm to do something. For example Overclocking: Code:
sudo gainrootCode:
cd .mupen64plus/Thanks |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Just put the sequence of commands like this: Code:
command1 parm; command2 parm; command3 parm ...Code:
sudo gainroot rootsh |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Thanks No!No!No!Yes!
It is working now. =). I wonder why my min frequency drops from 500 to 125. I am not even modifying min_freq. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
OK ... Queen BeeCon Widget release 0.1.9.8 is now in extras-devel
Partial Change Log since 0.1.4 Code:
queen-beecon (0.1.9.8)Usual WARNINGS apply to extras-devel material A major new feature in this release: Implemented per-instance progress animation with customizable number of frames, timer, position and possibility to have it shown or hidden (Now every instance can have its own progress animation) + Settings for Hide/Show, frames #, timer, position and basename. Several fixes here and there ... hope I haven't broken anything!!! WARNING, this is one of the latest intermediate release to extras-devel! Feel free to experiment with all extended features implemented since 0.1.4 and please report bugs and experiences or feature requests here. QBW shouldn't crash any more if upgraded from >=0.1.9.6 to 0.1.9.8!!! Please, report any problem or crash during installation/upgrade if they still persist Have fun |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Hello, I really love this application, its very usefull.
I have a little request: In the settings, to change the Icon size, the slider is really annoying. It takes hours to get the right size, and for example its impossible to set Width to 200 (only 199 and 201 is possible). Also the slider gets in the way, if you want to scroll down. Wouldn't it be easier to replace the sliders with a field, where you can type the width and the hight in? It's just a suggestion, if you think it's good as it is now, Its ok for me too. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
new width/height controls: http://i28.tinypic.com/6qfpc0.jpg Minor issue ... At time, if you increase or decrease the value with the buttons, the slider appears not to be updated even if actually the value changes. If you save and re-enter or simply click forth and back one more time the value displays correctly ... it seems an intrinsic defect of sliders with very wide span of values ... hope you can bear with it! :D Unless someone has got any solution... |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
2 Attachment(s)
POKER DICE, HERE!!!
http://i25.tinypic.com/5tsaao.jpg
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
@No!No!No!Yes!
I have setup widgets on my desktop to update at specific intervals of time.The problem is, that I noticed they are updating even when the phone is locked! I do not want widgets to be updating their content while the device is locked & its obvious I am not looking at them;) This ought to be having some impact on battery life right? This is probably exhibited by all types of widgets so it may be a requirement (or a feature?) of hildon so i will not claim this to be a bug, but can you please consider this as a feature request and provide an option to toggle content updating when device is locked. If this is not possible can somebody please give me the code for checking if device is locked.I will put this at the start of my script and have it exit accordingly. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Choice to have QBW update even if phone is locked was deliberate as QBW is also a monitoring tool and a background program frontend which can maintain/hold some persistency with collected info over time and which may require update even if not in sight. However you are right about the fact that an option should be present here ... and choice to disable update if out of sight left to the user. I'll give it a thought. :) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Actually I have setup the dbus script to underclock device when locked (no need for a fast cpu if its just gonna be sitting idle ;)) and I also have a widget that monitors temp at intervals and sets max overclock speed (don't want it to get too hot). As you can imagine, after i lock the device it underclocks as intended but again overclocks due to the widget:D And from what you posted, if i understood right, are you also going to provide option to disable update when that desktop is not in view (some other desktop/homescreen is)?.That would be very helpful thank you:) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Added also DBUS method_call "is_on_sight" and Parameter Variables substitution for using with scripts, in case user wants to handle with it, which holds "On Sight" or "Out Of Sight" status: $QBW_ON_SIGHT (true=QBW Instance is "ON SIGHT", that is widget is on current desktop and display is not locked or on stand by. false=QBW Instance is not on current desktop and visible or display is off or on stand by) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Hi,
I have a quick question, I am wanting to make a small change to one of jakimans scripts, however I get a bad checksum when I try to import from buffer to Beecon. Can I calculate a new checksum so i can use the script and if so how? Thanks in advance |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Best procedure for changing a QBW is importing the widget and using the "A" area in Advanced Settings & Tools Dialog (click on image to see the wiki) http://wiki.maemo.org/images/thumb/1...Qbwasathsl.jpg |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Thanks for your effort on providing us such a great app! Actually with dbus monitoring i managed to bring backlight to max when connected to power supply, and dim it back when disconected. It was something i was looking for since day one with my n900, as the ability to controll back light level from desktop. you are my man XD Xaba |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
I have updated QBW but there are no scaling buttons for the size. When I try to edit the widget a message like this pops out:
Warning!!! QBW Instance [gueen-beecon.desktop-1] is not currently active in th system! Purge configuration file from obsolete settings? I've uninstalled the QBW and installed it again but this didn't solve the problem. What to do? |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
This is useful in case you want to restore QBW instances after a crash or after a system backup/restore. If you answer Yes, this obsolete configuration data will be removed from your configuration file ... if you answer No, it will still be kept inside configuration file and next time you'll open settings same question will come up. Ciao. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Select yes to purge the file it won't remove your settings.Then add a new widget with the desired command and see if it works. Edit: Oops bit late:) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
OK ... Queen BeeCon Widget release 0.1.9.9 is now in extras-devel
Partial Change Log since 0.1.4 Code:
queen-beecon (0.1.9.9)Usual WARNINGS apply to extras-devel material Almost time to go to Extras-Testing Feel free to experiment with all extended features implemented since 0.1.4 and please report bugs and experiences or feature requests here. QBW shouldn't crash any more if upgraded from >=0.1.9.6 to 0.1.9.9!!! Please, report any problem or crash during installation/upgrade if they still persist Have fun |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
is there an easy way to add an image for the background of the widget and remove that annoying flashing bee?
cheers |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
3 Attachment(s)
Quote:
here they goes. pwr_on_bklght_max.txt will max up the backlight to lvl 255 (range 0 - 255) when dc supply or usb supply is connected pwr_off_bklght_dim.txt will dim the backlight down to lvl 51 (range 0 - 255) when dc supply or usb supply is disconnected Both snippets are invisible and update only with this two signals Edit: i've uploaded also the 5 buffers for controlling the backlight from desktop, in the attached .zip Xaba |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
OK ... Queen BeeCon Widget release 1.0.0.1 is now in extras-testing queue and candidate to reach EXTRAS
Partial Change Log since 0.1.4 Code:
Time for v1.0.0.1 to go to Extras-Testing Please go to this link, test and thumb-up QBW so that it can be promoted and reach EXTRAs ASAP |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Probable bug in ver. 0.1.9.9 if someone else can test and reproduce also.
QBW widget won't monitor DBUS if @Sight is checked. IMO @Sight should only disable updating during locked or offscreen but still keep the widget ready to intercept any dbus commands that are matched by pattern.Having the dbus monitoring off as well is equivalent to having the widget "disabled". Correct me if I am wrong. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
There are plenty of ways to programmatically handle DBUS and other specific conditions ... just a matter of basic shell script programming and use of Parameter Substitution at Command Runtime |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
So is the dbus still monitored or not when this option is enabled? What I am trying to do is set @sight to false during dbus action using parameter substitution like you showed, but what is happening is if @sight is checked the command to disable @sight never gets run presumably because the widget is not active maybe.Any workaround to get this done please.
Thanks Edit : Sorry I am probably not being clear why I need it to continue monitoring dbus, I can send you my code. ps this is the last piece of puzzle to solving the problem I told you about;) |
| All times are GMT. The time now is 11:50. |
vBulletin® Version 3.8.8