This Auto restart the VN007 Router if the 5G Frequency is missing.
Due to a bug in the telco, it will charge your SIM data balance even if you are subscribed to Unli 5G promo. Normally it should disconnect automatically if Network Mode is set to 5G NSA Only and prevent unwanted data charges however sometimes it doesn't.
You can run this in your Desktop Terminal or Android Termux
Note: This will also ensure your modem will reconnect to 5G as soon as possible in areas with problematic cell receptions.
- Install Go Lang: https://go.dev/doc/install
- clone this repo: https://github.com/rpfilomeno/vn007go (how-to)
- copy the file named
.env.sampleto.env - edit your
.envfile to match your router setup - download dependecies
go mod download- run the application
go run .- optionally build an executable binary (vn007go.exe) based on your system.
go build .- to use the executable binary (vn007go.exe) makes sure your .env file is on the same folder
- Windows 64-bit release
- Download the .env.sample config file then edit and rename it to
.envfor use with this release. - Edit your
.envbased on your router settings. You can find valuesof SESSION_ID and PASSWORD_HASH hash using Chrome's Developer Tools during login.
