jibjib beta supports phone without camera
It seems to be my bad. jibjib beta has known issue with some phones especially Samsung, Nokia and some old model of Sony. This issue has been reported by many people, e.g., @rerngrit, @thiti, @celerachan, @mormmam and @molek.
By helping of @molek, today I investigate the origin of this problem eventually. This is a bug in my code which only occurs if the system property video.snapshot.encodings is null. In other words, it means all no-camera phones and camera phones without taking picture support in JVM will see this bug.
I resolved this issue by ignoring some settings in setup screen if the phone does not support taking picture in JVM. Below are known camera phones which cannot take picture in #jibjib.
Next time before buying new phone, please consult Club Java. If you still want to use #jibjib without camera support, upgrade now!
CLDC 1.1/MIDP 2.1
- http://jibjib.googlecode.com/svn/d/jibjib-beta-midp21_cldc11.jad
- http://jibjib.googlecode.com/svn/d/jibjib-beta-midp21_cldc11.jar
CLDC 1.1/MIDP 2.0
- http://jibjib.googlecode.com/svn/d/jibjib-beta-midp20_cldc11.jad
- http://jibjib.googlecode.com/svn/d/jibjib-beta-midp20_cldc11.jar
CLDC 1.0/MIDP 2.0







Post new comment