Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does Android store system settings such as WiFi networks?

Can't find the databases with the system settings on my device. Where are they located?

like image 502
artem Avatar asked Feb 19 '13 18:02

artem


2 Answers

The SSIDs and passwords of the wifi networks are stored to /data/misc/wifi/wpa_supplicant.conf

like image 192
StupidKenneth Avatar answered Oct 21 '22 21:10

StupidKenneth


The settings database is located at /data/data/com.android.providers.settings/databases/settings.db. You cannot access it unless you have root.

like image 6
Raghav Sood Avatar answered Oct 21 '22 21:10

Raghav Sood