Manual Sony Ericsson P900

31 pages 0.45 mb
Download

Go to site of 31

Summary
  • Sony Ericsson P900 - page 1

    October 2004 UIQ C++ and PersonalJava P800, P900 and P910 series ...

  • Sony Ericsson P900 - page 2

    Developers Guideline UIQ C++ and PersonalJava 2 Octobe r 2004 This document is publ ished by Sony Ericsson Mobile Communications AB, without any warranty*. Impr ovements an d changes to this text necessitated by typogra phical errors, inaccuraci es of current information or impr ovements to programs and/or equipment, may be made by Sony Ericsson Mo ...

  • Sony Ericsson P900 - page 3

    Developers Guideline UIQ C++ and PersonalJava 3 Octobe r 2004 Document history T rademarks and acknowledgements Sun, Java and a ll Java-based tradema rks and logos are tradema rks or registered trademarks of Sun Micros ystems, Inc. in the U.S. and oth er countries. Symbian and all Symbian-ba sed marks and logos are trademarks of Symbian Limited. Bo ...

  • Sony Ericsson P900 - page 4

    Developers Guideline UIQ C++ and PersonalJava 4 Octobe r 2004 URI Uniform Resource Identifier URL Uniform Resource Locator WMA Wireless Messaging API WTK Wireless T oolk it Online Developer Resour ces On the Sony Er icsson Develope r W orld website, http://www .sonye ricsson.com/developer/ , developers will find all documentat ion and tools such as ...

  • Sony Ericsson P900 - page 5

    Developers Guideline UIQ C++ and PersonalJava 5 Octobe r 2004 Contents Purpose of th is document ............... ............. ................ ............. ................ ............. ... 2 Document histo ry ........ ............. ................ ............. ................ ............. ................ ....... 3 Trademarks a nd acknowled ...

  • Sony Ericsson P900 - page 6

    Developers Guideline UIQ C++ and PersonalJava 6 Octobe r 2004 On-target debu gging ... ............. ............. ................ ............. ................ ............. ........ 25 Signing digital applica tions ......... ............. ................ ............. ................. ................ . 26 Symbian Signed .... ............. .. ...

  • Sony Ericsson P900 - page 7

    Developers Guideline UIQ C++ and PersonalJava 7 Octobe r 2004 T echnical overview and ar chitectur e This document is valid for th e Sony Ericsson P8 00, P900 and P910 series mo bile phones. The Sony Ericsso n P800, P900 a nd P910 series mobile phones are based on the Symbian™ UIQ us er interface. UIQ is a pen -based user interface plat form for ...

  • Sony Ericsson P900 - page 8

    Developers Guideline UIQ C++ and PersonalJava 8 Octobe r 2004 A developer’ s perspective on the P800, P900 and P910 series The P800, P90 0 and the P910 serie s are bas ed on Symbian OS 7.0. The P800 User Inter face (UI) is based on UIQ 2.0, whereas the P900 an d P910 series are based on UIQ 2.1. The table below presents a compar- ison of what is ...

  • Sony Ericsson P900 - page 9

    Developers Guideline UIQ C++ and PersonalJava 9 Octobe r 2004 Application development This chapter c ontains information for th e developer of C++ and Personal Java™ applications for th e Sony Ericsson P800, P9 00 and P910 series of mobile phones. ...

  • Sony Ericsson P900 - page 10

    Developers Guideline UIQ C++ and PersonalJava 10 Octobe r 2004 General information about the P900 series The table below lists the majo r features of th e P900 series: Note: For further J2ME related infor mation, see “Develop ers Guidelines Java MIDP 2 .0 for the P900 serie s mobile phones” availa ble at Sony Ericsson Developer W orld . General ...

  • Sony Ericsson P900 - page 11

    Developers Guideline UIQ C++ and PersonalJava 11 Octobe r 2004 • Make sure your AppUi is derived from CQik AppUi (Qikon) and not from CEikAppUi (Uikon). • Ensure that your applicatio n is “theme awa re”. Use logical colors to draw applicat ion controls and propagate color scheme chan ge messages through your application . • Add a lar ge v ...

  • Sony Ericsson P900 - page 12

    Developers Guideline UIQ C++ and PersonalJava 12 Octobe r 2004 ated ben eath the audio folder . Unfiled folders are created in the in itial folder struct ure and all materia l is placed in the unfiled folder by default. Sony Er icsson Multimedia Content is st ored in ‘Sony Ericsson’ sub- folders. When the file s ystem is view ed from a PC using ...

  • Sony Ericsson P900 - page 13

    Developers Guideline UIQ C++ and PersonalJava 13 Octobe r 2004 C++ Applications written in C++ have the most direct access to hardware and functions of the pho ne and requir e in-depth knowledge of Sy mbian C++. Since C++ is a compile d language, the applic ations run faster and have a faster st artup time than those writt en in pJava, J2ME or Visu ...

  • Sony Ericsson P900 - page 14

    Developers Guideline UIQ C++ and PersonalJava 14 Octobe r 2004 PersonalJava This section offers advice about developing Per sonalJava applica tions. This requires Symbian OS envi- ronment specific knowledge n ot needed for MID P application deve lopment . PersonalJava (r eferr ed to as “pJava” in this do cument) was one of the first J ava progr ...

  • Sony Ericsson P900 - page 15

    Developers Guideline UIQ C++ and PersonalJava 15 Octobe r 2004 • It is recommended to install Sun J2 SDK. When using the J2SDK, it is important to compile using a pJava “classes. zip” file. Such a file can be fo und in the UIQ SD K. Also, the javac compiler directive “- target 1.1” must be used for the J2SDK to assure that JDK 1.1.* c omp ...

  • Sony Ericsson P900 - page 16

    Developers Guideline UIQ C++ and PersonalJava 16 Octobe r 2004 Behaviour r elated to flip modes The P800, P900 and P910 series o perates in two distinctly different UI modes: Flip Open (FO) an d Flip Closed (FC). pJava applications can be launched and c an only appear on scr een while in the FO mode. On transition fr om FO to FC, the UI of any pJav ...

  • Sony Ericsson P900 - page 17

    Developers Guideline UIQ C++ and PersonalJava 17 Octobe r 2004 UIQ SDK for Symbian OS v7.0 The UIQ SDK contain s: • Library files • Documenta tion • Sample code • T ools for packaging applications into Symbian installable format (.sis) for C++ and Persona l Java applications. These .sis files can be compared to ‘InstallShield’ in Micros ...

  • Sony Ericsson P900 - page 18

    Developers Guideline UIQ C++ and PersonalJava 18 Octobe r 2004 Skin images Sony Ericsson p rovides skin imag es and proper ty files for chang ing the “look and feel” of the generic UIQ emulator of the Sony Er icsson P800, P90 0 and P910 se ries. The skin images are available at Sony Erics- son Developer W orld . In or der to mirror th e appeara ...

  • Sony Ericsson P900 - page 19

    Developers Guideline UIQ C++ and PersonalJava 19 Octobe r 2004 Sony Ericsson specific APIs The Sony Ericsso n specific API:s an d relevant documents can be foun d at Sony Ericsson D eveloper Wo r l d . Camera API The Sony Ericsson Camera APIs for the P800, P900 and P910 series support: • Still image capturing of RGB bitmap bas ed pictures in thr ...

  • Sony Ericsson P900 - page 20

    Developers Guideline UIQ C++ and PersonalJava 20 Octobe r 2004 Str eaming AMR API AMR is standard speech GSM enc oding/decoding tec hnology . It le ts you play a nd recor d AMR enco ded sound at different bit rates. This fu nction can therefore be used by your application . The Str eaming AMR API support is not su pplied in the base softwar e of th ...

  • Sony Ericsson P900 - page 21

    Developers Guideline UIQ C++ and PersonalJava 21 Octobe r 2004 The aInt values are listed in the table below: Bluetooth For mor e information, see the C++/Blueto oth Special Interest Paper at Sony Ericsson Develop er W orld. IMEI, IMSI The IMEI number can be obtained by reading C:Systemp lpvar .ini The IMSI number ca n be obtained by re ading C: ...

  • Sony Ericsson P900 - page 22

    Developers Guideline UIQ C++ and PersonalJava 22 Octobe r 2004 API Limitations Some components in the P800, P9 00 and P910 ser ies have been replaced and therefore some of the standard Symbian/UIQ APIs are not valid. COMMDB Object The following interface has a slightly differ ent behaviour: CCommsDbT ableV iew::ReadT extL(const TDesC& aColumn, ...

  • Sony Ericsson P900 - page 23

    Developers Guideline UIQ C++ and PersonalJava 23 Octobe r 2004 ET el ET el Cor e can be used to p roduce a simple telephony application. It handles plac ing of a call, answ ering a call and ending a call. It does not use G SM specific informa tion such as signal strength and network name. The function s of the ET el C ore API which are supported ar ...

  • Sony Ericsson P900 - page 24

    Developers Guideline UIQ C++ and PersonalJava 24 Octobe r 2004 1. An application file ( .app ) minimally containin g a unique iden tifier (UID) to ide ntify the program. 2. An application information file ( .aif ) specifying the application’ s icon and caption in the P800, P900 and P910 series Applica tion Laun cher list of applications. Note: Th ...

  • Sony Ericsson P900 - page 25

    Developers Guideline UIQ C++ and PersonalJava 25 Octobe r 2004 Installation and data storage Applications can be easily downlo aded directly to th e mobile phone using the brow ser , or may be installed from a connected PC, u sing USB, Infrared or Bluetooth . Applications can also be installed from a Memory Stick. Multimedia conten t such as images ...

  • Sony Ericsson P900 - page 26

    Developers Guideline UIQ C++ and PersonalJava 26 Octobe r 2004 Signing digital applications Symbian Signed “Symbian Signed” is a new program from Symbian that supports tested and digitally signed applica- tions on Symbian OS phones. It is supported by all Symbian licensees in cluding Sony Ericsson. A “signed” applicat ion means th at the ap ...

  • Sony Ericsson P900 - page 27

    Developers Guideline UIQ C++ and PersonalJava 27 Octobe r 2004 4. Select "Certificate installation" to install the certificat e. Upon successful in sta llation, the Symbian cer- tificate appea rs in the Certificate Authority list. It is now possible to install “S ymbian Signed“ applications in a secure way on your phone! Go-to-Market ...

  • Sony Ericsson P900 - page 28

    Developers Guideline UIQ C++ and PersonalJava 28 Octobe r 2004 T echnical specifications a n d re f e re n c e s This chapter provides tech nical references for the mobile phones in the scope of the doc ument, and also information on reference documents an d useful links. ...

  • Sony Ericsson P900 - page 29

    Developers Guideline UIQ C++ and PersonalJava 29 Octobe r 2004 T echnical specifications for the P800, P900 and P910 series Specification table: * For more information about J2ME functions for the P900 s eries, refer to “Develop ers Guidelines for J2ME MIDP 2.0 for the P900 and P910 ser ies” at Sony Ericsson Developer W orld. Characteristic P91 ...

  • Sony Ericsson P900 - page 30

    Developers Guideline UIQ C++ and PersonalJava 30 Octobe r 2004 Links and r efer ences pJava on P800, P900 and P910 series Links Tips, information and exter nal documentation Development books pJava Application Environment http://ja va.sun.com/p roducts/personaljav a/ Refer also to th e UIQ SDK doc umentation for pJa va specification s Wireless Java ...

  • Sony Ericsson P900 - page 31

    For In t e r n a l U se O nly Developers Guideline UIQ C++ and PersonalJava 31 Octobe r 2004 Index A A: drive ............... ............. ............. ................ ....... 15 Aifbuilder ................ ............ ................. ............. ... 23 AMR ................ ............. ................ ............. .......... 20 API supp ...

Manufacturer Sony Ericsson Category Cell Phone

Documents that we receive from a manufacturer of a Sony Ericsson P900 can be divided into several groups. They are, among others:
- Sony Ericsson technical drawings
- P900 manuals
- Sony Ericsson product data sheets
- information booklets
- or energy labels Sony Ericsson P900
All of them are important, but the most important information from the point of view of use of the device are in the user manual Sony Ericsson P900.

A group of documents referred to as user manuals is also divided into more specific types, such as: Installation manuals Sony Ericsson P900, service manual, brief instructions and user manuals Sony Ericsson P900. Depending on your needs, you should look for the document you need. In our website you can view the most popular manual of the product Sony Ericsson P900.

Similar manuals

A complete manual for the device Sony Ericsson P900, how should it look like?
A manual, also referred to as a user manual, or simply "instructions" is a technical document designed to assist in the use Sony Ericsson P900 by users. Manuals are usually written by a technical writer, but in a language understandable to all users of Sony Ericsson P900.

A complete Sony Ericsson manual, should contain several basic components. Some of them are less important, such as: cover / title page or copyright page. However, the remaining part should provide us with information that is important from the point of view of the user.

1. Preface and tips on how to use the manual Sony Ericsson P900 - At the beginning of each manual we should find clues about how to use the guidelines. It should include information about the location of the Contents of the Sony Ericsson P900, FAQ or common problems, i.e. places that are most often searched by users in each manual
2. Contents - index of all tips concerning the Sony Ericsson P900, that we can find in the current document
3. Tips how to use the basic functions of the device Sony Ericsson P900 - which should help us in our first steps of using Sony Ericsson P900
4. Troubleshooting - systematic sequence of activities that will help us diagnose and subsequently solve the most important problems with Sony Ericsson P900
5. FAQ - Frequently Asked Questions
6. Contact detailsInformation about where to look for contact to the manufacturer/service of Sony Ericsson P900 in a specific country, if it was not possible to solve the problem on our own.

Do you have a question concerning Sony Ericsson P900?

Use the form below

If you did not solve your problem by using a manual Sony Ericsson P900, ask a question using the form below. If a user had a similar problem with Sony Ericsson P900 it is likely that he will want to share the way to solve it.

Copy the text from the picture

Comments (0)