1

i want to find the location of a mobile number from where i am getting the call in blackberry. is it possible. if yes, can you guys redirect me to some links or provide me some samples which will help me to go ahead with my idea.

Nilanchala
  • 5,891
  • 8
  • 42
  • 72

1 Answers1

1

You can know the number that called you ... not the location of the mobile number. Then you can know from where you are getting the call from the number of the caller

Farid Farhat
  • 2,300
  • 1
  • 16
  • 29
  • Hey Farid.. once i get the cell no and caller name (if exist in phone book ) what else i have to do to know about the location of an phone number. can i use GPS. please provide me some input with some link to sample codes. – Nilanchala Aug 26 '11 at 04:54
  • 1
    When getting the number and the caller name from a phone call, this will be as a String for you representing the caller, so you cannot (as far as I know) get the location of the call – Farid Farhat Aug 26 '11 at 09:05