license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.

Getting Started with Symbian

This guide describes how to set up your development environment for Cordova and run a sample application. Note that Cordova used to be called PhoneGap, so some of the sites still use the old PhoneGap name.

Video Tutorials:

  1. Requirements

  • Windows, OS X, or Linux

There are also QT for Symbian and Symbian with Sony Ericsson guides.

  1. Install SDK + Cordova

  • Download and install cygwin (Windows only). Make sure you select “make” as it is not included by default
  • Download the latest copy of Cordova and extract its contents. We will be working with the Android directory.
  1. Setup New Project

  • In cygwin, navigate to where you extracted Cordova and go into the Symbian directory
  1. Hello World

  • Open up index.html located in phonegap/symbian/framework/www with your favourite editor.
  • In the body tag, remove the line "Build your phonegap app here! Dude!" and add the line <h1>Hello World</h1>
  • In cygwin/terminal, type make. This will produce phonegap-symbian.wrt/app.wgz.

5A. Deploy to Simulator

5B. Deploy to Device

  • Load the phonegap-symbian.wrt/app.wgz file into the device using bluetooth or email.

Done!

You can also checkout more detailed version of this guide here.