Page 1 of 3

[App] Font Size Color Patch for F series.

Posted: Sun Mar 08, 2015 10:39 am
by sectroyer
This patch allows to increase subtitles font size values by adding an offset to them. You can also adjust font color and vertical position.
  1. Extract fontsizecolorpatch file (not folder) from attached archive to TV in /mnt/opt/privateer/usr/bin
  2. Telnet to TV and set file permissions:

    Code: Select all

    chmod +x /mnt/opt/privateer/usr/bin/fontsizecolorpatch
  3. Execute

    Code: Select all

    fontsizecolorpatch -d -n exeAPP --size 10 --color 0xfff0f010 --y-position 155
    You can apply this patch as many times as you want without the need to restart the TV :)
  4. Autostart:
    1. Extract 99_97_FontSizeColorPatch.init from archive to /mnt/etc/init.d
      SpoilerShow
      You can edit your prefered values on top of script

      Code: Select all

      AddFontSize=10
      FontColor=0xfff0f010
      FontYPos=155
    2. Set permissions

      Code: Select all

      chmod +x /mnt/etc/init.d/99_97_FontSizeColorPatch.init

Re: [App] Font Size Color Patch for F series.

Posted: Mon Mar 09, 2015 9:31 pm
by tatundria
Any help on how to apply this patch please? I have rooted my Samsung F Series but I do not know how to use telnet. I can access the tv with ftp, but how can I apply this patch?

Re: [App] Font Size Color Patch for F series.

Posted: Mon Mar 09, 2015 9:53 pm
by zoelechat
tatundria wrote:Any help on how to apply this patch please?
Yeah, follow procedure, it can't be clearer.
tatundria wrote:I have rooted my Samsung F Series but I do not know how to use telnet.
How to use Telnet

Re: [App] Font Size Color Patch for F series.

Posted: Mon Mar 09, 2015 10:21 pm
by tatundria
Is this app supposed to show bigger and yellow subtitles on the samsung usb player? I got telnet working but I got an error on step 3: /mnt/opt/privateer/usr/bin/fontsizecolorpatch: line 1: syntax error: unexpected word (expecting ")")

Any help please?

Re: [App] Font Size Color Patch for F series.

Posted: Mon Mar 09, 2015 10:26 pm
by sectroyer
tatundria wrote:Is this app supposed to show bigger and yellow subtitles on the samsung usb player? I got telnet working but I got an error on step 3: /mnt/opt/privateer/usr/bin/fontsizecolorpatch: line 1: syntax error: unexpected word (expecting ")")

Any help please?
Switch your FTP client to binary mode :) In case of problems google "ftp binary mode" :)

Re: [App] Font Size Color Patch for F series.

Posted: Mon Mar 09, 2015 11:02 pm
by tatundria
Thank you! it's working now! However autostart is not working. Everytime I turn off and on the tv I have to apply the patch again. Any solution?

Re: [App] Font Size Color Patch for F series.

Posted: Mon Mar 09, 2015 11:32 pm
by zoelechat
Follow first post step 4 :)

Re: [App] Font Size Color Patch for F series.

Posted: Mon Mar 09, 2015 11:50 pm
by tatundria
Yes, I have already done that. However it is not working. Even after step 4, when I turn off and on the tv it shows white small fonts. Any idea why? It would be great to have that function

Re: [App] Font Size Color Patch for F series.

Posted: Tue Mar 10, 2015 1:19 am
by zoelechat
tatundria wrote:Any idea why?
Probably because of wrong FTP transfer type again, or wrong permissions.

What does say Telnet command?:

Code: Select all

/mnt/etc/init.d/99_97_FontSizeColorPatch.init start

Re: [App] Font Size Color Patch for F series.

Posted: Tue Mar 10, 2015 3:34 am
by tatundria
zoelechat wrote:
tatundria wrote:Any idea why?
Probably because of wrong FTP transfer type again, or wrong permissions.

What does say Telnet command?:

Code: Select all

/mnt/etc/init.d/99_97_FontSizeColorPatch.init start
Please find the screenshot attached. What can I do?