Ok here is the how to:
1. create folder with two empty files: config.xml index.html
The config.xml should have this content:
<?xml version="1.0" encoding="utf-8"?>
<widget modes="dock, application" dockable="yes">
<widgetname>MyWidgetName</widgetname>
<access network="yes"/>
<description>
MyWidgetDescription
</description>
<id>
<host>some.domain.com</host>
<name>MyWidgetName</name>
<revised>2009-01-14</revised>
</id>
<width>200</width>
<height>200</height>
<icon>icon.png</icon>
<author>
<name>The Jigsaw Puzzle</name>
<link>
http://not.existing.domain.com</link>
<organization>Jigsaw Organization</organization>
</author>
</widget>
The index.html should have something like:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>More Widget</title>
</head>
<body>
Hello World
</body>
</html>
2. Put an image with sizes: 41px X 42px (icon.png from the config.xml file) in the folder try to be a .png icon a havent tried with other
3. Zip those three files with some archiver but not the folder only the files
4. Change the extension from
zip to
wgt 5. Copy to phone via active sync or any other communication you have
6. Open
File Explorer just click on the file it will say widget successfully installed
7. Close the file explorer and enjoy your Hello World Widget
i only tested this with the plugin mentioned in the first post i dont know if it will work with the original samsung today plugin. But the plugin in the first post is also original from samsung but is beta for new OMNIA roms