Lots of Mobile Trail Explorer users have complained that application doesn’t work with Sony Ericcson phones. Latest version (1.8) doesn’t even seem to start. Phone only displays “Operation Failed” error message.

Fortunately there are some active people in the community as one of the users discovered the source for the problem. He wrote the solution to the Google Code’s project site describing that the use of Samsung and Siemens specific APIs for the backlight feature was causing the trouble. When references were removed from the code base the application worked without problems.
import com.samsung.util.LCDLight;
import com.siemens.mp.game.Light;
...
Shortly after this I made the same changes to the code and I uploaded the fixed version for people to try out and I have already received multiple positive feedbacks from this change. Please try it out yourself and report back if the problems with the v1.8 are gone. Note: Unfortunately OutOfMemory exceptions are still there but hopefully we are also able to fix those in the future releases.
Download the beta v1.9 build here.