What's new

Android TV DATE AND TIME PROBLEM

PHC_RelativeHumidity

Honorary Poster
Joined
May 12, 2019
Posts
314
Reaction
78
Points
140
Good dat mga ka PH!
Ask lang ako if marunong ba kayo mag fix ng date and time ng tv, kase every buhay ko ganun pa din ang time and date, lagi naka set sa January 1, 2009 and yun time is 8:00
 
Try this.

Android TV:
1. Punta ka sa settings, activate mo yung "Developer Options" and enable USB Debugging.

Android Phone:
1. USB Debugging, para maconnect ang android phone sa android tv wirelessly.. Download ka sa Playstore ng "Remote ADB Shell".
2. On Android Phone, open mo yung Remote ADB Shell tapos Ilagay mo yung IP Address ng Android TV, then connect.
3. On Android TV, may mag pa pop-up, tapos accept.
4. On Android Phone, Pag nakakonnect ka na, type mo ito.

settings put global auto_time 1

To turn off:

1. Follow steps 1 to 3, and type this.

settings put global auto_time 0
 
Ok here's the rundown how to solve this issue:

1. Using PC you must download the Android SDK Platform Tools (Just google it)
2. To install SDK watch here: You do not have permission to view the full content of this post. Log in or register now.
3. Make sure you follow the installation process including the editing of the rules on how the adb will run on all folders
4. Open CMD
5. Test if adb is working by typing adb on cmd and hit enter
6. If all functions of adb are shown that means it is now working
7. Turn on your Android device/stick and enable developer settings(if you don't know just google it)
8. Access the Developer settings turn on "internet adb"
9. Now go to network settings of your Android device and browse check and note the IP address of your device
10. Go back to cmd and type: adb connect 192.168.x.x:5555 (where x is the exact number found in your IP address)
11. type: adb root (wait until it says it is running on root)
12: type: adb shell settings put global ntp_server time.medo64.com
13. type: adb shell settings put global ntp_timeout 5000
14. Completely turn off your Android Device - unplug it.
15. Turn ON go to settings and date and time select auto sync time
16. Go to Time zone - select either Kuala Lumpur, Hongkong, Singapore, Teipie
17. Check if date and time has change if not, Restart the device that will work.
 
use transport provided network lang pag open mo tv lagay mo lang dyan ganyan din napansin ko everytime pag open ng tv namin. dati naman hndi rin ganyan
 
Back
Top