Alright, so ive succeed recording the file, the problem was i was running ddms at the same same time and it seems that there is like a bug when u run it, the prog just dosent write on the file.
So, now that i have the log, here is my problem. My app is using the GPS, and i register the GPS using the requestOnLocationUdpate like this locationManager.requestLocationUpdates(this.provider, 50000, 20, this); But i notice in the log that my onLocationChanged method is called way to many time. I guess this is because im loosing the fix of the GPS and each time it is refixing it just calls the onLocationUpdates method. Is is right, or am I declaring the GPS wrong? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

