symbian-devel.rst
changeset 1354 4e2c6db95199
child 1357 72f67a7a449f
equal deleted inserted replaced
1353:fb34c67646c0 1354:4e2c6db95199
       
     1 .. -*- coding: utf-8; -*-
       
     2 .. include:: HEADER.rst
       
     3 
       
     4 =====================================
       
     5  Development under Symbian platform.
       
     6 =====================================
       
     7 .. contents::
       
     8 
       
     9 About Symbian platform.
       
    10 =======================
       
    11 
       
    12 Supported technologies:
       
    13 
       
    14  * Qt with Symbian C++.
       
    15  * Symbian C++.
       
    16  * Java™ (using MIDP 2.1 with an extensive range of additional JSRs).
       
    17  * Web Runtime (WRT) (using standard web technologies).
       
    18  * Adobe Flash Lite 4.0.
       
    19 
       
    20   http://www.developer.nokia.com/Devices/Symbian/
       
    21                 Symbian platform
       
    22 
       
    23 Signing applications.
       
    24 =====================
       
    25 
       
    26 Register at https://www.symbiansigned.com/
       
    27 
       
    28 Register your phone. To get phone IMEI number type in phone::
       
    29 
       
    30   *#06#
       
    31 
       
    32 Download developer's certificate and key, to list it use::
       
    33 
       
    34   $ openssl rsa -in developercertificate.key -text
       
    35   $ openssl x509 -in developercertificate.cer -text
       
    36