Hi,
I manually created the file /system/bin/wpa_supplicant (according to the file in script on github). And I renamed the original file to wpa_supplicant_real. I chmod /system/bin/wpa_supplicant 0755 and I tried root:shell and +x this file. I have not installed the app for this test. When I run wpa_supplicant (in adb shell), it says: file not found, and I cannot start wifi. My device runs Samsung stock rom 6.01. Can anyone tell me how I can reroute the request properly to /system/bin/wpa_supplicant_real?
Hi,
I manually created the file /system/bin/wpa_supplicant (according to the file in script on github). And I renamed the original file to wpa_supplicant_real. I chmod /system/bin/wpa_supplicant 0755 and I tried root:shell and +x this file. I have not installed the app for this test. When I run wpa_supplicant (in adb shell), it says: file not found, and I cannot start wifi. My device runs Samsung stock rom 6.01. Can anyone tell me how I can reroute the request properly to /system/bin/wpa_supplicant_real?