[App] More TV channels on E/F/H 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.

wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] More TV channels on ES/F series

Post by wluczykijwf »

bartik wrote:heh today i lost root on my F and i found out that without root the autostart of your onlinetv app is correct without any grey screen on startup, when i rerooted my F the grey screen on startup was back again :)
so its something with the root
[...]
only idea i think of is too autostart your app in my tv through init.d with some script
i think maybe you can give me a hint for such a script :)
Sample solution with libRunWidget by @zoelechat: viewtopic.php?f=63&t=8760&start=160#p75776.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

Re: [APP] More TV channels on ES/F series

Post by bobiturboto »

Thanks for the fix, now is working fine. I've saw one thing then I press red button one message appear "Online TV deactivate KeyPressed = 108 ..."
and more info. I think can be useful for debugging.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] More TV channels on ES/F series

Post by wluczykijwf »

bobiturboto wrote:[...]I've saw one thing then I press red button one message appear "Online TV deactivate KeyPressed = 108 ..."
and more info. I think can be useful for debugging.
For this purpose it is implemented. This informations are saved to file in directory: /mtd_rwcommon/common/OnlineTV/.
For now, the information is poorly organized. I will try to change in the future.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] More TV channels on ES/F series

Post by wluczykijwf »

New version OnlineTV v. 1.0.7 app.
Added the ability to run any widget via libRunWidget by @zoelechat.
Used:
  • 1. Install on your tv libRunWidget.
    2. Upload new version OnlineTV via ftp.
    3. Unzip runWidget.zip files to /mnt/phpsysinfo/runWidget/ and set permissions for runWidget.sh.
    4. Add you favorite widget to OnlineTV e.g. YouTube:
  • Find the widget id in /mtd_rwcommon/common/WidgetMgr/info.xml.
  • Find line code in Mian.js (file in OnlineTV directory: /mtd_rwcommon/widgets/user/OnlineTV/Mian.js)

    Code: Select all

    case tvKey.KEY_UP:
    	        //Main.RunWidget("ID", "NAME");
  • Put id and name widget in place of ID and NAME and remove comment (//).
  • Save file.
    5. Turn off/on a TV (if first use) or restart the OnlineTV app.
    6. If run OnlineTV click YELLOW key and then UP key.
    7. YouTube is run.
    8. If YouTube exit OnlineTV activated automatically.
Another widgets can be added to other keys such as RED, YELLOW, GREEN, BLUE, DOWN, LEFT, RIGHT, ENTER, ...


Thank for @zoelechat for libRunWidget :)
You do not have the required permissions to view the files attached to this post.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
ZeTek
SamyGO Project Donor
Posts: 36
Joined: Mon Aug 04, 2014 9:16 am

Re: [APP] More TV channels on ES/F series

Post by ZeTek »

OnlineTVChanList

Image

Code: Select all

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at OnlineTVChanList.FormOnlineTVChanList.SetTabInfo(Int32 row)
   at OnlineTVChanList.FormOnlineTVChanList.dataGridView1_CellValueChanged(Object sender, DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnCellValueChanged(DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnCellValueChangedInternal(DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridViewCell.SetValue(Int32 rowIndex, Object value)
   at System.Windows.Forms.DataGridViewCell.set_Value(Object value)
   at OnlineTVChanList.FormOnlineTVChanList.dataGridView1_DefaultValuesNeeded(Object sender, DataGridViewRowEventArgs e)
   at System.Windows.Forms.DataGridView.OnDefaultValuesNeeded(DataGridViewRowEventArgs e)
   at System.Windows.Forms.DataGridView.OnRowEnter(DataGridViewCell& dataGridViewCell, Int32 columnIndex, Int32 rowIndex, Boolean canCreateNewRow, Boolean validationFailureOccurred)
   at System.Windows.Forms.DataGridView.SetCurrentCellAddressCore(Int32 columnIndex, Int32 rowIndex, Boolean setAnchorCellAddress, Boolean validateCurrentCell, Boolean throughMouseClick)
   at System.Windows.Forms.DataGridView.OnRowHeaderMouseDown(HitTestInfo hti, Boolean isShiftDown, Boolean isControlDown)
   at System.Windows.Forms.DataGridView.OnCellMouseDown(DataGridViewCellMouseEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseDown(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.81.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
OnlineTVChanList
    Assembly Version: 1.0.1.25
    Win32 Version: 1.0.1.25
    CodeBase: file:///D:/OnlineTVChanList/OnlineTVChanList.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.81.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.81.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.81.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
PlugIn
    Assembly Version: 1.0.1.35890
    Win32 Version: 1.0.1.35890
    CodeBase: file:///D:/OnlineTVChanList/PlugIn.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.81.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.81.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.81.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
WeebTVPlugIn
    Assembly Version: 1.0.0.17
    Win32 Version: 1.0.0.17
    CodeBase: file:///D:/OnlineTVChanList/plugins/WeebTVPlugIn.dll
----------------------------------------
SamsChannelEditor
    Assembly Version: 0.12.0.0
    Win32 Version: 0.12.0.0
    CodeBase: file:///D:/OnlineTVChanList/SamsChannelEditor.DLL
----------------------------------------
log4net
    Assembly Version: 1.2.11.0
    Win32 Version: 1.2.11.0
    CodeBase: file:///D:/OnlineTVChanList/log4net.DLL
----------------------------------------
ICSharpCode.SharpZipLib
    Assembly Version: 0.86.0.518
    Win32 Version: 0.86.0.518
    CodeBase: file:///D:/OnlineTVChanList/ICSharpCode.SharpZipLib.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] More TV channels on ES/F series

Post by wluczykijwf »

ZeTek wrote:OnlineTVChanList [...]
Hi @ZeTek, Thanks you for report.
Do you have on a channel list some a DTV channel?
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
ZeTek
SamyGO Project Donor
Posts: 36
Joined: Mon Aug 04, 2014 9:16 am

Re: [APP] More TV channels on ES/F series

Post by ZeTek »

My list

Code: Select all

http://speedy.sh/T7jVG/channel-list-UE32ES6100-1201.scm
ZeTek
SamyGO Project Donor
Posts: 36
Joined: Mon Aug 04, 2014 9:16 am

Re: [APP] More TV channels on ES/F series

Post by ZeTek »

Image

After the new scan does not read the new list. Error

List which causes confusion

Code: Select all

http://speedy.sh/rSZXx/channel-list-UE32ES6100-1201.scm
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] More TV channels on ES/F series

Post by wluczykijwf »

ZeTek wrote:[...] After the new scan does not read the new list. Error [...]
  • Bugs have been fixed.
  • Added ability to add channels to the list DTV, CDTV and SATD. Tested only DTV and CDTV.
Link to last version app OnlineTVChanList v. 1.0.1.39.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
hga
Posts: 16
Joined: Mon Dec 09, 2013 1:58 pm

Re: [APP] More TV channels on ES/F series

Post by hga »

Hi .. Great work
Any idea if you can add m3u list instead of xml. If not what to do with a 1000 channels m3u list, thanx. I am using 40F8000 and the app istalled perfectly. I just need to add my m3u list.

Post Reply

Return to “[F] Software”