Motorola A780 Başlamak İçin El Kitabı - Sayfa 5

Cep Telefonu Motorola A780 için çevrimiçi göz atın veya pdf Başlamak İçin El Kitabı indirin. Motorola A780 5 sayfaları. J2me
Ayrıca Motorola A780 için: Servis Kılavuzu (48 sayfalar)

Motorola A780 Başlamak İçin El Kitabı
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