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)

moudy91 2011-01-27 08:42

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
hey guys i need some help with something and i hope that someone will help me, i need to create beecon command.
about me i use xterm to ping access points, but it takes me time to ping it i mean when i want to work i open the xterm then i type root then i type ping xxx.xxx.xxx.xxx but this method take time so i need a command that i can put it on the beecon so i will work fast, so any help guys ???

moudy91 2011-01-27 11:47

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
hey guys i need some help with this command so if can any one fix it for me
dbus-send --print-reply --type=method_call --dest=com.nokia.xterm / com.nokia.xterm.run_command string:"ping -q -c 3 192.168.0.1"

thnak you

Raif 2011-01-27 19:37

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
1 Attachment(s)
Clock Displayed as Text instead of numbers

This is posted here http://talk.maemo.org/showthread.php...e+clock&page=3

But though it made sense to put it with the other QBW stuff

Its a bit rough around the edges and could do with some tweaks, I would be interested to see any changes that people make:D

QBW code

Code:

[queen-beecon-header]
version=1.000000
checksum=19217036
[queen-beecon-exported-instance]
widgetType=1
widgetVisible=1
operationalStatus=0
hideCanvas=true
hideClickCanvas=true
snippetBgRGB=0
snippetExtBgRGB=#000000000000
beecon_lt0_ImgZoom=0
beecon_lt0_BgRGB=2
beecon_lt0_ExtBgRGB=#808080808080
beecon_lt0_ImgFilename=
beecon_eq0_ImgZoom=0
beecon_eq0_BgRGB=3
beecon_eq0_ExtBgRGB=#0000ffff0000
beecon_eq0_ImgFilename=
beecon_eq1_ImgZoom=0
beecon_eq1_BgRGB=4
beecon_eq1_ExtBgRGB=#ffffffff0000
beecon_eq1_ImgFilename=
beecon_ge2_ImgZoom=0
beecon_ge2_BgRGB=5
beecon_ge2_ExtBgRGB=#ffff00000000
beecon_ge2_ImgFilename=
beecon_idxge2_ImgZoom=0
beecon_idxge2_BgRGB=11
beecon_idxge2_ExtBgRGB=#0000ffffffff
beecon_idxge2_ImgFilename=
widWidth=555
widHeight=110.24539877300613
instanceTitle=TextTime
instanceCmd=# echo -e "`date +'<span font=\\"15\\">%l:%M</span>%p - %A, %B %d'`"\n\nHR="`date +'%l'`"\nMIN="`date +'%M'`"\nMIN1="`date +'%p'`"\n\n# Convert HR no to text\nif [ $HR = 0 ] ; then HR="Zero"\nelif [ $HR = 1 ] ; then HR="One"\nelif [ $HR = 2 ] ; then HR="Two"\nelif [ $HR = 3 ] ; then HR="Three"\nelif [ $HR = 4 ] ; then HR="Four"\nelif [ $HR = 5 ] ; then HR="Five"\nelif [ $HR = 6 ] ; then HR="Six"\nelif [ $HR = 7] ; then HR="Seven"\nelif [ $HR = 8 ] ; then HR="Eight"\nelif [ $HR = 9 ] ; then HR="Nine"\nelif [ $HR = 10 ] ; then HR="Ten"\nelif [ $HR = 11 ] ; then HR="Eleven"\nelif [ $HR = 12 ] ; then HR="Twelve"\nfi\n\n# Convert MIN no to text\nif [ $MIN = 00 ] ; then MIN="Zero"\nelif [ $MIN = 01 ] ; then MIN="One"\nelif [ $MIN = 02 ] ; then MIN="Two"\nelif [ $MIN = 03 ] ; then MIN="Three"\nelif [ $MIN = 04 ] ; then MIN="Four"\nelif [ $MIN = 05 ] ; then MIN="Five"\nelif [ $MIN = 06 ] ; then MIN="Six"\nelif [ $MIN = 07 ] ; then MIN="Seven"\nelif [ $MIN = 08 ] ; then MIN="Eight"\nelif [ $MIN = 09 ] ; then MIN="Nine"\nelif [ $MIN = 10 ] ; then MIN="Ten"\nelif [ $MIN = 11 ] ; then MIN="Eleven"\nelif [ $MIN = 12 ] ; then MIN="Twelve"\nelif [ $MIN = 13 ] ; then MIN="Thirteen"\nelif [ $MIN = 14 ] ; then MIN="Foreteen"\nelif [ $MIN = 15 ] ; then MIN="Fifteen"\nelif [ $MIN = 16 ] ; then MIN="Sixteen"\nelif [ $MIN = 17 ] ; then MIN="Seventeen"\nelif [ $MIN = 18 ] ; then MIN="Eighteen"\nelif [ $MIN = 19 ] ; then MIN="Nineteen"\nelif [ $MIN = 20 ] ; then MIN="Twenty"\nelif [ $MIN = 21 ] ; then MIN="TwentyOne"\nelif [ $MIN = 22 ] ; then MIN="TwentyTwo"\nelif [ $MIN = 23 ] ; then MIN="TwentyThree"\nelif [ $MIN = 24 ] ; then MIN="TwentyFour"\nelif [ $MIN = 25 ] ; then MIN="TwentyFive"\nelif [ $MIN = 26 ] ; then MIN="TwentySix"\nelif [ $MIN = 27 ] ; then MIN="TwentySeven"\nelif [ $MIN = 28 ] ; then MIN="TwentyEight"\nelif [ $MIN = 29 ] ; then MIN="TwentyNine"\nelif [ $MIN = 30 ] ; then MIN="Thirty"\nelif [ $MIN = 31 ] ; then MIN="ThirtyOne"\nelif [ $MIN = 32 ] ; then MIN="ThirtyTwo"\nelif [ $MIN = 33 ] ; then MIN="ThirtyThree"\nelif [ $MIN = 34 ] ; then MIN="ThirtyFour"\nelif [ $MIN = 35 ] ; then MIN="ThirtyFive"\nelif [ $MIN = 36 ] ; then MIN="ThirtySix"\nelif [ $MIN = 37 ] ; then MIN="ThirtySeven"\nelif [ $MIN = 38 ] ; then MIN="ThirtyEight"\nelif [ $MIN = 39 ] ; then MIN="ThirtyNine"\nelif [ $MIN = 40 ] ; then MIN="Forty"\nelif [ $MIN = 41 ] ; then MIN="FortyOne"\nelif [ $MIN = 42 ] ; then MIN="FortyTwo"\nelif [ $MIN = 43 ] ; then MIN="FortyThree"\nelif [ $MIN = 44 ] ; then MIN="FortyFour"\nelif [ $MIN = 45 ] ; then MIN="FortyFive"\nelif [ $MIN = 46 ] ; then MIN="FortySix"\nelif [ $MIN = 47 ] ; then MIN="FortySeven"\nelif [ $MIN = 48 ] ; then MIN="FortyEight"\nelif [ $MIN = 49 ] ; then MIN="FortyNine"\nelif [ $MIN = 50 ] ; then MIN="Fifty"\nelif [ $MIN = 51 ] ; then MIN="FiftyOne"\nelif [ $MIN = 52 ] ; then MIN="FiftyTwo"\nelif [ $MIN = 53 ] ; then MIN="FiftyThree"\nelif [ $MIN = 54 ] ; then MIN="FiftyFour"\nelif [ $MIN = 55 ] ; then MIN="FiftyFive"\nelif [ $MIN = 56 ] ; then MIN="FiftySix"\nelif [ $MIN = 57 ] ; then MIN="FiftySeven"\nelif [ $MIN = 58 ] ; then MIN="FiftyEight"\nelif [ $MIN = 59 ] ; then MIN="FiftyNine"\n\nfi\necho  "${HR}${MIN}${MIN1}"
rememberMe=
cmdImgFilename=
cmdImgAngle=0
cmdImgZoom=0
cmdFgRGB=1
cmdExtFgRGB=#ffffffffffff
cmdTextAngle=0
cmdVisibilityPosition=0
cmdImgVisibilityPosition=5
cmdJustify=0
cmdExtFont=Nokia Sans bold italic 12
cmdFontName=3
cmdFontSize=12
resImgFilename=
resImgAngle=0
resImgZoom=0
resFgRGB=1
resExtFgRGB=#c7c7c7c7c7c7
resTextAngle=0
resVisibilityPosition=5
resImgVisibilityPosition=3
resJustify=0
resExtFont=Hand Of Sean 50
resFontName=16
resFontSize=10
resWrapLongLines=false
progressAnimationFrames=4
progressAnimationTimer=4
progressAnimationPos=2
progressAnimationAtClickXY=false
progressAnimationBasename=
updOnStartup=true
updOnClick=true
multiClick=false
updOnDesktop=true
updOnSight=false
updOnOrientation=false
delayIndex=1
customIntervalSecs=0
updNeworkPolicy=0
GPSsettings=0
updOnDBUS=0
updOnDBUSBus=0
updOnDBUSMatchRule=


