[ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
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
Not sure any arg exist for channel-list, but at least it can be done by script. Here's one-liner to do so
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).
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]')
FAVLIST is 0 for all and 1-5 for fav list number (if exists).
I do NOT receive any PM. Please use forum.
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
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:
But I have 5 favorite channels, as you can see here:
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
Code: Select all
# vconfget db/menu/channel_list/Satellite
{
"CurrentCategory" : {
"Mode" : "FAV",
"Param" : "1",
"Sort" : "UNK"
},
"NaviModeInfo" : [
{
"Mode" : "ALL",
"Param" : "0",
"Sort" : "UNK"
}
]
}
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
Thanks, anyways.
EDIT: fixed typo
Last edited by setti on Tue Oct 16, 2018 12:17 pm, edited 3 times in total.
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
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:
Actually I don't use favs at all (just created them for trying), but I guess you can directly tweak subvalues of CurrentCategory then.
Secondly, something must be messed up in your channel list: CurrentCategory should be current mode and NaviModeInfo available modes:
SpoilerShow
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"
}
]
}
I do NOT receive any PM. Please use forum.
-
- SamyGO Project Donor
- Posts: 42
- Joined: Mon Aug 22, 2016 11:16 pm
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
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
Could the vulnerability on k series be applied to root new firmwares on j series?
Regards
Regards
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
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
Greetings I accidentally updated my TV series K ... there will be new root in a future??? thanks
UE55KU6500
T-JZMDEUC-1169.2
T-JZMDEUC-1169.2
Re: [ROOT] K ROOT on T-JZ* and T-HK* fws up to 1169
Congrats! Possible downgrade to rootable is somewhere down the road. Can't give any deadline.
I do NOT receive any PM. Please use forum.