Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
naveensh
Posts: 51
Registered: ‎09-18-2008

I need to track the application is there or not(at the time of uninstalling not before or after).

Hi

 

I need to track the application is there are not, i should come to know at  time of uninstalling,

I will not going to monitor or going to check whether the application is there or not every time in my application.

 

Not befor or after,at the uninstallation time only i should come to know on this.

 

Please help ASAP.

 

I know using code module manager we can monitor it. but i need to track at uninstallation time perfectly not every time.

 

Thanks in advance

 

Please use plain text.
Developer
simon_hain
Posts: 14,051
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: I need to track the application is there or not(at the time of uninstalling not before or after).

there is no listener
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Developer
rcmaniac25
Posts: 1,789
Registered: ‎04-28-2009
My Carrier: Verizon

Re: I need to track the application is there or not(at the time of uninstalling not before or after).

I don't know what version OS you are building for but if it is OS 5.0 then you can use CodeModuleListener. It allows you to track when new CODs are added or when old CODs are set to be deleted.

------------------------------------------------------------
Three simple rules:
1. Please use the search bar before making new posts.
2. Kudo posts that you find helpful.
3. If a solution has been found for your post, mark it as solved.
--I code too much. Well, too bad.
Please use plain text.
Developer
naveensh
Posts: 51
Registered: ‎09-18-2008

Re: I need to track the application is there or not(at the time of uninstalling not before or after).

Hi,

 

Any code snippet and links will be helpful the implementation of codemodulemanager or listener.

 

Thanks

Please use plain text.
Developer
naveensh
Posts: 51
Registered: ‎09-18-2008

Re: I need to track the application is there or not(at the time of uninstalling not before or after).

Hi,

 

Do you have any documentary proff for this.where direct listner is not there.

 

please send me any link or documentary proof for this.

 

Thanks in Advance.

Please use plain text.
Developer
simon_hain
Posts: 14,051
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: I need to track the application is there or not(at the time of uninstalling not before or after).

http://www.blackberry.com/developers/docs/5.0.0api/net/rim/device/api/system/CodeModuleListener.html

----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.