| Reply | « Previous Thread | Next Thread » |
|
All MIDlets i develop crash every second time immediately after start up.
The device is a 7650. What could I have done wrong? |
|
on the 7650 the MIDlet is not destroyed when you press the red exit button so check your code if there are any problems with it when the MIDlets is resumed the next time you start it.
(the MIDlet is only paused if you only exit it with the red exit button, to verify if it is still running in the background you can keep the menu key pressed for a while to see a list of all running processes) |
|
No i exit the MIDlet with the normal right soft-key (exit).
|
|
Does your midlet use persistant storage ?
I.e. do you store stuff using Records ? If so are, you creating a database on the first run, but not checking if it was created on the second run ? Only thing I can think of that would occure on a second run but not on the first .. Alex |
| alex_crowther |
| View Public Profile |
| Find all posts by alex_crowther |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|