You Are Here:

Community: Wiki

This page was last modified on 19 June 2009, at 15:41.

WRT Web RunTime on N810 Internet Tablet

From Forum Nokia Wiki



Contents

Introduction

This article shows how to run some of the Web Runtime Widgets on the N810 Internet Tablet using OS2008 version 5.2008.43-7 firmware version.See the article How to upgrade your N810 WiMax Internet tablet. This includes adding the unzip application and editors.

How to implement a WRT on N810

The transfer is carried out by bluetooth or the USB cable. The USB cable causes the N810 to look like two removable disk drives. The bluetooth on Windows Vista Bluetooth makes transfer very easy.

The example to be used is Progress Bar JavaScript component for Web Runtime. Sometimes the widget is delivered as zip file. Therefore we need to extract the widget, rename the file "ProgressBarWidget.wgz" to "ProgressBarWidget.zip" in another directory.

Next we send or transfer to the N810, switch off the automatic open of the zip file and save the "ProgressBarWidget.zip".

Make sure you have installed unzip and pygtkedit as described in Useful Applications.
In File Explorer tap on "ProgressBarWidget.zip" an this uncompress into the directory "ProgressBarWidget".
Download the WRTKitLib.zip below into "ProgressBarWidget" and extract this then delete the WRTKitLib.zip.

Now edit the main.html with PyGTKEditor,from the dropdown Menu,tap "Edit>" and tap "Language", tap the ">" and tap "js",top list, the color syntax will appear and add the new line as shown below

<script type="text/javascript" src="WRTKit/WRTKit.js"></script>

main.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> Sample Widget</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="WRTKit/WRTKit.js"></script>
 
<script language="javascript" type="text/javascript" src="basic.js"></script>
<script language="javascript" type="text/javascript" src="ProgressBar.js"></script>
<link rel="stylesheet" href="basic.css" type="text/css">
<META NAME="Generator" CONTENT="Nokia WRT plug-in for Aptana Studio 2.0.0" />
</head>
<body onLoad="javascript:init();">
<div id="loading_bar"></div>
</body>
</html>

Running the WRT

This is very easy in File Explorer tap on the modified main.html.


Functions that wont run in N810 WRT

The following snippet of code will fail with "JavaScript application failed initialise"

request = new XMLHttpRequest();
request.open("GET", xmlFile, true );
request.send(null);

This is because the security option "same domain" is set "true" on the Web browser.

If you were to change this value you could not safely surf the internet from the N810 tablet and the integrity could be compromised by rogue remote javascript.

Related other WRT tested on the N810


Summary

Web Runtime Support Library

Download the library File:WRTKitLib.zip and put this in the same directory as WRT widget was previously extracted.

Related Wiki Articles

No related wiki articles found

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia 
RDF Facets: qdcZidentifierQSxhttpE3aE2fE2fwikiE2eforumE2enokiaE2ecomE2findeE78E2ephpE2fHowE5ftoE5fCompareE5fPriceE5fofE5ftheE5fBetterE5fFuelE5ftoE5fFleE78E2dFuelE5fVehiclesE5fusingE5fE51StyleSheetE5fclassE5fofE5fE51tE5fonE5fMaemoX qdcZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qdcZtypeQUqfntypeZCommunityContentQ qdcZtypeQUqfntypeZE52esourceQ qdcZtypeQUqfntypeZWebpageQ qdcZtypeQUqfntypeZWikiContentQ qdcZtypeQUqmarsZManagedE52esourceQ qdcZtypeQUqwebZInformationE52esourceQ qdcZtypeQUqwebZPageQ qdcZtypeQUqwebZE52esourceQ qdcZtypeQUqrdfsZE52esourceQ qfnZtopicQUqfnTopicZmaemoQ qfnZtypeQUqfntypeZCommunityContentQ qfnZtypeQUqfntypeZE52esourceQ qfnZtypeQUqfntypeZWebpageQ qfnZtypeQUqfntypeZWikiContentQ qfnZuserE5ftagQSxmaemoX qmarsZlanguageQUxhttpE3aE2fE2fswE2enokiaE2ecomE2flanguageE2d1E2fenX qrdfZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qrdfZtypeQUqfntypeZCommunityContentQ qrdfZtypeQUqfntypeZE52esourceQ qrdfZtypeQUqfntypeZWebpageQ qrdfZtypeQUqfntypeZWikiContentQ qrdfZtypeQUqmarsZManagedE52esourceQ qrdfZtypeQUqwebZInformationE52esourceQ qrdfZtypeQUqwebZPageQ qrdfZtypeQUqwebZE52esourceQ qrdfZtypeQUqrdfsZE52esourceQ