![]() |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
its helpful really
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
today i did update my nokia TO PR1.3 and then i did install the wireless-tools and its working perfectly, but i prefer the PR 1.2 so am waiting till it will work on it |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
iwconfig is released on pr1.2 "apt-get install wireless-tools"
its perfect. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
echo "iwconfig wlan0"|root|grep ESSID|sed "s/.*ESSID:\"//;s/\".*//" it will give me the ssid
i want the encryption script and the access point script its found in the iwlist and i couldn't figure how to create it , so anyone can help me with that?? thank you |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
i have heard that ican use battery percent with qbw, that i should create
battery.png battery.png.1 and so on. But i dunno where the command is |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
is it possible ?
http://i1197.photobucket.com/albums/...enshot01-2.png i need that signal widget to work as battery one . like as the battery gets low the bar in the widget goes down , i need the signal bars to do the same . it will work with any command or what ??? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
hey guys im a noob at this qbw thing and i didnt put the " symbols in the command i was using for the beecon that would open up the phone app, so now everytime i just go to the desktop that the widget is on it opens the phone app without me pressing anybuttons. it also doesnt let me edit that specific desktop....does anyone know wats going on?
your help is much appreciated. |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
To stop this, edit the desktop next door and then move a widget/shortcut onto your offending desktop and then you can edit your QBW. |
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
1 Attachment(s)
ok guys i have a small problem with my n900, well i always had this issue, a simple reboot or reboot after changing theme or.... resets all my QBW to appok, and now its a painp because it take a lot to restore all the qbw that i have on my homescreens, practily i have to redo them, as only their location doesn't change, now this is hapenning almost once a week, any solution ??
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
@elie-7: what other desktop widget do you have installed. Some time ago Desktop Activity Manager was known to mess-up with QBW due to its brutal kill of hildon-home/desktop (and possible interference with QBW config file consistency) As a workaround I can suggest to save /home/user/.queen_beecon after configuration. If your faulty scenario happens again, just open a x-term window as root and issue: - restore of working /home/user/.queen_beecon file - killall hildon-home |
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
why does an app launching trough qbw works here with conky, and not with brouwser, phone app, sms app,...?
What tuto shoul I read if I want to make widgets opening apps displayed with images I want? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
You can change the image by putting it in /home/user/queen_beecon_dir and in 'command title settings' put 'imagename.png' |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
is it possible that when ever you receive an sms or im or a missedcall , beecon widgets for inbox and call log animate ?
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
it happened with me when i tried the lock script , the screen and keyboard got locked . but somehow i managed to go into the settings of the beecon and then to edit cmd and delete. what i had done is . keep on unlocking and tried to tap as quickly as i could . and some how i managed to go into desktop settings and the to the beecons setting . but before every step i unlocked my device :P it's just like be quick then your phone is and try to delete it . by tapping quickly and going into the settings of the desktop and then to beecon's |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
there you go , the last post . |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
after the ESSID did work perfectly i need to show the access point mac address, can you please help me with that ? thank you |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Code:
echo "iwconfig wlan0"|root|grep Point|sed "s/.*Point: //;s/ //g" |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
now i can find any access point mac very fast |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
the CPU usage script :
awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq if i want to check my CPU in % like the TOP command in xterm , or how can i grep the CPU % from the TOp command ?? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
http://wiki.maemo.org/Phone_control#...profile_Values try to search in these two links as they have all the codes required :) |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
I have a problem with beecon below, based on Battery(%) cmd, changed layout and displays and added exit result in cmd.
During battery charging the result is preceeded by the (strange) text '[!?ff00]' and newline. Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Maybe someone had a similar issue? |
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 guys, I am looking for a little assistance with a CPU and Memory dial widget that i wish to add to my home screen.
Is there a way to display the CPU and Memory usage as an active (Odometre style) dial? Ideally this would show in increments of 10-100%, and would be a desktop widget of the CPU/mem applet. I have the dial images but need a way of coding them to the desktop? All advice would be appreciated |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Here it is again unmodified: Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
hello
im trying to make a weather widget, but i can't find the proper way to parse the weather.com xml web page here is what i got so far Code:
wget -t 1 -T10 -q http://xml.weather.com/weather/local/ARBA1708?cc=*&unit=M&dayf=0 | awk '/<icon>/,/<\/icon>/{print $1}' the problem is i'm not getting any output, just exit=0 and no result can anyone help me to get the correct format or tell me if i'm missing something? |
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
1 Attachment(s)
Can somebody confirm that the beecon attached in file (or in previous post) shows strange text during charging?
Maybe someone knows why? Cause in test window this text is not there? where is it from? |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
Code:
hal-device bme | awk -F"[. ]" '$5 == "is_charging" {chrg = $7}; $5 == "percentage" {perc = $7} END if (chrg == "false") {print perc "%"; exit (perc>10 ? 0 : perc>3 ? 1 : 2)} else {print "Chrg"; exit 3}' The problem is that when on charge awk exits with 255 not -1 as you would expect, even so junk text should not be displayed even if it exits with 255. This is a bug in QBW I would say. Create a QBW with the only command as: Code:
exit 255 |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
It's working now! |
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"
its a command to Open Phone application i need to Open Phone application in QBW from Calendar ( GO TO TASKS ) can this be done ??? |
Re: Simple Calendar Task widget -- using QBW
Quote:
am very interested to put MY TASKS on my n900 desktop, i try your way but nothing happens, am wondering if i can create a qbw command so it will show me my calendar TASK its very useful for me to check my TASK like to do list on the desktop, can this be done !?!?!? thank you |
Re: Simple Calendar Task widget -- using QBW
Quote:
But now there is a much better way: Calendar Home Widget can be set to display next calendar events, or calendar events and tasks, or only tasks. So you could use this widget to display your tasks on the desktop. :) |
Re: Simple Calendar Task widget -- using QBW
Quote:
thank you . |
Re: Simple Calendar Task widget -- using QBW
Quote:
As for importing and setting up the QBW task widget, please have a look at the wiki (referenced in the first post of this thread). |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
Quote:
|
All times are GMT. The time now is 13:52. |
vBulletin® Version 3.8.8