Unattended TV wakeups

General Forum for talking area for E series TVs.
Post Reply

bolvan
Posts: 3
Joined: Sat Oct 05, 2013 7:02 am

Unattended TV wakeups

Post by bolvan »

Hi !

About half a year ago I created my own infolink emulator and patched some js code on my UE40EH5307 to use my infolink instead of infolink.pavv.co.kr. My emulator writes access logs of all queries made by tv.
Recently I reviewed the logs and found very strange behaviour. At random time every night tv blindly wakes up.
Then I created simple cmd script for addition behaviour study.

Code: Select all

:1
set OK=N
for /f "tokens=*" %%a in ('ping -n 1 192.168.2.3 ^|find "Reply from 192.168.2.3"') do (
set OK=Y
)
if /i %OK% EQU Y (
 echo + %DATE% %TIME%>>tv.log
) else (
 echo - %DATE% %TIME%>>tv.log
)
sleep 10
goto :1
It pings TV every 10 seconds and writes + or - sign to log file with date and time.

here is sample log of this script :

Code: Select all

- 05.10.2013  4:48:17,27
- 05.10.2013  4:48:31,27
- 05.10.2013  4:48:45,27
- 05.10.2013  4:48:59,27
+ 05.10.2013  4:49:09,30
+ 05.10.2013  4:49:19,34
+ 05.10.2013  4:49:29,37
+ 05.10.2013  4:49:39,41
+ 05.10.2013  4:49:49,45
+ 05.10.2013  4:49:59,47
+ 05.10.2013  4:50:09,50
+ 05.10.2013  4:50:19,54
+ 05.10.2013  4:50:29,58
+ 05.10.2013  4:50:39,61
- 05.10.2013  4:50:53,27
- 05.10.2013  4:51:07,27
- 05.10.2013  4:51:21,27
Log from my infolink emu :

Code: Select all

[05-10-2013 04:49:30] Cache hit for : GET /openapi/device/model/bind?timestamp=30477
[05-10-2013 04:49:30] Cache hit for : GET /openapi/device/lookup?timestamp=30715
[05-10-2013 04:49:30] Cache hit for : GET /openapi/device/auth/seedkey?timestamp=30762
[05-10-2013 04:49:30] Cache hit for : GET /openapi/conf/log?service=widget&timestamp=1380948570003
[05-10-2013 04:49:30] Cache hit for : GET /openapi/service/widget/list?lang=ru&timestamp=1380948570237
I havent visually noticed TV was up at 04:49.
Why does it wake up every night ? What kind of tasks require OS boot ?
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Unattended TV wakeups

Post by juusso »

hi,

i think this is because OTN upgrade. If you switch OTN off in service menu, TV shouldn't fill up your logs at night :-)

btw, what emulator do you have? i think ppl are interesting in this more detailed... :-)
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
bolvan
Posts: 3
Joined: Sat Oct 05, 2013 7:02 am

Re: Unattended TV wakeups

Post by bolvan »

juuso wrote:hi,
i think this is because OTN upgrade. If you switch OTN off in service menu, TV shouldn't fill up your logs at night :-)
Long ago I disabled OTN in service menu. I'll recheck when able - who know if it somehow was reset to default.
juuso wrote: btw, what emulator do you have? i think ppl are interesting in this more detailed... :-)
I posted it here before under another nick.
You can look at the code if you want: http://www.sendspace.com/file/6127ec

Main purposes :
1) stop undeclinable automatic updates of smarthub and widgets
2) remove dependency of external servers in Korea. They often become unavailable or very slow.
3) Remove forced partner widgets and replace them with user chosen.
4) Remove big-icon widgets such as SocialTV, FamilyStore,...

I run this emu on my openwrt wireless router.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Unattended TV wakeups

Post by juusso »

@dec0ding, have you lost your login data (password?) :)

Actually i don`t know any other reason for nightly wake-ups than OTN upgrade checking. Also delayed instal in menu-help-software upgrade should be off.
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 “[E] General”