System: Getting System Information and Managing Devices
The system tutorials demonstrate how to use the following features in creating Tizen native applications:
-
Device: Accessing Devices, Such as SB, MMC, Battery, CPU, and Display
Demonstrates how you can control attached devices, such as display, battery, LED, haptic, and power.
-
dlog: Sending Log Output for Debug Activities
Demonstrates how you can use the dlog library to collect log messages from various applications and the system.
-
Media key: Managing Callbacks from Media Key Events
Demonstrates how you can manage callbacks for media key events.
-
Runtime information: Receiving and Monitoring Runtime Information
Demonstrates how you can obtain runtime information, such as system preferences.
-
Sensor: Using Sensors and Managing Sensor Events
Demonstrates how you can manage sensors, retrieve information from and about them, and set intervals for sensor events.
-
System Information: Obtaining Device Information
Demonstrates how you can obtain device information, such as platform version, device model, and supported device features.
-
System Settings: Getting Miscellaneous System Settings and Preferences
Demonstrates how you can manage and monitor system settings.
-
Storage: Getting Information about Storages
Demonstrates how you can obtain detailed information from the internal and external storage.
The following tutorials apply in mobile applications only:
-
T-trace: Tracing Applications
Demonstrates how you can insert tracepoints in your application.