Captiveportal abschalten: Unterschied zwischen den Versionen

1.421 Bytes hinzugefügt ,  17. Oktober 2021
Konsolenmitschnitt
(Konsolenmitschnitt)
Zeile 135: Zeile 135:


  adb shell 'settings put global captive_portal_mode 0'
  adb shell 'settings put global captive_portal_mode 0'
== Konsolenmitschnitt für euch ==
<nowiki> peter@meinpc:~$ adb shell settings list global|grep captive
captive_portal_fallback_url=https://www.google.com/generate_204
captive_portal_http_url=http://tabletcaptiveportal.com/generate_204
captive_portal_https_url=http://tabletcaptiveportal.com/generate_204
captive_portal_use_https=0
peter@meinpc:~$
peter@meinpc:~$
peter@meinpc:~$ adb shell 'settings put global captive_portal_http_url "http://captiveportal.kuketz.de"'
peter@meinpc:~$ adb shell settings list global|grep captive
captive_portal_fallback_url=https://www.google.com/generate_204
captive_portal_http_url=http://captiveportal.kuketz.de
captive_portal_https_url=http://tabletcaptiveportal.com/generate_204
captive_portal_use_https=0
peter@meinpc:~$
peter@meinpc:~$
peter@meinpc:~$ adb shell 'settings put global captive_portal_https_url "https://captiveportal.kuketz.de"'
peter@meinpc:~$ adb shell 'settings put global captive_portal_https_url "https://captiveportal.kuketz.de"'
peter@meinpc:~$ adb shell 'settings put global captive_portal_fallback_url "http://captiveportal.kuketz.de"'
peter@meinpc:~$ adb shell settings list global|grep captive
captive_portal_fallback_url=http://captiveportal.kuketz.de
captive_portal_http_url=http://captiveportal.kuketz.de
captive_portal_https_url=https://captiveportal.kuketz.de
captive_portal_use_https=0
peter@meinpc:~$ </nowiki>


== Quellen ==
== Quellen ==
Autopatrol
278

Bearbeitungen