Advertisement
ot_inc

Android NTP Changer (time.facebook.com)

May 12th, 2022
2,415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. title Android NTP Changer (time.facebook.com)
  3. :choice
  4. set /P c=NTPサーバーをtime.facebook.comに設定します。[Yで続行]
  5. if /I "%c%" EQU "Y" goto :continue
  6. goto :continue
  7. :continue
  8. adb shell settings put global ntp_server time.facebook.com
  9. echo NTPの状態を表示をします。
  10. adb shell settings get global ntp_server
  11. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement