Tagged Questions
2
votes
1answer
449 views
What are the units for battery temperature and voltage when Intent.BATTERY_ACTION_CHANGED on android device?
I retrieved battery temperature and voltage information using the intent Intent.ACTION_BATTERY_CHANGED and the values I got are pretty weird. I could not get any clue: temperature=270 and ...
2
votes
4answers
4k views
How to get the temperature of motherboard of a PC (and other hardware statistics)?
does any one know how to get the current motherboard, processor or HD temperature statistics?
In GNU/Linux, I know I could use something like hddtemp or sensord to get the info, and then parse it... ...
1
vote
2answers
90 views
Fetch Windows system temperature with Java
I wrote a small hack that uses Java JNA and TCP sockets to transmit battery information from a Windows 7 system to other systems on my network, and I'd now like to add thermal monitoring functionality ...
0
votes
2answers
163 views
How to remove the degrees celsius symbol from a string (java)
I've been trying to remove the degree Celsius symbol from the following string for a few hours now. I've looked at prior posts and I see that /u2103 is the unicode representation for it. Despite ...
-1
votes
1answer
104 views
JSF Temperature calculator
I am trying to create a temperature conversion program in JSF. It has got one textbox and two radio buttons to select between CEL to FRA and FRA to CEL and a submit button. I am problem getting the ...
-4
votes
3answers
101 views
Dr. Java C to F temperature converter
I'm trying to write a program that will repetitively convert from Fahrenheit to Celsius (or the other way around), depending on if the user inputs a "C" or an "F" (not case sensitive). The program ...