time synchronization in samygo

Support for C series TVs that all user could ask. Please do not ask a questions at other forums.
Post Reply

User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: time synchronization in samygo

Post by juusso »

The problem is, that NTP synchronizes only system time (linux) and exeDSP time remains not affected. This is on B series, i think, still remains on C series too.
I can quote geo650, who helped me with ntpclient for B series:
Paste this to your autostart script (SamyGO.sh or whatever):

Code: Select all

    # example NTP server from Poland (change this if you want)
    SERVER="193.110.137.171"

    # we must wait for internet
    sleep 10
    # synchronize now
    /path/to/your/binary/ntpclient -s -h $SERVER -p 123
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: time synchronization in samygo

Post by juusso »

wortex wrote:Well, the system time sync works ok through ntpclient and through rtime
I see only rdata on my BusyBox v1.17.2, but it works as well as ntpclient....
Need to do something with exeDSP time. Any idea or information ?
Nothing to be done. Just if you find some function in exeDSP code that makes time sync and if you find a way how to affect it to read unix time, might then you get success....
possibly syncing time before exeDSP will solve this, but we can't, cause for now we can't modify init scripts...
As i said, exeDSP does not read time values from system. At least on B series.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE

Post Reply

Return to “[C] Support”