Dont work to install widgets? I am doing wrong?

Support for C series TVs that all user could ask. Please do not ask a questions at other forums.

gsALPER
Posts: 17
Joined: Thu Dec 06, 2012 1:00 pm

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

Post 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>
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post 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.
You do not have the required permissions to view the files attached to this post.
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
gsALPER
Posts: 17
Joined: Thu Dec 06, 2012 1:00 pm

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

Post 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.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post 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.
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
gsALPER
Posts: 17
Joined: Thu Dec 06, 2012 1:00 pm

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

Post 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>
Last edited by gsALPER on Fri Dec 07, 2012 6:51 pm, edited 1 time in total.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post 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...
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
gsALPER
Posts: 17
Joined: Thu Dec 06, 2012 1:00 pm

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

Post 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
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post 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...
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
gsALPER
Posts: 17
Joined: Thu Dec 06, 2012 1:00 pm

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

Post 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
gsALPER
Posts: 17
Joined: Thu Dec 06, 2012 1:00 pm

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

Post 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?

Post Reply

Return to “[C] Support”