views:

111

answers:

1

Is there any way to launch get a BREW application started according to a schedule? This is basically the same question as this one, only for BREW instead of Windows Mobile.

+1  A: 

Yes. There is. See documentation on the ISHELL_SetAlert() It up to you to check if Alerts that been assigned survive reboot of the device. There is a trick that you can run some code when receiving alert without becoming foreground application by not calling IShell_Activate But it requires a special care.

Boris Daich