![]() |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
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 ??? |
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" ;
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 |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
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. |
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. |
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. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
PHP Code:
|
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
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! |
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. |
All times are GMT. The time now is 05:57. |
vBulletin® Version 3.8.8