Difference between revisions of "Nokia Overview"

From University of Washington - Ubicomp Research Page
Jump to: navigation, search
(Overview)
(Links)
Line 7: Line 7:
 
Finally, phones are finicky. The version numbers listed are shown for a reason -- they are known to work. Often upgrading to a new version will break some functionality. It is also a good idea to keep installers as once new versions come out, the old one that worked will be removed from the manufacturer's site.
 
Finally, phones are finicky. The version numbers listed are shown for a reason -- they are known to work. Often upgrading to a new version will break some functionality. It is also a good idea to keep installers as once new versions come out, the old one that worked will be removed from the manufacturer's site.
  
== Links ==
+
== Sections ==
* [http://discussion.forum.nokia.com/ Forum Nokia] All things development on Nokia
+
* [[Nokia Development]] Start here if you want to build apps on Nokia phones.
* [http://nokia.howardforums.com/ Howard Forums] The premier phone site, Nokia section
 

Revision as of 22:26, 20 April 2007

Overview

Most of this information applies to Nokia S60 v3 phones. Most of the phones we have are either the N80 (slider phone with two cameras) or the E70 (flip keyboard phone).

If you are doing any development, the two popular languages are Java (J2ME/JavaME) or C++ (Symbian C++). Java is much easier than C++, but Java has limited functionality (no background processes, cannot access hardware components of phone, etc). Python is also available and it's probably the best of both worlds, but no one in the department uses it. Needless to say, you should explore (read: ask someone who knows) the constraints of the language before you pick it.

Finally, phones are finicky. The version numbers listed are shown for a reason -- they are known to work. Often upgrading to a new version will break some functionality. It is also a good idea to keep installers as once new versions come out, the old one that worked will be removed from the manufacturer's site.

Sections