Mobile restarts after receiving message in j2me Application
I am running a J2me app on Nokia x3-02 in which it has to receive a number of messages to a specific port, this process is handled with thread. Each new message is handled separately.But as application receives the first SMS it restarts the phone. While sometimes (2/10) it runs as expected. I have checked the same app over other models but didn't get any error since m using. Does anyone has idea what the issue could be.? thanks
Re: Mobile restarts after receiving message in j2me Application
Can you check you have the latest Device firmware installed in your X3-02 ? If I remeber correctly there was an issue in the early software version. Also you mentioned it works fine in other models.
Regards
Gopal
Re: Mobile restarts after receiving message in j2me Application
[QUOTE=balagopalks;911723]Can you check you have the latest Device firmware installed in your X3-02 ? If I remeber correctly there was an issue in the early software version. Also you mentioned it works fine in other models.
Regards
Gopal[/QUOTE]
Certainly I read this issue over different forum and their I got suggestion to install latest firmware for the phone
I updated that and hope that it will work fine but the same issue rise again, I don't know whether it was because of
app or what? Can it behave like this when receiving messages on a port?
Phone shows this detail after successful update
Nokia X3-02
V 07.51
12-07-12
RM-639
(c) Nokia
Varient: 00.00
Virtual Varient: No Virtual Variant
Language: V 07.51
12-02-12
(c) Nokia
MEC
Re: Mobile restarts after receiving message in j2me Application
The App should not restart if its receiving messages. I hope you are sending TEXT_MESSAGE ? Have you tried sending 1 or 2 messages , does it work ? At receiving how many messages it crashes ?
May be you can try On Device Debugger ? [url]https://www.developer.nokia.com/Develop/Java/Getting_started/On-Device_Debugging/[/url]
Regards
Gopal
Re: Mobile restarts after receiving message in j2me Application
[QUOTE=balagopalks;911727]The App should not restart if its receiving messages. I hope you are sending TEXT_MESSAGE ? Have you tried sending 1 or 2 messages , does it work ? At receiving how many messages it crashes ?
May be you can try On Device Debugger ? [url]https://www.developer.nokia.com/Develop/Java/Getting_started/On-Device_Debugging/[/url]
Regards
Gopal[/QUOTE]
Yes it does and exactly the time it receives message it restarts. Messages are actually sent from a third party Server but I cast them into BinaryMessage and then to String as they are coming on port. I made another test app and tried to send SMS from ONE mobile to this on port, but nothing happened, it worked fine. I am trying to send different number of SMS (Say more than 10, 15, 20) at a time, but those messages don't come at once as I have length check and no message is received more than 150 characters, as a standard length of SMS. What I assume is the issue because of receiving messages in Binary format I don't know whether it is but I just make a guess because no other obvious reason comes. Any help shall be greeted. Thanks