Hello
i have made an app in which i used LocationProvider.
it working fine on emulator .. but when i am trying it in nokia or any other cell phones ..it's giving following exception:
"no class def found error javax/microedition/location/LocationException"
this is because nokia 3110C doesnot have GPS support but i want such condition that if GPS is avaiable then it should work and if GPS is not avaiable then also it should work.
so suggest me what condition do i apply there in the main function or in startApps().
and what locationprovider returns if GPS not avalaible?

Reply With Quote


