What I should to do with my HTC one m8 - One (M8) Q&A, Help & Troubleshooting

Hi,
I have the HTC one m8 16GB 5.0.1 lollipop
when I'm buy it , i didn't have any idea about the Root or Roms ...
after that my young brother discovered the Root in the device, so we search to Uninstall the Root from the device ...
after that we found the simple way to Uninstall it from the inside of the app and we did this step in the hope to Uninstall it ..
But it is stay loading and didn't finish so after one hour i'm exit from this step ...
the problem is the SuperUS in me device is didn't work with any of Root Apps (rom manager, etc)..
So, I wanted to change the Rom to restock the device ..And start to turn off the s-on but i'm interface problem in this place which is on the SDK windows
-adb reboot
- adb wait-for-device push firewater /data/local/tmp
- adb shell
- $ chmod 755 /data/local/tmp/firewater
- # su
- # /data/local/tmp/firewater
After this steps the \s-on should be S-off but he want another step ..
I'm search abut the plus step and didn't found anything so what i should to doing?

Firewater hasn't been supported by the developer (and therefore no longer works) since December 2014.
Also, you don't need s-off to return to stock. How exactly do you intend to return to stock? What are you trying to flash?
Also, do a getvar all, and post the output (be sure to delete IMEI and serial numbers, as these are private info) as you have not given nearly enough details for us to properly help.

Related

[Q] DHD - Changing boot script "gps.conf" related

Hi there im a beginner user so pls bare with me,
In Feb i became the proud owner of a Desire HD running Froyo 2.2 which was working perfectly, then i applied the OTA firmware update which screwed up my GPS's ability to get a lock. To fix this i read numerous forums and what i did was downgraded back to the original firmware my phone came with 1.32.405.3 and also used ADB to change the /system/etc/gps.conf file from reading:
NTP_SERVER=north-america.pool.ntp.org
to
NTP_SERVER=nz.pool.ntp.org
.....as i live in New Zealand..........I did this by copy the file /system/etc/gps.conf from my phone to my computer changed the code and used the following adb code in command prompt to push my updated gps.conf file back into the /system/etc/ folder in my phone:
adb devices
adb push psneuter /data/local/tmp
adb push misc_version /data/local/tmp
adb shell chmod 777 /data/local/tmp/psneuter
adb shell chmod 777 /data/local/tmp/misc_version
adb shell /data/local/tmp/psneuter
adb shell mount -o remount,rw /dev/block/mmcblk0p25 /system
adb push gps.conf /system/etc/gps.conf
adb shell mount -o remount,ro /dev/block/mmcblk0p25 /system
exit
After that i was delighted to see that my GPS started working again but what i had discovered was that when i restarted my phone the first line of code in the gps.conf file reverts back to NTP_SERVER=north-america.pool.ntp.org which means my GPS doesn't get a lock again so i then manually do the process i mentioned above to change North.America to NZ, this process isnt a big hassle but more an inconvenience and was thinking there has got to be a way to change the loading script or something like that so that every time my phone restarts the code reads NZ.
So in essence i am trying to find out if anyone knows a way to make the first line of code in the gps.conf file read NZ i/o North.America everytime i restart my phone WITHOUT ROOTING IT (personal preference)......there must be a way to temp root using adb then change the code within the boot image or script however it works im not sure.....?
Your help is much appreciated
Hi HakaWaka
You have to root it if you wanna make it easier. (That's one of the advantages of rooting)
You can use Visionary+ to temproot and permroot your Desire HD. However, even if you wish to just temproot it, after you change your ntp server, no matter what if you reboot your phone it will be back to normal. (i.e. it will be back to north-america) I tried it before, thats why i know.
If you permroot it, it will be easier. Once you permroot it, just install FasterFix. Downloadable from Market. And from there, change your ntp server, it is just that simple though. Changes will remain no matter how many times you reboot your phone.
Cheers mate.
Thanks superstick1!
I've tried using Visionary+ to temproot but it starts to load then shows a white screen indicating that it's jammed so im worried to do a permaroot and screw the phone up :S.
Anyone know a safe and sure way to root the DHD?
HakaWaka said:
Anyone know a safe and sure way to root the DHD?
Click to expand...
Click to collapse
There are lots of guides linked in the sticky at the top of the Development forum that go into step by step details. But if you're on 1.32.405.6 then Visionary should work. I noticed you said 1.32.405.3 in your first post, was that a typo or are you on the Vodafone RUU? If you are I would switch to 1.32.405.6 and try again.
I just double checked and nope it was no typo firmware = 1.32.405.3. I might try switching to .6 and try Visionary again...
Cher cher

[Q] Cant Root 2.3.3 unbranded htc desire hd

Originally Posted by ruben_swing
1st you will need the following files
GingerBreak from http://c-skills.blogspot.com/2011/04...ngerbreak.html
misc_version from http://www.multiupload.com/A9PNGVBWBE
Default rom http://forum.xda-developers.com/showthread.php?t=905003
and Android SDK http://developer.android.com/sdk/index.html
Also you will need a clean SD card 1 gig or more should be fine (smaller is better)
Unzip GingerBreak and misc_version into a folder say c:\Downgrade (I normally use 7Zip)
You should have:
c:\Downgrade\GingerBreak with 5 Files
c:\Downgrade\misc_version with 4 Files
Make sure you installed Android SDK's Platform tools and updated your path to reflect this
IE: run SDK Manager and install Android SDK Tools and Google USB Driver pack if you don t have HTC Sync driver running.
Format the SD card and copy the rom.zip into the base of the card, not a sub directory. (Do not unzip)
Now: Plug in the phone to the USB and make sure Debugging is on and the phone is set to charge only.
Then open Command prompt ie: run cmd.exe
Go to your Downgrade directory and test if your adb command is in the path. ie: run it and make sure it lists switches and not say file not found
Then run as follow
adb push misc_version /data/local/tmp
adb push GingerBreak /data/local/tmp
adb shell chmod 777 /data/local/tmp/misc_version
adb shell chmod 777 /data/local/tmp/GingerBreak
adb shell
./data/local/tmp/GingerBreak
if you fail to get root ie: prompt does not return to # or get a endless sendmsg() failed? Error, reboot the phone and repeat the commands above. The phone I used, took 3 tries to get this right.
at the # run the following
cd /data/local/tmp
./misc_version -s 1.31.405.6
When its done exit cmd and goto your phone, Reboot it while pressing volume down.
It will come up with a menu and follow the update instructions.
You should then be on Android version 2.2 when done.
Please note the rom that is supplied works with unbranded phone only if you have a branded phone you will need to make a goldcard. If you want to know how to make one, google is your friend sorry.
Hello Folks,
I have the same software as mentioned in the first post above:
Android Version: 2.3.3
HTC Sense Version : 2.1
Baseband : 12.54.60.25U_26.09.04.11_M2
Kernel : 2.6.35.10-g0956377 ([email protected]#1)
Build Number : 2.36.405.8 CL47853 release-keys
Software : 2.36.405.8
and tried the solution as given to the reply to the post. I have an unlocked unbranded HTC Desire HD. The cmd window looks like below.
c:\Htc>adb push misc_version /data/local/tmp
adb server is out of date. killing...
*daemon started successfully*
410 KB/s <16830 bytes in 0.04s>
c:\Htc>adb push GingerBreak /data/local/tmp
adb server is out of date. killing...
*daemon started successfully*
410 KB/s <16830 bytes in 0.04s>
c:\Htc>adb shell chmod 777 /data/local/tmp/misc_version
adb server is out of date. killing...
*daemon started successfully*
c:\Htc>adb shell chmod 777 /data/local/tmp/GingerBreak
adb server is out of date. killing...
*daemon started successfully*
C:\Htc>adb shell
adb server is out of date. killing...
*daemon started successfully*
$su
su: permission denied
$
I would appreciate if anyone could help me out. One other thing is the I was a bit lost about the installation of the Android SDK Platform etc...as mentioned, I presume it is required if you don't have HTC sync/drivers installed! Or is still needed?.
Just follow jkoljo method, worked for me.
http://forum.xda-developers.com/showthread.php?t=905003
I think you need to run GingerBreak in you method instead of typing su
Hope that will help.
naailalzuhir said:
Just follow jkoljo method, worked for me.
http://forum.xda-developers.com/showthread.php?t=905003
I think you need to run GingerBreak in you method instead of typing su
Hope that will help.
Click to expand...
Click to collapse
Thanks for the reply mate. It's my mistake, I was actually typing the cmd window in the forum so might have omitted the line actually. So yeah, I did run the gingerbreak following
adb shell
./data/local/tmp/GingerBreak
after which it again returns to $. I read in the same thread below
http://forum.xda-developers.com/showthread.php?t=905003
that you have to get a # instead of $. So if you get $ then type su to get super user. It is said that a window will pop up on phone after typing su in cmd asking for permission. But I don't get any such pop up on my phone screen. Also, after running Gingerbreak, the cmd just returns the same $. Gingerbreak does not even run as far as I can say.
I wonder why after each adb command it returns:-
adb server is out of date. killing...
*daemon started successfully*
Any thoughts...
Use the adb that comes with jkoljo downgrade pack, and install HTC sync on your PC.
hello.. i have a desire hd with build number 2.37. based on gingerbread 2.3.3 .. i have a unbranded desire hd with s-off.. is it possible for me to downgrade to 2.2.. i followed ur guide using dhd in charge only with debugg mode but every time it gives me erroe that adm is out of date killing deamon started succesfull.. pls help i m fed up with the stock rom .. gingerbread ota is full of bugs and with connectivity problems.. thankz in advance
As far as I know, you cannot temp root 2.37 and hence downgrade is impossible at present
But you mentioned that you have S-off... how is that possible? Because if it is S-off, I am sure you can flash a custom recovery and then flash a custom Rom.
naailalzuhir said:
Use the adb that comes with jkoljo downgrade pack, and install HTC sync on your PC.
Click to expand...
Click to collapse
Thanks for the reply. Yes, I am using the adb that came with the xda thread to downgrade. It's a folder that contains the adb and other stuff like GB........Yes, I do have HTC Sync installed on the PC as well.....so far I tried both my notebook and home desktop...same results. So confused...
I have s-off because when I was on froyo with build number 1.32 I rooted my dhd.. and now I updated it 2.3.3. Check the last post they say u can try downgrading if u have dhd with s-off
Sent from my Desire HD using XDA Premium App
If you have S-OFF you should be able to flash CWM and install another ROM as naailalzuhir says. If you go to the CWM thread in the development section, it will tell you how to flash CWM from fastboot. When that is installed you should just be able to install a different ROM without downgrading. I think, but lets wait for soebody else's opinion on that.
Petronoid said:
Thanks for the reply. Yes, I am using the adb that came with the xda thread to downgrade. It's a folder that contains the adb and other stuff like GB........Yes, I do have HTC Sync installed on the PC as well.....so far I tried both my notebook and home desktop...same results. So confused...
Click to expand...
Click to collapse
Do you have anything from SDK running in background? Check your task manager, if you have adb.exe running, terminate it before running adb shell command.
I am assuming that you closed HTC sync software on your PC, plugged with USB debugging mode and charge only.
Hope that can help.
gagan01 said:
I have s-off because when I was on froyo with build number 1.32 I rooted my dhd.. and now I updated it 2.3.3. Check the last post they say u can try downgrading if u have dhd with s-off
Click to expand...
Click to collapse
Hmm interesting You can indeed flash a custom Rom then and forget the hassel to root.
See these two posts in the forums for guidance.
http://forum.xda-developers.com/showthread.php?t=1017364 and http://forum.xda-developers.com/showthread.php?t=948304
NOTE: try to download 3.0.2.6 instead of 3.0.0.5 for EXT4 support.
Cheers
U want to say that if I Ve s-off I can flash custom Rom directly .. irrespective of temproot and that stuff... Guyz do temproot those u Ve s-on.. if this is soo I m on the top of the world
Also one thing does flashing from cwm is different than flashing custom Rom from rommanager.. I installed Rom manager but the option to flash cwm is not clickable .. pls help
Sent from my Desire HD using XDA Premium App
That should be because you're not rooted so you do not have access to the recovery directory whilst booted into Android. You can also flash CWM from fastboot, bypassing the Android system completely. Instructions how to do that and the CWM files are here: http://forum.xda-developers.com/showthread.php?t=1003723
Please wait for somebody's confirmation before attempting that though.
There is one more question if sumthing goes wrong while flashing then my phone ll be dead or get reverted to stock Rom.. if any unfortunately phone becomes dead then is there any chance reviving it back again.. I know its a dumb question but matters to me most cuz I can't spend again 30grands buying it...
mechanical engineer
Pls answer me.. I ve downloaded the pd918.zip file and I ve put it in root of SD card... Now I ve s-off. And when go into bootloader screen it analyses the image ask me to update... So am I eligible to do the downgrade process without having temproot...
mechanical engineer

[Q] Downgrade 2.36.405.8

I have a Desire HD with Gingerbread running. I wanted to root my phone, but it seems it is impossible without downgrading.
I have read the tutorials on this site, but every time I type a ''push'' command, I get a very big list of words, like ''Android Debug'' etc. When I have completed all the steps the resul is a $...
I have also tried the GingerBreak method, but when I do so my phone acts very strange, it won't read my SD card until I reboot and when I start Superuser it says that Superuser has to be closed.
Also I have the downgrade folder, but I think the one I have is for Froyo devices, because the Psneuter file is in there, and no GingerBreak.
So, does anyone have a clear tutorial woth download links for the files I need???
I have searched Google, xda, and lots of more sites, but I really can't find any help.....
Thanks for reading,
Desley
Ok,
Firstly you will need to downgrade following this
http://forum.xda-developers.com/showthread.php?t=905003
If you are running a branded phone then you need a Goldcard
Found here
http://www.addictivetips.com/mobile/how-to-make-gold-card-for-htc-desire-hd/
Then follow this guide to get root and Radio s-off
http://forum.xda-developers.com/showthread.php?t=857537
Then if you want to have eng s-off (to flash radios)
http://forum.xda-developers.com/showthread.php?t=855403
I had the same problems you are encountering , as long as you follow the steps through it should go well , of course if you get stuck let me know and I can guide you through it as well.
I have this problem to but i have the right downgrade map with gingerbreak in it. Yesterday i tried 100 of times and at last i got # but i coulden't write anything more in cmd but the # there. NOw today i tried agian with theese steps http://forum.xda-developers.com/showpost.php?p=13367691&postcount=1134
But now i get the Su: Permission denied and nothing pops up in my phone saying do you allow this. What should i do i'm running 2.26.405.8
I have tried the Gingerbreak app to with all the steps but the circel that's spinning keps doing that for like 15min and nothing happens. And yes i have done the factory reset many times and tried agian. Please somebody help
Ok , have you followed all steps I provided above?..
Some things to note are that between each step reboot , it helped me to wipe my sd card.
Have you got the htc sync drivers installed? (make sure htc sync is closed!)
Are you provider locked/is there network bloatware on the phone in which case you would need a goldcard?
If poss can you provide a screenshot of what you have for me and I can help you more
Sent from outer space on my DHD running beatmod gingersense v1.3
Nope my phone is not branded, fully unlocked. I have htc sync i have everything i need from the tutorial. When i have done this
adb push misc_version /data/local/tmp
adb push GingerBreak /data/local/tmp
adb shell chmod 777 /data/local/tmp/misc_version
adb shell chmod 777 /data/local/tmp/GingerBreak
And then write adb shell i get a $ then i write su and i get permission denied
Then i start all over agian and try
adb push misc_version /data/local/tmp
adb push GingerBreak /data/local/tmp
adb shell chmod 777 /data/local/tmp/misc_version
adb shell chmod 777 /data/local/tmp/GingerBreak
adb shell /data/local/tmp/GingerBreak
Then i get things to work and i come to the# but then i can't write antthing more, it's just locked. And everything have passed but one of the lines is like message something failed. And in Su binary voutdated i tap to check for updates in superuser and it says there is a new version of the su binary press Ok to update i press Ok. Then it says An eroor occurred and su was not updated. A zip file, (su-2.3.1-bin-signed. zip) has been placed in your sdcard please reboot into recovery mode ans flash it to update your su binary.
AmirAli44 said:
Then i start all over agian and try
adb push misc_version /data/local/tmp
adb push GingerBreak /data/local/tmp
adb shell chmod 777 /data/local/tmp/misc_version
adb shell chmod 777 /data/local/tmp/GingerBreak
adb shell /data/local/tmp/GingerBreak
Click to expand...
Click to collapse
Try after
adb push misc_version /data/local/tmp
adb push GingerBreak /data/local/tmp
adb shell chmod 777 /data/local/tmp/misc_version
adb shell chmod 777 /data/local/tmp/GingerBreak
Adb shell
./data/local/temp/GingerBreak
don't type the data local bit after adb command , just in case I think you entered the command wrong?
Sent from outer space on my DHD running beatmod gingersense v1.3
steeveeo said:
Try after
adb push misc_version /data/local/tmp
adb push GingerBreak /data/local/tmp
adb shell chmod 777 /data/local/tmp/misc_version
adb shell chmod 777 /data/local/tmp/GingerBreak
Adb shell
./data/local/temp/GingerBreak
don't type the data local bit after adb command , just in case I think you entered the command wrong?
Sent from outer space on my DHD running beatmod gingersense v1.3
Click to expand...
Click to collapse
When i do that i get $
When i write
adb push misc_version /data/local/tmp
adb push GingerBreak /data/local/tmp
adb shell chmod 777 /data/local/tmp/misc_version
adb shell chmod 777 /data/local/tmp/GingerBreak
adb shell /data/local/tmp/GingerBreak
the # comes but i cant write anything and i got all the [*] vold: but just one of them one says [-] sendmsg<> failed?
HELP!
Please anybody i want the new sence 3.0 help me root
I sent u a couple of pm's with some more suggestions
I donny know if u tried them?
Sent from outer space on my DHD running beatmod gingersense v1.3
AmirAli44 said:
Please anybody i want the new sence 3.0 help me root
Click to expand...
Click to collapse
me tooooo
AmirAli44 said:
What should i do i'm running 2.26.405.8
I have tried the Gingerbreak app....
Click to expand...
Click to collapse
What is your Android version?
Is it Froyo or Gingerbread?
Send from my CoreDroid'ed Desire HD
I downgraded yesterday and it didn't work at first but had to do factory reset and it worked after that (If you get some msgfailed text at the end like I did).
I'm stuck :'(
Hi, I'm Maaria, and very very new to all of this!
So I have a desire HD which is locked to all networks except orange. I really want to root my phone so I can customise it and such, and I want to unlock it. I know I need to downgrade and stuff but I don't know how to do this. I mean do I have to get a gold card because it's locked to orange or do I just do it? And I don't even know how to get to the cmd folders or anything :/ I have no idea what to do, I've been looking all over the forum, and internet, this was the best thread I found but its still a bit confusing, for me. :/ I'm really sorry for being a complete idiot when it comes to this stuff but can anyone please help me? I really want to learn how to do it, I'm just totally confused with what to do
Maaria said:
I know I need to downgrade and stuff but I don't know how to do this. I mean do I have to get a gold card because it's locked to orange or do I just do it? And I don't even know how to get to the cmd folders or anything :/ I have no idea what to do, I've been looking all over the forum, and internet, this was the best thread I found but its still a bit confusing, for me. :/ I'm really sorry for being a complete idiot when it comes to this stuff
Click to expand...
Click to collapse
Ok ,
Firstly everyones new to this at some point , gotta start somewhere.
You are correct you will need a goldcard to downgrade which is in one of my links above
Cmd= command prompt , you can type cmd in your search bar in windows and it will bring it up for you , our find it in your accessories.
Something important to note, if you've upgraded to 2.3.7 downgrade is not possible at the moment , but keep an eye out as I'm sure it'll happen.
Any questions can pm me and I will help as I struggled for some time and picked up a lot of info from the site .
Good luck
Sent from outer space on my DHD running beatmod gingersense v1.3
welcome here ,any help ???
evanbigfan said:
welcome here ,any help ???
Click to expand...
Click to collapse
Hi, are you struggling to root as well?..
Will need some info.
Branded/unbranded device
froyo/gingerbread system
If you're running 2.3.7 there's no fix at the moment..
Just the basics , if I have a more specific problem then post it and can have a look.
Sent from outer space on my DHD running beatmod gingersense v1.3
What means branded?
Also got stuck, but never maked a goldcard.
Thnx
Harganeth said:
What means branded?
Also got stuck, but never maked a goldcard.
Thnx
Click to expand...
Click to collapse
Provider/network locked...
And ok , where did u get stuck? If you let me know some more details I can help you more.
Sent from outer space on my DHD running beatmod gingersense v1.3
How do i know if my phone is Provider/Network locked?
And steve, i will try out your steps so for now only this question and will see later if it works : thnx anyways

[Q] DHD - Stuck struggling to get perm root

Hello guys,
Before posting, I did try/read/search how to get to a Cyanogen 7.1 on my Desire HD.
I have tried following these two guides:
here http://driphter.com/index.php?topic=3867.0
and here http://forum.xda-developers.com/showthread.php?t=905003&page=222
1) I have built a GoldCard because the device is ORANGE branded
2) I have copied the PD98IMG.zip onto the GoldCard...
In the first case, following the driphter tools, the device undergoes the Loading PD98IMG.zip but goes back to the same boot screen, never reboots. Terminal Emulator CANNOT get su
In the second case, I can go through all steps of ADB. When I do it the first time, I get a $ at the end. As soon as I repeat the *same* procedure, at the end of
Code:
adb push misc_version /data/local/tmp
adb push fre3vo /data/local/tmp
adb shell chmod 777 /data/local/tmp/fre3vo
adb shell chmod 777 /data/local/tmp/misc_version
adb shell
./data/local/tmp/fre3vo -debug -start FBB00000 -end FFFFFFFF
I get #
Now, here is where I am lost: as soon as I get # using the method above, I follow instructions to reboot. When I attempt SU in Terminal Emulator, I still cannot get it.
Final target for me is CyanogenMod 7.1 + radios + RIL but so far this has been VERY tough, and I am quite comfortable with a lunux command line
I am 99% certain that the problem is something wrong I do, but cannot post in the original thread (newbie), so I am hopeful that someone can help here.
GOT IT (what did I do wrong)
Hello guys,
I managed to get CM7.1. on my device.
I made several errors along the way, which I only realized when I started over following WORDforWORD what is in the guides.
So, my mistakes (hopefully you avoid):
1. Buy a dongle and plug your microSD as a drive - trying to use your phone as a reader/dongle is a 50/50 disaster.
2. Build a GoldCard - even if just as a precaution, build it - third time is a charm, at least for me it was;
3. Be patient and follow METICULOUSLY what is in the guides - God, I am not sure this can be stressed enough. Simple letter or a slash omission and you need to start over. Practice makes perfect, I tell you that
I am now on the next step - radio+RIL but cannot find a guide which would allow me to do both. Could someone please recommend a decent HOWTO which explains how to do both Radio+RIL?
Thanks

[Q] Root problem "Lack of heap" - SOLVED

Hi,
I had an issue with my phone and the motherboard had to be replaced with my permaroot fading. So I decided to root it again, as I have done that earlier, however, I got stuck as I (obviously) made a mistake on the way.
I tried to follow multiple guides, so there might be a combination of all (links below).
Current state:
Phone is Desire Z, however, it has a ROM for T-Mobile G2 (I have probably followed bad guide or downloaded bad file - that seems to be the clutch problem).
According to bootloader:
VISION PVT SHIP S-ON
HBOOT - 0.82.0000
MICROP - 0425
RADIO - 26.02.01.15_M2
eMMC - boot
Now my target is to flash it with Audacity b5 as I had that before. Not sure however what I need to do now.. When bootloading (I guess I have a correct stock ROM this time) it says "Lack of heap!", which (as I found out) probably is the result of having G2 ROM on my Desire Z.
My question is therefore how to get a stock DZ ROM instead of this G2 thing back on my phone?
Tried to follow these guides (and maybe found some more information here and there, but those are the main)
http://forum.xda-developers.com/showthread.php?t=1178912 - cant get past temp root step 7 - none of those intervals doesnt work
http://forum.xda-developers.com/wik...sion#Rooting_the_Vision_.28G2.2FDZ.29_and_DHD - Command in part 2 adb shell chmod 755 /data/local/tmp/* throws an error "Unable to chmod /data/local/tmp/sh: Operation not permitted"
http://forum.xda-developers.com/showthread.php?t=905261 with these exceptions http://forum.xda-developers.com/showpost.php?p=15825944&postcount=27
http://forum.xda-developers.com/showthread.php?t=1453066 - fr3evo problem above
Thanks, any help appreciated - I know this problem is caused by my own failure, but I hope you can help a newbie out.
EDIT: found out I am able to get a temporary root with this:
adb push psneuter /data/local/tmp
adb push misc_version /data/local/tmp
adb shell
chmod 777 /data/local/tmp/psneuter
chmod 777 /data/local/tmp/misc_version
/data/local/tmp/psneuter
but I am unable to flash a stock rom as the bootloader still says "Lack of heap!"
2nd EDIT: I finally rooted and installed the requested ROM. All I needed was few more hours and a little use of my obviously tiny brain.
For possible future use, here is how I managed to solve the problem.
I followed this guide http://wiki.cyanogenmod.com/wiki/HTC_Desire_Z:_Firmware_Downgrade_(Froyo) and after step 6 combined with this guide http://wiki.cyanogenmod.com/wiki/TMobile_G2:_Rooting allowing me to first get there relevant hboot version for Desire Z (should be 84.2000). Then I permrooted and installed stock Desire Z ROM. It somehow did not run, but allowed me to enter Clockwork mod recovery through bootloader / fastboot / factory reset and installing my current custom ROM directly through here.
Sorry for spamming, I hope this helps someone else save some time solving the issue.
Thank you so much
I can't put into words how useful this was. I was in the exact same position, and I never thought that my hboot could be the issue.

Categories

Resources