Hi I’m developing J2ME application and I’m interested that
is it possible to get GPS time (time is sent by GPS sattelites)?
how to get it?
Hi I’m developing J2ME application and I’m interested that is it possible to get
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Location class has method
getTimestamp()but I’m not sure if it returns satellite fix time.The Location class has method
getExtraInfo(String). If you call it withapplication/X-jsr179-location-nmeayou will get NMEA string of current fix. There is definitely info about satellite fix time.