Specifications
18
1.9 LED
There are two LEDs integrated in the terminal, one is for the user notifications that user and the
other is for charging the battery status notification.
User notification LED can be controlled by Android API.
The functions of the android API related with the “LED“ are as shown below.
android.app.NotificationManager
: Class to notify the user of events that happen.
android.app.Notification
: A class that represents how a persistent notification is to be
presented to the user using the NotificationManager.
Please refer to the official web site "Android Developers" for details of the android API.
It’s possible to use 6 color (green, red, orange, blue, cyan, magenta).
The lighting pattern that is set for user notification LED finally is valid, it’s not possible to use
several lighting patterns in the same time.
1.10 GPS
The terminal is equipped with a GPS module
The functions of the android API related with the “GPS” are as shown below.
android.location.GpsStatus
: The class that provides the current state of the GPS engine.
android.location.GpsStatellite
: The class that provides the current state of a GPS satellite.
Please refer to the official web site "Android Developers" for details of the android API.