Fix Android TV date/time reset problem after each power off
Too many Android TV users face a problem where their Android TV time & date reset everytime they power off their TV. This is because the NTP server is not set properly. This script will fix that problem.
pyinstaller android_time_date_fixer.spec
The default Android TV NTP server is mostly time.android.com
, and like other android links it blocks many countries (e.g. Syria), and also too many other IPs in other countries.
This prevents the device from syncing the time and date, and it resets everytime the device is powered off to the default one, and this in its turn is blocking the WIFI internet connection.
This script will fix this problem by changing the NTP server to pool.ntp.org
which is a free and open NTP server that is available worldwide.