11

I need from time to time sync clock on android phone from internet. Traditional way on non mobile devices is to use NTP servers and daemon. To run NTP daemon and automatically set time on android phone one requirement is to have a root access. Is there really any similar solution for non-rooted phone?

Dan Hulme
  • 35,000
  • 17
  • 90
  • 155
IBr
  • 245
  • 1
  • 3
  • 6

1 Answers1

15

Unfortunately, you really need root for this.

From ClockSync, Google themselves have mentioned this:

Hi, it is by design that applications can not change the time. There are many subtle aspects of security that can rely on the current time, such as certificate expiration, license management, etc. We do not want to allow third party applications to globally disrupt the system in this way.

geffchang
  • 17,565
  • 18
  • 57
  • 73
  • 7
    This is exactly the reason why I would like to have automatic time update by the way.. My tablet messes up time constantly and after that almost nothing works. They should add NTP to android core. – mikkom Apr 21 '15 at 12:03