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
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