[App] Parent control timer B series

Here are software that related with Samsung B series TVs. Like hex editors, new version of BusyBox or internal software, app programs that will run in your TV hardware.:!:This forum is NOT FOR USER QUESTIONS or Problems.
Locked

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

[App] Parent control timer B series

Post by juusso »

I made this script for my personal use, but maybe someone will find it useful. Based on sectroyer`s getsetcurrenttimefromtv patch. Read here: https://forum.samygo.tv/viewtopic.php?f=12&t=7415

Requirements:
  • script and patch for exeDSP
  • All required files for B series - are inside attached archive. Other series have to use series-related getsetcurrenttimefromtv versions.
How it works
If TV is powered on during given time interval, it will suddenly power off in ~5 sec.
Log file: /mtd_down/SHUTDOWN.log

How to set up
Edit script (use notepad++, but do not use notepad, winword, wordpad...) and change FROM_TIME, TO_TIME values in CHANGE ME section.
In example TV will shutdown from 00:05 to 06:59. This prevent`s my kids from watching TV at the night... :)

Code: Select all

#### CHANGE ME START! Set time interval here! ###

FROM_TIME="00:05"
TO_TIME="06:59" 

#### CHANGE ME END! ###
Issue-free time interval is from 00:00 to same day any hour. Day-overlaping is not implemented (e.g. you can`t set time from 22:00 to 07:00, it won`t work).

EMERGENCY STOP
place to root of USB file, named STOP and script will be skipped. Be careful: do not start this script to early (do not change number of script name).
If USB is not yet mounted, STOP will not work and you get bootloop!

Have fun! :)
p.s. script can be used with other series as well, not checked yet. Time set could be achieved by ntpclient, but getsetcurrenttimefromtv patch looks for me more robust way...
You do not have the required permissions to view the files attached to this post.
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
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Parent control timer B series

Post by sectroyer »

juuso wrote: p.s. script can be used with other series as well, not checked yet. Time set could be achieved by ntpclient, but getsetcurrenttimefromtv patch looks for me more robust way...
I explained it hundred times - changing system time is a bad idea!!!!! it's much better to use getsetcurrenttimefromtv inside the script to just get the time and compare. Changing system time WILL break a lot of stuff which may includ: other apps, samygo scripts, pvr, etc.
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [App] Parent control timer B series

Post by juusso »

Updated, more robust version of parent control: libLockTV B/D/E/F/H - Parental Lock.

Topic locked, this version will be not updated/supported anymore.
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

Locked

Return to “[B] Software”