Skip to content

hyorkim11/Cpu_temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU_Temp

Overview:

CPU_Temp is an Android project built for a university research regarding smartphone device heatsink analysis. The application scans the device and return a few basic information about the device's CPU temperature information.

Implementation:

  • "CpuInfo.java" implements the SensorEventListener to capture the temperature values.
  • "MainActivity.java" is a simple testing implementation to pull the classes together.
  • "ScanPath.java" is a manual url parser to check the device's built-in system urls for system sensor values.
  • "TempService.java" is a service class that fetches the sensor values from the device every second (default)

Installation:

Simply copy the .java files into your Android project.

Dependencies:

This project has no external dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages