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)

No!No!No!Yes! 2010-04-18 19:32

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by No!No!No!Yes! (Post 612667)
You are right... I promised about "TVRage" beecon but ... forgot!!! Sorry!
Next pop from my stack.

Stay tuned.

OK ... TVRage Beecon is now spotted into the wild :cool:
WIKI will soon be updated accordingly.

UNderworld 2010-04-19 13:48

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

No!No!No!Yes! 2010-04-19 14:26

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by UNderworld (Post 617675)
hi is there any way I can back up my widgets etc without using the phone backup function??
please please full command

Sure,
See HOWTO procedures in the WIKI

UNderworld 2010-04-19 14:50

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by No!No!No!Yes! (Post 617738)

I have tried this before posting but did not work..

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?

No!No!No!Yes! 2010-04-19 15:15

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by UNderworld (Post 617775)
I have tried this before posting but did not work..

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?

For every widget you have instantiated:
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
/home/user/MyDocs/.images/queen_beecon_dir/

It could be possible that this directory is empty:
Code:

/home/user/.queen_beecon_dir

No!No!No!Yes! 2010-04-19 16:25

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by jakiman (Post 613237)
...
btw, I cannot get output to word wrap within the snippet mode.
Is this possible for big text outputs? (so output doesn't go outside of the box)...

Sorry, forgot this!!!

I quote mjec

Quote:

Originally Posted by mjec (Post 617069)
Piping your command through fold might do what you need. For example:

command | fold -s -w 60

Note that I haven't tested this. More info on fold is available from http://unixhelp.ed.ac.uk/CGI/man-cgi?fold. Specifically the -w width may be of interest, depending on the width of your widget.

Not quite automatic word wrap, but this should work on a command-by-command basis.


zimon 2010-04-19 16:37

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
bnep0    Link encap:Ethernet  HWaddr EC:9B:5B:D3:XX:XX 
          inet addr:192.168.3.15  Bcast:192.168.3.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2720 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2128 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:397510 (388.1 KiB)  TX bytes:356735 (348.3 KiB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:60 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3016 (2.9 KiB)  TX bytes:3016 (2.9 KiB)

phonet0  Link encap:UNSPEC  HWaddr 15-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
          UP POINTOPOINT RUNNING NOARP  MTU:4000  Metric:1
          RX packets:345 errors:0 dropped:0 overruns:0 frame:0
          TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:8444 (8.2 KiB)  TX bytes:5422 (5.2 KiB)

usb0      Link encap:Ethernet  HWaddr C6:B2:5D:9E:YY:YY 
          inet addr:192.168.2.15  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
192.168.3.0    *              255.255.255.0  U    0      0        0 bnep0
192.168.2.0    *              255.255.255.0  U    0      0        0 usb0
default        bt              0.0.0.0        UG    0      0        0 bnep0

In this case 192.168.3.15

No!No!No!Yes! 2010-04-19 16:53

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by zimon (Post 617938)
About "Internal IP" command. Would it be possible somehow to colorize differently address which has default route (out to Internet)?
Code:

# ifconfig;route
bnep0    Link encap:Ethernet  HWaddr EC:9B:5B:D3:XX:XX 
          inet addr:192.168.3.15  Bcast:192.168.3.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2720 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2128 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:397510 (388.1 KiB)  TX bytes:356735 (348.3 KiB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:60 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3016 (2.9 KiB)  TX bytes:3016 (2.9 KiB)

phonet0  Link encap:UNSPEC  HWaddr 15-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
          UP POINTOPOINT RUNNING NOARP  MTU:4000  Metric:1
          RX packets:345 errors:0 dropped:0 overruns:0 frame:0
          TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:8444 (8.2 KiB)  TX bytes:5422 (5.2 KiB)

usb0      Link encap:Ethernet  HWaddr C6:B2:5D:9E:YY:YY 
          inet addr:192.168.2.15  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
192.168.3.0    *              255.255.255.0  U    0      0        0 bnep0
192.168.2.0    *              255.255.255.0  U    0      0        0 usb0
default        bt              0.0.0.0        UG    0      0        0 bnep0

In this case 192.168.3.15

Yes, it is.

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:

echo "<span foreground=\"green\"><big><i>IP_ADDRESS_GOES_HERE</i></big></span>" 

And it will be shown with all the bells & wistles you like :cool:

gabby131 2010-04-20 16:03

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!

matts76 2010-04-22 10:04

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by gabby131 (Post 619582)
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!

I see from your post in the oc thread that you've resolved this, could you please post the scripl you used to get it working and also the 805mhz one please:D
Thanks


All times are GMT. The time now is 18:17.

vBulletin® Version 3.8.8