WiFi Configuration
Global WiFi Configuration
2023-01-17
- Wifi Static (3.9@4,498) 4
LastUpdate: 2013-02-26 Manage Wi-Fi static IP configurations and switch automatically
- WiFi Password, IP, DNS (3.7@22,037) 6
4
LastUpdate: 2016-04-02 / WiFi Settings (dns,ip,gateway) (3.9@6,135) 4
4
LastUpdate: 2016-07-08
- WiFi Connection Manager (3.3@57,667) Ǥ 18
7
find the best channel, set AP prios, share AP settings via QR, and more
- Captive Portal Controller (0@0) 2
Github
Connect WiFi by QR Code
2023-01-21
Several general QR code scanners support this as well.
- JustTap Wifi (4.2@42) Ǥ 19
1
LastUpdate: 2019-02-06
- Wifi QR Code Generator (3.6@3,828) 5
3
LastUpdate: 2019-07-17
- WiFi QR Connect (3@6,831) 10
4
- InstaWifi (3@1,220) Ǥ 7
LastUpdate: 2013-11-19 Zugangsdaten per QR-Code übermitteln
- WiFiKeyShare (2.9@514) 4
LastUpdate: 2019-07-27 Github; QR & NFC
WiFi Password Recovery
2023-01-21
If not specified otherwise, these apps require root.
- Wifi Password [Root] (5@607) Ǥ 2
LastUpdate: 2020-06-04 Github
- [root] Wifi Key View (4.3@9,178) Ǥ 1
LastUpdate: 2019-01-18 Github
- WIFI Key Recovery [ROOT] (4.2@3,299) 2
LastUpdate: 2013-05-25
- WiFi Password Viewer [ROOT] (3.7@4,385) Ǥ 12
3
LastUpdate: 2021-03-08
- [ROOT] Wifi key recovery (3.4@8,548) 2
LastUpdate: 2015-06-16
- WiFi Password Reader (3.4@4,631) 1
LastUpdate: 2014-09-04
- WiFi Password Recovery (3.2@39,619) Ǥ 16
4
LastUpdate: 2020-05-09
- WiFi Key Recovery (needs root) (3@42,839) 2
LastUpdate: 2012-05-18 Kurzvorstellung 3/2015; restore manually
- Wifi Password Recovery (3@16,122) 10
3
- WiFi Password (0@0)
LastUpdate: 2018-01-16 Github
- WiFiKeyView (0@0)
LastUpdate: 2015-03-14 Github; see your WiFi passwords
- My Wifi Passwords (0@0) 0
LastUpdate: 2020-04-28
Sync WiFi Passwords
2023-01-15
Further readings:
- How to view and share saved WiFi passwords on Android (6/2022)
- How to View Saved Wi-Fi Passwords on Android (2/2021 - 12/2021)
Getting back the WLAN toggling QuickSettings tile on Android 12 using ADB:
settings put global settings_provider_model false
settings put secure sysui_qs_tiles “wifi,cell,$(settings get secure sysui_qs_tiles)”
# Undo:
settings put global settings_provider_model true
settings put secure sysui_qs_tiles "internet,$(settings get secure sysui_qs_tiles)"
2023-01-27