Page 2 of 44

Re: [Testing] Update2: E series widget -autostart w/o USB

Posted: Fri Apr 12, 2013 7:33 pm
by fluffi444
juuso wrote:T-ECPDEUC 2005?
For me its the T-ECPDEUC_2006.0 and I think for him its must be T-ECPDEUC_2005.0

Re: [Testing] Update2: E series widget -autostart w/o USB

Posted: Fri Apr 12, 2013 7:44 pm
by zoelechat
Hi,

First thanks and congratulations for this interesting work.

I applied the method on UE40ES6540 model with T-MST10PDEUC-1032.0 firmware.
I tested installing SamyGO both under development environment and by ftp after rooting.

That does not seem to work for me, SamyGO widget says it is installed but I can't see any additionnal Virtual USB source after rebooting ... :|

Re: [Testing] Update2: E series widget -autostart w/o USB

Posted: Fri Apr 12, 2013 7:47 pm
by juusso
riodoro wrote:I want to mount a share from my dreambox (cifs or preferable nfs).

How do I get it to work.

Thanks
http://wiki.samygo.tv/index.php5/SamyGO ... _Structure

here is a lot of info about how to setup samygo extensions on the forum and wiki and principles are common for all series. Please inform yourself, use search function. Thanks.

Re: [Testing] Update2: E series widget -autostart w/o USB

Posted: Fri Apr 12, 2013 7:50 pm
by juusso
zoelechat wrote: That does not seem to work for me, SamyGO widget says it is installed but I can't see any additionnal Virtual USB source after rebooting ... :|
forum.samygo.tv/viewtopic.php?f=53&t=5797#p41380

use first release of widget hack, posted in other topic and e series wiki. then connect trough ftp and replace attached files.

Re: [Testing] Update2: E series widget -autostart w/o USB

Posted: Fri Apr 12, 2013 8:47 pm
by zoelechat
Yes!

That works.

I didn't replace the files into /Skype dir the first time.

Thanks a lot! :)

Re: Update: a working method of rooting ES series

Posted: Sat Apr 13, 2013 1:57 am
by vuhothang
ed2 wrote:Hi,

i have a ue40es7090 with Firmware 2005.
The Samygo wiget is installed. Skype is installed too.
When i Start Samygo,the wiget says, "installation complett press return".
But no virtuelle usb are shown.
no Telnet on port 23.
What can i do?

Mfg

ed2
Same like me. my Tv is UA40EH5300 with firmware 1100.01 T-MST10PDAAC. i was running xampp apache web server on PC, on TV i changed to develop account with IP PC, Sync success SAMYGO widget to TV.
In SmartHUB have icon SAMYGO, when i run this widget on screen have "SamyGO Installed! Press return to exit.", restart TV but when press Source don't show Virtual USB, i can't access to TV via telnet or FTP.

So bad!

Help me!

Re: [Testing] Update2: E series widget -autostart w/o USB

Posted: Sat Apr 13, 2013 10:39 am
by zoelechat
After a few hours and some reboots, I couldn't see virtual USB anymore...

Seems that file libSkype.so had been replaced by original one, so I replaced it again and it works again.

I tried to write protect the file with no success, is there any "automatic update" I should have forgotten to disable?

Otherwise, when a physical USB device is connected or disconnected, virtual USB disappears until next reboot. But I'm aware this is "initial testing" for now...

Re: [Testing] Update2: E series widget -autostart w/o USB

Posted: Sat Apr 13, 2013 12:28 pm
by miazza
Sorry for the silly question but before to apply I like to have everything clear.

I wonder if the file widgetlist.xml can be like below because I have not found it for Samygo:

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok">
<list>
<widget id="Samygo">
<title>Samygo</title>
<compression size="70496" type="zip"/>
<description></description>
<download>http://192.168.1.xx/Widget/SamyGO.zip</download>
</widget>
</list>
</rsp>

Thanks

miazza

Re: [Testing] Update2: E series widget -autostart w/o USB

Posted: Sat Apr 13, 2013 12:47 pm
by zoelechat
@miazza

Good, except "compression size" which must be zip size (I got 72187363) and replace 192.168.1.xx by your server IP.

Re: [Testing] Update2: E series widget -autostart w/o USB

Posted: Sat Apr 13, 2013 1:57 pm
by fluffi444
This is the correct xml for SamyGO - Change IP 192.168.xxx.xxx with the one from your PC (with XAMPP running)

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok">
<list>
   <widget id="SamyGO">
       <title>SamyGO</title>
       <compression size="72187363" type="zip"/>
       <description></description>
       <download>http://192.168.xxx.xxx/Widget/SamyGO.zip</download>
   </widget>
</list>
</rsp>