maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Desktop Command Execution Widget scripts (https://talk.maemo.org/showthread.php?t=39177)

Pavol 2010-04-05 14:24

Re: Desktop Command Execution Widget scripts
 
http://i43.tinypic.com/r1fxi0.png
http://i42.tinypic.com/2m81d85.png

orac 2010-04-05 17:48

Re: Desktop Command Execution Widget scripts
 
The output of the free command separates out buffers and cache, which is also technically free memory for applications.

cpscotti 2010-04-05 17:58

Re: Desktop Command Execution Widget scripts
 
Quote:

Originally Posted by lubabula (Post 594632)
anyone can help?
i can only open 3 widgets on desktop, fourth only shows as "result" and all desktop widgets and shortcuts freeze. then hildon-home crashes.

Probably the command you set up for the fourth widget is broken and locks. Try Removing the ".desktop_cmd_exec" file in your home directory, this will force default values.

lubabula 2010-04-05 19:17

Re: Desktop Command Execution Widget scripts
 
Quote:

Originally Posted by cpscotti (Post 596577)
Probably the command you set up for the fourth widget is broken and locks. Try Removing the ".desktop_cmd_exec" file in your home directory, this will force default values.

excellent. its working now. thanks.

rooted 2010-04-05 20:15

Re: Desktop Command Execution Widget scripts
 
Yes, about the cache/buffer memory, it is true. I'll redesign scripts to use /proc/meminfo and extract information from there, this'll fix readings.

afaq 2010-04-06 13:48

Re: Desktop Command Execution Widget scripts
 
I'm trying to use the world time command -
http://wiki.maemo.org/Desktop_Comman...pts#World_time

But i think i need to store the shell script somewhere for me to use it.
Any one used this?

rooted 2010-04-07 12:13

Re: Desktop Command Execution Widget scripts
 
Whoever wrote previous scripts made some big mistakes, because the first one wasn't working and the second one was too complicated. I've rewritten scripts and whole wiki part.

afaq: Go and get the right ones and post feedback if they don't work.

rooted 2010-04-07 22:21

Re: Desktop Command Execution Widget scripts
 
Pavol & others: the wiki page has been updated with working scripts for memory usage. The readings should be fine now. Please retest them...

matristain 2010-04-07 23:06

Re: Desktop Command Execution Widget scripts
 
I am not sure if this is posible by this app , or if there's any other that can do what I am looking for (I have a plan with free 5 minutes call to one number)
I am looking for a shortcut that execute the call to this number and end it afer 4:50 minutes, It will be great if it is ended by the script (command) execute it self again, *unless the call its ended manually.

rooted 2010-04-08 06:39

Re: Desktop Command Execution Widget scripts
 
go to Phone control wiki page ang get the two commands for calling and ending the call. then write the script.

#!/bin/sh
-dial command-
sleep 290
-end call command-

290 = time in seconds.

then execute this script with dcew:

sh /path/script.sh | echo ""

remember that script has to be executable and cannot be in mydocs.


All times are GMT. The time now is 06:37.

vBulletin® Version 3.8.8