Hi,
i have created a simple widget with a js file,a html file, info.plist and an icon.png. i created a zip file for this folder and than renamed that file to wgz extension after doing all this i posted it to the other folder of the s60 directory, when i try to install the application it gives an error "unable to install an error occured" i have tried many times. please help me out.
contents of info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.nokia.com/NOKIA_COM_1/DTDs/plist-1.0.dtd">
<plist version="1.0">
<dict>
<key>DisplayName</key>
<string>naukriWidget</string> <!-- Name to be shown next to the icon -->
<key>Identifier</key>
<string>com.naukri.widget.naukriwidget</string> <!-- Unique string to identify this widget (in reverse domain format) -->
<key>MainHTML</key>
<string>search.html</string> <!-- File name of the main HTML document -->
<key>AllowNetworkAccess</key>
<true /> <!-- Allow access to the network-based resources from the widget -->
</dict>
</plist>

Reply With Quote


