100 
<< Log file >> 
The result is also left in the log file ( i.e. 
"/storage/emulated/0/Android/data/jp.casio.ht.osupdateservice /files/result.xml" ). This 
is an XML format document, the layout shown below. 
 
<?xml version='1.0' encoding='utf-8'?> 
<update> 
<file>PATH to the OS image file</file> 
<apply>OS image file name</apply> 
<start>Update starting time and date</start> 
<finish>Update finished time and date</finish> 
<prevver>OS version before updating</prevver> 
<postver>OS version after updating</postver> 
<result>0</result>  
</update> 
 
Example.    
 
<?xml version="1.0" encoding="utf-8"?> 
<update> 
<file>/storage/emulated/0/81.52_20170605.PFU</file> 
<apply>81.52_20170605.PFU</apply> 
<start>2017/06/15 10:36:26</start> 
<finish>2017/06/15 10:49:30</finish> 
<prevver>81.51 (Apr 20 2017)</prevver> 
<postver>81.51 (Jun 05 2017)</postver> 
<result>0</result> 
</update>