![]() |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
WIKI will soon be updated accordingly. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
hi is there any way I can back up my widgets etc without using the phone backup function??
please please full command |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
See HOWTO procedures in the WIKI |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Nokia-N900-02-8:~# cp -r /home/user/.queen_beecon_dir /home/user/MyDocs/dir1 no error is produced but there is nothing in dir1 edit: do I have to save one by one using the export procedure? |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Apply Export/Save/Backup Procedure for Beecon Instance Data and store the notes you have saved in a safe place Save content (Beecons' Images) of these TWO directories: Code:
/home/user/.queen_beecon_dir Code:
/home/user/.queen_beecon_dir |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
I quote mjec Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
About "Internal IP" command. Would it be possible somehow to colorize differently address which has default route (out to Internet)?
Code:
# ifconfig;route |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
As long as you can write logic to parse the output, with awk/sed/etc. and programmatically isolate the ipaddress ... you can stick Pango Markup Language around it: PHP Code:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
hi! how can a NOOB execute this commands and see a text result in queen beecon:
sudo gainroot cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq thanks UPDATE: i tried cat "cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq" Ι sudo gainroot, butnothing cane out. please help BTW: this app is awesome! typing commands is just a tap away! |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Thanks |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Code:
echo "cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq" | sudo gainroot |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
I keep having issues with this great app.
Please some help... When I create my own commands I sometimes have an error in de the desktop stating that hildon-desktop needs to shutdown??? I am trying to add a command to start homunculus from root. In X-terminal it works like this: root homunculus can this be done in queen app? |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
N900 hildon-desktop & hildon-home processes might have some sort of watchdog mechanisms which prevent them from getting stuck if some widgets/status applets don't return them control in a timely fashion. Try put a "&" character at the end of your command and cross your fingers! This will force "homunculus" to be run in the background and immediately return control to hildon-* processes UPDATE 201004221350CET: Sorry, method described above launches program but locks desktop widgets. Do not use it!!!! |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Thanks mate, but tried that as well...
I would like to have commands in the desktop to start apps from root... |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
http://www.themaemo.com/howto-launch...om-a-shortcut/ And change: Code:
Exec=/usr/bin/osso-xterm top Code:
Exec=root homunculus |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Gonna try that!
Cheers |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Code:
echo "/sudo_command/" ׀ sudo gainroot |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
type: echo "<command_that_is_root>" І sudo gainroot for example: Code:
echo "echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq" | sudo gainroot you can also do some sudo commands like reboot, apt-get clean etc, but be carefull and read between the lines of the options. thanks to No!No!No!Yes! and jakiman |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
I noticed that that piping it to sudo gainroot doesn't work for my friend's N900 for some reason. So I used following instead and it works. (works in my phone also and this is better a it returns no output)
sudo /usr/sbin/kernel-load /home/user/MyDocs/files/overclock_1000 (where overclock_1000 is a copied/modified file of the kernel power setting default profiles) |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
I'm trying to create a 2G/3G toggle widget.
When I copy and paste the (rather long) 2g3g.sh script from here http://wiki.maemo.org/Desktop_Comman...cripts#2G.2F3G into the Command field of the AddCmd settings, all that is entered is the first line of the script *!/bin/sh |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
You need to connect to X-Terminal for that and then...: Code:
~ $ ... and see what happens. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
:cool: We are now in... Extras Repository eventually!!! :D Yayyyyy!!! :D
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
N900 Mini Monitor... preview. Still testing output formatting and minor issues!
http://i44.tinypic.com/14iei6f.jpg |
[Announce] Queen BeeCon Widget - GPRS Compact Data Monitor
1 Attachment(s)
This is in very early stages of development so it doesn't deserve its proper thread...
It's just a proof of concept for handling persistency of configuration data across multiple command executions... Furthermore PR1.2 is supposed to bring changes to counters position so... let's wait a little bit more for final version. Customize Queen BeeCon Widget (>=v0.1.4) to display: GPRS Compact Data Monitor The Beecon will show plenty of Data Plan information and statistics, plus changes background according to data plan capacity consumption. http://i39.tinypic.com/f1mpn6.jpg http://i43.tinypic.com/14u7uva.jpg http://i42.tinypic.com/o79k5y.png http://i42.tinypic.com/2ly3ejo.png http://i43.tinypic.com/2wlvlao.png http://i40.tinypic.com/5wkwld.png Code:
[queen-beecon-header] |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Current developments are now focused on providing Inter Process Communication among QBW instances and with other Applications.
This feature is under design/development as I would like to release the much complete and customizable IPC mechanism possible, like for example:
There are infinite possibilities ... just stay tuned!!! |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
I am sure this is written somewhere but can't get it to work.
echo `date +"<span size=\\"15\\"><b>%A, %-Y-%m-%-d - Vecka %W</b></span>"` What am i doing wrong? Also i am trying to make a button to switch my kernel-setting to use limits. In this case i don't want the "root shell enabled" output. Just want the bg to show. Is it possible to get output not to show? |
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:
this will work ... Code:
echo "<span font=\"15\"><b>`date +"%A, %-Y-%m-%-d - Vecka %W"`</b></span>" http://i43.tinypic.com/2rrmgea.jpg |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
http://i41.tinypic.com/34f1mpx.jpg The 5 poker dices and the "ROLL DICES" button are all QBW Every dice is the graphic instance of a simple random number generator command (From 1 to 6 ... Duh!) Every dice will be able to roll separately by just touching it. The "ROLL DICES" button will be able to roll all of the 5 dices at the same time. It will only be necessary to know the Instance ID of the 5 QBW dices and attach to the button a specially crafted command/script which will basically issue the following five commands: Code:
dbus-send --session --type=method_call --dest=com.nokia.qbw /com/nokia/qbwid0 com.nokia.qbw.update |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Another question.. and this might be a too big one. Right now if i use the date command. It will show the date in english. But i would like it to show in my native language swedish. Is there any easy way to do this? If a script is necessary could someone help me with this as i am not good at scripting? ;)
|
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Ciao. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
@No!No!No!Yes!: hi, i am impressed by your scripting skills.
maybe, you have a quick solution for the following: the rss feed from http://talk.maemo.org/ gives me unfortunately the latest threads but what i want is different: 1) i want the the latest n active topics as shown on http://talk.maemo.org/search.php?do=getdaily and 2) i want the latest m posts for the threads under 1) can you help out? thanx. Blues |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
could you find out the exact RSS urls for 1) and 2) ? Once I have the two urls and an idea of what you'd like to obtain as output (meaning structure of the output) I'll try to help with the shell/awk scripting. Bye. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
@No!No!No!Yes!: the point is that there is no rss feed for 1)
and 2) :-) if you go to http://talk.maemo.org/ an press "more ..." on the lower right hand side you will be redirected to http://talk.maemo.org/search.php?do=getdaily from here i see the latest n=25 active topics. pressing "last page" on a chosen topic gives me the latest m posts on the topic. BluesLee |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
RSS could be a good place to start because of the minimalist formatting and pretty lean source page structure; but the only feed you can retrieve is http://talk.maemo.org/external.php?type=rss2 which is not actually up to date. I suggest you also try and figure out vbulletin capabilities with respect to special URLs crafting for such needs... or maybe ask the forum admins for suggestions. Further, I still don't get what kind of output you are expecting. I believe you can try to reformulate your request and apply here for some Mods help. Also I'm sorry I've gone far beyond off-topic here ... :D |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
Developments are in the brewery. |
Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
Quote:
DBUS Methods & Parameters WARNING!!! Methods' Parameters are case-sensitive Implemented (Internal Testing in Scratchbox) dbus_method_monitor string:'on|off' :Toggle on-screen yellow notification message of incoming DBUS method requests for destination Instance (for debug purposes). Default=OFF Implemented (Internal Testing in Scratchbox) show :Give show impulse to a Beecon Implemented (Internal Testing in Scratchbox) hide :Give hide impulse to a Beecon Implemented (Internal Testing in Scratchbox) wakeup :Give wake up impulse to a Beecon and update content and layout Implemented (Internal Testing in Scratchbox) sleep :Give sleep/disabled impulse to a Beecon (Minimize and Disable) Implemented (Internal Testing in Scratchbox) update_content :Give impulse to a Beecon for content update Implemented (Internal Testing in Scratchbox) update_layout :Give impulse to a Beecon for layout update Implemented (Internal Testing in Scratchbox) exec string:'<alternative command/script>' :Give other beecons one-shot alternative scripts/commands to execute and update content accordingly Implemented (Internal Testing in Scratchbox) set_param_string string:'<param name>' string:'<new value>' Implemented (Internal Testing in Scratchbox) set_param_int32 string:'<param name>' int32:'<new value>' Implemented (Internal Testing in Scratchbox) set_param_uint32 string:'<param name>' uint32:'<new value>' Implemented (Internal Testing in Scratchbox) set_param_double string:'<param name>' double:'<new value>' Implemented (Internal Testing in Scratchbox) set_param_boolean string:'<param name>' boolean:'<new value>' :Change and store QBW settings Implemented (Internal Testing in Scratchbox) get_param string:'<param name>' returning string:'<value>' :Get QBW settings Implemented (Internal Testing in Scratchbox) get_exit_status returning int32:'<ExitStatus>' :Retrieve other beecon's last executed commands exit status Implemented (Internal Testing in Scratchbox) set_position int32:'<X-coord>' int32:'<Y-coord>' Implemented (Internal Testing in Scratchbox) get_position returning int32:'<X-coord>' int32:'<Y-coord>' 0.1.7 expected in extras-devel within 2 days or so Naive Dice Poker tutorial expected within several days |
All times are GMT. The time now is 18:24. |
vBulletin® Version 3.8.8