Getting the running Processes information In maemo

2010-05-18 Thread sandeep kodimela
Hi all,
I want to get the list of running processes as well as Running applications 
from the phone.
Can anybody suggest where do i start?
Thanks in advance

Regards
Sandeep  

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Getting the running Processes information In maemo

2010-05-18 Thread Matthew Smith
On Tue, 18 May 2010 12:11:48 +0530 (IST)
sandeep kodimela sandeep.kodim...@votarytech.com wrote:

 I want to get the list of running processes as well as Running
 applications from the phone. Can anybody suggest where do i start?
 Thanks in advance

In xterm:

ps -efa

...then do something with that.  It's a start.

Check the manpage for ps.  Don't know how closely the generic Linux
one is reflected in the Maemo implementation, but here's a typical
manpage for ps:

http://unixhelp.ed.ac.uk/CGI/man-cgi?ps

Cheers

M

-- 
Matthew Smith
Smiffytech - Technology Consulting  Web Application Development
Business:  http://www.smiffytech.com/
Blog/personal: http://www.smiffysplace.com/
LinkedIn:  http://www.linkedin.com/in/smiffy
Skype: msmiffy
Twitter:   @smiffy
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Getting the running Processes information In maemo

2010-05-18 Thread Kimmo Hämäläinen
On Tue, 2010-05-18 at 08:41 +0200, ext sandeep kodimela wrote:
 Hi all,
 I want to get the list of running processes as well as Running applications 
 from the phone.
 Can anybody suggest where do i start?
 Thanks in advance

For getting list of applications (application windows), see the e-mail

   Subject: 
Re: Displaying the information of
the MMC card and the phone memory
  Date: 
Wed, 12 May 2010 14:43:57 +0200
(15:43 EEST)

on this mailing list. Hildon-desktop uses a similar approach.

-Kimo

 
 Regards
 Sandeep  
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers