Earlier quoted context omitted.
> How do i do this myself now? As the essay notes, it's through TelephonyManager on Android. On iOS it used to be possible through CoreTelephony private APIs, but I think Apple cracked down on these a few years back and either removed them entirely or locked them down behind entitlements, as they were getting abused by analytics frameworks.
There are plenty of free android applications showing you your local cellular info with CID LAC, CI etc. For example "Signal strength" APK. It's just matter of time until you will find one with logging and export ability. You can always write it down with pencil :)
Observing my cellphone switch towers
81–90 of 137 posts
Re: Observing my cellphone switch towers
#82At this one industrial customer I visit every week for a full day, my Verizon cell phone date/time time will suddenly change back by 19 years, six months, and some days (I don't have the exact value). This has been going on for almost a year. My pet theory was that law enforcement turned on a stingray nearby back in 2020, it came up with a default date of 1/1/2001, and has been running ever since. Steel building with…
Re: Observing my cellphone switch towers
#83At this one industrial customer I visit every week for a full day, my Verizon cell phone date/time time will suddenly change back by 19 years, six months, and some days (I don't have the exact value). This has been going on for almost a year. My pet theory was that law enforcement turned on a stingray nearby back in 2020, it came up with a default date of 1/1/2001, and has been running ever since. Steel building with…
This was when SMS were still widely used, so that made for very messed up chats since received messages carried the correct timestamp
Re: Observing my cellphone switch towers
#84On a related note, this same mechanism can be used as a fallback for GPS to determine device location. I have worked on an IoT device with builtin SIM in the personal alarm space. Often when a device is indoors no GPS fix can be found, but the GSM module can report all celltower ids in range with signal strengths. These can be used to triangulate the device location. Google has an API for this where you can pass celt…
> I have worked on an IoT device with builtin SIM in the personal alarm space Are there any resources to that project? Comercial or free?
It only had 2G which is already retired in some countries and I don’t know if they’re doing an 3/4/5G refresh.
A fun space to work in though. A space where a small bit of tech can save lives and where tracking is actually helpful.
Edit: but stressful as well. As bugs in the code or platform can lead to people in distress not getting the help they need.
Re: Observing my cellphone switch towers
#85Earlier quoted context omitted.
> I assume this is one of the many things Google is doing with their fleet of Streetview cars. ...and Google services-enabled Android smartphones. Source: I have used a single access points in many locations across the country in a relatively short period of time. When there's no GPS fix, Google always thinks I'm where I just was. (And there are no Streetview cars in some of these locations.)
Or your Wifi MAC gets tagged by a streetcar at one location, you move and google still things your at the old location. Had that, they even have way to feed that back iirc and was able to get that updated without a driveby of a streetcar. Note this was over ten years ago and WiFi density has increased.
Re: Observing my cellphone switch towers
#86I can also highly recommend the book "High Performance Browser Networking" by Ilya Grigorik referenced by this post. Although it's almost 8 years old most of is still very relevant. Although it would be wonderful if he would update it to reflect changes in TLS and 5G.
I also really liked the layout and fonts on this person's site. It has an almost 'zine aesthetic. Very easy on the eyes. Does anyone know what they might be using to produce this?
Re: Observing my cellphone switch towers
#87It's quite hilarious seeing bunch of skilled and intelligent hackers being excited regrading process known as "Handover" :) It is well known, and well documented in every single book in subject... Worth to mention that there are 3 types of handovers: - Intra-relations: user can be switched between various cells at same tower. - Intra-relations but with handover to lower technology (let's say when 4g is not available[…
Re: Observing my cellphone switch towers
#88It's quite hilarious seeing bunch of skilled and intelligent hackers being excited regrading process known as "Handover" :) It is well known, and well documented in every single book in subject... Worth to mention that there are 3 types of handovers: - Intra-relations: user can be switched between various cells at same tower. - Intra-relations but with handover to lower technology (let's say when 4g is not available[…
Re: Observing my cellphone switch towers
#89Something like this would make it pretty easy to spot one of those stingray devices, I bet. Cell towers tend to stay put, so mapping out an area would go quick. Were a new 'tower' show up in an odd spot -- there may be shenanigans at hand.
the GPS location is reported by the tower, so nothing is stopping a mitm device from spoofing that too
Re: Observing my cellphone switch towers
#90This was a good read. I laughed out loud when I read the notes column of their cell technology matrix which listed Mr Drummond and Gordan Gecko for 0G and 1G respectively. I can also highly recommend the book "High Performance Browser Networking" by Ilya Grigorik referenced by this post. Although it's almost 8 years old most of is still very relevant. Although it would be wonderful if he would update it to reflect ch…