![]() |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
WIKI updated with more details about the CHECKSUM issues
As per earlier experiences, there has also been an issue with big fonts leading "Import/Export Exported Instance" Buttons to move out of the screen and become invisible. Crippled Advanced Dialog Box http://talk.maemo.org/attachment.php...1&d=1279964117 Correct Advanced Dialog Box http://wiki.maemo.org/images/thumb/9...-Qbwimpexp.jpg As per the WIKI, Buttons needed for Import and Export of Instance Data are 14 and 15 Buttons 8 & 9 are for Import/Export of Command Data |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
One more thingie...
Try to avoid use of "\n" newline in beecon command: Code:
if [ $QBW_EXEC_REASON == "QBW_TIMER_UPDATE" ] ; then \n if [ "$QBW_REMEMBER_ME" = locked ] ; then\n ... Code:
DIALER_QBW_ID=id15;DIGIT="* +";case $QBW_HOTSPOT_PRESS in [0147]) DIGIT="*" ;; [369]) DIGIT="+" ;; *) exit 0 ;; esac; if [ "$QBW_EXEC_REASON" != "QBW_CLICK" ];then exit 0;fi; DIALLED=`run-standalone.sh dbus-send --session --print-reply --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$DIALER_QBW_ID oh.no.more.qbw.get_current_results_text | tail -1 | cut -d\\" -f2`; if [ "$DIALLED" == "DIAL NUMBER" ] ;then DIALLED=""; fi; run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$DIALER_QBW_ID oh.no.more.qbw.exec string:"echo \\"$DIALLED\\"\\"$DIGIT\\"" |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
[request] Is it possible to add rotate functionality to the widget, similar to dr.launcher? So the widget icons rotate (not the actual desktop)
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
For rotated icons I suggest you use paint proggie and save a rotated copy of the Icon then programmatically use normal or rotated one. (use "click hot spots" on widget to change orientation by issuing dbus-send set_param_string commands to programmatically change layout of the widget and icons to use. Maybe in next releases that will be possible by directly hooking QBW to DBUS orientation signals and providing programmatic notification for that ... but this is future for now :D |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
@techie
i spent some time on your OC QBW... I have another suggestion for a possibile optimization of the script ... instead of changing QBW icons/images via dbus-send commands, why not use the beecon exit status features and images indexing Also alpha transparency could be used in images masks to obtain cool effects for the final widget. See Poker Dice Roller or O'clocker for example. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
hmm i had the program crash while creating a new snippet, and ALL of my beecons suddenly disappeared off of my desktops! is there a quick fix to restore them?
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Quote:
if=: /dev/zero: of=:/dev/hda: :D) Will work on implementing your suggestions. Another thing, although I try my best that minimum statements have to be executed, there is no conclusive statistical reading that I can check, so can you please possibly point me to some tool that I can use to compare how much optimized is one set of code to another. I noticed that the the rollem deck has a boundary when pressed but I couldn't figure how it was done as there is no other image for it.So how is this done?And what is meant by alpha transparency? Also No!No!No!Yes! can you check (maybe after you get back) if there is an issue with setting timer update interval using dbus. It seems 0 (timer disable) can't be set but other values do(haven't checked all) including 9 (custom with interval 0 sec also works).And yes I did do reset_rearm_timer;) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
1 Attachment(s)
@moepda
Although I was reluctant to do it, mainly because I have no way to know yet how much effect the size of code (even small) will have on memory, I still have modded it to your liking.Although I haven't tested it thoroughly it probably would work:) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
cheers techie your a star !!! :) :) will test and report back how it goes so to keep you informed :)
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
howcan i write a command for reboot??
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
GIF files can have up to 256 colours or 255 colours and 1 colour that is tranparent. So a pixel can either let the background show through or display defined colour. PNG 8 bit (1 byte/pixel) are the same as GIF files. PNG 24 bit (3 bytes/pixel) have no tranparency but full colour. PNG 32 bit (4 bytes/pixel) have full colour and 256 levels of transparency. For example the background to desktop icons are semi transparent meaning things underneath them will show through to some extent. So each pixel's transparent value can be set individualy not just one level for the whole image. Hope this helps. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Here is a picture of the output of Queen Beecon with rootsh 1.8 + the occp script: http://bilderhost.com/show.php/2813_...726-102410.png |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
http://wiki.maemo.org/Phone_control#Reboot or: You can add the Reboot command to the power button menu if you wish. This way you wont acidently press it. http://media.share.ovi.com/m1/s/1657...e512cb1f9b.jpg You can find out how I did it in this old post. http://talk.maemo.org/showpost.php?p...&postcount=142 |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Hi, have a question:
When I click on any of my icons (widgets) it shows a black background behind the image, http://img707.imageshack.us/img707/5...eenshot03k.png Can anyone tell me where I can remove this or change these parameters? Also, is it possible to add a custom animation onclick? I.e. when I click on an icon, it will glow briefly or swirl effect (i can try with a GIF later but thought I would ask first) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
1 Attachment(s)
Thanks JonWW.Now that you mention it I do faintly remember reading about this in one of my semesters:)
@Oposum I did give instructions on changing to sudo somewhere but anyways attached is the edited file of the version you linked.Will do other variations if people want them,its just I don't understand why use a devel version (not even in testing)?? Unless it brings about some important must-have-right-now feature that I don't know about:confused: @dandiesel don't know about the black part but changing progress animation is easy.You just put your indexed sequential progress images in the queenbeecon directory and control the animation from within settings of the widget. For example the default animation has 4 frames and the images for it are queen-beecon-progress[0-3].png, but you only specify the name (queen-beecon-progress) in the settings without index.These are .png images don't know if a single gif can be handled. Have a look at this for clearer understanding |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
to edit rootsh to sudo i opened widget and clicked advanced , now scroll down and edit where needed , the updated version with battery temperature/% workig well approx 4hrs in so far so good techie :) , edited versions with sudo nice but not essential as easy to edit :)
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
I've added icons queen-beecon-progress [0-3] and they're not working. Is it, queen-beecon-progress 0 or queen-beecon-progress[0]? |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Your icons could be named whatever,(place them in MyDocs/.images/.queen_beecon_dir) what matters is the indexing. So you could have progress images like myimage0.png myimage1.png myimage2.png (no space between name & number).Then in the settings dialogue set image name myimage ("as is" without index & extension) and number of frames to 3 (because 0,1,2).Ask again if you run into any problem. I actually had thought of using custom animation for my own widget too but just couldn't find any good progress images so stuck with default & I am not good at designing (at all):) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
I use transparent progress image so are invisible , not keen on default so used invisible instead...
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
I am Using Queen Beecon |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
how to fix this problem with the QBW?? its really annoying
http://img43.imageshack.us/img43/626...0072618595.png thanx |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Sorry guys for repetition, but contest deadline is approaching and turbulences are on the move.
So I need to give QBW, and the competition itself, as much visibility as I can to all bystanders or late-comers. If you like Queen Beecon Widget please vote for it in current Maemo Coding Competition in this thread Ciao and thank you, No!No!No!Yes! |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
.... turbulences are on the move.... :eek: :confused:
Well QBW is now 20 votes ahead in it's category :) Sorry i can't vote twice :D |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Please someone help:
writing reboot command in QBW, i should enter the command in new command and make a new title ( reboot ) & it works?? I am Using Queen Beecon |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
to be fair i only use widgets made by others not made any myself so guessing the command line has an error , techie or no no yes yes will know sorry i cant help more :(
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
:) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
@dandiesel
Thanks for the offer, but I have temporarily hit a creativity block:) Maybe once you are done with the swirly thing you want, I could have a look at it:D @!!Nokia N900!! I see you have been suggested to add a reboot button in the menu, but guess you are not interested in it. If you insist on a widget a simpler command may suffice Title:Reboot (Use either one of the commands,whichever works for you) Command:sudo reboot OR Command:rootsh reboot |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
command 2 worked for me..... Thank u soooooooooooooo much... wish u all the best & GOD's blessing TC |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
opps, my n90 keeps rebooting
wat to do now?? |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
As for your problem, you can get out of it but you have to be very quick.
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
had similar in my early days using screen lock widget forgetting to set properly , can take what seems like ages but eventually you get to kill the widget :)
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
once the reboot problem occurred, i was trying to do same as u posted, but seems my reboot was even faster than yours..:) that could catch it.
anyway, i did re-flashing, restoring everything and i UNINSTALLED the QBW....i don't wanted any more..heheheh and whenever i want to reboot, i will go to X-terminal and type there. Better..;) Thnx for the steps dear |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
It's one of the reasons that I recommended the power menu option It's much safer and easier to use and can be accessed where ever you are in the phone. Quote:
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
HAHAH.. sometthing like that happened to me too:p
Once i was creating an icon for the hard sleep- turn off disp/2g/disconnect connections. I forgot to uncheck the default options for updation (sum ol version of QBW) and my phone got into a loop of hard sleep :P it was very frustrating as it would turn off the screen one me over n over :D Yeah was stupid of me but I got past it. :D |
All times are GMT. The time now is 23:26. |
vBulletin® Version 3.8.8