CasperVerswijvelt / Better-Internet-Tiles

Bring back Wi-Fi and mobile data tiles on Android 12 or higher + a better unified internet tile
GNU General Public License v3.0
163 stars 13 forks source link

Wi-Fi SSID not displayed when location is turned off #38

Closed CasperVerswijvelt closed 2 months ago

CasperVerswijvelt commented 5 months ago

Originally reported in a fork of this project: https://github.com/D3SOX/Better-Network-Tiles-Libre/issues/3

Since the V3 beta, regular android APIs are used to retrieve the Wi-Fi SSID instead of a shell command. Goal of this was to work more reliably and less hacky, but unfortunately, when location is disabled, it does not allow us to get the Wi-Fi SSID

CasperVerswijvelt commented 2 months ago

Fixed in last beta by using shell commands to get the SSID again https://github.com/CasperVerswijvelt/Better-Internet-Tiles/releases/tag/v3.0.0-beta.3