Thread: JBPatch
View Single Post
Old 08-06-2012, 08:02 AM   #475
Abradoks
Member
Abradoks can read faster than his screen refreshesAbradoks can read faster than his screen refreshesAbradoks can read faster than his screen refreshesAbradoks can read faster than his screen refreshesAbradoks can read faster than his screen refreshesAbradoks can read faster than his screen refreshesAbradoks can read faster than his screen refreshesAbradoks can read faster than his screen refreshesAbradoks can read faster than his screen refreshesAbradoks can read faster than his screen refreshesAbradoks can read faster than his screen refreshes
 
Posts: 19
Karma: 14064
Join Date: Jul 2012
Device: Kindle Touch
Quote:
Originally Posted by ixtab View Post
Give it a little time after loading, like I do in my Kindlets with the splash screens. Alternatively, try to do it in the onStart() method instead of onCreate() (untested).

I don't know why that is, but immediately trying it in onCreate() seems to fail most of the time. And of course, be sure to follow the syslog and /mnt/us/developer/AppName/work/crash.log.
Well, I call it from onStart() (as in CollectionManagerKindlet.java, so I guess it is tested ). Adding "Thread.sleep(1000);" around it changes nothing. It doesn't crash, and I'm not sure what to look for in messages. They are pretty verbose with ;debugOn.
Is it too much to ask for sample app, that works for you?
Abradoks is offline   Reply With Quote