Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Mobility APIs for dealing with task management

    Mobile and Embedded
    2
    4
    3158
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      brendand last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • D
        DenisKormalev last edited by

        AFAIK, it is impossible with only Mobility API.

        1 Reply Last reply Reply Quote 0
        • B
          brendand last edited by

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

          1 Reply Last reply Reply Quote 0
          • D
            DenisKormalev last edited by

            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)

            1 Reply Last reply Reply Quote 0
            • First post
              Last post