How To Downgrade MetroPCS HTC 626s to (5.1.1) Lollipop Without Box

Reasons to go back
– SIM Unlock tool doesn’t work in Marshmallow (The SIM unlock app has a bug)
– Want to check out custom ROMs built on Lollipop
– Just because you can
Method

  1. Via Ruu
  2. via Xtc clip( read)


Once you take the OS update to Marshmallow either through OTA or RUU exe file from HTC website, you can’t go back to previous versions of the OS. This is because the misc partition keeps a copy of the version number and if the RUU you want to install is lower than that of what your phone has, it’ll stop upgrading.
This is a big problem especially if you haven’t SIM unlocked your MetroPCS HTC 626s yet, but upgraded the OS, and the current MetroPCS SIM unlock tool doesn’t work. I was stuck in this situation without knowing what the cause was and wasted so much time. I called customer support several times, visited MetroPCS stores twice, all they could offer me was a replacement to a refurbished device and $20 out of pocket.

Product Id

  • htc_a32eul

Instruction
Anyways, assuming you are on on Marshmallow(6.0.1) (2.17.1550.1) the procedure to go back to Lollipop (5.1.1) (1.23.1550.3) is the following:

1. Install TWRP for a32e. This is done in download mode through “fastboot flash recovery [twrpimage.img]” command.

2. Install SuperSU 2.78 zip file inside TWRP recovery menu. Download the file, copy it in to your phone, reboot to recovery mode to TWRP, install the zip from there.

3. Restore the edited misc.img to your phone’s partition. You can use my misc.img file attached in this thread. I only changed the version number from 2.17.1550.1 to 1.00.0000.0 using a hex editor. I compressed the misc.img file, so extract this file before proceeding.

You can do:  (Run this command via pc you most have idea about adb/fastboot)

“adb push misc.img /sdcard/”.
“adb shell”
“su”
“dd if=/sdcard/misc.img of=/dev/block/bootdevice/by-name/misc”

Note: please the misc.img  in the folder where the adb files are
These commands will overwrite your misc partition so that the main version is set to 1.00.0000.0. This allows the lower version Lollipop RUU to be installed.
There’s no need to reboot. Just run the Lollipop RUU exe and let it reinstall the stock ROM and you are done.

After all this you can run the MetroPCS SIM unlock app, and it’ll work properly and let you permanent SIM unlock as long as you are eligible (after 90 days of service).

Stock RUU downloads:

Marshmallow 2.17.1550.1 Stock RUU exe from HTC.com:

Lollipop 1.23.1550.3 Stock RUU exe from HTC.com:

Am Michael Serious (S-LEADER 9JA GEEK) C.E.O OF S-LEADER .IT SOLUTIONS (G.S.M AND COMPUTER GEEK). I BELIEVE NOTING IS IMPOSSIBLE WHEN IT COMES TO INFORMATION AND TECHNOLOGY, NEVER BACK DOWN IS MY IDENTITY(I KNOW AM NOT THE BEST BUT ALWAYS OFFER THE BEST OF ME)

    Leave Your Comment

    Your email address will not be published.*