hi All
I have aptana studio 2.0.4 with latest web run time tool kit available(2+)
but when i try to use
var so = nokia.device.load("sysinfo");
it says reference error cannot find nokia.
Please Help
hi All
I have aptana studio 2.0.4 with latest web run time tool kit available(2+)
but when i try to use
var so = nokia.device.load("sysinfo");
it says reference error cannot find nokia.
Please Help
Do you have platformservices.js file in your project?
It should be included in the head section of your HTML page as well.
<script type="text/javascript" src="platformservices.js" charset="utf-8"></script>
Not that Platform services 2.0 release is not fully supported in the WRT-plugin.
Br,
Ilkka
Thanks for replying.
I am unable to find any file with the name platformservices.js
It is part of PS 2.0 package. You can download the package from here:
http://www.forum.nokia.com/info/sw.n...vices_2_0.html
Please leaf trough the release notes, as there is some known issues with this release.
Br,
Ilkka