i using pushregistry to set the alarm to wakeup my midlet when alarm goes off,it working fine,but the issue is iam not getting any sound for that alart showing when my alarm started.
this how i am setting alarm
PushRegistry.registerAlarm("midlet to start when alarm start", milliseconds);
is there any thing i need to code for getting sound when iam getting that alert itself.
or some other way to set alarm to get sound when alarm goes off?.

Reply With Quote


