-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
internal error for short custom SSID repeater after Android 10 March 2020 security patch #153
Comments
Only thing I can offer is that creating a password works in PDAnet (Android 10) Even though you can't pick your own SSID. Idunno if that helps you towards your goal. |
|
It seems like actually SSID has to be at least 9 characters long instead of having to conform to "DIRECT-xy". This is the commit that broke it: https://android.googlesource.com/platform/frameworks/opt/net/wifi/+/221cd9e93b94def60aa4a5adbdd3bfa91502bdc8%5E%21/ |
A patch reverting the change has been submitted: https://android-review.googlesource.com/c/platform/frameworks/opt/net/wifi/+/1261161 Y'all are welcome to go there and +1. |
Please also go star this issue at Google: https://issuetracker.google.com/issues/152250230 The best way to fix this is to get Google to revert their changes. |
If you are using Android 10 March 2020 security patch or newer, in the next update, you will see an option to turn off "Repeater safe mode", this will enable the "legacy behavior" that you would get on Android 9- but short SSIDs work according to my test. Turning it off means all the caveats from the legacy behavior; see also: #8 (comment), #31. P.S. It is not necessary to turn off safe mode if you do not encounter "internal errors". A more reliable way to tell whether your ROM has this "feature" merged would be to look at This commit is known to be contained in |
Shit.
The text was updated successfully, but these errors were encountered: