Инструкция обслуживания Sony Ericsson P900

31 страниц 0.45 mb
Скачать

Перейти на страницу 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 ...

Производитель Sony Ericsson Категория Cell Phone

Документы, которые мы получаем от производителя устройства Sony Ericsson P900 мы можем разделить на несколько групп. Это в частности:
- технические чертежи Sony Ericsson
- инструкции обслуживания P900
- паспорта изделия Sony Ericsson
- информационные брошюры
- энергетические этикетки Sony Ericsson P900
Все из них важны, однако самую важную информацию с точки зрения пользователя мы найдем в инструкции обслуживания Sony Ericsson P900.

Группа документов, определяемая как инструкции обслуживания, делится также на более подробные типы, такие как: Инструкции монтажа Sony Ericsson P900, инструкции обслуживания, короткие инструкции или инструкции пользователя Sony Ericsson P900. В зависимости от потребностей, Вам необходимо поискать требуемый документ. На нашем сайте Вы можете просмотреть самую популярную инструкцию использования изделия Sony Ericsson P900.

Похожие инструкции обслуживания

Полная инструкция обслуживания устройства Sony Ericsson P900, как должна выглядеть?
Инструкция обслуживания, определяемая также как пособие пользователя, или просто "руководство" - это технический документ, цель которого заключается в использовании Sony Ericsson P900 пользователями. Инструкции пишет, как правило технический писатель, языком, доступным для всех пользователей Sony Ericsson P900.

Полная инструкция обслуживания Sony Ericsson, должна заключать несколько основных элементов. Часть из них менее важная, как например: обложка / титульный лист или авторские страницы. Однако остальная часть, должна дать нам важную с точки зрения пользователя информацию.

1. Вступление и рекомендации, как пользоваться инструкцией Sony Ericsson P900 - В начале каждой инструкции, необходимо найти указания, как пользоваться данным пособием. Здесь должна находится информация, касающаяся местонахождения содержания Sony Ericsson P900, FAQ и самых распространенных проблем - то есть мест, которые чаще всего ищут пользователи в каждой инструкции обслуживания
2. Содержание - индекс всех советов, касающихся Sony Ericsson P900, которое найдем в данном документе
3. Советы по использованию основных функций устройства Sony Ericsson P900 - которые должны облегчить нам первые шаги во время использования Sony Ericsson P900
4. Troubleshooting - систематизированный ряд действия, который поможет нам диагностировать а в дальнейшем очередность решения важнейших проблем Sony Ericsson P900
5. FAQ - чаще всего задаваемые вопросы
6. Контактные данные Информация о том, где искать контактные данные производителя / сервисного центра Sony Ericsson P900 в данной стране, если самостоятельно не получится решить проблему.

У вас вопрос, касающийся Sony Ericsson P900?

Воспользуйтесь формуляром, находящимся ниже

Если с помощью найденной инструкции Вы не решили свою проблему с Sony Ericsson P900, задайте вопрос, заполнив следующий формуляр. Если у какого то из пользователей была похожая проблема с Sony Ericsson P900 со всей вероятностью он захочет поделиться методом ее решения.

Перепишите текст с картинки

Комментарии (0)