nokia-wrt

Getting Aptana setup with Nokia WRT plugin

I've just installed Aptana and gone through the process of creating the default RSS Reader following the wizard. I changed the name and the url but nothing else. It works fine in the preview in Aptana. Two problems: i). When I try to setup the device to deploy to, pressing the Search button in Window->preferences->Web Runtime->Deploym...

What Information can a Nokia WRT Widget have access to on the Device?

I intend to store a unique ID on every device that accesses a web service through a Nokia Web Runtime Widget. Now I know that these Widgets cannot Read/Write files on the devices so its not possible to have that id stored on the device. Is there someone who can figure a way around this? I thought of having the widget get the IMEI number...

How to add line break character on my widget's javascript for Nokia WRT?

Hi guys If anybody like me is using Nokia WRT Plug-in for Visual Studio... I've created on Visual Studio a Rss Reader Widget. Now I'm customizing it, trying to add line breaks in rss tag called "< description>". I'm trying many codes like with no luck: "Fist line\u000dSecond line" "Fist line\u000dSecond line" "Fist line\nSecond li...

onexit - request an url

Hi! I've some problem with requesting an URL when finishing (exit) the widget. I try to use it via window.widget.onexit on request then an logout URL which makes some logs in the backend. I tried it by the following ways: window.widget.onexit = function() { xhr = new XMLHttpRequest; xhr.open("GET", "http://new-ken.de/alwaysOn/php/lo...

WRT page doesn't change even if i changed the code completly

Whatever i changed in the page in visual studio it is showing same page during it is working or restarting until i clean the project manually. What should i do to show changes without cleaning the project? wrt_preview_main.html file isn't reloading automatically. It always contains old code of my index.html. ...