Page 2 of 3

Re: Dont work to install widgets? I am doing wrong?

Posted: Fri Dec 07, 2012 5:48 pm
by gsALPER
aha, i dont know how to install SamyGO, it is also a widget right?

I think i have found the problem, the code down here works, but i dont know how you get the compression size to 488676.
When i check on my computer i see 477 421. lol.

So i think when i add a custom widget, i have wrong compression size... omg
:S
SpoilerShow

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok">
<list>
   <widget id="nStreamPlayer">
       <title>nStreamplayer</title>
       <compression size="488676" type="zip"/>
       <description></description>
       <download>http://ru.16mb.com/nStreamLmod.zip</download>
   </widget>
</list>
</rsp>

Re: Dont work to install widgets? I am doing wrong?

Posted: Fri Dec 07, 2012 5:49 pm
by juusso
Make no care about compression size :D
Actually we must change it according size of new compressed zip file. Size is needed to show progress bar correctly :)
SpoilerShow

Code: Select all

    <?xml version="1.0" encoding="UTF-8"?>
    <rsp stat="ok">
    <list>
       <widget id="nStreamPlayer">
           <title>nStreamplayer</title>
           <compression size="477229" type="zip"/>
           <description></description>
           <download>http://192.168.0.10/nStreamLmod.zip</download>
       </widget>
    </list>
    </rsp>
Where you should have working web server on 192.168.0.10 IP, widgetlist.xml and nStreamLmod.zip on www root directory... If you don`t have web server, then sure you can`t synchronize and installation freezes.

Re: Dont work to install widgets? I am doing wrong?

Posted: Fri Dec 07, 2012 5:52 pm
by gsALPER
Ok, lol.

I will try to add your html file in English to the nstreamlmod zip.

Type random kb And upload it.

I dont think it will work becouse i am doing something wrong i dont know what, its something with the zipping maybe!?

Thanks.

Re: Dont work to install widgets? I am doing wrong?

Posted: Fri Dec 07, 2012 6:26 pm
by juusso
Optional you can try:

Code: Select all

<download>http://forum.samygo.tv/download/file.php?id=1589</downlad>
This is the modified widget i attached.

Re: Dont work to install widgets? I am doing wrong?

Posted: Fri Dec 07, 2012 6:27 pm
by gsALPER
I didnt see you posted, i will try your tip one more time.

Thank you.

This:
SpoilerShow

Code: Select all

    
<?xml version="1.0" encoding="UTF-8"?>
    <rsp stat="ok">
    <list>
       <widget id="nStreamPlayer">
           <title>nStreamplayer</title>
           <compression size="477229" type="zip"/>
           <description></description>
           <download>http://forum.samygo.tv/download/file.php?id=1589</download>
       </widget>
    </list>
    </rsp>

Re: Dont work to install widgets? I am doing wrong?

Posted: Fri Dec 07, 2012 6:46 pm
by juusso
I`ve never tried to install widget from attachment, so you gona be first who checks does it work or not :)
http://wiki.samygo.tv/index.php5/Hackin ... Extensions...

Re: Dont work to install widgets? I am doing wrong?

Posted: Fri Dec 07, 2012 6:53 pm
by gsALPER
it didnt work, i think both you and me suck on winzip :D lol

same code with this worked: http://ru.16mb.com/nStreamLmod.zip

But when we change the index.html in the zip it hangs while installing...

Seriusly, is it hard to learn russian? ;(
now one more time 10min reflash gaaaaaaaaahhhh

Re: Dont work to install widgets? I am doing wrong?

Posted: Fri Dec 07, 2012 6:56 pm
by juusso
You have to start ftp server on your TV, connect, navigate to /mtd_rwcommon/widgets/user/nStreamLmod and replace file. That`s all.
http://wiki.samygo.tv/index.php5/Hackin ... Extensions...

Re: Dont work to install widgets? I am doing wrong?

Posted: Fri Dec 07, 2012 7:05 pm
by gsALPER
I dont think the problem is that i "install widget from attachment".

Becouse it worked when we dont touch the nStreamplayerlmod.zip... but when we change the index.html to english then it starts hanging.

What you think ?

seriously i will give up soon, not worth this shit ;D

Re: Dont work to install widgets? I am doing wrong?

Posted: Fri Dec 07, 2012 8:12 pm
by gsALPER
I installed nStreamLmod from here <download>http://ru.16mb.com/nStreamLmod.zip</download>

it worked.

But then i removed it from the App-settings under internet@tv with user: develop and rebooted the samsung tv.

The hack was gone...
You guys know why?