Discussion Board

Results 1 to 4 of 4
  1. #1
    Regular Contributor Madz.R's Avatar
    Join Date
    Aug 2008
    Posts
    70
    Apart from pressing the menu button for 3 secs, is there any method to know the running processes? ALso is there a possibility that the 3 sec menu button press fails to show some of the running processes?
    - Madhuri Ramannavar

  2. #2
    Registered User jsm_s60's Avatar
    Join Date
    Feb 2008
    Posts
    48
    there can still be hidden processes running which will nto be listed by long press of menu key.

    TApaTask can be used to check the currently running processes.

  3. #3
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,673
    And if you are just looking for a tool, then you could try checking my Y-Tools application and its plug-ins..

  4. #4
    Registered User aamitgupta's Avatar
    Join Date
    Jul 2007
    Location
    Noida
    Posts
    1,503
    Quote Originally Posted by Madz.R View Post
    Apart from pressing the menu button for 3 secs, is there any method to know the running processes? ALso is there a possibility that the 3 sec menu button press fails to show some of the running processes?
    U should search the process by it's ur name and UID, one example code is following, this function search the process by name.

    Code:
    TBool Search::SearchProssessL(const TDesC8& KName)
    {
    	TBuf8<100> buf;
    	TFullName repName;
    	TFindProcess proess;
    	while(proess.Next(repName) != KErrNotFound) 
    	{
    		buf.Copy(repName);
    		if(buf.Find(KName) != KErrNotFound)
    		{
    			return ETrue;
    		}
    	}
    	return EFalse;
    }
    Regards,
    Amit


    ****"Putting a Smile on other's faces is the essence of true Happiness"****

Similar Threads

  1. breakpoints disabled when running debugger.
    By nawkboy in forum Symbian C++
    Replies: 4
    Last Post: 2012-05-31, 10:45
  2. Why my application doesn't run when some application running in back graound.
    By bb_sathya in forum Mobile Java Networking & Messaging & Security
    Replies: 0
    Last Post: 2005-12-03, 05:31
  3. Checking whether a thread is suspended or running
    By ysadot in forum Symbian C++
    Replies: 0
    Last Post: 2004-04-13, 14:53
  4. Replies: 1
    Last Post: 2003-09-08, 12:58
  5. breakpoints disabled when running debugger
    By nawkboy in forum Symbian Tools & SDKs
    Replies: 0
    Last Post: 2003-02-20, 03:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved