Page 11 of 13
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Posted: Mon Oct 15, 2018 7:26 pm
by setti
Thanks

And do you know which types or names exist for "app_launcher org.tizen.channel-list"? I'm trying to directly launch a specific favourite channel list.
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Posted: Mon Oct 15, 2018 9:24 pm
by zoelechat
Not sure any arg exist for channel-list, but at least it can be done by script. Here's one-liner to do so
Code: Select all
ANTENNA=Air
FAVLIST=1
vconftool set db/menu/channel_list/$ANTENNA -t string -f $(vconfget db/menu/channel_list/$ANTENNA | jq -Mrec --arg FAVLIST $FAVLIST 'select(.NaviModeInfo[$FAVLIST|tonumber]) | .CurrentCategory = .NaviModeInfo[$FAVLIST|tonumber]')
ANTENNA has to be either Air, Cable or Satellite (beware that it won't switch antenna!! You have to use given tool for that...)
FAVLIST is 0 for all and 1-5 for fav list number (if exists).
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Posted: Tue Oct 16, 2018 7:46 am
by setti
Thx for the right direction, but I guess something is wrong with your oneliner. Im using Satellite antenna, but you jq statement cannot work for me, because of the following output, while I'm on Favourite List 1:
Code: Select all
# vconfget db/menu/channel_list/Satellite
{
"CurrentCategory" : {
"Mode" : "FAV",
"Param" : "1",
"Sort" : "UNK"
},
"NaviModeInfo" : [
{
"Mode" : "ALL",
"Param" : "0",
"Sort" : "UNK"
}
]
}
But I have 5 favorite channels, as you can see here:
Code: Select all
# vconftool get -r db/menu/broadcasting/channel_manager
db/menu/broadcasting/channel_manager/favname1,string,Allgemein
db/menu/broadcasting/channel_manager/favname2,string,Kinder
db/menu/broadcasting/channel_manager/favname3,string,Doku
db/menu/broadcasting/channel_manager/favname4,string,Sport
db/menu/broadcasting/channel_manager/favname5,string,Musik
No data
I will have a closer look at it tonight to see what CurrentCategory and NaviModeInfo stand for and how they behave on list changes on TV.
Thanks, anyways.
EDIT: fixed typo

Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Posted: Tue Oct 16, 2018 9:14 am
by zoelechat
Firstly I wonder how you can get any output with typos in commands

Secondly, something must be messed up in your channel list: CurrentCategory should be current mode and NaviModeInfo available modes:
Code: Select all
# vconfget db/menu/channel_list/Satellite
{
"CurrentCategory" : {
"Mode" : "ALL",
"Param" : "0",
"Sort" : "UNK"
},
"NaviModeInfo" : [
{
"Mode" : "ALL",
"Param" : "0",
"Sort" : "UNK"
},
{
"Mode" : "FAV",
"Param" : "1",
"Sort" : "UNK"
},
{
"Mode" : "FAV",
"Param" : "2",
"Sort" : "UNK"
},
{
"Mode" : "FAV",
"Param" : "3",
"Sort" : "UNK"
}
]
}
Actually I don't use favs at all (just created them for trying), but I guess you can directly tweak subvalues of CurrentCategory then.
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Posted: Thu Dec 27, 2018 12:16 am
by mastero122
zoelechat wrote: ↑Mon May 14, 2018 3:15 pm
It's not Samba
server ntfs fix (don't expect any), it's fix for numerous shares of Samba
client (included in latest sysroot).
Hello zoelechat, just putting a note that samba-client is working with smbclient-oldversion init file on T-HK*. With new version no files are visible in mounted folder on TVbrowser (nevertheless I can reach them via FTP).
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Posted: Thu Jan 03, 2019 11:00 pm
by dpeddi
Could the vulnerability on k series be applied to root new firmwares on j series?
Regards
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Posted: Tue Jan 22, 2019 6:57 pm
by LAKARABEL
Dear all, I've firmware 1231, when/how can I root?
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Posted: Fri Feb 22, 2019 11:22 pm
by cabut33
Greetings I accidentally updated my TV series K ... there will be new root in a future??? thanks
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Posted: Sat Feb 23, 2019 1:08 am
by zoelechat
Congrats! Possible downgrade to rootable is somewhere down the road. Can't give any deadline.
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Posted: Sat Feb 23, 2019 1:08 pm
by cabut33
ok thanks