Hi,
How can I synchronize the device clock with Internet (some NTP server)? I am able to set the current time (User::SetHomeTime()) but I need the correct time value. I am using S60 3rd edition FP2 SDK.
Thank you in advance.
Hi,
How can I synchronize the device clock with Internet (some NTP server)? I am able to set the current time (User::SetHomeTime()) but I need the correct time value. I am using S60 3rd edition FP2 SDK.
Thank you in advance.
Create the http request to any server in response you will get server time you can use that
just make your own server on your own, and make for example HTTP query to that server to get the current time.
Note that users can enable a similar setting in the Clock application, "Network operator time". If the service is available and enabled, yours will conflict with it.