01-15-2010 08:34 AM
I have suddenly found, that my App works only after installation. After a reboot(with power button), the background listener works, but it can no more automated display the UIScreen. So it works only half.
Have you any ideals with that?
01-15-2010 08:56 AM
Check the log, I suspect there will some king of Exception reported in there.
There are things that you can't do at start-up until the device has reached a certain state. This is not a worry at initial installation, because the device is not in startup mode, which might explain why it works on installation but not on restart.
You need to check ApplicationManager.getApplication().inStartup() (from memory).
Check the KB, there are couple of good articles in there that talk about this.