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

Latest news

Last at Mon, 6 Sep 2010 12:27:06
Topic: Let your feedback ideas flow
See more news »

Nutiteq on Twitter

12 weeks 2 days ago Nutiteq is proud sponsor of StateOfTheMap 2010 #sotm10

How to remove Bluetooth requirement

1 reply [Last post]
sfitzjava
User offline. Last seen 8 weeks 6 days 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 8 hours 3 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