[ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Here are software that related with Samsung K series TVs.
Please don't create any new topic here unless you have software to post/release.
Post Reply

asiersan
SamyGO Project Donor
Posts: 158
Joined: Fri May 09, 2014 1:30 am

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Post by asiersan »

I have tried and get this errror:

Code: Select all

# wascmd -i blah0blah1.ROOTK -p $SYSROOT/ROOTK.wgt
install blah0blah1.ROOTK
package_path /opt/storage/usb/sda1/SamyGO/ROOTK.wgt
was_install_app return WAS_TRUE
app_id[blah0blah1.ROOTK] install start
app_id[blah0blah1.ROOTK] install failed[118]
spend time for wascmd is [1940]ms
Samsung 55HU7500L
Samsung 40F6500
Samsung 32K5570SU
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Post by zoelechat »

Then first delete widget from apps, or use Tizen Studio to install (VM will be updated later if tests success confirmed).
I do NOT receive any PM. Please use forum.
asiersan
SamyGO Project Donor
Posts: 158
Joined: Fri May 09, 2014 1:30 am

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Post by asiersan »

If i delete de app and them run command:

Code: Select all

# wascmd -i blah0blah1.ROOTK -p $SYSROOT/ROOTK.wgt
install blah0blah1.ROOTK
package_path /opt/storage/usb/sda1/SamyGO/ROOTK.wgt
was_install_app return WAS_TRUE
app_id[blah0blah1.ROOTK] install start
app_id[blah0blah1.ROOTK] install completed
spend time for wascmd is [3394]ms
I switch off and on, wait......but no lucky. I wait about 2 minutes

Same thing with tizen studio. Only changes a big advise that k-root is loading..
I must run manually.
Samsung 55HU7500L
Samsung 40F6500
Samsung 32K5570SU
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Post by zoelechat »

You moved widget to Home page, right?
ref: http://developer.samsung.com/tv/develop ... plications

ahhh sh*t, looks to be "All models 7000 and higher", too bad :mrgreen:
I do NOT receive any PM. Please use forum.
asiersan
SamyGO Project Donor
Posts: 158
Joined: Fri May 09, 2014 1:30 am

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Post by asiersan »

zoelechat wrote: Tue Apr 17, 2018 2:09 pm ahhh sh*t, looks to be "All models 7000 and higher", too bad :mrgreen:
BAd luck!!!! ;)
Samsung 55HU7500L
Samsung 40F6500
Samsung 32K5570SU
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Post by zoelechat »

Ok, here's another opportunity:
I've updated rccli, which now allows to remotely execute a widget on TV, and the magical command is:

Code: Select all

./rccli YOUR_TV_IP -w blah0blah1.ROOTK
Now up to you to make some "daemon" script on router or whatever remote device to monitor TV activity (ping? etc), and automatically start root widget say about 30s after TV power ON :)
I do NOT receive any PM. Please use forum.
asiersan
SamyGO Project Donor
Posts: 158
Joined: Fri May 09, 2014 1:30 am

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Post by asiersan »

zoelechat wrote:Ok, here's another opportunity:
I've updated rccli, which now allows to remotely execute a widget on TV, and the magical command is:

Code: Select all

./rccli YOUR_TV_IP -w blah0blah1.ROOTK
Now up to you to make some "daemon" script on router or whatever remote device to monitor TV activity (ping? etc), and automatically start root widget say about 30s after TV power ON :)
Ok i will try, i have a asus router with Merlín firmware so i will investigate how to run a daemon to do it.

Many thanks
Samsung 55HU7500L
Samsung 40F6500
Samsung 32K5570SU
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Post by zoelechat »

Here's the idea, you put that as init (or wherever it can start once) script of your router, copy rccli given build to path of your choice, setup top variables, done.

Code: Select all

#!/bin/sh

TV_IP=192.168.1.7
RCCLI=/usr/local/bin/rccli

while : ; do
	if ping -c1 -q $TV_IP ; then
		if ! wget -q ftp://$TV_IP/tmp/ROOT -O /dev/null ; then
			$RCCLI $TV_IP -w blah0blah1.ROOTK
		fi
	fi
	sleep 15
done&
Surely could be improved but the principle is there :)
I do NOT receive any PM. Please use forum.
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Post by zoelechat »

So then, kings of feedback, is that OK? :)
I do NOT receive any PM. Please use forum.
asiersan
SamyGO Project Donor
Posts: 158
Joined: Fri May 09, 2014 1:30 am

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169

Post by asiersan »

zoelechat wrote:So then, kings of feedback, is that OK? :)
No, when i run the comand un comand line its saying ok but widget is not starting. In try the comand in Windows, i will try in linux
Samsung 55HU7500L
Samsung 40F6500
Samsung 32K5570SU

Post Reply

Return to “[K] Software”