Hi all,
I installed nutiteq Blackberry maps for my mobile.but i didn't get any screen regarding on maps.but i got the same code for my simulator .
Is there any requirement for Application permission restrictions.
can any one give the solution for this.
What was exactly your device and OS version?
There are no special permissions needed, just networking is minimum. Did you try latest beta from http://www.nutiteq.com/beta/lib/, it may have some updates regarding AppContext object there. You can also try to use application and vendor name String parameters intead of AppContext to see if it makes some difference.
Hi,
I got nearly same with the before.I have just installed my new map but when i try to run it did'nt connect to Network.What should i do?
Network connectivity is discussed in some other threads, eg http://www.nutiteq.com/content/network-error
Solved.
After I tried to change my sim card to other provider, My application has run.I think,it's about the limited internet package that on my mobile provider.Thanks a lot.
mapComponent = new BasicMapComponent(
"03c6b06952c750899bb03d998e6318604a03117e780a69.46180079",
new AppContext(this), 1, 1,
new WgsPoint(-71.023865, 42.416867), 12);
At this point i got null as mapcomponent.