SamyGo on Evolution kit

Here for general support for E series TVs, request and problem solve area.

User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: SamyGo on Evolution kit

Post by juusso »

why don`t publish?
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
M11
SamyGO Project Donor
Posts: 280
Joined: Fri Aug 03, 2012 6:00 pm

Re: SamyGo on Evolution kit

Post by M11 »

juuso wrote:why don`t publish?
I just modify one line in SamyGO\JavaScript\Main.js to unzip a app from USB stick to TV, nothing special.

Code: Select all

Param="FilePlugin.Unzip('"+ Path +"/APPID.zip','/mtd_rwcommon/widgets/user/APPID/')";
F9000 + SEK-3500U
Dragonlove
Posts: 14
Joined: Sat Feb 15, 2014 6:20 pm

Re: SamyGo on Evolution kit

Post by Dragonlove »

M11 wrote:
juuso wrote:why don`t publish?
I just modify one line in SamyGO\JavaScript\Main.js to unzip a app from USB stick to TV, nothing special.

Code: Select all

Param="FilePlugin.Unzip('"+ Path +"/APPID.zip','/mtd_rwcommon/widgets/user/APPID/')";

This did it for me :) i now have the Bbc Iplayer on my ES8005 with Evo kit, except M11 forgot to mention you have to modify the first or second line in Javascript/Manin.js
But after messaging with M11 he said i had to modify the first line (Just saying, so that i don't take credit for this)


Example, open Javascript/Manin.Js inside the Samygo.zip extract this file and modify it, put it back in the Zip, and put it in a folder called Widgets linked to Samywidgets (small prog found on the forum)
Zip the Widgets you want to install and put them in the root of your Usb key, plug that into the Tv.

Go back to your computer, start Samywidgets and log innto the develop account on your tv, go to the more app's section and choose to sync from your computer's ip adress, this will install the modified Samygo widget, run it and follow the onscreen instructions, voila you now have the app installed.

The only backside is that then you want to install an second widget the first disapears, i guess it's possible to edit the Javaceipt so that it can install several apps at once.

The reason for doing the described process is that once you change your region in the tv, the apps from the first region disapears and since it's not possible to FTP innto the Evo kit from the 1004 firmware, this is the only solution as of yet :)


Example of recoding the Javascript Main.js file



Param="FilePlugin.Copy ('"+ Path +"/data/AutoStart','/mtd_rwcommon/moip/engines/Skype/AutoStart')";
------------THIS IS THE LINE YOU WANT TO CHANGE----------
r = eval(Param);
if (r==1) str = 'OK'; else str = 'No';
Log("Step1: " + str)

Param="FilePlugin.Copy ('"+ Path +"/data/libSkype.so','/mtd_rwcommon/moip/engines/Skype/libSkype.so')";
r = eval(Param);
if (r==1) str = 'OK'; else str = 'No';
Log("Step2: " + str);

/* if(runf2==1)
{
Param="FilePlugin.Unzip('"+ Path +"/InstallSamygo/data/SamyGO.zip','/mtd_rwcommon/widgets/user/SamyGO/')";



In my case, i changed it to:

Param="FilePlugin.Unzip('"+ Path +"/BBC_IPLAYER.zip','/mtd_rwcommon/widgets/user/BBC_IPLAYER/')";

And once again, this is not my work, this is thanks to M11 :)
Dragonlove
Posts: 14
Joined: Sat Feb 15, 2014 6:20 pm

Re: SamyGo on Evolution kit

Post by Dragonlove »

Anyone know if it would be possible to make a script or something so that the BBB Iplayer Widget i have log into an VPN service with username and password before the widget starts?

This way i don't have to log into the router and start the VPN service each time i want to watch Bbc Iplayer or other country restricted widgets.
M11
SamyGO Project Donor
Posts: 280
Joined: Fri Aug 03, 2012 6:00 pm

Re: SamyGo on Evolution kit

Post by M11 »

Dragonlove wrote:Anyone know if it would be possible to make a script or something so that the BBB Iplayer Widget i have log into an VPN service with username and password before the widget starts?

This way i don't have to log into the router and start the VPN service each time i want to watch Bbc Iplayer or other country restricted widgets.
Why are you still using VPN? Try unblock-us, it uses a DNS trick, so it doesn't effect download speed. If you only want to use it on your TV then try their trial and enter their DNS address in TV settings.
F9000 + SEK-3500U
Dragonlove
Posts: 14
Joined: Sat Feb 15, 2014 6:20 pm

Re: SamyGo on Evolution kit

Post by Dragonlove »

M11 wrote:
Dragonlove wrote:Anyone know if it would be possible to make a script or something so that the BBB Iplayer Widget i have log into an VPN service with username and password before the widget starts?

This way i don't have to log into the router and start the VPN service each time i want to watch Bbc Iplayer or other country restricted widgets.
Why are you still using VPN? Try unblock-us, it uses a DNS trick, so it doesn't effect download speed. If you only want to use it on your TV then try their trial and enter their DNS address in TV settings.
I have Private Internet Acess, now i also have Overplay, which worked just fine with using their DNS Server adress in the Network tab in the Samsung Tv :)

But somehow i can't get it to work with the Australian Plus7 Widget, i can't even get the streaming to work on my tv, everything else works fine, i can switch from Bbc Iplayer to local widgets and it plays just fine withouth tampering with settings in my router.
jimmybones
SamyGO Project Donor
Posts: 20
Joined: Fri Apr 25, 2014 12:14 pm

Re: SamyGo on Evolution kit

Post by jimmybones »

is it possible to root the new sek-2000 kit?
liminal
Posts: 23
Joined: Wed Jan 22, 2014 11:50 pm

Re: SamyGo on Evolution kit

Post by liminal »

Hey guys,

Upgrade time, anyone in AU have the SEK-2000 working with SamyGo?

Also where did you get it, I got a great deal on mine from Bing Lee last year, but they dont seem to have it yet?
witgit
SamyGO Project Donor
Posts: 9
Joined: Wed May 22, 2013 8:29 am
Location: UE

Re: SamyGo on Evolution kit

Post by witgit »

Bump topic
Any new news on the root sek-2000?
UE46ES8000 with SEK-2000 @ 1020.3
bosanceros
SamyGO Project Donor
Posts: 11
Joined: Sun Nov 16, 2014 9:53 am

Re: SamyGo on Evolution kit

Post by bosanceros »

Hello Friends. I have a Samaung ES7080 Tv and i have rooted it with fw 2008 and i have evolution kit with fw T-ECPDEUT-1016.1

I can transfer files over ftp, no problem with and without evolution kit. I can still send and receive files.

My problem is i can't connect to telnet. I went install oscam but for that I need telnet.
Can somebody jelp me how to fix the telnet problem? Thank You.

Post Reply

Return to “[E] Support”