[maemo-developers] Getting the running Processes information In maemo
From: Matthew Smith matt at smiffytech.comDate: Tue May 18 09:47:24 EEST 2010
- Previous message: Getting the running Processes information In maemo
- Next message: Getting the running Processes information In maemo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 18 May 2010 12:11:48 +0530 (IST) sandeep kodimela <sandeep.kodimela at 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
- Previous message: Getting the running Processes information In maemo
- Next message: Getting the running Processes information In maemo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]