i am trying to write some code that will change a setting of the blackberry. for example i wanna be able to change from a setting of my trackball to change the sensitivity through my application. is that possible and how would i do such a thing?
There is one API for doing that, to reduce the sensitivity of the trackball.
It's Trackball.setSensitivityX(int xvalue) and Trackball.setSensitivityY(int yvalue).