moudy91 2011-01-27 22:47

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by No!No!No!Yes! (Post 927391)
Sorry ... there are currently limitations in the Hildon-Home plugins architecture which cannot be easily circumvented, further, documentation is very limited and time to figure out things by reversing sources does not fit in my current scheduling.

However, flipclock setup is just a one-shot operation and instructions are very thorough and detailed.

This is the price for extreme flexibility :)

hi.
please can you help me with this command because i cant figure out how to make it.
if [ "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ]; then
# add here switch on instructions
echo "ON";
exit 1;
fi;

if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ]; then
# add here switch off instructions
echo "OFF";
exit 0;
else
# add here switch on instructions
echo "ON";
exit 1;
fi;


but i want it to enable and disable bluetooth in beecon with on click
thank you and regards

seasharkvvv 2011-01-28 00:13

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
does anyone have day/night working 24/7?? mine works about 10 hours a day maximum

No!No!No!Yes! 2011-01-28 14:15

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by moudy91 (Post 930288)
hi.
please can you help me with this command because i cant figure out how to make it.
if [ "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ]; then
# add here switch on instructions
echo "ON";
exit 1;
fi;

if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ]; then
# add here switch off instructions
echo "OFF";
exit 0;
else
# add here switch on instructions
echo "ON";
exit 1;
fi;


