Hi, I understand that possibly this question is most popular one but anyway.
I received a trial key and put in the downloaded sample with MapComponent (j2me). It works.
OK, I said and copied all sample code into my application, added midlet to list of jar midlets. When I start this midlet map stays white - no data received.
I can't find errors because I run exactly the same code as downloaded example.
1) can you share your not-working midlet (send to support@nutiteq.com) ?
2) you can turn on logging with Log.enableAll() static method call. This should start display SDK log in console, often this gives good idea what may be wrong there
/JaakL