![]() |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
can i install QBW in pc
how to do this |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Hi, No!No!No!Yes!
I love your app, I have been busy replacing my regular widgets with beecons for the past week or so, and I am currently working on a "like button" for my mp3 player", I dump a bunch of new songs onto a folder, and if I hear a song i like, I just press the LIKEbutton, and it saves the song file to another folder. it seems to be working well, but I think I found a bug in queenbeecon, I am using QBW V1.3.3, and my N900 firmware is up to date. the LIKEbutton uses the DBUS to get the currently playing song from the media player (I am using Mediabox player), but if the song titles have single quotes in them (" ' "), $QBW_DBUS_VERBOSE_OUTPUT returns NOTHING, in fact, the entire script seems to crash, returning an exit code 2. I set up a demo beecon that was taken from your own Wiki page, with a slight modification to include a " ' " in a DBUS output string. Code:
run-standalone.sh dbus-send --system --type=signal /com/example/app/Signal com.example.app.Signal.Test string:'Oh' string:'No!!!' string:'More QBWs!!!' string:"single quotes don't work here" boolean:true uint32:10000 "single quotes don't work here" to "single quotes dont work here" the script works fine. here is the beecon that demonstrates the bug (original script code from Wiki): Code:
[queen-beecon-header] Thanks for reading :) |
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
Quote:
Actually, I think the problem here is the: Code:
echo '$QBW_DBUS_VERBOSE_OUTPUT' Code:
echo '.....single quotes don't work here...' How about trying with: Code:
echo "$QBW_DBUS_VERBOSE_OUTPUT" Like for example: '...$$$ for nothing...' One more thing to try (shell Here Documents): Code:
echo <<LikeThisSong |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
i usual i use the cat command so i can see my notes but i need a script that i will access it from my desktop, and the location of my note is /home/user/MyDocs/note.html
how can i do that ? i have this script but i can't open my text location: dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"osso_notes" please can anyone correct it, thank you |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Code:
QT="'"; echo $QT$QBW_DBUS_VERBOSE_OUTPUT$QT like this: "single quotes don" but this is a far more serious problem, since the entire script crashes, and I get no output at all. I will add some code to the demo beecon before $QBW_DBUS_VERBOSE_OUTPUT is read to confirm that the beecon code crashes, but I'm pretty sure it does crash . Quote:
the same as doing: Code:
QBW_DBUS_VERBOSE_OUTPUT="single quotes don't work here" the problem is that $QBW_DBUS_VERBOSE_OUTPUT is being set internally by YOUR code, so there isn't anything I can do to correct it after it was set by QBW. Please try out the beecon & DBUS command I posted above, and see for yourself . thanks :) |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
well, I was wrong,
it does seem to work, but it's not very useful, unfortunately. it only displays the entire dbus output, you can't pass it to another variable for further processing, and a here-doc that was posted on the page you linked to is SUPPOSED to pass the output to a variable doesn't seem to work :( Code:
variable=$(cat <<SETVAR or even look to see if it can be fixed ? I would think it can be fixed, since the dbus output shows up in the QBW logs & is formatted correctly . Thanks for pointing me to the here-docs though, at least I learned something new for all my effort . |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
It's just a matter of scripting skills and shell knowledge. http://i.imgur.com/Yozhy.jpg |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
well, if a single character (" ' ") causing an entire script to crash isn't a bug, than I don't know what is, (and it does crash, I checked).
I'm not trying to do anything unusual in the beecon, just trying to extract data from $QBW_DBUS_VERBOSE_OUTPUT, and it works just fine, until it encounters a single quote in the dbus message, how is that not a bug ? why would I need to add several extra lines of code just to handle quote chars when a: "my_variable=$QBW_DBUS_VERBOSE_OUTPUT" should suffice for ALL printable chars.? and that screenshot you posted shows that the script is clearly NOT running on your widget. |
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
Ok, no problem .
I did my part & reported the issue, and it's up to you of course, if you choose to do anything about it, or not . Good luck with your app :) |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
just a litle something something i did with beecon .
http://talk.maemo.org/attachment.php...1&d=1298663652 |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
No!No!No!Yes! the backup of Queen Beecon Widgets to the backup zip files done by the Backup app fails to include
Code:
/home/user/.queen_beecon If in XTerm you type: Code:
dbus-monitor --system --monitor type='signal',path='/com/nokia/backup',interface='com.nokia.backup' Perhaps all widgets could/should be paused when the Backup app runs or at least the updating of the file should wait until the backup has completed. I don't know if this is the cause of the problem. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
http://img141.imageshack.us/img141/7...0110301141.png
I've been using Queen Beecon for quite some time now and I consider this to be the #1 application for the N900. It's a flexible, efficient method to create GUIs of which you know exactly what they do and how they perform. I still prefer to write proper scripts and launch them in Xterm for complex tasks, but QBW is great for the smaller things which you activate and deactive often. Thank you, No!No!No!Yes!. You're a valuable member of the Maemo-community and I believe you should be treated as one way more often. Edit: New screenshot. + Changed the layout of the post. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Can't promise a pin on Calendar though, as I'm currently in the middle of several work missions abroad. Ciao. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
how to make accuweather widget same like yahoo weather any one help me please
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Gyus i know, this probably was asked and answered before but, i want to get rid of my ussd widget, and do ussd queries with Queen Beecon, is this possible? Please excuse me for my lazyness.
P.S. and if yes, where to put the code, that helps me to get rid of annoying message after or before my actual account stand? like "30$" and not: "Your account has 30$ and etc...." |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
ok, i've been doing a lots of searches, but didn't found what i was looking for :( .
ok all what i want is 2 queen beecons to load 2 different kernel-config profiles, i know its very easy, but the problem i'm facing is that i want to know which profile i'm currently using from the widgets . i already know how to load the profile from the beecon . in simple words : -i have 2 queen beecons, each loads a different overclocking profile . -but what i want is that when i click one i want it to load a picture while the other one load another picture . -or when click one its gets highlited, while the other gets lowlighted -or something like this : http://t0.gstatic.com/images?q=tbn:A...MmBVaOSz4a&t=1 with one beecon that goes from one profile to the other . P.S. : -do you know where i can find the instructions to the beecons in the picture above ? - my 2 overclock profiles are called : myconfig ( 850mhz) and superconfig (1 ghz) . thanks No!No!No!Yes! for all your hard work, this widget is of the hook ! |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
http://wiki.maemo.org/Queen_BeeCon_W...N.2FOFF_Button http://talk.maemo.org/showthread.php...289#post823289 The if statement in the command line could set the OC to 850 at startup and switch between 850 and 1GHz when the icon is pressed. You set Beecon Status = 0 to be your 1GHz icon and Beecon Status = 1 to be the 850 icon so that the icons change when pressed. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
ok dude i mannaged to get the beecon on my desktop, but i can't make it to load my profiles, how can i make it load my profiles ? i've tried many things but its not working .
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
This is the command I used for a General/Silent profile switcher.
Assume you would substitute the OC script into this instead of the phone-control commands. Maybe post you command for some skilled QBWers to have a look at (I'm not one...) if [ "$QBW_RESULTS_TEXT" == "QBW_STARTUP_UPDATE" ]; then phone-control --profileset general; echo "ON"; exit 1; fi;if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ]; then phone-control --profileset silent; echo "OFF"; exit 0; else phone-control --profileset general; echo "ON"; exit 1; fi; |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
thanks mate, all done .
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
[IMG]http://img849.imageshack.us/img849/5279/693031.jpg[/IMG]
is it possible to have these widgets moving when the battery is the full or low that the stripe is empty using queen beecon widget? i already tried with multiple images but it is not working |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
... and have a look at Naive Dice Rolled QBW for an example of moving QBW |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
I want the widget to indicate what percentage battery or cpu freq it is but i want that the widget are empty when MIN and full for MAX just like enigma or conky for pc
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Hi,
Thank you very much for this app.I am very new here.I made a widget with d bus command that calls a specified number.Its working but the problem is its getting activated when i go to the desktop.what i want is it should start only when i click the widget. May be its very basic question.Even i did my homework but in vain.The settings are 1.startup yes 2.desktop-yes 3.sight -no 4.click-yes 5.multiclick-no since its a dbus event what should be the rule to get it working if i need it in the first place regards |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Could someone post a script for toggling silent/general? I've never done a toggle beecon, so can someone tell me or point me to a post on how it sees two pictures?
Also, reading Elie's post above makes me want a similar thing but the instructions are confusing. I have 2 OC profiles, 900 and 1GHz, but i usually run at default 600MHz. Can someone say how to make a beecon for 600/900, and 600/1GHz? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Code:
sudo kernel-config load (your profile name here ) should work that all i have . . |
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
Quote:
My post a few above yours should do it - it is a QBW that toggles between a G and S image when profile changes. Command use MA-Gs phone control script, which is in the repos. Also - interested why people toggle OC frequencies. Is it a battery or other performance reason? (Mine is permanently set at 1100 and has never missed beat.) |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
As for toggling, mainly because i don't want to risk frying the device. 99% of the time it's fine at default speeds so i only OC if i need the extra power |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
1st place to look: http://talk.maemo.org/showpost.php?p=784834&postcount=1 This is a simple way of using the existing Phone Control scripts (http://wiki.maemo.org/Phone_control for reference) The one called profileset can toggle between General and Silent - this was easier for me than the dbus commands in the wiki... Create or otherwise get a General and a Silent .png file Create a new QBW In Beecon Statuses area, set the =0 to be your Silent .png file set the =1 to be the General .png In the Edit Command, if you copy the if statement in my other post and paste it here it should work straight off. In Update Policies, set it to run on startup and on click There will be other settings to change - I see lots of Hide "Yes" and Position "Hidden" - but the above should get you most of the way. PS - standard disclaimer that I am a computer numpty and self taught through copying other people's good work |
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
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Elie-7 made the OC profile changer - I guess using a similar logic. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Hi there,
I'm very impressed with this tool but at the same time somewhat overwhelmed by the sheer complexity and possibilities it offers. I just started to mess around with it, so it’ll take some time until I get the hang of it. I have on issue though. Since version X.XX there is a possibility to use the GPS/Location function and I’ve read the rest of the thread, looking for hint on how to actually use it. My understanding is that I can trigger the execution of a snippet/beecon when the system registers the location, wether it is via cell identification or GPS Fix. Question is now, has anyone ever done this before? I have absolutely no idea how to go about this. Where do I get the location information, where do they belong, can I use a range, etc. If someone could point me in the right direction, that would be fantastic. Thank you very much. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Hi,
I have created a script to scrape data to view the cricket word cup result. This following is the code. I tried running it with QBW, but I am not seeing any result. But in terminal it is showing the required result. I am running the command in QBW as Code:
sh /path/to/script.sh Code:
#!/bin/sh EDIT: sorry everyone, i got it working. The problem was my path. I gave it as MyDocs/so/and/so. I changed it to /home/user/MyDocs/so/and/so and now it is working! |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Appologies if this is already posted somewhere, but I couldn't find it with power search. Could someone tell me the code to make a simple widget/button to call the phone application. Yes, I could just use the phone shortcut, but I need to use a seperate icon from the other ones and I also want to be able to place it exactly where I want it. Thanks.
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
http://wiki.maemo.org/Phone_control#...ne_application
Code:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui" |
All times are GMT. The time now is 18:58. |
vBulletin® Version 3.8.8