but i want it to enable and disable bluetooth in beecon with on click
thank you and regards

PHP Code:

if [ "$QBW_EXEC_REASON== "QBW_STARTUP_UPDATE" ]; then
#    add here switch on instructions
    
dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez org.bluez.Manager.ListAdapters awk -F'"' '/at/ {print $2}'org.bluez.Adapter.SetProperty string:Powered variant:boolean:true
    
echo "ON";
    exit 
1;
fi;

if [ 
"$QBW_CURRENT_RESULTS_TEXT== "ON" ]; then
#    add here switch off instructions
    
dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez org.bluez.Manager.ListAdapters awk -F'"' '/at/ {print $2}'org.bluez.Adapter.SetProperty string:Powered variant:boolean:false
    
echo "OFF";
    exit 
0;
else
#    add here switch on instructions
    
dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez org.bluez.Manager.ListAdapters awk -F'"' '/at/ {print $2}'org.bluez.Adapter.SetProperty string:Powered variant:boolean:true
    
echo "ON";
    exit 
1;
fi


NightShift79 2011-01-28 18:19

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
how should the above code look to set the caller id on/off ?

moudy91 2011-01-28 19:53

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by No!No!No!Yes! (Post 930662)
PHP Code:

if [ "$QBW_EXEC_REASON== "QBW_STARTUP_UPDATE" ]; then
#    add here switch on instructions
    
dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez org.bluez.Manager.ListAdapters awk -F'"' '/at/ {print $2}'org.bluez.Adapter.SetProperty string:Powered variant:boolean:true
    
echo "ON";
    exit 
1;
fi;

if [ 
"$QBW_CURRENT_RESULTS_TEXT== "ON" ]; then
#    add here switch off instructions
    
dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez org.bluez.Manager.ListAdapters awk -F'"' '/at/ {print $2}'org.bluez.Adapter.SetProperty string:Powered variant:boolean:false
    
echo "OFF";
    exit 
0;
else
#    add here switch on instructions
    
dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez org.bluez.Manager.ListAdapters awk -F'"' '/at/ {print $2}'org.bluez.Adapter.SetProperty string:Powered variant:boolean:true
    
echo "ON";
    exit 
1;
fi



your the man dude really your the creator, thank you so much.

arvind 2011-01-28 20:51

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Is it Doable with QBW:
I have a unique problem with my N900 (With touch screen). I will describe my problem first and suggustion a solution if its doable !

.I have all the four desktop screens loaded with shortcuts & widgets.
.My friends & collegues many times takes my N900 from me for exploring the phone features
or I have to offer my phone to family; like If I am on a call with my mother & my mother wishes to speak to my wife or brother, I give my phone to them for talking to my mother.

.Many of them are not very familiar with Touch screen sensitivity.
. I have now developed slow touch movement and judgement how to use phone so it does not displaces/activates shortcuts while scrolling of screens; or activates desktop editing mode.
. Once desktop goes in editing mode or if accidentally shortcut gets activated; A new user (Non touch screen or Non N900 user) increases his effort to put things in order, which creates a big mess.

Only suggestion I could think of is:
- To make a shortcut & place it on desktop screen.
- Unless I touch & activate this particular shortcut, desktop screens would only SCROLL and Answer incoming calls. No matter whoever touches, wherever; or how fast or slow; long touch or multiple tappings etc.
- Only After activating that particular shortcut; Phone should go into full (Normal) usability mode.

Guys do you think it is doable?
I am not a programmer nor I can write scripts. I am just a plain user.
If its a doable. I would really appreciate your help in making such a shortcut

With kind regards and thanks,
Arvind

No!No!No!Yes! 2011-01-28 21:05

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by arvind (Post 930901)
Is it Doable with QBW:
I have a unique problem with my N900 (With touch screen). I will describe my problem first and suggustion a solution if its doable !

.I have all the four desktop screens loaded with shortcuts & widgets.
.My friends & collegues many times takes my N900 from me for exploring the phone features
or I have to offer my phone to family; like If I am on a call with my mother & my mother wishes to speak to my wife or brother, I give my phone to them for talking to my mother.

.Many of them are not very familiar with Touch screen sensitivity.
. I have now developed slow touch movement and judgement how to use phone so it does not displaces/activates shortcuts while scrolling of screens; or activates desktop editing mode.
. Once desktop goes in editing mode or if accidentally shortcut gets activated; A new user (Non touch screen or Non N900 user) increases his effort to put things in order, which creates a big mess.

Only suggestion I could think of is:
- To make a shortcut & place it on desktop screen.
- Unless I touch & activate this particular shortcut, desktop screens would only SCROLL and Answer incoming calls. No matter whoever touches, wherever; or how fast or slow; long touch or multiple tappings etc.
- Only After activating that particular shortcut; Phone should go into full (Normal) usability mode.

Guys do you think it is doable?
I am not a programmer nor I can write scripts. I am just a plain user.
If its a doable. I would really appreciate your help in making such a shortcut

With kind regards and thanks,
Arvind

To my knowledge there is no easy/noob way to do that.
There are partial solutions:
http://talk.maemo.org/showthread.php?t=50724
http://talk.maemo.org/showthread.php?t=59390
but require advanced tweaking with your phone.

moudy91 2011-01-28 21:15

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
hey guys i need small help with a script, i need to create a beecon command .
usual if i want to ping any access point i have to go to exterminal and then type root and then type ping xxx.xxx.xxx.xxx and this is taking me time to type it so i need a beecon script to do it, all i have to do is to click on the command and directly it will open the xterminal and then immediate ping that i want.
so any one have this idea please ???
thank you

arvind 2011-01-28 21:20

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Many thanks for quick reply :)
let me go through the links
Thanks again.

moudy91 2011-01-29 08:08

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
hey guys, if their a way to backup all the beecon script and to restore them later because about me i always flash my phone so i dont want to config every time my beecon widget, so any idea how to backup my scripts and then restore them???
thank you

arvind 2011-01-30 05:21

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Many thanks for the links NNNY for partial solution.
And you were right that I am bit scared to use xterm commands due to my total lack of knowledge about it.
However, i tried following:
I made a new QBW and selected 'hidden in SHOW button (to make it transparent).
I resized the Widget to 800 X 424 (max pixel size) and placed it to X value=0; So it covered the whole screen area.

Voila ! It gave me the protection of wrong handling and flexibility to scroll and answering incoming calls :)
Half work is been done. Rest half to remove that widget for enabling the
full (normal) usage of phone is bit tedious.
I had to long press and activate desktop editing mode and remove that widget manually and same process for putting that widget back on the screen.

Now; Is there a way to automate the process to remove or putting this widget back on screen by tapping few clicks or by other simpler way?

With kind regards and thanks,
Arvind

No!No!No!Yes! 2011-01-30 13:12

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by arvind (Post 931671)
Many thanks for the links NNNY for partial solution.
And you were right that I am bit scared to use xterm commands due to my total lack of knowledge about it.
However, i tried following:
I made a new QBW and selected 'hidden in SHOW button (to make it transparent).
I resized the Widget to 800 X 424 (max pixel size) and placed it to X value=0; So it covered the whole screen area.

Voila ! It gave me the protection of wrong handling and flexibility to scroll and answering incoming calls :)
Half work is been done. Rest half to remove that widget for enabling the
full (normal) usage of phone is bit tedious.
I had to long press and activate desktop editing mode and remove that widget manually and same process for putting that widget back on the screen.

Now; Is there a way to automate the process to remove or putting this widget back on screen by tapping few clicks or by other simpler way?

With kind regards and thanks,
Arvind

Good job and good idea.
There is surely a way to handle things with your approach but needs coding scripts skills.
I can give some guidelines if someone would like to take the challange...
Here's the way to go to change QBW properties on the go: http://wiki.maemo.org/Queen_BeeCon_W..._QBW_over_DBUS
I can think of one QBW on each screen
Default icon, size and dimensions a small padlock somewhere on a screen corner.
On click it changes its and others' desktops size/dimensions/visibility to full screen and hidden. (problem here is that widget needs to be on top of every other widget on screen - and there is no easy way to achieve this programmatically)
This way all your desktops (but the menu area on top of screen) are protected against mis-tapping and you have the possibility to scroll and answer calls.
Hidden QBWs can then react to double/triple/N-ple clicks ($QBW_CLICKS_COUNT) and minimize to original padlock thus unlocking interaction with other widgets on screen.
Tweaking/monitoring with DBUS signals (http://wiki.maemo.org/Queen_BeeCon_W...nd_Interceptor) hooked to keyboard events or sleep mode events can enhance this functionality.
These QBWs could be of some help:
http://wiki.maemo.org/Queen_BeeCon_W...N.2FOFF_Button
http://wiki.maemo.org/Queen_BeeCon_W...ve_Dice_Roller
http://wiki.maemo.org/Queen_BeeCon_Widget#Poker_Dice
Of course you need to store QBWs hidden/visible statuses with $QBW_REMEMBER_ME and handle $QBW_EXEC_REASON for QBW_STARTUP_UPDATE, QBW_DBUS_MONITOR, QBW_CLICK ...

arvind 2011-01-30 15:14

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Wow! Many Thanks NNNY.
Let me read and understand all above points before I submit my reply or reaction :)

arvind 2011-01-30 16:23

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
This surely looks like a challenge for me !
Let me put down the involved work the way I have understood.

1. To have a QBW (hidden) on each screen.
2. Upon desired N-ple clicking, QBW would increase its size to cover the whole desktop screen, Right !
3. Upon desired N-ple clicking, QBW would reduce its size and becomes a small shortcut of prefixed size.

Am I right?

Regret all the coding scripting required for it as suggested / mentioned in your post, is way too much for me to handle.

I may be totally wrong, but is it not possible to write some script command in EDIT CMD in QBW to execute above 2 functions! (or linking above 2 functions in any programming way to have them execute above functions)

With kind regards and thanks,
Arvind

No!No!No!Yes! 2011-01-31 09:33

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by moudy91 (Post 931105)
hey guys, if their a way to backup all the beecon script and to restore them later because about me i always flash my phone so i dont want to config every time my beecon widget, so any idea how to backup my scripts and then restore them???
thank you

I never tested this myself but it should work:
1) Before flashing: save configuration file and images directories in a safe place:
Code:
/home/user/.queen_beecon
/home/user/.queen_beecon_dir
/home/user/MyDocs/.images/queen_beecon_dir/
2) After flashing: reinstall qbw package (don't add any qbw widget yet)
3) copy back configuration file and images directories
4) Now keep adding back qbw widgets via desktop gear/menu until they are all restored. (don't issue any qbw configuration step until all qbws are restored)

Actually there should be an automatic procedure (described here), integrated into the N900 backup/restore subsystem, which issues step 1) when you perform a backup and step 3) when you perform restore via normal N900 backup/restore applications. It has never been thoroughly tested though.
Ciao.

