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