dev
dev

Reputation: 21

get current location in Galaxy Tab

I have galaxy Tab and I want to get current lat long from my code. That code working properly in android Emulator after sending lat long from DDMS. But when I integrate this code in my galaxy Tab I cant get current lat and long... So any one have solution for device than please help me...

Upvotes: 1

Views: 3533

Answers (3)

Reno
Reno

Reputation: 33792

Turn on GPS.

edit : My guess is that OP's device gps daemon was not able to get a position fix.

  • Maybe s/he had no working data connection
  • Or s/he was indoors
  • Or gpsd had some error (which may have been solved by a reboot)

Upvotes: 0

Rohit Mandiwal
Rohit Mandiwal

Reputation: 10462

Go to Settings -> Location & Security Settings -> USE GPS

this should help

Upvotes: 1

sat
sat

Reputation: 41106

Have you tried changing general settings of Galaxy Tab , where you might be able to check an option on how to get your current location like , using 3G or wifi.

Upvotes: 0

Related Questions