remove bloatware

General forum talking area for K series TVs.

setti
SamyGO Project Donor
Posts: 131
Joined: Sat Jan 07, 2012 11:32 am

Re: remove bloatware

Post by setti »

I did it more the systemd way, lets see if its enough.

Code: Select all

tv-schlafzimmer~ # cat $SYSROOT/etc/init.d/02_tvplus_disable.init
#!/bin/sh
#
#       (c) 2017        setti @ SamyGO
#

case $1 in
        start)
        systemctl stop tvplus-service.path tvplus-service.service
        ;;
        stop)
        systemctl start tvplus-service.path tvplus-service.service
        ;;
        restart)
        $0 stop ; sleep 1 ; $0 start
        ;;
        status)
        systemctl status tvplus-service.path tvplus-service.service
        ;;
        *)
        echo "Usage: $0 {start|stop|restart|status}" >&2 && exit 1
        ;;
esac
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: remove bloatware

Post by zoelechat »

If not enough, you'd just have to add mount to start case and umount to stop case (before each systemctl) :)
I do NOT receive any PM. Please use forum.
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: remove bloatware

Post by zoelechat »

Btw, just found that :D
Option-Engineer_Option.png
That said, it's possible you can't permanently change it (=back to ON after reboot) as soon as your local set is selected... Worth the try maybe.
You do not have the required permissions to view the files attached to this post.
I do NOT receive any PM. Please use forum.
setti
SamyGO Project Donor
Posts: 131
Joined: Sat Jan 07, 2012 11:32 am

Re: remove bloatware

Post by setti »

Thx zoelechat!

Post Reply

Return to “[K] General”