[DarkGUNMAN] 2011-01-31 10:01

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Is there a feature in qbw to mirror/flip a png file? If not is this a feature you'd be willing to implement in the next version of qbw?

No!No!No!Yes! 2011-01-31 10:46

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by [DarkGUNMAN] (Post 932436)
Is there a feature in qbw to mirror/flip a png file? If not is this a feature you'd be willing to implement in the next version of qbw?

What use would you have in mind for this?

[DarkGUNMAN] 2011-01-31 11:04

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Some images like the one I download for yahoo weather are not symetrical (sun/moon on the left, cloud cover/mist on the right), so I was aiming to create a mirrored image just behind the main image to give the illusion that is is balanced

I also had another thought. Is it possible to enable the refresh of a qbw every 1 seconds, but only when connected to a network, so it is dormant when offline?

No!No!No!Yes! 2011-01-31 11:53

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by [DarkGUNMAN] (Post 932464)
Some images like the one I download for yahoo weather are not symetrical (sun/moon on the left, cloud cover/mist on the right), so I was aiming to create a mirrored image just behind the main image to give the illusion that is is balanced

http://wiki.maemo.org/images/thumb/b...px-Snap203.jpg

http://wiki.maemo.org/images/thumb/6...px-Snap032.png
Uhm ... maybe an extension of 2 (H-flip, V-flip) in next release, no current release schedule however.

