Android Question How to set date and time based from server?

jeronimovilar

Active Member
Licensed User
Longtime User
How can i to set time for all Android Tablet based from my Intranet server?
I want that my all Android App has the same date and time.

Sorry my english :)
 

MarcoRome

Expert
Licensed User
Longtime User
Look
 
Upvote 1

jeronimovilar

Active Member
Licensed User
Longtime User
My Intranet Server time is "10:20:15 AM"
My Android Table tim is "10:20:35 AM"

I need that both is equal, hour, minute and second. How can i set ?
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
My Intranet Server time is "10:20:15 AM"
My Android Table tim is "10:20:35 AM"

I need that both is equal, hour, minute and second. How can i set ?

Why write my Table tim ?
if you write some code, you will see the "aligned" time in the program, it does not change the tablet time.
 
Upvote 0

jeronimovilar

Active Member
Licensed User
Longtime User
Sorry,
I have 4 tablet using my app. Each tablet has a diferente time. I need that all tablets has the same time from my intranet server.
How can i set time in each tablet using android app?
 
Upvote 0

teddybear

Well-Known Member
Licensed User
You would like to use the time from your intranet server, why do you want to set the time for the tablets? you can install ntp service in your intranet server and get the time from your intranet server.
 
Last edited:
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
This solution requires the device to be rooted,
or you can try this:


look also this example:

 
Upvote 0
Top