I'm sure I've seen an app like this mentioned on the forum, but I can't find it, and a search of the Market doesn't come up with anything either.
Wifi settings transfer/backup
#1
Posted 14 January 2010 - 01:52 PM
I'm sure I've seen an app like this mentioned on the forum, but I can't find it, and a search of the Market doesn't come up with anything either.
#2
Posted 14 January 2010 - 03:50 PM
T39andcounting, on Jan 14 2010, 13:52, said:
I'm sure I've seen an app like this mentioned on the forum, but I can't find it, and a search of the Market doesn't come up with anything either.
In /data/misc/wifi/wpa_supplicant.conf you will find your wireless passwords.
#3
Posted 14 January 2010 - 03:59 PM
#4
Posted 14 January 2010 - 04:17 PM
#5
Posted 14 January 2010 - 04:21 PM
maddiez, on Jan 14 2010, 16:17, said:
the only ones i know of are root explorer, sufbs and estrongs file manager.
you could also use adb:
adb pull /data/misc/wifi/wpa_supplicant.conf #DIRECTORY ON PC# for example, if i want to copy it to my C:\ drive... adb pull /data/misc/wifi/wpa_supplicant.conf C:\
#6
Posted 14 January 2010 - 04:35 PM
shenshang, on Jan 14 2010, 16:21, said:
you could also use adb:
adb pull /data/misc/wifi/wpa_supplicant.conf #DIRECTORY ON PC# for example, if i want to copy it to my C:\ drive... adb pull /data/misc/wifi/wpa_supplicant.conf C:\
I've just installed estrongs file manager, changed the file settings to show hidden files, and /data is still showing as an empty folder! Root and Cache are also showing up as empty folders. Am I doing something wrong here? My device is a UK Orange Hero running the Modaco Custom 3.1 GSM ROM
#7
Posted 15 January 2010 - 08:57 AM
T39andcounting, on Jan 14 2010, 17:35, said:
I manage to see the file, but not using EStrongs File Explorer. Try the following:
adb shell cat /data/misc/wifi/wpa_supplicant.conf






