Motorola A780 Manual de iniciación - Página 5

Navegue en línea o descargue pdf Manual de iniciación para Teléfono móvil Motorola A780. Motorola A780 5 páginas. J2me
También para Motorola A780: Manual de servicio (48 páginas)

Motorola A780 Manual de iniciación
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