Difference between revisions of "Nokia Phone Development"

From University of Washington - Ubicomp Research Page
Jump to: navigation, search
 
m (Useful Links)
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* Installation
+
== Overview ==
 +
This document lists the various tools and tips for working with the Nokia phones. If you discover a useful tip, please update the wiki. It will save everyone some time.
  
To build, debug and deploy applications on the Nokia phones, you must have first install the following: [http://java.sun.com/j2se/1.4.2/download.html J2SE v1.4.2_13 SDK], [http://java.sun.com/j2se/1.5.0/ JDK 5.0 Update 10], [http://www.eclipse.org/downloads/ Eclipse 3.2.1].
+
The page has been split into 2 separate pages for Java development and Symbian C++ development:
 +
* [[Nokia Java Development]]
 +
* [[Nokia Symbian Development]]
  
You then install [http://forum.nokia.com/info/sw.nokia.com/id/d9f7e9b2-3932-4358-9e8e-aa5cd26be54e.html Carbide.j 1.5] as an Eclipse plugin. Carbide.j will come with Nokia PC Suite 6.80.21. Install that as well and DO NOT upgrade the PC Suite software as it is likely to break your deployment tool.
+
== Useful Links ==
 
+
[http://danakil-1.dyn.cs.washington.edu/wiki/index.php/N80_info Using NetBeans, N80 Wifi]  
 
 
* Configuration
 
If the Nokia Update Manager alerts you to other SDKs, the only potential update you may need is the S60 Edition SDK for MIDP. This SDK is needed for on device debugging.  
 
 
 
Make sure your JRE and compiled in Eclipse are set to 1.4. If you don't your emulator won't work and your apps won't work on the phone.
 
 
 
 
 
* Useful Links
 
[http://forum.nokia.com/info/sw.nokia.com/id/93021595-9c99-4b0e-87b6-4a0b79d16541/Screencast_Carbide_j.html Hello World in Carbide.j]
 
  
 
[http://discussion.forum.nokia.com/forum/index.php Nokia Development Boards]
 
[http://discussion.forum.nokia.com/forum/index.php Nokia Development Boards]
 
[http://www.benhui.net/ J2ME Bluetooth Apps]
 

Latest revision as of 03:29, 25 March 2007

Overview

This document lists the various tools and tips for working with the Nokia phones. If you discover a useful tip, please update the wiki. It will save everyone some time.

The page has been split into 2 separate pages for Java development and Symbian C++ development:

Useful Links

Using NetBeans, N80 Wifi

Nokia Development Boards