BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   Developer Forum (http://www.blackberryforums.com/forumdisplay.php?f=15)
-   -   Auto-Start-MIDlet Permission (Prompt) (http://www.blackberryforums.com/showthread.php?t=246982)

abhisardeshmukh 04-01-2011 05:47 AM

Auto-Start-MIDlet Permission (Prompt)
 
Hello Everybody !!!

I am trying to auto launch the closed application in Blackberry using PushRegistry. I have succeeded in doing so, but only problem i am facing is with the user permission (prompt) that appears for the 1st time when port directed sms in received.

I am :
- Using MIDlet application insted of UIApplication to enjoy PushRegistry
- Doing Dynamic PushRegistry Registration.
- My Application is signed

I tried to change the project properties, but no luck found..


I want that device should never ask the user for auto invocation of the application if sms is received...

Please Help Me !!


Thanks in Adavnce

Dougsg38p 04-01-2011 07:22 AM

Re: Auto-Start-MIDlet Permission (Prompt)
 
The application permissions for your app are probably set to "ask" for "Phone" permissions. YOu can set the permissions to "allow" manually, or you can do it programmaticly using ApplicationPermissionsManager. Even then, however, the user is asked to confirm your settings.

abhisardeshmukh 04-04-2011 01:59 AM

Re: Auto-Start-MIDlet Permission (Prompt)
 
Thanks for the sooner reply..........Need some more help from you......

I haven't found the "application auto start" permission on BB phones in "application permission setting"
and
not found the way to implementing it programmatically.........

If there is any provision for setting the permission "Application Auto Start" to always allow.will help me alot....

My requirement:
I want to invoke MIDlet application through SMS(Port based). When the SMS arrives the application ask for the Permission (It invokes successfully but waits for the user action.). My requirement is that, it shouldn't ask for the permission (i.e Don't wait for the user action and play the alert). My Application is reminder based application.If it waits for the user action, purpose of whole application defeat.

Waiting for your reply.........
Thanks in advance....


All times are GMT -5. The time now is 12:59 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.