Downloading binary data in widget

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

timoo
Posts: 119
Joined: Mon Aug 16, 2010 6:43 pm
Location: Czech Republic
Contact:

Re: Downloading binary data in widget

Post by timoo »

look at net player widget sources in app\scenes\Scene1.js found this

Code: Select all

 function saveUrl()
    {
       var fileSystemObj = new FileSystem();
       if (urlArray.length>1)
            {
                var oFile=fileSystemObj.openCommonFile( FILE_URL, "w");
                for(var i=1; i < urlArray.length; i++)
                    {
                        oFile. writeLine(urlArray[i]);
                    }
            }
        else
           fileSystemObj.deleteCommonFile( FILE_URL);
        
        fileSystemObj.closeCommonFile(oFile);
    }
help you that?
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Downloading binary data in widget

Post by juusso »

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

Post Reply

Return to “[C] Support”