Skip to content

Monthly Archives: September 2006

J2ME Optimizations

At the current phase of the project I’m into the optimization. We have a CSSHelper class that has all the possible css values set in the map that is statically initialized. So on RAZR it takes 50 seconds to just load the class into the memory, absolutely unacceptable.
So poking around the web I found this [...]

Ever experienced untraceable ArrayIndexOutofBoundsException on RAZR?

Recently spent some time tracing where the heck this Exception is comming from. I’ve put the try/catch on every thread.run() and still was not able to catch it.. bummer.
Well the problem is that we are using Canvas.callSerially() a lot, and i guess on RAZR there is some (undocumented) limit.
So starting a new Thread rather then [...]

Dependency on google, aka GMAIL down.

It all started when I was not able to open new mail that comes into my gmail account, which I use to consolidate all my email accounts. The error looked like this:

“oops… the system was unable to perform your operation(error code 766).
please try again in a few seconds.”
Now it is a Murphy’s law, that [...]