|
Post by xtr4nge on Apr 5, 2016 15:50:35 GMT
|
|
|
Post by reagan1998 on Apr 6, 2016 23:36:40 GMT
I still get permission denied when I run ./install-fruitywifi.sh . Here is a screenshot: 
|
|
|
Post by xtr4nge on Apr 7, 2016 11:09:34 GMT
Hi reagan1998, FruityWiFi is a web application (core mainly), you need a webserver (Nginx + PHP5) on the path where FruityWiFi is located (port 8000 and/or 8443): /usr/share/fruitywifi There is not much that I can do for you until you resolve this problem.
As I mentioned before, it looks like you have a problem with the files permissions. You need to fix the permissions (recursive).
Try this commands (as root) and restart nginx and php5-fpm:
find /usr/share/fruitywifi -type d -exec chmod 755 {} \; find /usr/share/fruitywifi -type f -exec chmod 644 {} \;
You can use any webserver (with support for PHP5, nginx is not mandatory), so you can change nginx to Apache2 (for example) if that is better for you.
regards,
|
|
|
Post by reagan1998 on Apr 8, 2016 19:39:24 GMT
I will try this tonight
|
|
|
Post by reagan1998 on Apr 21, 2016 1:10:15 GMT
Sorry for getting back to you so late, it now works. Except it will not recognize my WLAN card. I have to enable it manually in Nethunter it's self by running airmon-ng start wlan1. Hope that helps.
|
|
|
Post by xtr4nge on Apr 27, 2016 9:42:08 GMT
Hi reagan1998, What do you mean that is not recognised?
I noticed that if you start the phone with the external card plugged, sometimes is switching wlan0 to wlan1 and wlan1 to wlan0. Plug the external card after turn on the phone. Also if you want to use the internal wireless card as IN interface, yo need to turn off wireless on the phone first.
Just to let you know, I installed a new OP1 from scratch (CM12, NetHunter and FruityWiFi) and everything works as expected without problems. (also without permissions errors) You can do a backup and start the installation again (CM12, NetHunter and FruityWiFi), maybe something went wrong during your installation.
regards,
|
|