![]() |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
@thesnake505
The root of your problem is the missing values in screenshot 2. Did you correctly follow the import procedure? I can tell you the manual values to enter but to make sure nothing else is broken it is better you try to import the beecon again. |
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:
no i just need to work out the clock set to 1000 instead of 850 any way cheers snake :D |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
(skip to the last few pages) |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Thanks Tinypic ... you fu*ked up bad, this time!!!
All images and screenshots gone forever!!! |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
GPRS Traffic Grapher
WARNING!!! Package gnuplot required; please refer to gnuplot documentation for further details The Beecon will display a graph with the progressive consumption of Total, Received and Sent GPRS data spent over time. It will also display green, yellow, red color/icons according to % consumption of a maximum specified threshold Click inside image for specific thread: http://i.imgur.com/Yc9jC.png |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
How to change the value of "@ Interval" from the script?
Thanks |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Then issue reset_rearm_timer method Ciao. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
I only get errors.
I'm doing wrong. Can you give me an example? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Solved, it was a typo
Thanks. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Since this tool can enable GPS to get coordinates?
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
I suggest having a look to first search results here: http://www.google.it/search?q=maemo+5+liblocation+api for some tips on writing helper in C/Python Dunno of any simpler method but maybe could be added in one of the next QBW releases. I'll check feasibility and effort. Ciao. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
and there being no other app as far as email goes, i decided to use qbw for the notifications But when I use this code , it always exits with code 2. I have checked the username and password many times but it just wont run. Can you please help me identify the problem? |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
<username> must be without @gmail.com Try Code:
wget -t 1 -T 3 -q -O - https://<username>:<password>@mail.google.com/mail/feed/atom --no-check-certificate |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
seems like there ws problem when i copied the command..
works flawlessly now.. Thanks a lot and keep up the good work :D |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
best widget ever, now a couple of questions, please be patient with me, i'm a noob, and this is my favorite thing on the n900 .
1-i made a queen becon widget that opens a google page when clicked, but, by mistake, i checked the update @desktop thing, and now every time i go back to the desktop it opens a google page, how can i remove that googel thing (unistalling/reinstallin didn't work ), because now my favorite widget is unistalled, and when installed i can't go to the desktop!! 2- can i get a command to check status update from a facebook friend, or something from twitter ??? and whats the command to display rss feeds ???? 3- i know about the eauropean football thing, but can i just get the command that displays the results from the england league (i like fixing the widget my self) without the images and all that... just the display command . 4-i know about the launch the phone application command, is there wone to lunch the dialer ??? 5-now here is the big one, can we turn this to a google search widget, where we can write the serch subject in a box insdide the widget, and hit the search button ??? kind of like on android . this is the best widget on all mobile devices, and please be patient with me. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
Wifi Toggle On/Off
Can someone take a look at this and tell me what I'm doing wrong? Everything pretty much works, except that when I use the widget to turn Off wifi, the button goes dark as expected but then pops back to On (exit code 1?)... wifi shuts down correctly, though, so it isn't really an issue, just something unexpected happening that I'm not sure how to fix.
There's some disabled dbus-monitoring code in there that I wanted to implement for setting the button to off (for when going out of wifi range or auto-disconnect taking down the wlan), but then I realized programs can bring up the connection too, so I just set it to update the status of the button @desktop... workaround, but whatever. Code:
[queen-beecon-header] |
Re: Wifi Toggle On/Off
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Thanks again and keep up the excellent work. |
Re: Wifi Toggle On/Off
Quote:
|
Re: Wifi Toggle On/Off
Quote:
use $QBW_EXEC_REASON==QBW_CLICK to issue connection on/off command according to $QBW_IS_CONNECTED true/false status use DBUS Monitor with rule: Code:
type='signal',interface='com.nokia.icd',path='/com/nokia/icd',member='status_changed' to be notified about on/off connection status change (grep $QBW_DBUS_VERBOSE_OUTPUT for "CONNECTED" or else) This way you can switch icons when connection is already properly setup |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
the post you mention is very old and issues with proxies get obsoleted by $QBW_.+_PROXY[_URL] variables Still can't understand details about "no go on my 3g + proxy" What is the problem here? Application not supporting proxies? Application working on particular non-proxable ports? Operator blocking 3g traffic on application ports (like skype for examples on some mobile networks)? Not sure QBW can solve your issues here. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
The problem is applications not supporting proxies, their are many of them zoutube included. I thought it may be possible to do the export proxy thing and then launch the app through queen beecon widget.
Cheers |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Thanks for your quick reply. I will continue looking for a solution, it's a shame that some apps do not support proxies, it has a limiting effect on the phone. It sometimes gets you down when other models do not have this problem.
Thanks again |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Wow now I feel even more like an idiot, so many parts of what I was doing is completely inelegant. I blame the 35C heat wave knocking out my brain cells. Here's a revised version of the script I was working on without all that nonsense (command only this time, cause I fail at single lines)...
Code:
[queen-beecon-header] |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
was anyone able turn this awesome widget to a flip clock ??????
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
http://i.imgur.com/mztSu.png http://i.imgur.com/4M0rE.png |
Re: Queen BeeCon Widget release 1.2 is now in extras-testing
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
it looks damm awesome. i know this is a preview, but i think that the numbers should be at the same level and a transparent background (or no background at all) would be awesome.... thanks mate . |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
http://i.imgur.com/oB35k.png Work in progress ... for day, day of week, month, year |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
if yes, than u just made my day . |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
cool flip clock widget! love to see it on my desktop :D
tell me something No!No!No!Yes!.... i need a widget that can be pressed in two places... remember i started a thread for dial pad app request,.... so i saw a + * button for dialer widget, but i could not see where command starts, and where is a part of qbw command of sensing witch part of widget is being pressed... so i what to implement these two command (phone and keypad).... and,.... could you help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! thx..... :) |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Quote:
Why bother with one widget and click-detection logic when you could just have 2 with no more hassle then pasting each command each? However click-detection logic example is HERE or this: PHP Code:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
it is a task for me to do, and i want to make something, that would be proudly presented to the community! not much... but hey, this community give so much to us... better to contribute something, then nothing ;) and yet again, i am an architect, not a programmer, so it is quite difficult for me to understand all these codes, and how thing work in it, but i always trying to make effort to learn new thins! ;) cheers mate ;) |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
making apps (or widgets) is simply WAY over my knowledge of coding (witch is already near zero level) :D :p |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Feel free to ask as you like and also don't be afraid of posting draft material here ;) We are all in the process of learning something ... somewhere, somehow!!! Ciao. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Feel free to ask as you like and also don't be afraid of posting draft material here ;) We are all in the process of learning something ... somewhere, somehow!!! Ciao. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
How do I access the variables, such as: $QBW_EXEC_REASON from the bash script that I run?
|
All times are GMT. The time now is 09:10. |
vBulletin® Version 3.8.8