maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   osso status bar (https://talk.maemo.org/showthread.php?t=12677)

mikeob 2007-12-03 19:25

osso status bar
 
Searching and reading prior posts it appears that osso status bar is the app I amd looking for (ability o kill processes, screen capture) but I have been unable to locate it at maemo or in the "available apps" on my N800. Anyone know where I can get it and do I need other files for it to work. Thanks from a noobee trying to find his way around.

Saturn 2007-12-03 19:45

Re: osso status bar
 
some guys have done this wonderful job..

http://internettablettalk.com/wiki/i...08_OS_Software

for the screenshot part, you will need to install also the 'osso-screenshot-tool' ..

Chris

ichmoimeyo 2007-12-04 10:28

Re: osso status bar
 
Quote:

Originally Posted by mikeob (Post 103966)
Searching and reading prior posts it appears that osso status bar is the app I amd looking for (ability o kill processes, screen capture) but I have been unable to locate it at maemo or in the "available apps" on my N800. Anyone know where I can get it and do I need other files for it to work. Thanks from a noobee trying to find his way around.

From your description [cpu - ram - commands - screenshot/delayed screenshot] you need load-applet-run [deb]

Apart from the above I also have osso-statusbar-cpu [old screenshots]
[no screenshot ability]
EDIT: can be added; scroll down to my post below or click here


As a back-up for screenshots I also have Maemo screengrabber.

[PS: I hope load-applet-run gets updated to os2008 as I especially like its user definable 'delayed' screenshot feature.]

mikeob 2007-12-04 14:28

Re: osso status bar
 
Quote:

Originally Posted by ichmoimeyo (Post 104178)
From your description [cpu - ram - commands - screenshot/delayed screenshot] you need load-applet-run [deb]

Apart from the above I also have osso-statusbar-cpu [old screenshots]
[no screenshot ability]


As a back-up for screenshots I also have Maemo screengrabber.

[PS: I hope load-applet-run gets updated to os2008 as I especially like its user definable 'delayed' screenshot feature.]

Thanks! I will try them out

Saturn 2007-12-04 16:39

Re: osso status bar
 
Quote:

Originally Posted by ichmoimeyo (Post 104178)
Apart from the above I also have osso-statusbar-cpu [old screenshots]
[no screenshot ability]

As I understood it; The official version in maemo-hackers is not yet available. Though there is a version for 2008 at:
http://people.debian.org/~tschmidt/m...statusbar-cpu/

The 'osso-statusbar-cpu' can take screenshots (at least mine can!) but it uses the 'osso-screenshot-tool' so this needs to be installed too. The command is already there for you, but you need to tweak it to save the picture in your preferred place.

ichmoimeyo 2007-12-04 18:16

Re: osso status bar
 
Quote:

Originally Posted by Saturn (Post 104291)
As I understood it; The official version in maemo-hackers is not yet available. Though there is a version for 2008 at:
http://people.debian.org/~tschmidt/maemo/chinook/osso-statusbar-cpu/

The 'osso-statusbar-cpu' can take screenshots (at least mine can!) but it uses the 'osso-screenshot-tool' so this needs to be installed too. The command is already there for you, but you need to tweak it to save the picture in your preferred place.

Thanks, Saturn; will try this when I migrate to 'chinook/os2008'.

Saturn 2007-12-04 19:23

Re: osso status bar
 
Quote:

Originally Posted by ichmoimeyo (Post 104320)
Thanks, Saturn; will try this when I migrate to 'chinook/os2008'.

Yep.. Thank you for being so polite while reminding me that the world doesn't turn around chinook! :o

ichmoimeyo 2007-12-04 20:30

Re: osso status bar
 
Quote:

Originally Posted by ichmoimeyo (Post 104178)
... I also have osso-statusbar-cpu [old screenshots]
[no screenshot ability] ...

UPDATE: screenshot ability can be added as follows

1) download & run this script in Xterm
http://maemo-hackers.org/attachment/....sh?format=raw

OR

2) add a new command yourself
[Settings - Commands - New]
Description:
Take screenshot
Command:
/bin/sh -c 'stamp=`date +%Y-%m-%d-%H-%M`; i=1; while [ -f /media/mmc1/shot-$stamp-`printf %02d $i`.png ]; do i=$((i+1)); done; osso-screenshot-tool /media/mmc1/shot-$stamp-`printf %02d $i`.png'

[PS: Now I need to figure out how to alter the command so as to build in a 5 second delay before taking screenshot]

dblank 2007-12-04 20:38

Re: osso status bar
 
Quote:

Originally Posted by ichmoimeyo (Post 104388)
[PS: Now I need to figure out how to alter the command so as to build in a 5 second delay before taking screenshot]

Adding sleep 5; somewhere before the screenshot command should do the trick.

ichmoimeyo 2007-12-04 21:42

Re: osso status bar
 
Quote:

Originally Posted by ichmoimeyo (Post 104388)
UPDATE: screenshot ability can be added as follows

1) download & run this script in Xterm
http://maemo-hackers.org/attachment/....sh?format=raw

OR

2) add a new command yourself
[Settings - Commands - New]
Description:
Take screenshot
Command:
/bin/sh -c 'stamp=`date +%Y-%m-%d-%H-%M`; i=1; while [ -f /media/mmc1/shot-$stamp-`printf %02d $i`.png ]; do i=$((i+1)); done; osso-screenshot-tool /media/mmc1/shot-$stamp-`printf %02d $i`.png'

[PS: Now I need to figure out how to alter the command so as to build in a 5 second delay before taking screenshot]

Quote:

Originally Posted by dblank (Post 104392)
Adding sleep 5; somewhere before the screenshot command should do the trick.

Thanks, dblank

3) add another new command yourself
[Settings - Commands - New]
Description:
Take screenshot in 5 seconds
Command:
/bin/sh -c 'stamp=`date +%Y-%m-%d-%H-%M`; i=1; while [ -f /media/mmc1/shot-$stamp-`printf %02d $i`.png ]; do i=$((i+1)); done; sleep 5; osso-screenshot-tool /media/mmc1/shot-$stamp-`printf %02d $i`.png'


All times are GMT. The time now is 07:38.

vBulletin® Version 3.8.8