I have an unlocked HTC One M8 purchased in Asia. I currently cannot update to the recent OTA 4.4.4 release. The OTA file downloaded to my phone is:
OTA_M8_UL_K444_SENSE60_MR_hTC_Asia_WWE_3.32.707.9-2.22.707.4_release_398958qolv1sj4mfwgae00.zip
Phone info:
cid: HTC__044
version-main: 2.22.707.4
version-misc: PVT SHIP S-OFF
product: m8_ul
I have TWRP installed into the recovery partition. Additionally I used SDFix provided by NextApp (writers of the nice FX app) to make my external SD writable. From what I can tell SDFix app changed the /system/etc/permissions/platform.xml file by adding the following bolded lines:
To install the OTA I first reflashed the stock recovery, rebooted the phone and then started the OTA update. About 25% of the way through the update it fails and I see the message:
Anyone have any idea what I need to do to get the OTA to install successfully?
Thanks much in advance!
OTA_M8_UL_K444_SENSE60_MR_hTC_Asia_WWE_3.32.707.9-2.22.707.4_release_398958qolv1sj4mfwgae00.zip
Phone info:
cid: HTC__044
version-main: 2.22.707.4
version-misc: PVT SHIP S-OFF
product: m8_ul
I have TWRP installed into the recovery partition. Additionally I used SDFix provided by NextApp (writers of the nice FX app) to make my external SD writable. From what I can tell SDFix app changed the /system/etc/permissions/platform.xml file by adding the following bolded lines:
Code:
<...snip...>
<permission name="android.permission.WRITE_EXTERNAL_STORAGE">
<group gid="sdcard_r"/>
<group gid="sdcard_rw"/>
[B]<group gid="media_rw"/>[/B]
</permission>
[B]<permission name="android.permission.WRITE_MEDIA_STORAGE">
<group gid="media_rw"/>
</permission>[/B]
<...snip...>
I tried removing the <group gid="media_rw"/> group from WRITE_EXTERNAL_STORAGE and removed the WRITE_MEDIA_STORAGE permission completely and retried but things are still failing.Verifying current system...
"/system/etc/permissions/platform.xml" has unexpected contents.
Installation aborted.
Anyone have any idea what I need to do to get the OTA to install successfully?
Thanks much in advance!