Page 1 of 6

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

Posted: Mon Apr 06, 2015 4:58 pm
by zoelechat
Please post here your requests. Thanks
For posterity, old to-do list is still there: Request feature for F series. Task list.

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

Posted: Tue Apr 07, 2015 1:28 am
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

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

Posted: Tue Apr 07, 2015 7:54 am
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.

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

Posted: Tue Apr 07, 2015 8:58 am
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

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

Posted: Tue Apr 07, 2015 10:00 pm
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 :)

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

Posted: Tue Apr 07, 2015 11:32 pm
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

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

Posted: Tue Apr 07, 2015 11:59 pm
by zoelechat
@wluczykijwf
Does this mean that's solved or would still need to be patched? :)

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

Posted: Wed Apr 08, 2015 12:03 am
by wluczykijwf
@zoelechat
This is a clue. Would still need to be patched.

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

Posted: Wed Apr 08, 2015 12:56 am
by bartik
hmm how to edit the file ?? it says Copying files to remote side failed.

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

Posted: Wed Apr 08, 2015 5:43 am
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!