03-03-2009 04:14 PM
Dear ,
Please i need help in annoying permission dialog appear everytime open my application asking for permission listening to incoming SMS
i have certificate and success to sign my cod but it doesn't help
does there is any permission tag should be inserted in the cod file or the jad file manually ?
Please i need help in that urgent.
Thanks
03-04-2009 06:44 AM
Hi,
are you building a midlet or cldc application. I'm not quite sure, but i think you won't
be able to remove these questions spam on a midlet...
Regarding a cldc application you should be asked if you want to be asked again (Checkbox)
Regards,
Jochen
03-04-2009 09:19 AM
I am building CLDC application. and it i already sign it but i don't know how to over this message.
Thanks for your reply
03-04-2009 09:31 AM
It will show the permission dialog everytime when the device reboot or you reinstall the app. you cant do anything even if your app was signed.
Press the kudos button to thank the user who helped you.
If your problem was get solved then please mark the thread as "Accepted solution".
03-04-2009 11:06 AM
OK, this is for listening to the SMS port.
when i recieve new sms it ask me permission to read recieved SMS.
and of course this will appear each time the device recieve new message which is very bad can at least it happen first time only with any way
Thanks
03-04-2009 11:22 AM
Are you talking about system msg? You got a dialogbox asking to read the new msg or you getting this when you try to parse sms programatically? i think this was a system msg.
Press the kudos button to thank the user who helped you.
If your problem was get solved then please mark the thread as "Accepted solution".
03-04-2009 01:13 PM
Dear Deepesh
here iam talking about using Wireless Message APi to listen to default port and read every new message
Connector.open("sms://:0");
when recieveing new message on the inbox the connection try to read this message it give me alert permission
every time
i want to over it..
or at least appeariing only once
03-05-2009 03:46 AM
I implemented the same in one of my app. I was also using Connector.open("sms://"); but in my case it just ask for the permission(App xyz wants to listen sms port) at time of installation and every reboot. Try again
Press the kudos button to thank the user who helped you.
If your problem was get solved then please mark the thread as "Accepted solution".
03-05-2009 04:47 AM
Ok , i will try again and give you the result
Thanks for help