Hi,
I've bought Samsung UE46B8000 for testing and my widget doesn’t work on this device(It writes «loading» and doesn’t open). It works fine on Samsung simulator 1.1 and 1.2. And I can’t see any log information. Does TV have any log? Any ideas?
I'm assuming you mean it says "Loading" in the snippet when you bring up the dock? That could mean you have a JavaScript syntax error; you're widget is relying on functionality that isn't present on the tv (like an older version of the framework); when you zipped up your widget and submitted it to the gallery, there could be hidden files/directories in the widget directory structure that are causing the widget not to display properly on a tv (I've seen this happen before when sym-linking to a widget that was checked out from svn before zipping it up for submission to the gallery, for example).
How can I know the version of KONtx Framework on my TV? I’ve tried read value from the platform.backend.devinfo.fwversion as described here, but I catch exception because platform.backend == null.
You can always find information about the engine, framework, etc. by going to the Widget Gallery -> Settings -> TV Widget Software.
- Ben