Rene Treffer

Results 59 comments of Rene Treffer

I remember when I added those. Besides opinions there is a very compelling reason for `8.8.8.8`.... This library was originally started to overcome DNS limitations on Android - especially SRV...

I'm not sure if backend priorities would solve the problem - GSM can be used to pin down the country (MCC, low resolution, perfect confidence) - GSM can also be...

Another idea for this: Celltower report. If you can get a full celltower report a single highly volatile dbm (while other dbm measurements are stable) would indicate a "mobile" tower.

@SecUpwN See [getNeighboringCellInfo()](https://developer.android.com/reference/android/telephony/TelephonyManager.html#getNeighboringCellInfo%28%29) and [getAllCellInfo ()](https://developer.android.com/reference/android/telephony/TelephonyManager.html#getAllCellInfo%28%29). This won't work on all phones. The result should be the same as a celltower report (strength of all cells around you). If you...

@AlexHarrowell Not really. Detailed tower information is a working substitude for GPS. I've written https://github.com/rtreffer/LocalGSMLocationProvider which does exactly that (although I'll have to write a more battery friendly version). But...

Sorry for the noise, it is used by Android-IMSI-Catcher-Detector, at least for the Neighboring Cells fragment. This won't work as implemented though, as the call to _getNeighboringCells()_ may return an...

I am traveling at the moment, I think this complaint is valid but only under strict validation. Prometheus itself has no notion of types and thus accepts multiple `# TYPE`...

Oh right, if called without value then it returns a function to return it. Ok, so it just needs to be moved up.

Ok, I have a replacement, but have some other stuff to do now till tomorrow evening.... @champtar I can turn this into a PR tomorrow. Or feel free to put...

I have the official 7'' touchscreen working. But I can't remember the details anymore. There was a read-only issue so I dropped in a fstab (the /tmp/.Xsession or whatever could...