J2me mobile app run in sony ericson but not run in nokia mobile.Help me to solve it?

StackOverflow https://stackoverflow.com/questions/9251901

  •  28-04-2021
  •  | 
  •  

Question

I am developing a mobile app using j2me. It works fine in "sony ericsson z530i". It works fine in "Nokia c2-00" mobile before 1 week. But I run the app now in nokia phone after sometime in the middle of app automatically my nokia phone switches off. I cannot resolve it but it works fine in sony ericsson mobile. I think I need to change some phone setting or the phone is in problem? I cannot find a solution so please help me solve the issue. I am using "Nokia c2-00" mobile which had "S40" sdk.

Was it helpful?

Solution 2

I find the solution.The problem is not in mobiles is in my application.It will not run due to ran out of heap memory.

Now i modified my code with respect to decrease the memory leak.Now its working in all mobiles which have the configuration cldc1.1 and midp2.0

OTHER TIPS

Some time problem may be in MIDP version in the mobile application check whether property and select MIDP as 2.0.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top