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


All times are GMT. The time now is 05:52.

vBulletin® Version 3.8.8