prpr
Well-Known Member
For the forthcoming changes on 3rd Sep., if you don't want to retune but do want the new LCNs, then here is a quick'n'simple way to do it.
Open a Telnet window to your HDR-Fox T2 and paste in the following commands:
Of course, this won't add any channels you are missing nor delete any that have ceased to exist.
Open a Telnet window to your HDR-Fox T2 and paste in the following commands:
Code:
/etc/init.d/S90settop shut
sleep 2
sqlite3 /var/lib/humaxtv/channel.db "update tbl_svc set uslcn=uslcn+50 where uslcn>=70 and uslcn<=85;"
sqlite3 /var/lib/humaxtv/channel.db "update tbl_svc set uslcn=601 where uslcn=301;"
sync
reboot