Hi,
You can check out this wiki page "How-to create self-updating WRT widgets":
http://wiki.forum.nokia.com/index.php/How-to_create_self-updating_WRT_widgets
Cheers,
Valerie / Forum Nokia
Type: Posts; User: taiwerns; Keyword(s):
Hi,
You can check out this wiki page "How-to create self-updating WRT widgets":
http://wiki.forum.nokia.com/index.php/How-to_create_self-updating_WRT_widgets
Cheers,
Valerie / Forum Nokia
Hihi,
I tried your code, works fine for me, could be some other syntax error somewhere along the way?
Incidentally, people quite often use the setPreferenceForKey specifying:...
Hi,
I can't replicate the problem either, it works fine for me. Maybe you can check your code, a little typo (uppercase/lowercase) could make all the difference.
Cheers,
Valerie / Forum Nokia
Hi,
Maybe you can try using a flash app to play the sound file and then embed the flash app in your widget? :)
Cheers,
Valerie / Forum Nokia
Hi,
You might want to check this wiki article out:-
http://wiki.forum.nokia.com/index.php/How_to_use_MWS_to_provide_local_device_functionality
:)
Cheers,
Val / Forum Nokia
Just FYI, there is a possible "workaround" for that. You might want to try using flashlite within your widget to make use of flashlite's data storage capability.
Cheers,
Valerie / Forum Nokia
Hi Croozeus,
I'm told by my teammate that sensor data can be gathered from a python script C++ application, so you might want to think along those lines for now. :)
Here's a link to Daniel's...
Hi,
You might want to check this out:
http://wiki.forum.nokia.com/index.php/How_to_utilize_device_resources_from_a_WRT_widget
Cheers,
Valerie / Forum Nokia
Hi Crozeus,
1) That has not been planned as far as I'm aware.
2) This is also not possible at the moment as this sort of functionality are not what widgets are originally intended for.
Hi,
You can only debug on PC with firebug, there's no version that runs on the device. Basically what you can do is test the scripts from firefox with firebug, then deploy to emulator and/or...
Hi Kiran,
1. Some links to get you started for widget development
- http://forum.nokia.com/webruntime
- Getting Started with Web Runtime Widgets for S60 — Screencast -...
Hi,
Supporting handsets will be those running S60 3rd Edition Feature Pack 2, upcoming models are: N96, N78, 6210 Navigator, and 6220 Classic.
Unfortunately, there's no "pack" to install to make...
Hi,
The 7610 does not implement JSR-75. You can look under "Device Specifications" for details :
http://www.forum.nokia.com/main/0,,016-2221,00.html?model=7610
The current devices implementing...
Hi,
I believe the NMIT looks for the installed SDKs under the default folder "C:\Nokia\Devices". You might want to check there.
BR,
Valerie / Forum Nokia
Hi,
You might want to take a look at the document "XHTML Example for Customizing Content v1.0"
Forum Nokia -> Documents -> Browsing/Wap
It's a detailed example that does exactly what you...
Hi,
Not all devices currently support XHTML upload at this point. Those that do not will render the upload box as a text box. Some of the models that do support upload are : 3200, 6220, 6230, and...
Hi,
The library allows you to send MMS to a device programmatically, but only if you have a connection to a live MMSC. So in this case, unless you have an agreement with an operator to connect to...
Hi,
Looks like what you want to do "on-the-fly" would have to be server-side.. use some scripting language like jsp or asp, that will do the trick. :)
Best Regards,
Valerie / Forum Nokia
Hi,
Your download descriptor looks fine to me. Make sure that your Object URI pointing to your .dm file is correct though.
Best Regards,
Valerie / Forum Nokia
Hi,
For Series 40 Developer Platform 1.0 and 2.0, there is an autobreak (read : line break) after an image. But there isn't in the Series 60 Developer Platform 1.0 and 2.0 (which si 3660). Hence...
Hi,
This question is more ASP than XHTML. Perhaps you could try ASP-specific resources. I found a link that might be useful to you :
http://lists.mysql.com/win32/13738
Best Regards,
Valerie /...
Hi,
Perhaps you could edit your WML code on Nokia Mobile Internet Toolkit 4.0 to verify correct-ness. There is quite a few errors I spotted in your WML , the least being the <html> tags which...
Hi,
Do check that your application server has the following MIME types configured to map to xhtml (with extensions ".xhtml", ".htm" and ".html"):
application/xhtml+xml ...
Hi,
You could also try http://validator.w3.org.
Best Regards,
Valerie / Forum Nokia Developer Support
Hi,
You can find the listing of MIME types supported by the various nokia devices in the document "Nokia GSM WAP Phone MIME Types v1.5" in the Documents section.
In addition, do note that...