Motorola A780 Посібник для початку роботи - Сторінка 5

Переглянути онлайн або завантажити pdf Посібник для початку роботи для Мобільний телефон Motorola A780. Motorola A780 5 сторінок. J2me
Також для Motorola A780: Посібник з експлуатації (48 сторінок)

Motorola A780 Посібник для початку роботи
String lat =
location.getQualifiedCoordinates().getLatitude();
String lon =
location.getQualifiedCoordinates().getLongitude();
Permissions needed:
6. Getting Cell ID:
String cellID = System.getProperty("phone.cid");
Permissions needed:
7. Placing a phone call:
Dialer dialer = Dialer.getDefaultDialer();
dialer.startCall("6172531000");
Permissions needed:

9. Helper classes

The following helper classes implement common features of standard desktop
java that you might find useful to use in J2ME:
PropertiesFile.java
o
StringTokenizer.java
o
BufferedInputReader.java
o
Timer.java / TimerListener.java
o
10. J2ME developing on Linux/Mac
While the Motorola emulator only runs on Windows, you should be able to code
J2ME apps on other platforms. Soon, we will post the jar file for the a780 sdk that
you can link into your project in eclipse on any platform.
11. More complete references
Motorola a780 developer guide
o
J2ME In a Nutshell
o
javax.microedition.location.Location
none
com.motorola.phone