This version fixes a bug that could cause broken downloads and contains some other minor improvements.
This version adds support for phones supporting JSR75 api (file access), so now evGetMe is not limited to Siemens phones. It was tested by me on Nokia E60 and Siemens M65.
However on MIDP2.0 phones, most likely you will need to periodically accept annoying confirmations about file system access, since not all phones allow to permit file access for untrusted Java application.
Later I probably add midlet version signed by my own self-signed certificate - on some phones, one could
import this certificate and get rid of confirmations.
Unfortunately on Nokia Series60 3rd edition phones (the one i tested midlet on), it is not possible to
make application trusted using self-signed certificate. I really don't like the fact that list of
trusted certificate authorities is hard-coded - _I_ know better what authorities _my_ phone should trust :). Well, I hope mobile devices will become more open... perhaps it will happen with linux based smartphones.... read more
This version fixes critical bug related to package renaming and SiemensFileSys.
Now it's usable and tested on Siemens M65.
Today evGetMe is uploaded to sourceforge.
Initial version is 0.3.1 and currently should work on Siemens x55 and x65 series phones.
Everybody are welcome to port it to other devices :)