![]() |
2007-12-03
, 19:25
|
|
Posts: 46 |
Thanked: 2 times |
Joined on Nov 2007
@ Lake Wobegon, Minnesota
|
#1
|
![]() |
2007-12-03
, 19:45
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#2
|
![]() |
2007-12-04
, 10:28
|
Posts: 193 |
Thanked: 41 times |
Joined on Jan 2007
@ Paia, Maui, Hawaii
|
#3
|
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.
![]() |
2007-12-04
, 14:28
|
|
Posts: 46 |
Thanked: 2 times |
Joined on Nov 2007
@ Lake Wobegon, Minnesota
|
#4
|
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.]
![]() |
2007-12-04
, 16:39
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#5
|
Apart from the above I also have osso-statusbar-cpu [old screenshots]
[no screenshot ability]
The Following User Says Thank You to Saturn For This Useful Post: | ||
![]() |
2007-12-04
, 18:16
|
Posts: 193 |
Thanked: 41 times |
Joined on Jan 2007
@ Paia, Maui, Hawaii
|
#6
|
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.
The Following User Says Thank You to ichmoimeyo For This Useful Post: | ||
![]() |
2007-12-04
, 19:23
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#7
|
![]() |
2007-12-04
, 20:30
|
Posts: 193 |
Thanked: 41 times |
Joined on Jan 2007
@ Paia, Maui, Hawaii
|
#8
|
... I also have osso-statusbar-cpu [old screenshots]
[no screenshot ability] ...
![]() |
2007-12-04
, 20:38
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#9
|
![]() |
2007-12-04
, 21:42
|
Posts: 193 |
Thanked: 41 times |
Joined on Jan 2007
@ Paia, Maui, Hawaii
|
#10
|
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]
Adding sleep 5; somewhere before the screenshot command should do the trick.