August 25, 2006

 

SonyEricsson Form bug

Yesterday I've found interesting bug on my SonyEricsson K600i. I tested my MIDP1.0 code for cleaning Form:
for(int i=0; i<form.size()-1; i++) form.delete(0);

and it always threw the NullPointerException in delete() method. The situation was only at the real device, not the S-E or WTK emulator. Maybe the problem is because of Gauge element which is the last in my form, I didn't check this. But the solution is simple: to delete(size()-1) element each iteration. It works :)

August 21, 2006

 

Dust at sensor

..of my Nikon d50. It prevents me from shooting at less then F8, because it becomes visible just like little black holes in photos. I cannot decide whether should I clean the sensor by myself or send camera to our local service.. (but they require 2 weeks (!) and $100 to clean it). Seems that I will shot until it's too cold on the street to shot and then clean sensor in some way.

This page is powered by Blogger. Isn't yours?