WiFi Configuration
Global WiFi Configuration
2023-05-29
- Wifi Static (3.8@4,491) 4
LastUpdate: 2013-02-26 Manage Wi-Fi static IP configurations and switch automatically
- WiFi Password, IP, DNS (3.7@22,029) 6
4
LastUpdate: 2016-04-02 / WiFi Settings (dns,ip,gateway) (3.9@6,120) 4
4
LastUpdate: 2016-07-08
- WiFi Connection Manager (3.3@57,705) Ǥ 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-05-17
Several general QR code scanners support this as well.
- JustTap Wifi (4.2@42) Ǥ 18
1
LastUpdate: 2019-02-06
- Wifi QR Code Generator (3.6@3,929) 5
3
LastUpdate: 2019-07-17
- InstaWifi (3@1,221) Ǥ 7
LastUpdate: 2013-11-19 Zugangsdaten per QR-Code übermitteln
- WiFi QR Connect (2.9@7,833) 10
4
- WiFiKeyShare (2.9@534) 4
LastUpdate: 2019-07-27 Github; QR & NFC
WiFi Password Recovery
2023-05-17
If not specified otherwise, these apps require root.
- Wifi Password [Root] (5@607) Ǥ 2
Github
- [root] Wifi Key View (4.3@9,174) Ǥ 1
LastUpdate: 2019-01-18 Github
- WIFI Key Recovery [ROOT] (4.2@3,294) 2
LastUpdate: 2013-05-25
- WiFi Password Viewer [ROOT] (3.6@4,528) Ǥ 12
3
LastUpdate: 2021-03-08
- [ROOT] Wifi key recovery (3.5@8,551) 2
LastUpdate: 2015-06-16
- WiFi Password Reader (3.4@4,628) 1
LastUpdate: 2014-09-04
- WiFi Password Recovery (3.3@40,644) Ǥ 16
4
LastUpdate: 2020-05-09
- Wifi Password Recovery (3@16,209) 10
3
- WiFi Key Recovery (needs root) (2.9@42,765) 2
LastUpdate: 2012-05-18 Kurzvorstellung 3/2015; restore manually
- 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-06-01
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-06-01