Quote:

Originally Posted by [DarkGUNMAN] (Post 932464)
I also had another thought. Is it possible to enable the refresh of a qbw every 1 seconds, but only when connected to a network, so it is dormant when offline?

http://wiki.maemo.org/images/thumb/f...px-Snap034.png
Set:
7 = Custom (")
8 = 1
9 = When Connected

stevomanu 2011-02-01 13:36

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
1 Attachment(s)
well i have a little issue applied my beecon an for some reason look were its ended up any ideas how i can move it at all have tryed deleting it but it stays there

No!No!No!Yes! 2011-02-01 17:51

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by stevomanu (Post 933342)
well i have a little issue applied my beecon an for some reason look were its ended up any ideas how i can move it at all have tryed deleting it but it stays there

A phone reboot should fix it...

stevomanu 2011-02-01 18:29

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by No!No!No!Yes! (Post 933517)
A phone reboot should fix it...

have tryed that , just on a reinstall so hopefully that will sort it cheers thou

No!No!No!Yes! 2011-02-01 21:04

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by stevomanu (Post 933550)
have tryed that , just on a reinstall so hopefully that will sort it cheers thou

Let me know.
And please describe detailed actions which brought issue.
10x

moudy91 2011-02-04 06:48

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by No!No!No!Yes! (Post 932420)
I never tested this myself but it should work:
1) Before flashing: save configuration file and images directories in a safe place:
Code:
/home/user/.queen_beecon
/home/user/.queen_beecon_dir
/home/user/MyDocs/.images/queen_beecon_dir/
2) After flashing: reinstall qbw package (don't add any qbw widget yet)
3) copy back configuration file and images directories
4) Now keep adding back qbw widgets via desktop gear/menu until they are all restored. (don't issue any qbw configuration step until all qbws are restored)

Actually there should be an automatic procedure (described here), integrated into the N900 backup/restore subsystem, which issues step 1) when you perform a backup and step 3) when you perform restore via normal N900 backup/restore applications. It has never been thoroughly tested though.
Ciao.

