doc:appunti:android:android_wificonfigstore
Differences
This shows you the differences between two versions of the page.
| doc:appunti:android:android_wificonfigstore [2024/06/14 14:52] – created niccolo | doc:appunti:android:android_wificonfigstore [2024/06/14 15:11] (current) – niccolo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | Whenever you connect to a WiFi network, your Android device will save the credentials so that you can connect to the same network again in the future. | ||
| - | WifiConfigStore.xml | + | This data is sent to Google' |
| + | |||
| + | The WiFi settings (practically the SSID and the password for each connected network) are saved into a file. Depending on the Android version and the vendor, the file may have different name and location, here are some examples: | ||
| + | |||
| + | * **/ | ||
| + | * **/ | ||
| + | * **/ | ||
| + | * **/ | ||
| + | * **/ | ||
| + | |||
| + | Passwords can be stored in encrypted form or in plain text. To replace the file **you need root privileges**. | ||
| + | |||
| + | Here it is the procedure to replace the existing file with your backup: | ||
| * **Turn off the WiFi** on the device. | * **Turn off the WiFi** on the device. | ||
doc/appunti/android/android_wificonfigstore.1718369556.txt.gz · Last modified: by niccolo
