*** Requests for apps/patches F series ***

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

zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

*** Requests for apps/patches F series ***

Post by zoelechat »

Please post here your requests. Thanks
For posterity, old to-do list is still there: Request feature for F series. Task list.
I do NOT receive any PM. Please use forum.
DarkMega
SamyGO Project Donor
Posts: 8
Joined: Tue Feb 04, 2014 2:03 pm

Re: *** Requests for apps/patches F series ***

Post by DarkMega »

I have 2 suggestions about the media player.

First a new media player app. In Various languages or in English. All media players apps out there are in russian.
Second (If first is not possible), remove the need of internet to acess the media player. In older firmwares this was possible.

Ps: I have a rooted f6400 with 2005 fw
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: *** Requests for apps/patches F series ***

Post by wluczykijwf »

My list of unsolved problems:
  • 1. Unlock a functionality of keys for a TV function: Tool key, Info key, Guide key, Color keys, Playback key and Number keys in ticker mode.
    2. The problem with the dimming of the screen in ticker mode. E.g. If the Social app works, when you turn on menu a screen
    under the window of the menu turns on gray.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
nono2lozere
SamyGO Project Donor
Posts: 38
Joined: Sat Sep 20, 2014 3:55 pm

Re: *** Requests for apps/patches F series ***

Post by nono2lozere »

Hello,

First thanks for your work.

In the e-manual here http://downloadcenter.samsung.com/conte ... 4-0401.pdf page 58 there is an option in network settings called "Set Remote Access" that I can't find on my tv. This enable standby mode so the tv won't shut down when powered off with remote.
Pro: tv is always on, so you can use network even in standby and SamyGo and patch are allways loaded
Cons: More power consuption and if you have to reboot tv you'll have to disable it
I have read somewere that it was removed by samsung some time ago, but maybe it can be easily re-enabled.

Thanks
Samsung UE40F7000 T-FXPDEUC1115.0
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: *** Requests for apps/patches F series ***

Post by zoelechat »

nono2lozere wrote:In the e-manual here http://downloadcenter.samsung.com/conte ... 4-0401.pdf page 58 there is an option in network settings called "Set Remote Access"
It would have been interesting to see full model name on screenshot "[TV] Samsung LE...". AFAIK 'LE' models are either old or cheap (or both?) ones. I checked in usual firmwares, this option doesn't exist at all (anymore?). However, I guess it could be doable to patch standby in some way, but probably not from TV menu :)
I do NOT receive any PM. Please use forum.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: *** Requests for apps/patches F series ***

Post by wluczykijwf »

The problem with the dimming of the screen in ticker mode. E.g. If the Social app works, when you turn on menu a screen
under the window of the menu turns on gray.


I made a little overview. Most likely, this can be changed by modifying the information load of /mtd_exe/WidgetEngine/config/widget.info
The widget.info file on F8000:
SpoilerShow

Code: Select all

###################################################################
#
#    Maple4 Configuration File
# 
###################################################################

# Configure property name must start with first column of line.
# If you want to write property name and value in one line, then separate name and value by Equal sign("=").
# If you want to write another value of previous property, then write it next line starting with white space.
# Property name finishing with question mark("?") must set value for "Yes" or "No".

# Home URL
Home URL = 

# Set Application Postion, Size on screen
Application Position = 0,0
Application Size = 0x0

# Set Application Opacity
Application Opacity In Focus = 0.0
Application Opacity Out Of Focus = 0.1

Use Alpha Blending = Yes

# Set Focus Usage in same application
Use Focus? = No
Focus Color = FFFFBB00

# Set Maple Key Mask Usage
Use Key Mask? = No

# Input Key Map
# DONOT use just the name with just one character for function key
# define Accesskey with "CHAR_". ex) character b case, CHAR_b
Key Map
        KEY_ENTER : ENTER
        KEY_ESC : FUNCTION
        KEY_ARROW_UP : SCROLL_UP,FOCUS_UP
        KEY_ARROW_DOWN : SCROLL_DOWN,FOCUS_DOWN
#        KEY_ARROW_LEFT : FOCUS_STAB,FOCUS_LEFT
#        KEY_ARROW_RIGHT : FOCUS_TAB,FOCUS_RIGHT
#		KEY_TAB : FOCUS_TAB
#		KEY_TAB, KEY_SHIFT : FOCUS_STAB
        KEY_HOME : NAVI_HOME
        KEY_END : EXIT
        KEY_PAGEUP : NAVI_FORWARD
        KEY_PAGEDN : NAVI_BACK
        KEY_TAB, KEY_CTRL : NAVI_TAB_BR
        KEY_F3 : NAVI_NEWWIN
        KEY_F4 : NAVI_CLOSEWIN
        KEY_F5 : NAVI_REFRESH
        KEY_F10 : MENU
	KEY_ALT, KEY_L : DEBUG_LAYOUTTREE
	KEY_ALT, KEY_S : DEBUG_CSSTRIE
	KEY_ALT, KEY_D : DEBUG_DOMTREE
	KEY_ALT, KEY_INSERT : DEBUG_OUTLINE

# Set Error Page
Use Error Page? = No
Error Page
	404,403 : ./bgtest.html
	* : ./error.html


#########################
#   Additional  User-Defined Options 
#   (Max 20)
#########################

# Allow Media Download
Download Media? = Yes
Most likely, this can be loaded value with parameter

Code: Select all

 Application Opacity Out Of Focus = 0.1
as a value 0.0
Last edited by wluczykijwf on Wed Apr 08, 2015 10:16 am, edited 2 times in total.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: *** Requests for apps/patches F series ***

Post by zoelechat »

@wluczykijwf
Does this mean that's solved or would still need to be patched? :)
I do NOT receive any PM. Please use forum.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: *** Requests for apps/patches F series ***

Post by wluczykijwf »

@zoelechat
This is a clue. Would still need to be patched.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
bartik
SamyGO Project Donor
Posts: 72
Joined: Tue Jul 15, 2014 5:14 pm

Re: *** Requests for apps/patches F series ***

Post by bartik »

hmm how to edit the file ?? it says Copying files to remote side failed.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: *** Requests for apps/patches F series ***

Post by wluczykijwf »

bartik wrote:hmm how to edit the file ?? it says Copying files to remote side failed.
This no edit. This need to be patched. I working for this!
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500

Post Reply

Return to “[F] Software”