SamyGo on Evolution kit
Re: SamyGo on Evolution kit
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
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
Re: SamyGo on Evolution kit
I just modify one line in SamyGO\JavaScript\Main.js to unzip a app from USB stick to TV, nothing special.juuso wrote:why don`t publish?
Code: Select all
Param="FilePlugin.Unzip('"+ Path +"/APPID.zip','/mtd_rwcommon/widgets/user/APPID/')";
F9000 + SEK-3500U
-
- Posts: 14
- Joined: Sat Feb 15, 2014 6:20 pm
Re: SamyGo on Evolution kit
M11 wrote:I just modify one line in SamyGO\JavaScript\Main.js to unzip a app from USB stick to TV, nothing special.juuso wrote:why don`t publish?Code: Select all
Param="FilePlugin.Unzip('"+ Path +"/APPID.zip','/mtd_rwcommon/widgets/user/APPID/')";
This did it for me

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

-
- Posts: 14
- Joined: Sat Feb 15, 2014 6:20 pm
Re: SamyGo on Evolution kit
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.
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.
Re: SamyGo on Evolution kit
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.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.
F9000 + SEK-3500U
-
- Posts: 14
- Joined: Sat Feb 15, 2014 6:20 pm
Re: SamyGo on Evolution kit
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 TvM11 wrote: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.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.

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.
-
- SamyGO Project Donor
- Posts: 20
- Joined: Fri Apr 25, 2014 12:14 pm
Re: SamyGo on Evolution kit
is it possible to root the new sek-2000 kit?
Re: SamyGo on Evolution kit
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?
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?
Re: SamyGo on Evolution kit
Bump topic
Any new news on the root sek-2000?
Any new news on the root sek-2000?
UE46ES8000 with SEK-2000 @ 1020.3
-
- SamyGO Project Donor
- Posts: 11
- Joined: Sun Nov 16, 2014 9:53 am
Re: SamyGo on Evolution kit
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.
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.