Map API

Nutiteq Maps Lib SDK enables developing advanced mobile mapping applications.
Platforms: Android, RIM BlackBerry, Java ME (J2ME)
Download maps API SDK »
Untitled Document

Products

» View demos
» Downloads

Latest news

Last at Tue, 6 Dec 2011 18:37:53
Topic: New BlackBerry sample app
See more news »

How to remove Bluetooth requirement

1 reply [Last post]
sfitzjava
User offline. Last seen 1 year 17 weeks ago. Offline
Joined: 05/06/2010

I have done some searches on the forums and FAQ pages to see if there is something that I'm missing where I can remove the need for BlueTooth support on a j2me phone. I'm working with a Sanyo Katana and the specs state there is not bluetooth support, and since I'm not using that feature in the library I would hope there is a way to just "turn it off".

Any experience or ideas on how to pull that off, or am I going to loose support for any phone which doesn't have Bluetooth (JSR-82) support?

Thanks
=Shawn

jaak
User offline. Last seen 12 hours 21 min ago. Offline
Joined: 06/19/2008

In principle, if you do not use Bluetooth GPS service then obfuscator (Proguard) should see that the classes are never used and should remove them more or less automatically. If you do not want to use obfuscation for the app (e.g. device has issues with it) then you can try proguard options to do only shrinking, also check why some unused classes are still not removed.

/JaakL