2

I want to be notified on Install/Delete of my blackberry app(cod). Something similar to the Midlet-Install-Notify JAD property. For now, it seems blackberry doesn't support this JAD property. Is there an alternative for blackberry? If not are there any tips/tricks I can use to know when my app is installed (without putting it in source code)?

Thanks.

Akintayo Olusegun
  • 917
  • 1
  • 10
  • 20

1 Answers1

0

There's a post on the BB forums that points to a way to do this with CodeModuleManager. Basically, you need to set up a background process that registers itself as a CodeModuleListener. The background process needs to be running, of course, to receive notifications.

Ted Hopp
  • 232,168
  • 48
  • 399
  • 521