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)

stevomanu 2012-01-24 13:49

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
bump cause not matter what i try nothing is changeing and its doing my head in , come were are you scripting gods ¬¬

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

_David_ 2012-02-20 20:15

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Couldn't find anything in a search on this.

I'm looking for a status bar app or widget to hide my number when I make calls to clients (I'm a psychotherapist and they can be quite demanding).

gkuenning 2012-02-21 08:18

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

Does *82 not work? Or is it *83? That works on landlines; I don't know if it works on cellphone plans (and I can't test right now because I'd wake up my wife by calling my house!).

Have you tried your cell provider's customer service line? Ask them "How do I disable caller ID for a single call?"

stevomanu 2012-02-21 10:10

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

Originally Posted by _David_ (Post 1167510)
Couldn't find anything in a search on this.

I'm looking for a status bar app or widget to hide my number when I make calls to clients (I'm a psychotherapist and they can be quite demanding).

There is a desktop widget that turns it on and off cant recall tghe name but check repos under widgets and you will find it .....

edit found

http://talk.maemo.org/showthread.php...=caller+widget

moudy91 2012-03-02 06:44

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
dear all,
i want to create a qbw on my desktop that access me to enter the iwlist scan through the xterm

iwconfig wlan0 up
iwlist wlan0 scan
iwconfig wlan0 downn

how can i do that ?

Jigzy 2012-03-02 07:30

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

Originally Posted by stevomanu (Post 1167704)
There is a desktop widget that turns it on and off cant recall tghe name but check repos under widgets and you will find it .....

edit found

http://talk.maemo.org/showthread.php...=caller+widget

Not sure if you found it, but its called "caller id switcher widget"

moudy91 2012-03-02 07:55

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

Originally Posted by moudy91 (Post 1172951)
dear all,
i want to create a qbw on my desktop that access me to enter the iwlist scan through the xterm

iwconfig wlan0 up
iwlist wlan0 scan
iwconfig wlan0 downn

how can i do that ?

am making this but only the xterm opens with a root:

Code:

osso-xterm 'root'
'echo "ifconfig wlan0 up"'
'echo "iwlist wlan0 scan"'
'echo "ifconfig wlan0 down'"


ZZRX 2012-03-02 15:22

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Hi, im trying find solution for this in long time, but no luck. So my problem is that i want widget that will show missed phone calls and unread sms in number and will change number to 0 when i will check em. Hope so that will get help here, thanks

moudy91 2012-03-03 07:31

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
hi guys i did create this command as sh

Code:

#!/bin/sh
ifconfig wlan0 up
iwlist wlan0 scan
ifconfig wlan0 down

in xterm it worked perfectly when i type it

but with a qbw command it don't

Code:

/usr/bin/osso-xterm/ /location of sh/ ?.sh
why ???

magic_doc 2012-03-03 12:49

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

Originally Posted by moudy91 (Post 1173495)
hi guys i did create this command as sh

Code:

#!/bin/sh
ifconfig wlan0 up
iwlist wlan0 scan
ifconfig wlan0 down

in xterm it worked perfectly when i type it

but with a qbw command it don't

Code:

/usr/bin/osso-xterm/ /location of sh/ ?.sh
why ???

try

Code:

osso-xterm -e /path/to/yourscript
should open an xterm with your scipt running in it.

HTH & HAND

Michael

moudy91 2012-03-03 20:20

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

Originally Posted by magic_doc (Post 1173606)
try

Code:

osso-xterm -e /path/to/yourscript
should open an xterm with your scipt running in it.

HTH & HAND

Michael

Hi,
Nothing happens even the xterm did not open at all.

magic_doc 2012-03-03 21:06

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
try your command from the commandline (xterm launched from desktop) first- if this works then try it from the widget cmd-field.

CU Michael

moudy91 2012-03-03 21:34

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

Originally Posted by magic_doc (Post 1173789)
try your command from the commandline (xterm launched from desktop) first- if this works then try it from the widget cmd-field.

CU Michael

