Difference between revisions of "ThermalDOE"

From The iPhone Wiki
Jump to: navigation, search
Line 17: Line 17:
 
Application File contents:
 
Application File contents:
 
* [[Entitlements.plist]]
 
* [[Entitlements.plist]]
[[File:ThermaldoeiPad.png|thumb|right|No configs]]
 
 
* [[Info.plist]]
 
* [[Info.plist]]
 
* [[PkgInfo]]
 
* [[PkgInfo]]
Line 25: Line 24:
 
* [[_internal_ThermalDOE.png]]
 
* [[_internal_ThermalDOE.png]]
 
* [[com.apple.ThermalDOE.plist]]
 
* [[com.apple.ThermalDOE.plist]]
  +
== Screenshots ==
[[File:Thermaldoechooseatest.jpg|left|thumb|Choose a test]]
 
  +
<gallery caption="">
[[File:Thermaldoetestinginprogress.jpg|thumb|right|Testing in progress]]
 
[[File:Thermaldoecanceltestsequence.jpg|thumb|left|Cancel testing]]
+
File:ThermaldoeiPad.png|thumb|right|No configs
  +
File:Thermaldoechooseatest.jpg|Choose a test
  +
File:Thermaldoetestinginprogress.jpg|Testing in progress
  +
File:Thermaldoecanceltestsequence.jpg|Cancel testing
  +
</gallery>
 
[[Category:Apple Internal Apps]]
 
[[Category:Apple Internal Apps]]

Revision as of 23:45, 22 November 2017

The ThermalDOE icon

Not much information exists about ThermalDOE, also known as YThermalDOE. In order to function, it requires the use of special configuration files in the form of plists. Such files are packaged separately from internal restore bundles, and may possibly be found on genuine hardware prototypes. If these files are present on a device, this will give the user the ability to perform ThermalDOE-specific tests. Due to the simplistic GUI, which does not provide much information, it is currently not known what these tests are actually for, but it is speculated that they are battery-related.


Configuration Files

Configuration files exist in the form of plist files. They are supposed to be in the /var/private/logs/ThermalDOE/ directory. If they are not present, the corresponding GUI will not load and an error message will be displayed, notifying the user that they are, in fact, absent. They are also known to be very rare and difficult to obtain.

Currently, there are 4 known types of ThermalDOE configuration files, which most likely perform different tests:

  • thermaldoe.plist
  • ethermaldoe.plist
  • thermaldoelow.plist
  • thermaldoehigh.plist

Upon putting these plists into the aforementioned directory, ThermalDOE will no longer display an error message, and instead show buttons to run each test that is in the configs directory. Once run, the application will show the caption "Testing in Progress", along with the "scenario" name and test name. You can cancel these tests by pressing the red "cancel test" button.

Application File contents:

Screenshots