Details listed below (masked out IMEI)
C:\mini-adb>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 2.00.0029
INFOversion-baseband: 26.14.04.28_M
INFOversion-cpld: None
INFOversion-microp: 0438
INFOversion-main: 3.13.110.4 <-main version
INFOserialno: HT0CGRXXXXX
INFOimei: 3562990414XXXX
INFOproduct: ace
INFOplatform: HBOOT-7230
INFOmodelid: PD9810000
INFOcidnum: T-MOB005 <-cid
INFObattery-status: good
INFObattery-voltage: 3923mV
INFOpartition-layout: Generic
INFOsecurity: on
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: fcef1579
INFOhbootpreupdate: 11
INFOgencheckpt: 0
INFOregion-id: 0
all: Done!
I ran the RUU_Ace_TMO_UK_1.75.110.2_R_Radio_12.28e.60.140f_26.04.02.17_M2_SF_release_163304_signed
RUU for T-mobile UK and I got the message you do not have the correct version of the Rom Update Utility ?.
I have just unlocked the boot-loader via HTCDev and installed custom recovery.
I have to thank you for you help the drivers worked with fast-boot
I presume I need CID changed to 11111111 so I can install the custom rom?
supercid is not needed to flash roms. we can try to flash one and maybe that will fix the issue. this is a good,stock based rom:
http://forum.xda-developers.com/showthread.php?t=840040
note that since your htcdev unlocked,you wont be able to change the radio as the thread recomends,wich is no big deal. you will also have to open up the rom and find the boot.img,and manually flash it,as htcdev is not capable of writing the boot image from recovery. i dont know what recovery youve installed,so i dont know the exzact menu options,but basically heres how you will install it:
1)place the rom on the phone sd card
2)place the roms boot image into your adb/fastboot folder
3)power the phone on into hboot,then select recovery from the hboot menu.
4)use the menu options on the phone to:
-wipe data/factory reset
-wipe cache
-wipe dalvik cache
-install the new rom
5)after the rom install is complete,use a recovery menu option to either reboot to bootloader,or power off. if you have to power off,power back on into hboot,select fastboot from the hboot menu.
6)with the phone in fastboot,plug in,open a cmd window,change to adb/fastboot directory
7)flash the boot image with this command(assiming it to be named "boot" and be a .img file):
fastboot flash boot boot.img
you should see a couple real fast status bars as the boot image is installed. once you get an "ok" in the cmd window,you can reboot with this commnad:
fastboot reboot
keep fingers crossed
if that fails,we will need to try and run an ruu. the prollems we will have,if you look at your output above:
1)your high main version. any ruu we flash will need to be 3.13.110.4,or mumerically higher(but the 110 must stay the same. example 3.13.110.5,or 3.14.110.0,etc.)
2)it must match your T-MOB005 cid,unless you have another android phone that can be used to create a "gold card" wich will bypass the normal cid checks that the phone does.
you are on the right track with the ruu you tried to run,as it is for your cid. the prollem is that the build number was older,so the phone did not allow it to flash.
we can run a few adb commands with the phone in recovery to lower the main version,and trick the phone into "updating" to a lower software build.
the second option is the gold card- if you can successfully create a gold card,then we can run a differernt carriers ruu,with a higher main version. directions for making a gold card are
here.
so if the rom flash does not work,we can procede to either
1)change the main version
or
2)attempt to make a gold card
wichever option you think may be easier(id personally go with #1,as the gold card can be a lil confusing,but its up to you)