Results 1 to 13 of 13

Thread: Grab all mobile numbers

  1. #1

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Question Grab all mobile numbers

    Hi,
    I was thinking of something different for my project (for college submission)...
    Most of the people try to create a Management system or a simple game as their project... But I want to do something different...
    What I have in my mind is...:
    -->> A java program (for mobile) that can grab the mobile numbers of the nearby cell phones...
    In detail, when the Java program is executed in the mobile, it should return the mobile numbers(only) of other mobiles, near to this one...

    Is it possible to do that...????

    - Akhilesh

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: Grab all mobile numbers

    I don't do mobile development but I would imagine it is not possible to do that unless you connected via bluetooth and each phone was running your application.

    Being able to pull information off of any random persons phone within range would be a huge security flaw.

  3. #3

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Grab all mobile numbers

    I don't do mobile development but I would imagine it is not possible to do that unless you connected via bluetooth and each phone was running your application.

    Being able to pull information off of any random persons phone within range would be a huge security flaw.
    Thanks for the info...

    I was trying to develop it without installing my application in their phones.... That is, grab the numbers within a 2metre range...

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Grab all mobile numbers

    There were some Bluetooth viruses that would connect to any open Bluetooth connection in the vicinity and cause trouble. The same technique would be possible for you, but because of those viruses, I would expect that you would be hardpressed to find a phone that was just accepting any Bluetooth connection request. As kfcSmitty stated, it would be a huge security flaw....and it was, so I would expect that it has been closed by now.

    However, you can give it a try. I would start by using a bluetooth dongle like the BlueSmirf, that has some pretty nice software for discovering the capabilities of Bluetooth devices in the area. The first question is whether or not you can see your own phone, and the next question is what information can you get from that phone.
    My usual boring signature: Nothing

  5. #5
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Grab all mobile numbers

    im pretty sure that the phone number is not stored in a bluetooth accessible location. also the number is not broadcast out to the world. Why would someone want to have the numbers of all local cellphones, other than for a malicious purpose?

  6. #6

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Grab all mobile numbers

    However, you can give it a try. I would start by using a bluetooth dongle like the BlueSmirf, that has some pretty nice software for discovering the capabilities of Bluetooth devices in the area. The first question is whether or not you can see your own phone, and the next question is what information can you get from that phone.
    Why I am not trying to use the Blue Tooth technique is that, here in my college, most of people are using low-end phones, which don't have the Bluetooth facility...
    I want to just grab the phone numbers only....

    im pretty sure that the phone number is not stored in a bluetooth accessible location. also the number is not broadcast out to the world. Why would someone want to have the numbers of all local cellphones, other than for a malicious purpose?
    No, brother... It is not for any malicious purpose... I was thinking of some new ideas(for my semester project)... I already stated this in my first post... My main question is, whether it is possible or not...

    --- Akhilesh

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  7. #7
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Grab all mobile numbers

    Just because its for a college project doesnt make it ok i could say i am making a virus that collects peoples credit card and social security number, but its for school, so its fine. See where im going with this?

    Either way, it wont be possible. The only time you can see the phone number is if you get a call from the person and you have caller id (assuming their number is not blocked) or if you look in the phone settings

  8. #8

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Grab all mobile numbers

    Either way, it wont be possible. The only time you can see the phone number is if you get a call from the person and you have caller id (assuming their number is not blocked) or if you look in the phone settings
    So, you are saying that it is not possible....???

    Just because its for a college project doesnt make it ok i could say i am making a virus that collects peoples credit card and social security number, but its for school, so its fine. See where im going with this?
    I am not trying to collect the information regarding the credit card or security numbers... But, their phone numbers only... That's all....

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  9. #9
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Grab all mobile numbers

    yeah i understand i am just pulling your leg. And no, you cannot to it with an app running on a phone. Im sure there is a way to do it, but you would need special hardware that im sure if only accessible to the government.

  10. #10

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Grab all mobile numbers

    yeah i understand i am just pulling your leg. And no, you cannot to it with an app running on a phone. Im sure there is a way to do it, but you would need special hardware that im sure if only accessible to the government.
    Thanx for the info...

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  11. #11
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Grab all mobile numbers

    If you are not using Bluetooth, what were you thinking of using? I realize that there must be some technology used for the phone to communicate with the tower, and that technology might actually use the number as an ID, but I rather doubt it. I would also expect that it is both highly proprietary and highly scrambled.
    My usual boring signature: Nothing

  12. #12
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Grab all mobile numbers

    No, it's not possible at all. You would either need the unique ID of the phone itself in question (because the GSM/CDMA radio will ignore all packets without it) or you need to have an established Bluetooth link with the phone (which requires a shared key on each end).

    There is a way to get the IDs of active phones in an area, but it would require specialized radio/computer hardware and knowledge of the internals of each cell-provider's protocols. But you could listen in to transmitted packets from calls, text messages and data. Frequencies would be hard to find and you'd have to sweep through the spectrum with a frequency scanner since the phone could be using any one of hundreds of frequencies at the time. Even then, the signal is digitally encrypted so you wouldn't be able to pick up the data itself; and there's no way to access the address book memory from this.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  13. #13

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Grab all mobile numbers

    Thanks guys..
    Thanks for all your info... Looks like it is not possible to do as a project...
    Thanks again..

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width