NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Georgiana
Jan 04, 2019Follower
Netgear Nighthawk M1 - data connection problem
MR1100 - Dear netgear support, I am writing because you are the last chance to fix the product otherwise I will have to throw it away. I have several problems, but the most important is that the devi...
nokiahelp
May 11, 2019Tutor
The instructions for installing on Android being scattered and incomplete, here's a complete tutorial on
How to run the python script on Android:
- First, download and install Termux on Google Play: https://play.google.com/store/apps/details?id=com.termux&hl=en
- Open Termux and type the following commands (press the Enter key after each):
- apt update && apt upgrade
If there is an error, check your internet connection and try again:
If updates are found, type y then press the Enter key and wait until the end:
If a prompt appears during the installation, press the Enter key (keep default) and wait until the end:
- termux-setup-storage (in order to access your files)
- apt install python
Type y then press the Enter key and wait until the end:
- pip install requests
At the end of the installation, if you have the message "You should consider upgrading via 'pip install --upgrade pip' command", ignore it:
- cd storage/shared
You are now in your internal storage.
If the script is in the Download folder, type cd Download and press the Enter key to go into it.
Mine is in a folder named _install, so I type cd _install and I'm inside.
If you want to go back (in the parent folder), type cd .. and press the Enter key.
If you want to show what's in your folder, type ls and press the Enter key.
Now you are in the correct folder, type python script_name.py and press the Enter key, where script_name is the name of the script file.
Mine is restart_connection, so I type python restart_connection.py in order to execute it.
If everything is working, you should see the message Connect OK. Now let the script run in background.
If you want to stop it, access the quick settings and click on Exit.
If you want to re-execute it, follow the instructions from the #5 point "cd storage/shared".
Voilà! And sorry for English mistakes, I'm french :smileytongue:
Thanks again Mexoh1To7k