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'

bunanson 2008-01-21 04:54

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/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.

Where do you dl the osso-screenshot-tool for the 2008Os?
TIA,

bun

Saturn 2008-01-27 11:46

Re: osso status bar
 
Quote:

Originally Posted by bunanson (Post 131296)
Where do you dl the osso-screenshot-tool for the 2008Os?
TIA,

bun

It's in maemo bora repository.

from http://www.gronmayer.com/it/index.php

Quote:

http://repository.maemo.org/
bora | free non-free
Show packages
bora repository, but may have applications and libraries that still work on chinook. Use at your own risk.
last update: 01/26/2008 16:21:30 (GMT +0100)
Package:
osso-screenshot-tool (v. 1.20-1)

bunanson 2008-01-30 23:20

Re: osso status bar
 
Found it in Bora, incompatible, cant install.
Found it in chinook, conflicting package, cant install.

I will just wait.

Thanks,

bun

Scrabbler 2008-02-07 17:11

Re: osso status bar
 
I have it installed and working in OS2008. Got it here.....

http://people.debian.org/~tschmidt/maemo/chinook/

fragos 2009-10-13 06:33

Re: osso status bar
 
Quote:

Originally Posted by bunanson (Post 131296)
Where do you dl the osso-screenshot-tool for the 2008Os?
TIA,

bun

I'm wondering if screenshot-tool is the replacement for osso-screenshot-tool since neither osso packages 1.05-1 or 1.20-1 will install. Screenshot-tool is newer but despite it's not in the repositories identified at http://www.gronmayer.com/it/index.php.


All times are GMT. The time now is 20:08.

vBulletin® Version 3.8.8