dear friend.
after flashing my pone yesterday i did backup
/home/user/.queen_beecon
/home/user/.queen_beecon_dir
/home/user/MyDocs/.images/queen_beecon_dir/
and now i restored them, and everything did go well, and every beacon was in the same position and every script got the right command, thank you.

moudy91 2011-02-04 06:52

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
hi guys, every one was helpful and corporate but still one script no one got the idea to fix it or create it.
i want to run a command and this command will takes me direct to xterm with the ping command, plus a root and then the IP .
example: i want to click on this beecon coomand , it will open direct the xterm and then i will see the pinging.
thank you.:D

kaos_king 2011-02-05 19:55

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Hey guys, my widget has a white boarder around it, is there a way to change the colour of this/remove this?

Sorry for my ignorance, and thanks in advance for any help.

Hat off to you no!no!no!yes! for your awesome work ;)

No!No!No!Yes! 2011-02-06 18:07

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by kaos_king (Post 936991)
Hey guys, my widget has a white boarder around it, is there a way to change the colour of this/remove this?

Sorry for my ignorance, and thanks in advance for any help.

Hat off to you no!no!no!yes! for your awesome work ;)

No way to change color of white thin border but you can hide the background and design your own
http://wiki.maemo.org/images/thumb/5...px-Snap031.png
Set 1 to yes
and draw relevant background images as you like.

