WiFi Configuration
Global WiFi Configuration
2025-01-20
- Wifi Static (3.9@4,449) 4 LastUpdate: 2013-02-26 Manage Wi-Fi static IP configurations and switch automatically
- WiFi Password, IP, DNS (3.7@21,852) 5 4 LastUpdate: 2016-04-02 / WiFi Settings (dns,ip,gateway) (3.9@6,077) 4 4 LastUpdate: 2016-07-08
- WiFi Connection Manager (3.2@57,543) Ǥ 18 2 find the best channel, set AP prios, share AP settings via QR, and more
- Captive Portal Controller (0@0) 2 LastUpdate: 2023-04-30 Github
Connect WiFi by QR Code
2025-01-08
Several general QR code scanners support this as well.
- Wifi QR Code Generator (3.6@3,939) 5 3 LastUpdate: 2019-07-17
- WiFi QR Connect (3.1@8,485) 6 4
- WiFiKeyShare (2.9@542) 4 LastUpdate: 2019-07-27 Github; QR & NFC
- InstaWifi (2.5@1,213) Ǥ 7 LastUpdate: 2013-11-19 Zugangsdaten per QR-Code übermitteln
WiFi Password Recovery
2025-01-08
If not specified otherwise, these apps require root.
- Wifi Password (5@607) Ǥ 2 LastUpdate: 2023-03-03 Github
- [root] Wifi Key View (4.3@9,162) Ǥ 1 LastUpdate: 2019-01-18 Github
- WIFI Key Recovery [ROOT] (4.1@3,255) 2 LastUpdate: 2013-05-25
- [ROOT] Wifi key recovery (3.5@8,342) 2 LastUpdate: 2015-06-16
- WiFi Password Viewer [ROOT] (3.5@4,621) Ǥ 12 3 LastUpdate: 2021-03-08
- WiFi Password Recovery (3.4@40,303) Ǥ 12 4 LastUpdate: 2020-05-09
- WiFi Password Reader (3.4@4,592) 1 LastUpdate: 2014-09-04
- WiFi Key Recovery (needs root) (3@42,211) 2 LastUpdate: 2012-05-18 Kurzvorstellung 3/2015; restore manually
- Wifi Password Recovery (3@16,241) Ǥ 10 3 LastUpdate: 2023-06-20
- My Wifi Passwords (0@0) 0 LastUpdate: 2020-04-28
Sync WiFi Passwords
2025-01-20
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 - 8/2022)
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)"
2025-01-20