July 17, 2010

brendand brendand
Lab Rat
6 posts

Mobility APIs for dealing with task management

 

Will it be possible to use the Mobility APIs to write a decently featured task manager – similar to Handy Taskman for Symbian? I.e., closing and killing apps, launching apps, checking free RAM and so on?

3 replies

July 18, 2010

Denis Kormalev Denis Kormalev
Lab Rat
1654 posts

AFAIK, it is impossible with only Mobility API.

July 18, 2010

brendand brendand
Lab Rat
6 posts

Okay – thanks. Is there any other Qt API that could possibly do this, or will I need to be using Symbian code?

July 18, 2010

Denis Kormalev Denis Kormalev
Lab Rat
1654 posts

I think that launching can be done via QProcess class, but killing them and checking RAM only via native Symbian code (or by running some system utilities via QProcess and parsing their output)

 
  ‹‹ chracter wrapping in label widget      example code for Qt Mobility ››

You must log in to post a reply. Not a member yet? Register here!