Hi
In xterm its working just fine but in the qbw nothing happens, must be something missing in the script

sixwheeledbeast 2012-03-03 21:40

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Don't you need to chmod the script?

moudy91 2012-03-03 21:45

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

Originally Posted by sixwheeledbeast (Post 1173798)
Don't you need to chmod the script?

All i need my sh work

o s s o - x t e r m ' r o o t ' ' e c h o " i f c o n f i g w l a n 0 u p " ' ' e c h o " i w l i s t w l a n 0 s c a n " ' ' e c h o " i f c o n f i g w l a n 0 d o w n ' "

moudy91 2012-03-04 21:28

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

Originally Posted by sixwheeledbeast (Post 1173798)
Don't you need to chmod the script?

hi,
what do you mean about chmod ??? first time i use in my n900
because usual just i use sh /location/ ?.sh then it works , but dont know why this time its only works in xterm but dont work in qbw

moudy91 2012-03-04 21:42

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
i tried this
Code:

osso-xterm -e sh  /path/to/yourscript
just the xterm opens but the script don't opens
PS: in xterm the sh works perfectly

sixwheeledbeast 2012-03-04 22:03

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
I thought it may not run because it wasn't set executable.

I had a go at recreating your problem, seems like QBW forces the script to close. The script as you say works great on it's own.

As a work around you could dump a huge pause in the script.
I can't seem to get it to leave xterm open when executed.

Or you could try and see if you can make a .desktop execute it correctly.

At the moment I have this 30 second pause, a prompt, a 10 second pause.
When running in QBW the "Press Enter" prompt gets skipped.

QBW Command
Code:

osso-xterm -e "sh /home/user/MyDocs/myscript/iwlistscan.sh" | echo ""
iwlistscan.sh
Code:

#!/bin/sh

if [ `id -u` != 0 ] ; then
exec sudo gainroot <<EOF
exec sh $0 $*
EOF
exit $?
fi

ifconfig wlan0 up
iwlist wlan0 scan
ifconfig wlan0 down

sleep 30
read -p "Press Enter Key..." nothing
echo
sleep 10
exit 0;


moudy91 2012-03-04 22:56

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

Originally Posted by sixwheeledbeast (Post 1174343)
I thought it may not run because it wasn't set executable.

I had a go at recreating your problem, seems like QBW forces the script to close. The script as you say works great on it's own.

As a work around you could dump a huge pause in the script.
I can't seem to get it to leave xterm open when executed.

Or you could try and see if you can make a .desktop execute it correctly.

At the moment I have this 30 second pause, a prompt, a 10 second pause.
When running in QBW the "Press Enter" prompt gets skipped.

QBW Command
Code:

osso-xterm -e "sh /home/user/MyDocs/myscript/iwlistscan.sh" | echo ""
iwlistscan.sh
Code:

#!/bin/sh

if [ `id -u` != 0 ] ; then
exec sudo gainroot <<EOF
exec sh $0 $*
EOF
exit $?
fi

ifconfig wlan0 up
iwlist wlan0 scan
ifconfig wlan0 down

sleep 30
read -p "Press Enter Key..." nothing
echo
sleep 10
exit 0;




Ohhh yes thanks , it worked finally, really thank you.

i have a question can the iwlist scan give me just the SSID and mac ?? because the other info that iwlist scan give me not important for me , all i care about is SSID and mac

sixwheeledbeast 2012-03-04 23:59

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Why not just use
QBW Command
Code:

echo "iwconfig wlan0" | sudo gainroot | grep ESSID |sed "s/.*ESSID:\"//;s/\".*//" ; echo "iwconfig wlan0" | sudo gainroot | grep Point | sed "s/.*Point: //;s/ //g"
This will display SSID and MAC in a widget.
You will not need the script or xterm then.

If you want to display anything else from iwlist just add another grep command.

moudy91 2012-03-05 09:32

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

Originally Posted by sixwheeledbeast (Post 1174365)
Why not just use
QBW Command
Code:

echo "iwconfig wlan0" | sudo gainroot | grep ESSID |sed "s/.*ESSID:\"//;s/\".*//" ; echo "iwconfig wlan0" | sudo gainroot | grep Point | sed "s/.*Point: //;s/ //g"
This will display SSID and MAC in a widget.
You will not need the script or xterm then.

If you want to display anything else from iwlist just add another grep command.

hi
yes i know that script, but i need the iwlist scan command will give me the result JUST for SSID and MAC and Channel and quality , the other information like encryption key and other info i dont need them, can i grep just these info to my script ???

sixwheeledbeast 2012-03-05 14:52

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
I currently have this on my desktop.
Code:

/sbin/ifconfig wlan0 | awk -F "[: ]" ' /Bc/ {print $13}' ; echo "iwconfig wlan0" | sudo gainroot | grep ESSID | sed "s/.*ESSID:\"//;s/\".*//"; awk -F "[. ]" '/0/ {print $6" %"}' /proc/net/wireless ; echo "/sbin/iwconfig wlan0" | sudo gainroot | grep Point | sed "s/.*Point: //;s/ //g" ;
This outputs
  • Internal IP
  • SSID
  • Signal Quality
  • MAC

As for channel, "iwconfig wlan0" doesn't show a channel so I am not sure.
Will have a go later.

Possibly try "iwlist scan" | grep channel

moudy91 2012-03-06 06:41

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

Originally Posted by sixwheeledbeast (Post 1174656)
I currently have this on my desktop.
Code:

/sbin/ifconfig wlan0 | awk -F "[: ]" ' /Bc/ {print $13}' ; echo "iwconfig wlan0" | sudo gainroot | grep ESSID | sed "s/.*ESSID:\"//;s/\".*//"; awk -F "[. ]" '/0/ {print $6" %"}' /proc/net/wireless ; echo "/sbin/iwconfig wlan0" | sudo gainroot | grep Point | sed "s/.*Point: //;s/ //g" ;
This outputs
  • Internal IP
  • SSID
  • Signal Quality
  • MAC

As for channel, "iwconfig wlan0" doesn't show a channel so I am not sure.
Will have a go later.

Possibly try "iwlist scan" | grep channel

hi, serious thank you for your help but all these commands i already have them on my desktop.

what am trying to get when i click on the iwlistscan.sh ( you did created for me ) it will opens xterm and a lot of info, all i need when i click this iwlistscan.sh will show me only the SSID, mac, channel, quality.

AapoRantalainen 2012-03-12 16:47

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Hi, I made first attempt for releasing qb-widgets easily.

I started new thread for dedicated discussion: http://talk.maemo.org/showthread.php?p=1178433
It describes how I managed to package qb-widget inside debian package and pushed it to the extras-devel.

moudy91 2012-03-24 14:19

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
hey guys the qbw is giving me this error when i want to ussdquery.py *220#

QBW Warning! Possible Pango Markup Language inconsistent/unterminated Tag!

that's because the result of ussdquery.py contains the (&) character, how can this be fixed ??

i saw it in http://wiki.maemo.org/Queen_BeeCon_W...minated_Tag.21

how can i fix it please.

No!No!No!Yes! 2012-03-24 18:48

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

Originally Posted by moudy91 (Post 1183607)
hey guys the qbw is giving me this error when i want to ussdquery.py *220#

QBW Warning! Possible Pango Markup Language inconsistent/unterminated Tag!

that's because the result of ussdquery.py contains the (&) character, how can this be fixed ??

i saw it in http://wiki.maemo.org/Queen_BeeCon_W...minated_Tag.21

how can i fix it please.

Have you already tried replacing it with escaped sequence piping through sed the output of the command?

PHP Code:

Nokia-N900-51-1:~# echo "pippo & pluto" | sed "s/&/&amp;/g"
pippo &amppluto
Nokia
-N900-51-1:~


moudy91 2012-03-25 18:50

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

Originally Posted by No!No!No!Yes! (Post 1183693)
Have you already tried replacing it with escaped sequence piping through sed the output of the command?

PHP Code:

Nokia-N900-51-1:~# echo "pippo & pluto" | sed "s/&/&amp;/g"
pippo &amppluto
Nokia
-N900-51-1:~


thanks it worked.

moudy91 2012-05-19 15:51

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

Originally Posted by stevomanu (Post 1110954)
i think its possable check the wiki about halfway down just after advnce setting section you will see a picture test hot spot im sure thats it ..

http://wiki.maemo.org/Queen_BeeCon_Widget

oh yes that's the one am searching for but can someone make a script test please because i cant do it , i need a pro to help me

schokopudding 2012-05-24 00:04

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Hi there. I just started to play around with this programm, and i really think its awesome... though it lacks a little bit of tutorials imho. Nevertheless, i managed to do my own CPU Overclocking script with 2-state-icon...

buuuut: How can i change the "working" animation (the little bee with the heart)? When I want to access "/home/user/.queen_beecon" it says: "cant cd to...." the same if i try as root. There is a folder, called ".queen_beecon_dir" but its empty.

And secondly: Can anyone give me a tutorial or a hint, on how to make 2 QBW visible (change state from hidden to show) on click on another QBW... I quite dont get it how to edit their parameters...

thanks alot!

edie.cook 2012-05-24 04:30

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Hello, where I can see practical examples to make the most of Queen BeeCon Widget. Please demos.

thanks.

wowmk1 2012-05-27 23:09

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Hey guys did anyone manage to create a WP7 tiles desktop? Is there any guide or something? Thanks.

MINKIN2 2012-05-27 23:34

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

Originally Posted by edie.cook (Post 1211699)
Hello, where I can see practical examples to make the most of Queen BeeCon Widget. Please demos.

thanks.

Hi Edie.cook,

If you want to see some working examples you could always check out the Show off your maemo5 desktops. This has many screenies of various peoples work and many links to shared widgets. It's not really a how-to thread mind :)

You may also want to take a look in to the QBW Scripts for noobs thread which also contains many scripts and walk throughs for applying exsisting widgets.

And not forgetting, this very thread contains a large number of screens, scripts, the wiki and discussion for more indepth widget development.

Then of course the Themes and Design boards will also have various personal widget projects littered through them. :)

chantinhvn 2012-05-29 15:05

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
help me for show news about soccer and matchs of euro 2012. thank you

sixwheeledbeast 2012-05-29 17:32

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

Originally Posted by chantinhvn (Post 1214421)
help me for show news about soccer and matchs of euro 2012. thank you

Help yourself.
http://talk.maemo.org/showpost.php?p=571270&postcount=1 :)

bvaibhav 2012-05-30 15:07

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
Can some one translate this ....

http://talk.maemo.org/showthread.php?t=72342&page=17

bvaibhav 2012-05-31 07:02

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

Originally Posted by wowmk1 (Post 1213527)
Hey guys did anyone manage to create a WP7 tiles desktop? Is there any guide or something? Thanks.

Here's your guide..... share it with others once you are done.

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

chantinhvn 2012-05-31 09:45

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

Originally Posted by sixwheeledbeast (Post 1214504)

thankyou, but emty match in desktop. I changed url as fifa.friend .....

seanmcken 2012-07-02 09:31

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
i want some commands plz help here. i want to open applications below i listed from queen beecon widget plz give me commands.
1) phone
2) contacts
3) conversation
4) Open media player
5) Photos
6) microb and opera mini
7) km player
8) qcpufreq
9) fast application manager
10) Camera
11) Email
12) Filebox and File manager
13) X terminal
14) Cleven

sixwheeledbeast 2012-07-02 23:08

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

run-standalone.sh dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"YOUR APPLICATION HERE"
Check out the bottom of the Transitions.ini Wiki for a list of confirmed application names

seanmcken 2012-07-03 01:32

Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
 
thank u very very very very much


All times are GMT. The time now is 11:50.

vBulletin® Version 3.8.8