NetworkGhost icon indicating copy to clipboard operation
NetworkGhost copied to clipboard

/system/bin/wpa_supplicant: open failed: EACCES (Permission denied)

Open oscar608 opened this issue 7 years ago • 2 comments

java.io.FileNotFoundException: /system/bin/wpa_supplicant: open failed: EACCES (Permission denied)

oscar608 avatar Apr 26 '17 17:04 oscar608

android 4.4

oscar608 avatar Apr 30 '17 02:04 oscar608

I had the same issue, this helped:

chgrp shell wpa_supplicant
chmod a+rx wpa_supplicant

gjedeer avatar Jun 17 '17 20:06 gjedeer