doc:appunti:android:android_wificonfigstore

This is an old revision of the document!


How to migrate Android WiFi connections to another device

WifiConfigStore.xml

  • Turn off the WiFi on the device.
  • Connect from the PC via the USB cable and the adb shell command.
  • Became root with the su command.
  • Take note of the ownership, permissions and security context of the file /data/misc/apexdata/com.android.wifi/WifiConfigStore.xml (use the ls -lZ command).
  • Replace the WifiConfigStore.xml file with the old one.
  • Eventually restore ownership, permissions and security context of the file (use the chown and chcon commands).
  • Reboot the device.
doc/appunti/android/android_wificonfigstore.1718369556.txt.gz · Last modified: 2024/06/14 14:52 by niccolo