Missing File (/etc/wifi/wpa_supplicant.conf)

tiht20

Member
Jul 23, 2011
16
1
Hello,
Can anyone send me this file (wpa_supplicant.conf)
it may found in (/etc/wifi/wpa_supplicant.conf) or (/data/misc/wifi/wpa_supplicant.conf)
Please send me on my mail tiht20...gmail...com or share it.
Thanks,
 

fmaker

Member
Aug 3, 2011
1
0
This file gets continually updated by wpa_supplicant so try just creating an empty writeable file. This should work:

adb shell touch /etc/wifi/wpa_supplicant.conf
adb shell chmod a+w /etc/wifi/wpa_supplicant.conf
 

tiht20

Member
Jul 23, 2011
16
1
I made new txt file and then add both commands in
adb shell touch /etc/wifi/wpa_supplicant.conf
adb shell chmod a+w /etc/wifi/wpa_supplicant.conf
then named it as wpa_supplicant.conf and add it in the path /etc/wifi/ then restart.
BUT no luck :( Unable to scan for networks

Can you advice please
 
Top