[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.

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

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

Post 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.
zoelechat
SamyGO Moderator
Posts: 8615
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 »

Not sure any arg exist for channel-list, but at least it can be done by script. Here's one-liner to do so :D

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).
I do NOT receive any PM. Please use forum.
setti
SamyGO Project Donor
Posts: 131
Joined: Sat Jan 07, 2012 11:32 am

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

Post 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 :D
Last edited by setti on Tue Oct 16, 2018 12:17 pm, edited 3 times in total.
zoelechat
SamyGO Moderator
Posts: 8615
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 »

Firstly I wonder how you can get any output with typos in commands :D
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"
      }
   ]
}
Actually I don't use favs at all (just created them for trying), but I guess you can directly tweak subvalues of CurrentCategory then.
I do NOT receive any PM. Please use forum.
mastero122
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

Post 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).
dpeddi
SamyGO Project Donor
Posts: 17
Joined: Thu Jan 30, 2014 2:30 pm

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

Post by dpeddi »

Could the vulnerability on k series be applied to root new firmwares on j series?

Regards
LAKARABEL
SamyGO Project Donor
Posts: 1
Joined: Sat Jan 23, 2016 4:39 pm

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

Post by LAKARABEL »

Dear all, I've firmware 1231, when/how can I root?
cabut33
SamyGO Project Donor
Posts: 12
Joined: Sun Mar 11, 2018 1:53 am
Location: españa

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

Post by cabut33 »

Greetings I accidentally updated my TV series K ... there will be new root in a future??? thanks
UE55KU6500
T-JZMDEUC-1169.2
zoelechat
SamyGO Moderator
Posts: 8615
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 »

Congrats! Possible downgrade to rootable is somewhere down the road. Can't give any deadline.
I do NOT receive any PM. Please use forum.
cabut33
SamyGO Project Donor
Posts: 12
Joined: Sun Mar 11, 2018 1:53 am
Location: españa

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

Post by cabut33 »

ok thanks
UE55KU6500
T-JZMDEUC-1169.2

Post Reply

Return to “[K] Software”