wish7code

Results 122 comments of wish7code
trafficstars

> Do you have the log file sent by my phone? What's inside? Have you assigned a separate SWID for your test client at https://github.com/openbmap/radiocells-scanner-android/blob/91ccdff05628840d57b0186dbe7e09d045cb99c8/android/app/src/main/java/org/openbmap/RadioBeacon.java#L159 (set to anything other than...

> I can confirm that the problem of "stucked" cellId is here and is known bug of many androids If you've saved some links by instance, I'd be highly interested...

Since it's **nanos** since boot, it's something like float age = (float) ((SystemClock.elapsedRealtimeNanos() - cell.getTimeStamp()) / 1000000000); if (age > (float) MAX_AGE_SECONDS) { Log.w(TAG, String.format("Cell measurement to old: %d s,...

If I remember correctly the option per se is available and can be setup in the blacklist xml file manually.. We might need a GUI option to adjust that visually...

I'm really sorry as I don't have much time to invest in the project right now. I began work on rewritten scanner client as well as a modernized server stack,...

Thanks for bringing this up! I remember vaguely some user pointed me to a stackoverflow discussion some very long time ago. I think it was this one: https://stackoverflow.com/questions/7240038/utran-cell-identity-returned-by-getcid According to...

Thanks for reporting! Indeed there's been a little hickup due to some recent database adjustments. But no fear, the data uploads are fine! I partly fixed the website issues: >...

Pretty weird. Looks like a corrupted database, but I've never seen such a thing before

We could mitigate the issue for **cells** and I sympathize for your suggestion for client side aggregation as a privacy option, but for **wifis** it's really, really hard. I've no...