-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Android 10 upload exception. #1864
Fix: Android 10 upload exception. #1864
Conversation
(Issue mozilla#1863) Some chipher are no longer suported and must be removed from the list. https://developer.android.com/about/versions/10/behavior-changes-all#sha2-cbc-cipher-suites Full cipher list: https://developer.android.com/reference/javax/net/ssl/SSLEngine#cipher-suites
@GerryFerdinandus Thanks for your work a lot! I hope this gets merged soon... |
Sorry for the unnecessary ping but is this going anywhere? |
This project is no longer maintain.
So you must build your own APK or use someone else APK: https://github.com/GerryFerdinandus/MozStumbler/releases/tag/V1.8.8_android_10 |
For now the aggregate data collection ceased. |
Seemingly collecting WiFi data is much more restricted now? The author of Tower Collector said: zamojski/TowerCollector#49 (comment) Maybe somebody could help migrate MozStumbler into Tower Collector. |
Thanks for the fix, @GerryFerdinandus! Mozilla has retired MozStumbler, but I'm merging your PR in case anyone wants to fork MozStumbler. |
@GerryFerdinandus Huge thanks. I needed to fix an incorrect location on my computer which was caused by a nearby WiFi accesspoint which used to be in another city. I only have an Android 10 phone. Tried the old Stumbler app but it crashes on upload. Tried the Firefox 68 app and it runs but never seems to query my location services so it doesn't seem like it works as an MLS uploader anymore. Finally I found your ticket and installed your build of the fixed mozStumbler. It worked beautifully, scanned my location and nearby WiFi and uploaded them. Now it's just a matter of waiting a bit until the location corrects itself on my computer. All thanks to you! :) |
(see issue #1863)
Some cipher are no longer supported and must be removed from the list.
https://developer.android.com/about/versions/10/behavior-changes-all#sha2-cbc-cipher-suites
Full cipher list:
https://developer.android.com/reference/javax/net/ssl/SSLEngine#cipher-suites
Tested on Nokia 7.1 (Android 10)
Without this fix, the uploading process always crash/shutdown the program on my phone.
After the fix the program is able to upload the data files.
To verify that the data is actually process by the server. I have download the differential Cell exports data. My cell data are present in the diff file. (https://location.services.mozilla.com/downloads)
Download my own APK build:
https://github.com/GerryFerdinandus/MozStumbler/releases/tag/V1.8.8_android_10