I am trying to add the nutiteq_maps_library_0.10.0 source code to my blackberry project in order to make minor changes. I implemented the Graphics Wrapper as instructed in the UIApplicationDemo, however one line is not compiling:
mapComponent.paint(graphicsWrapper);
Any ideas?
Hi iam using nutiteq blackberry sdk in my application in simulator the map is displaying and in the device i am unable to view the map.The red color is covered in the map area what i need to do????????
This is most probably networking (wifi/bes/bis) configuration issue, there is special topic about it: Network error in BB
<delete file="${build.src.dir}/com/nutiteq/MapItem.java" /> <delete file="${build.src.dir}/com/nutiteq/helpers/BluetoothGpsBrowser.java" /> <delete file="${build.src.dir}/com/nutiteq/utils/fs/FileBrowser.java" /> <delete file="${build.src.dir}/com/nutiteq/utils/fs/FileBrowserListener.java" /> <delete file="${build.src.dir}/com/nutiteq/utils/fs/IDENFileSystem.java" /> <delete file="${build.src.dir}/com/nutiteq/utils/fs/MotoFileSystem.java" /> <delete file="${build.src.dir}/com/nutiteq/utils/fs/SiemensFileSystem.java" /> <replace dir="${build.src.dir}" summary="true" token="javax.microedition.lcdui." value="com.nutiteq.wrappers.rimui." />However, for forward-compatibility I suggest to avoid own changes in the library source. Or if you really must, please provide these to us also (just email to me), so we can suggest generic solution; or if this is not available, then can implement it to the next version.
/JaakL