Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
543 views

Does anyone know Nokia's strategy on Qt, Symbian, Maemo, MeeGo?

I don't know this question should or shouldn't be here but I wonder so much. What will Nokia do with Qt, Symbian (3rd, 5th, 1, 2, 3 ...) and MeeGo (Meego will be with symbian or will replace Symbian) ...
2
votes
3answers
851 views

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 ...
1
vote
1answer
186 views

onexit - request an url

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 ...
0
votes
0answers
8 views

How to handle GZIP-ed ajax responses?

Do you have any suggestions on how to handle GZIP-ed ajax responses from a webservice with WRT?My code is working fine on emulator but not on devices (N8,X7).Does smartphone browser supports HTTP- ...
0
votes
1answer
48 views

How to debug nokia wrt application start?

I wrote an application with Phonegap and jQuery mobile. The app is small, little messy at the moment, but it works in Android without problems. I ported the sources to wrt, replaced phonegap.js with ...
0
votes
0answers
56 views

Multiple “Allow application to access user data?” requests from Symbian WRT widget

I'm writing WRT widget which display at homescreen some images from native application. Images transferred through APIBridge. Problem is that widget asks user few times "Allow application to access ...
0
votes
0answers
32 views

How to detect application suspend in Symbian Web Runtime?

I have an application written for Symbian Web Runtime (Nokia WRT), which uses a simple setInterval javascript command to keep track of a countdown timer. However, when the application is suspended ...
0
votes
0answers
114 views

Google Map Marker is not displayed on the Real Device (Nokia C5)

I am developing an application in the Nokia Web Tools using Google Map for Nokia C5. In the Emulator ,I am able to display the Marker, but when I use the same program in the Nokia C5 I can't see the ...
0
votes
2answers
81 views

Does Smaato provides sdk of Symbian^3?

Currently, we are working on 3-D Game on Symbian^3 platform. Now I need to implement ads in my Game(preferably via Smaato). I have also checked out Smaato's website for SDK, but there I found SDKs for ...
0
votes
1answer
328 views

Inmobi API for Javascript based mobile App

Has Inmobi provided API for Javascript based Mobile Application? I am writing Symbian apps using WRT (Web Runtime Widget). These apps are purely written in Javascript. Currently I am unable to find ...
0
votes
0answers
114 views

Conecting a phonegap Nokia Application to Server [closed]

Pls i want to connect my phone gap app to my localhost server and i dont no if any body can help me out in this aspect. I tried it on Andriod and it works wery well but trying in for nokia it is so ...
0
votes
1answer
202 views

Works on browser but not as app

I have a problem. A strange problem. I have this part of code: Actions.loadWizzard = function(href) { alert(1); var wizardTimer; var wizardTimer2; if ...
0
votes
1answer
139 views

Problem with ExternalInterface in Flash / JavaScript and WRT

I'm doing a WRT app that uses flash inside. The thing is i have to pass parameters to the swf via javascript. So i created a function in javascript like function returnFunction() { return ...
0
votes
1answer
398 views

Nokia wrt widget not working with Nokia E63, E71

I have made a nokia wrt widget, which connects to the server at startup. The app works on most of the devices, but not on E63 and E71. At start-up i call sendRequest() method which has http ...
0
votes
1answer
33 views

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 ...
0
votes
1answer
473 views

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

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 "< ...
0
votes
1answer
690 views

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 ...