Is it possible get caller’s cell tower information?


Question

I had read somewhere that the caller’s cell tower information is sent to the receiver of the call. Is it true because I can’t find any details regarding this online? If this is true why are there no apps to show this information on the receiver side of the call?



Edit: For this we can consider that the phone is rooted and the entire ROM is open source including the vendor RIL framework.


Answer

No its not.



If i had a penny for every time i'd been asked this question, or answered a similar question i'd be very rich by now :-)



You as a user, CAN get your devices cell tower info, showing which tower id your connected to, but the only people who know that same info of the person placing a call to you are the engineers in the network operations control room and that's only because they have access to the networks MSCs and BSCs allowing them to query for a subscribers IMSI.



Some operators do make this info available via an API or some kind of exclusive network access, but generally only if your a big corporate client who's likely to spend a lot of money with them, and give them a cut of the revenue generated from such access.



For the likes of most folks wanting to write simple apps to show the location of the person calling them, well it's very likely to never happen.



UPDATE



Seems I got a bit of flack from some sources about my abruptness on this answer originally, for those who are wondering I was a Senior Radio Access Networks Engineer for Orange UK for about 5 years, and routinely asisted law enforcment with queries regarding tracking calls, sms, and the location's of mobile handsets.



The amount of access that your engineers in the O&M department of your telco have is quite staggering, during my time in the job, I could at any time of day pull up any SMS, MMS or data packet sent across the company's networks, often without needing any kind of written permission.



I was able to do many things, including track your cell tower usage, but none of it was ever sent to the remote end of a connection, the originator was where that info stayed, well that and the internals of the network.



Now, that said, Iv'e been thinking about this question somewhat, and there is one way that it could be done, BUT... you would have to write your own calling application.



Essentially, what you would need to do, is write an app that intercepted both incoming calls and sms, and replaced the default outgoing calls app on the phone.



When a new call is made, once the number has dialed, you read the calling phones cell tower information, then build an SMS message with that info in.



Once the remote end answers (You can't do it while the phone's ringing as the signalling channel will be in use) send that SMS to the destination handset, and have the app that answered the call, tag that incoming message as belonging to that call.



Timing would be critical however, and it would be quite tricky to get right, with modern methods however, these days, it's kind of doable, but it's NOT an automatic thing.


Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes