Get Downgrade for HTC Desire Z

Search This thread

Forgath

Member
Jun 4, 2014
14
1
Hi,

I know there are many related Threads, but I didn't found the right solution, so I try it with a new thread.. (Didn't seemed for me to be right in "Development Q&A - Ask Development Questions Here!")

So, I bought a used HTC Desire Z. I had it once and it is a really nice Phone. But Time passes by so I wanted to install the Cyanogenmod. I already did this once with a Samsung Galaxy S I. But here I get Problems from the beginning.

So I am pretty sure it is a European (German) model. So I first tried out:
http://wiki.cyanogenmod.org/w/HTC_Desire_Z:_Firmware_Downgrade_(Gingerbread)

But it stopped there:
Code:
/data/local/tmp/fre3vo -debug -start FAA90000 -end FFFFFFFF
"this device either does not support the fre3vo exploit" desire z

The Android Version Says it is 2.3.3. So I think it should be the right howto.
But anyway... I tried out the Froyo Howto also:
http://wiki.cyanogenmod.org/w/HTC_Desire_Z:_Firmware_Downgrade_(Froyo)

It endet with a:
Code:
/data/local/tmp/fre3vo -debug -start FAA90000 -end FFFFFFFF
"Failed to set prot mask"

After some searching i found that:
http://xdaforums.com/showthread.php?t=1178912

But this already stops at that part:
Code:
adb shell cat /dev/msm_rotator
/system/bin/sh: cat: /dev/msm_rotator: No such file or directory

So... also after I had searched further... I found the solution could be to install HTC drivers:
http://xdaforums.com/showthread.php?t=2222501
http://xdaforums.com/showthread.php?t=1252026&page=2

But that also didn't worked. With the HTC Drivers installed, I am not even able to start adb anymore.
Code:
error: more than one device and emulator

I am trying this on windows... but could make it also with linux if this would help.

So.... does anyone have an idea?

Thanks and Greets
 

demkantor

Inactive Recognized Contributor
Nov 10, 2011
6,860
3,765
mpls
Hey, this can be done on either Linux or win 7 and older (8 and 8.1 often have driver issues) once you get adb and fastboot up and running on any of the system (test by typing adb devices or fastboot devices and look for your serial #) I'll be able to help you further
Also please boot to bootloader and write down everything you see here

Sent from my Nexus 4 using XDA Premium 4 mobile app
 

Forgath

Member
Jun 4, 2014
14
1
So, till now I use Win7 (Couse adb didn't create a platform-tools or Android folder. But if it doesnt matter, I'll use Win7)

adb devices says:
Code:
List of devices attached
emulator-5554   device

So, nothing with an #

But at Phone-Identity I found that:
Code:
Hardwareserialnumber:
SHOBPRT06334
(Not the IMEI)

The Bootloader says that:
Code:
VISION PUT SHIP S-ON
HBOOT-0.85.0013
MICROP-0425
RADIO-26.10.04.03_M
eMMC-boot
Apr 11 2011,23:36:27

HBOOT USB PLUG

<VOL UP> to previous item
<VOL DOWN> to next item
<POWER> to select item

FASTBOOT
RECOVERY
FACTORY RESET
SIMLOCK
IMAGE CRC
 

demkantor

Inactive Recognized Contributor
Nov 10, 2011
6,860
3,765
mpls
You have eclipse or some emulator running that needs to be closed, a reboot should do but if needed remove it all together (when you had the multiple devices error that was from seeing your phone and emulator at same time)

OK so the second post on this thread
http://xdaforums.com/showthread.php?t=2348266
Will have a link for adb and fastboot, see the first link there (how to why to)
You will get the proper drivers and instruction on how to set them up
Once working we can go from there

Sent from my Nexus 4 using XDA Premium 4 mobile app
 

Forgath

Member
Jun 4, 2014
14
1
Ok, I took the shortcut and switched to my Linux Notebook...
There I get this:
Code:
root@KubuntuTablet:~# adb devices
List of devices attached 
SH0BPRT06334    device
 

demkantor

Inactive Recognized Contributor
Nov 10, 2011
6,860
3,765
mpls
Now from that same link I sent you, in the beginning of second post there is a link to the HTC vision xda wiki
Here is all your root info, including the link for downgrading. Use either this guide or the PDF that strawmetal made.
Start from the beginning, don't skip anything, download all needed, unzip what is needed.
If you get stuck copy and paste all input/output from terminal here

Sent from my Nexus 4 using XDA Premium 4 mobile app
 
  • Like
Reactions: Forgath

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Now from that same link I sent you, in the beginning of second post there is a link to the HTC vision xda wiki
    Here is all your root info, including the link for downgrading. Use either this guide or the PDF that strawmetal made.
    Start from the beginning, don't skip anything, download all needed, unzip what is needed.
    If you get stuck copy and paste all input/output from terminal here

    Sent from my Nexus 4 using XDA Premium 4 mobile app