01-30-2018, 09:30 AM
Found a workaround:
We can disable the setting
captive_portal_detection_enabled
of every device in adb Terminal.
Start Terminal, connect the Android 6 device
type the adb command
adb settings put global captive_portal_detection_enabled 0
press RETURN
Reboot your Android.
My impression is, after I did this, MSP on Android 6 connects very nicely and stable to my FritzBox WITHOUT internet connection.
If I experience bad things, I'll let you know.
In case you wanna undo this step:
Start Terminal, connect the Android 6 device
type the adb command
adb settings put global captive_portal_detection_enabled 0
press RETURN
Reboot your Android.
We can disable the setting
captive_portal_detection_enabled
of every device in adb Terminal.
Start Terminal, connect the Android 6 device
type the adb command
adb settings put global captive_portal_detection_enabled 0
press RETURN
Reboot your Android.
My impression is, after I did this, MSP on Android 6 connects very nicely and stable to my FritzBox WITHOUT internet connection.
If I experience bad things, I'll let you know.
In case you wanna undo this step:
Start Terminal, connect the Android 6 device
type the adb command
adb settings put global captive_portal_detection_enabled 0
press RETURN
Reboot your Android.