moudy91 2011-02-06 21:12

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
am wondering if their a command that i can put it in my queen beecon a calculation script like the Microsoft excel, can queen beecon able to do such things ???
if no can anyone know an app for N900 that i can manage my bank account.
i have the toshl for my n900 but i need a manager app.
thank you

Laughing Man 2011-02-07 02:41

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Is there anyway for Queen Beecon to show all text in a .txt file on the desktop? And if I can click on it, it will open up the to do list in whatever text editor program. Just point me to what commands I should look at in terms of the showing text part?

ndi 2011-02-07 10:10

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
I'll go with "cat"

Laughing Man 2011-02-08 01:50

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Thanks, I got the display part figured out. Now to figure out if I can use Dropbox to sync it on click. I decided to just make editing the list a seperate button.

mihapodb 2011-02-14 13:42

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
1 Attachment(s)
Can I somehow get rid off this white border/glow around widgets?

No!No!No!Yes! 2011-02-14 13:52

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by mihapodb (Post 946091)
Can I somehow get rid off this white border/glow around widgets?

http://talk.maemo.org/showpost.php?p...postcount=1112

mihapodb 2011-02-14 13:55

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Oh my god, I did not see it just a few posts abowe.

I thought so, thanks for confirmation!

PS: anyone with skills (photoshop) posted a background like that or like DCEW?

mihapodb 2011-02-15 18:18

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
I have another question:

Why after some time, widget stop refreshing? I have a temperature widget, min CPU frequency widget and it just do not refresh anymore. After some uptime...if I reboot it is working again with no problem.

Any suggestion?

moudy91 2011-02-16 12:00

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Quote:

Originally Posted by ndi (Post 938012)
I'll go with "cat"

dear ndi, 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 ?

ejasmudar 2011-02-19 11:25

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Could somebody please help us to display the live cricket scores from http://news.bbc.co.uk/sport2/hi/cricket/9396980.stm or m.cricinfo.com?


All times are GMT. The time now is 19:00.

vBulletin® Version 3.8.8