1. Attach to fat32 formatted USB CreateDeleteUD directory (unzip widget downloaded from link below)
2. Start smarthub and find widget. If widget is not there, remove USB, power off TV, then attach USB and power on TV.
3. Execute CreateDeleteUD
4. Press red RC button and hold it until you get OK on the screen.
5. Unplug TV from electricity (from wall) and wait until led is no more blinking. Remove USB with widget.
6. Powe on TV
7. Reset smarthub
Inform us about result.
p.s. link to widget here:
https://www.sendspace.com/file/t16m34 , you can check js...
Code: Select all
case tvKey.KEY_RED:
Param="FilePlugin.Delete (InstPath + '/update.disable')";
r = eval(Param);
if (r==1) str = '<b style=\'color:green\'>[OK]</b>'; else str = '<b style=\'color:red\'>[NO]</b>';
Log("Deleting file " + InstPath + "/update.disable: " + str);
break;
p.p.s. original info
here.