Related
About 3 hours ago, I won a Desire Z (wheeey!) at the HTC London meetup. Naturally, I came straight here after the help I got in January rooting my Desire.
I used the Visionary method and obtained temp root status, and then attempted perm root, which seemed to work. All of the guides I have read include a bunch of steps after this, one of which included deleting Visionary, which I then did. I just turned the phone off, took the battery out for a bit and then turned it back on. I still have the Superuser icon and the Terminal Emulator indicates that I have root access... is that it then? It's that simple?
Please tell me if I've done anything wrong, as I don't want to flash Cyanogen and Clockwork Recovery if it's all going to go to hell on me. Any advice or confirmation on whether or not I've obtained perm root would be lovely.
Oh, my firmware version is 1.34.405... etc. Is this simply the last version which allows for such easy root?
Arconaught said:
About 3 hours ago, I won a Desire Z (wheeey!) at the HTC London meetup. Naturally, I came straight here after the help I got in January rooting my Desire.
I used the Visionary method and obtained temp root status, and then attempted perm root, which seemed to work. All of the guides I have read include a bunch of steps after this, one of which included deleting Visionary, which I then did. I just turned the phone off, took the battery out for a bit and then turned it back on. I still have the Superuser icon and the Terminal Emulator indicates that I have root access... is that it then? It's that simple?
Please tell me if I've done anything wrong, as I don't want to flash Cyanogen and Clockwork Recovery if it's all going to go to hell on me. Any advice or confirmation on whether or not I've obtained perm root would be lovely.
Oh, my firmware version is 1.34.405... etc. Is this simply the last version which allows for such easy root?
Click to expand...
Click to collapse
Having the SuperUser icon just means the app is installed, open up terminal and type 'su' to see if it throws up any errors
Sent from my HTC Vision using XDA App
I should have mentioned that I did that and got the # symbol, am I good to go?
Arconaught said:
I should have mentioned that I did that and got the # symbol, am I good to go?
Click to expand...
Click to collapse
In theory, yes; in practice, no. Visionary (with the G2/Desire Z, at least) is known to be a bit buggy. You shouldn't have any issues installing custom ROMs but, I would recommend using the wiki method to root.
Sent from my HTC Vision using XDA App
OriginalGabriel said:
In theory, yes; in practice, no. Visionary (with the G2/Desire Z, at least) is known to be a bit buggy. You shouldn't have any issues installing custom ROMs but, I would recommend using the wiki method to root.
Click to expand...
Click to collapse
My understanding, if he already used Visionary to root, and it worked than he should be good to go. Either it works, or it doesn't. The risk with Visionary is that it sometimes corrupts some partitions, which causes the phone to not boot. I haven't read any conclusive reports on Visionary causing long term issues (correct me if I'm wrong).
redpoint73 said:
My understanding, if he already used Visionary to root, and it worked than he should be good to go. Either it works, or it doesn't. The risk with Visionary is that it sometimes corrupts some partitions, which causes the phone to not boot. I haven't read any conclusive reports on Visionary causing long term issues (correct me if I'm wrong).
Click to expand...
Click to collapse
This is my understanding as well, though I'd probably still use GFREE to get S-OFF if I were OP.
That's my next question, I'm using this guide ( http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision#Rooting_the_G2 ) to try and get S-Off to flash Cyanogen and I'm wondering what step to start on, assuming from your replies that I'm rooted already.
I know it's a bit of a dumb question, but I just don't wanna fudge my new phone.
Arconaught said:
That's my next question, I'm using this guide ( http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision#Rooting_the_G2 ) to try and get S-Off to flash Cyanogen and I'm wondering what step to start on, assuming from your replies that I'm rooted already.
I know it's a bit of a dumb question, but I just don't wanna fudge my new phone.
Click to expand...
Click to collapse
I used the wiki method myself, those that used other methods (like Visionary) and were told to root via the wiki seem to have all just started at the beginning, from what I've read.
Sent from my HTC Vision using XDA App
Arconaught said:
That's my next question, I'm using this guide ( http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision#Rooting_the_G2 ) to try and get S-Off to flash Cyanogen and I'm wondering what step to start on, assuming from your replies that I'm rooted already.
I know it's a bit of a dumb question, but I just don't wanna fudge my new phone.
Click to expand...
Click to collapse
Whoa the Wiki method is completely different, looks like it was rewritten on 04/01.
You can completely ignore the temp rooting steps and concentrate on the gfree steps
From the "Necessary Files" section you need gfree, flash_image and ClockWorkMod Recovery
I would use the latest ClockWorkMod recovery rather than the one listed on the Wiki:
http://mirrorbrain.cyanogenmod.com/cm/recoveries/recovery-clockwork-3.0.2.4-vision.img (of course it's only the latest as of the time of this writing)
From step 2 you need to use:
Code:
$ adb push gfree /data/local/tmp/
$ adb push flash_image /data/local/tmp/
From step 2.a you need to use:
Code:
$ adb push recovery-clockwork-3.0.2.4-vision.img /data/local/tmp/recovery.img
Again note that the file name for CWM will depend on the version of CWM you are using.
Skip to step 4.b you need to use:
Code:
# cd /data/local/tmp
# ./gfree -f
# ./flash_image recovery recovery.img
# sync
Continue on as normal from here.
I skipped the temp root and perm root sections as you are already perm root.
I also skipped the ENG HBOOT parts, since that's not strictly necessary and the most risky part of the whole process (one mistake can result in a brick). If you want to flash the ENG HBOOT you would need to follow steps 4.a instead of 4.b, (you would also need the necessary HBOOT of course) the only command you need to omit from 4.a or 4.b is "# ./root_psn" which is the script which establishes permanent root.
Thanks a lot so far man, but I'm still stuck. I have adb, when I open it in the SDK, it flows for a bit, then closes. This is right, right? I'm meant to do all of these prompts via the cmd window?
OK, I've now sorted adb, but I can't get anything to work past that. Nothing will transfer to my phone and I'm going to kill... somebody.
Arconaught said:
OK, I've now sorted adb, but I can't get anything to work past that. Nothing will transfer to my phone and I'm going to kill... somebody.
Click to expand...
Click to collapse
You say you've sorted adb, but can you be more specific please ? What works and what doesn't work exactly ?
Ah, yeah, sorry. I got to the point where when I type in "adb devices" in the command window, it shows me my phone, with the serial number and whatnot. However, whenever i try the command:
$ adb push gfree /data/local/tmp/
It just won't work. I have all the files together in my desktop at the moment, having moved them from the downloads folder on my laptop. Is there a specific place I should have the stuff I need to send to my phone?
There is a great write up here about getting adb working. It sounds like either you didn't set up a "path" to use those commands anywhere or if you don't want to do that make sure your files are in the same folder as your adb.
Sent from my HTC Vision using XDA App
Arconaught said:
Ah, yeah, sorry. I got to the point where when I type in "adb devices" in the command window, it shows me my phone, with the serial number and whatnot. However, whenever i try the command:
$ adb push gfree /data/local/tmp/
It just won't work. I have all the files together in my desktop at the moment, having moved them from the downloads folder on my laptop. Is there a specific place I should have the stuff I need to send to my phone?
Click to expand...
Click to collapse
You need to have the files (extracted from the ZIP files you downloaded) in the same folder you run the ADB commands, if your ADB is in your path you should be able to run ADB commands from any folder.
To summarize you need to extract all the zips you downloaded under necessary files, all to the same folder. The open a command prompt and CD to that folder before you start using your adb push commands.
shortlived said:
There is a great write up here about getting adb working.
Click to expand...
Click to collapse
Yeah, steviewevie wrote it:
http://forum.xda-developers.com/showthread.php?t=865685
But it looks like he is willing to give the OP some personalized help.
Right, thanks guys, I think I'm making some progress.
ADB is all set up, and as far as I'm aware, having:
program files > android sdk > platform tools
on my path should mean I can open adb from anywhere right? I have all of the extracted files in platform tools, where adb is, in my program files... is this right, or have I completely missed the point here?
I keep getting "cannot stat 'gfree':: No such file or directory"
Sorry, I seem really stupid concerning this whole thing, but I'm sure it's something equally obvious that I'm just not seeing.
New problem. I worked out what I'd done wrong there, and got everything onto my phone. However, when trying to change the directory to /data/local/tmp, I keep getting "The system cannot find the path specified"
Now what am I doing wrong?
Arconaught said:
New problem. I worked out what I'd done wrong there, and got everything onto my phone. However, when trying to change the directory to /data/local/tmp, I keep getting "The system cannot find the path specified"
Now what am I doing wrong?
Click to expand...
Click to collapse
Remember you are running those commands (everything in that section) from an ADB shell, not from the Windows command prompt.
Excuse my ignorance, but what exactly do you mean by that? What should I do?
I am trying to flash my rom to this rom
http://forum.xda-developers.com/showthread.php?t=1054574&page=10
However, when I go into the bootloader and then into recovery I get a phone with a red triangle and a !. I'm a little confused what to do to get to my sdcard and push the new rom.
Any help is greatly appreciated.
are you rooted? need to be rooted to flash rom,
if you are, when you get that screen
you pres hold vol Up and press power
Nope, I am not rooted.
Would you recommend these steps for rooting a G2
http://forum.xda-developers.com/showthread.php?t=835777
HOW TO ROOT and S-OFF
- For rooting questions, please refer to the proper thread (rooting methods).
- Rooting an HTC Vision is a pain in the arse because there are many variants/versions, and not all rooting methods can be used on all of them.
- There are many ways to get root access: "rage" (ADB command line type) "visionary" (an APK installable app by paulobrien from Modaco) and "gfree". Using "Rage" is safer, "visionary" is simpler but many problemshave been reported, so "gfree" is the betterway to go.
- After using any of these, you can go further and turn S-OFF, CID-unlock and SIM-unlock the phone with "gfree", a safe and neat script written by scotty2 et al @ #G2root IRC. Sounds confusing ?? Just follow the instructions on the Wiki.
- TO ROOT, FOLLOW THE STEPS IN THE WIKI
VISION WIKI: ROOTING
- To check if your phone can be rooted you can check this neat thread:
[GUIDE] Root AND Downgrade ANY Desire Z or G2
Thanks to Aegishua
- Before "gfree" was available, transitory ("fake") S-OFF was achieved by flashing an engineering hBoot, but it is not safe and not recommended for newbies.
- As for reference, qpop made a neat a simple guide to get root S-OFF and CID unlock with visionary and gfree. It works a treat with Bell-NAM phones, but visionary sometimes doesn't work for some Asia/Voda versions.
The thread is located here: http://forum.xda-developers.com/showthread.php?t=857390, download the "UberRoot" package from the post footer, and follow qpop's guide.
(thanks scotty2 for your hard work and qpop for the guide !!)
- fattire has another neat and clear guide/tutorial for using gfree version 2, the thread is located here: [Guide] Subsidy Unlock, SuperCID, and Radio S-OFF
- More instructions and several methods to root in the WIKI:
WIKI - Rooting the HTC Vision,
and HTC Vision Permanent Root,
- You will need an ADB shell to run gfree and for other stuff. Please read the FAQ if you don't know what this is. If you don't have an ADB shell already set up and running, download the ADB drivers and the Mini ADB from this post's footer or download the full Android SDK (which includes ADB) and the HTC Sync software (to install the USB drivers on your PC).
- The older rooting guide and the older (and not so safe) "hBoot" way to ("fake") S-OFF have been moved to post 3 for reference purposes only. Plese scroll down to post 3 should you want to read the older guides.
no i recommend using the wiki method, with gree .5
http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision
Ok, first I want to thank you guys for your help. I am using this guide;
http://forum.xda-developers.com/wik..._Root_.2F_.22Permaroot.22.29_using_gfree_v0.5
I have two questions. First does "Having the proper USB drivers installed - Windows USB Drivers for the Vision" - does this apply only for the vision or both the vision and the G2
And the second question is for step "2. Copy the files to the phone" I have downloaded all the files to my desktop and I want to unpack them in the folder called "root" from there I go into start->run and type cmd to go into command prompt
C:\root adb push psneuter /data/local/tmp/
C:\root adb push gfree /data/local/tmp/
C:\root adb push busybox /data/local/tmp/ ...etc and so on correct?
I am trying to setup ADB using this guide
http://forum.xda-developers.com/showthread.php?t=865685
INSTALLING ADB ON WINDOWS - METHOD B, THE "QUICK" WAY, NO SDK
However, the link for the file appears to be gone for step two. Curious as to where I could find it.
best to install sdk in C:/ then if you can set adb.exe in your windows enviroment
Ah neato, that guide links to mine =P
Anyways you should try following this guide to set up ADB and fastboot. Then from there you are free to choose any method for rooting your device. I personally would use psneuter to temp root and then permanent root via gfree. Its just safer overall and a lot easier if you just follow the steps.
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
Hey everyone im new to this forum, and i have been going around the forums and viewing some things, what i noticed is that there are some pretty awesome roms here.So i found something i realy like, LOTS!
http://forum.xda-developers.com/showthread.php?t=1250482
But i was wondering, whats the best tutorial i can follow to use this rom, and root my phone...from the beginning, i realy want it so bad...but what are the riscs?, what do i need to know?, and most of all...how!
I was looking for the best tutorial around, but there are LOTS...so i dont know what is the best one to follow so i can use this rom.
Phone :
HTC Desire z.
Android + sense version :
android 2.3.3
sense: 2.1
Provider :
Vodafone, Holland.
PLEASEhelp me out :3, Thanks alot!
-Siem
first ou have to downgrade to froyo 2.2. search the android developement forum to find the thread
then go to wiki cyanogenmod and root your desire z.
BUT is it branded to vodafone?
d_gkal said:
first ou have to downgrade to froyo 2.2. search the android developement forum to find the thread
then go to wiki cyanogenmod and root your desire z.
BUT is it branded to vodafone?
Click to expand...
Click to collapse
Can u maybe help me find [link] the thread :$ Cause i cant find it, and also i have an contract at vodafone,thats how i got this phone ;3 its a 2 year contract and its over in about... 8 / 10 months or so :3
---
thanks for your reaction btw
downgrade: http://forum.xda-developers.com/showthread.php?t=1178912
rooting: http://wiki.cyanogenmod.com/wiki/HTC_Desire_Z:_Rooting
READ the instructions first and make sure you undestand everything
if not, DON'T try it
siemz said:
Hey everyone im new to this forum, and i have been going around the forums and viewing some things, what i noticed is that there are some pretty awesome roms here.So i found something i realy like, LOTS!
http://forum.xda-developers.com/showthread.php?t=1250482
But i was wondering, whats the best tutorial i can follow to use this rom, and root my phone...from the beginning, i realy want it so bad...but what are the riscs?, what do i need to know?, and most of all...how!
I was looking for the best tutorial around, but there are LOTS...so i dont know what is the best one to follow so i can use this rom.
Phone :
HTC Desire z.
Android + sense version :
android 2.3.3
sense: 2.1
Provider :
Vodafone, Holland.
PLEASEhelp me out :3, Thanks alot!
-Siem
Click to expand...
Click to collapse
See that wiki tab at the top?Click it,select the htc vision,this is the "OFFICIAL ROOTING GUIDE" end of story.
http://forum.xda-developers.com/wiki/HTC_Vision
bombadier said:
See that wiki tab at the top?Click it,select the htc vision,this is the "OFFICIAL ROOTING GUIDE" end of story.
http://forum.xda-developers.com/wiki/HTC_Vision
Click to expand...
Click to collapse
Its going great so far ! I just done with http://wiki.cyanogenmod.com/wiki/Howto:_Install_the_Android_SDK#Windows
that went great, now going to the next step !
That is just to install the usb drivers incase adb doesn't recognise your phone, if the adb devices command finds your phone then you are set up and ready to continue
Oh lol thanks, im now done with that part ,
now i have to :
Root first
Then downgrade to froyo..
right?
or :
First downgrade to froyo,
then root....
:$ Akward
Stick to the wiki,you will need to downgrade first to froyo then root,hope it goes well
bombadier said:
Stick to the wiki,you will need to downgrade first to froyo then root,hope it goes well
Click to expand...
Click to collapse
Okai thanks :3 , :]
[sorry for being a noob,fast question]
It says this :
3.Unzip the psneuter & misc_version package to the same folder as adb (the /platform-tools folder within the Android SDK folder). I unzipped it in the :
C:\android-sdk-windows\platform-tools
4.Make sure the filename of the firmware is PC10IMG.zip exactly or it will not work and copy it to the same folder as adb. Also placed this in the :
C:\android-sdk-windows\platform-tools
5.Connect the HTC Desire Z to the computer via USB. Did this,
6.On the computer, open terminal and run the following commands:
adb push psneuter /data/local/tmp -goes okai
adb push misc_version /data/local/tmp -goes okai
adb shell -goes okai
chmod 777 /data/local/tmp/psneuter -goes okai
chmod 777 /data/local/tmp/misc_version -goes okai
/data/local/tmp/psneuter -Failed to set prot mask <Inappropriate ioctl for device>
'
adb shell -didnt run yet
:x
Open the command prompt from the platform-tools directory and retry the command
NVMD I WAS REALY DUMB I WAS FOLLOWING THE FROYO TUT WHILE I HAVE GINGERBREAD
x_X sorry <3
I was just in the process of ..............Ok follow this guide, the link was in the wiki
http://forum.xda-developers.com/showthread.php?t=1178912 because you are running gingerbread (2.3.3)
In windows if you navigate to the folder(as in your screenshot) and hold shift and right click when not selecting any file you will get a open command prompt here option,do it like this to save typing cd \blah blah
bombadier said:
I was just in the process of ..............Ok follow this guide, the link was in the wiki
http://forum.xda-developers.com/showthread.php?t=1178912 because you are running gingerbread (2.3.3)
In windows if you navigate to the folder(as in your screenshot) and hold shift and right click when not selecting any file you will get a open command prompt here option,do it like this to save typing cd \blah blah
Click to expand...
Click to collapse
yeah im following : http://wiki.cyanogenmod.com/wiki/HTC_Desire_Z:_Firmware_Downgrade_(Gingerbread) now
but im first backing up stuff with HTC Sync :3
To answer your question yes I'm pretty sure u need to temp root to downgrade, then you carry on witht the rregular root process. Just go step by step, the wiki is flawless and its what the guys who know use. Everyone who writes 'easiest root guide' should be shot, the wiki is all we need and all that should be referenced. Besides compared to other devices the dz/g2 is simple as shiat to root.
Sent from my HTC Vision using xda premium
I created the pathways needed to open files in command prompt and set the pathways to C:\Android-sdk\tools and C:\Android-sdk\platform-tools. I have unzipped and installed everything and placed the files in the platform-tools folder, but i cannot access the files through prompt. it tells me C:\android-sdk\platform-tools is not recognized as and internal or external command. Please someone help... i havent worked with DOS since i was in high school 14+yrs ago.
So you changed your PATH environment variable to include 'C:\Android-sdk\tools' and platform-tools?
That just lets cmd run exe's from those folders regardless of where it is pointed, it will not let you access other files from those folders.
You still need to either change where cmd is pointed (using the 'cd' command) or you can move the files to where cmd is currently pointed (probably C:\Users\Username>')
-Nipqer
Still need some assistance, when starting to downgrade from gingerbread its telling me that i dont have a device detected. I have USB debugging on, so i dont know what i should do; any ideas
PvtJoker said:
Still need some assistance, when starting to downgrade from gingerbread its telling me that i dont have a device detected. I have USB debugging on, so i dont know what i should do; any ideas
Click to expand...
Click to collapse
Hello noob.
Did you install the USB drivers ( HTC Sync software )?
shared_ptr said:
Hello noob.
Did you install the USB drivers ( HTC Sync software )?
Click to expand...
Click to collapse
Im not sure if i installed the USB drivers. I installed everything that the wiki guide said to. I am gonna try again once i get home.
PvtJoker said:
Im not sure if i installed the USB drivers. I installed everything that the wiki guide said to. I am gonna try again once i get home.
Click to expand...
Click to collapse
I faced the same problem. My Windows PC didn't recognize the attached Android-device (Check Windows Device Manager).
After following the instructions as described in the following thread it suddenly worked and I could successfully root my device:
[Tutorial] Adb Driver Android 1.0 Install
Cheers
pemphix
Please help
Well i got the USB driver installed and ran adb Devices.... it picked up my phone but now when im running adb push fre3vo /data/local/tmp i get the message "cannot stat "fre3vo" no such file or directory". Am i suppose to be in C:\users\name\Android-sdk\platform-tools\ to run the adb push?
If so, need some help with command prompt. Im running windows 7,
need to either edit the path in environmental variables or make sure all the files needed and adb.exe are in the same folder and change directories to there, i have a guide to setup fastboot (and adb is the same setup for the most part) HERE
Ok, Well i got Command prompt to start working. i remembered how to path in dos but my first go round with commands didnt work so i have to try another line to exploit.. wish me luck:fingers-crossed:
I will keep that in mind.. right now im trying to get the exploit to work.. i have gone through 1 thru 3 and got nothing yet...
so you successfully downgraded to 2.2 and are now trying to temp root? maybe like the guide you are using so we know what steps 1 through 3 are and explain what isnt working if you have issues
xda wiki, cyanogen wiki and strawmetals pdf guide are simple easy and trust worthy. i hope one of these is the guide you are using
In process of downgrading
demkantor said:
so you successfully downgraded to 2.2 and are now trying to temp root? maybe like the guide you are using so we know what steps 1 through 3 are and explain what isnt working if you have issues
xda wiki, cyanogen wiki and strawmetals pdf guide are simple easy and trust worthy. i hope one of these is the guide you are using
Click to expand...
Click to collapse
I have gotten as far as "# dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10 1.00.000.010+0 records in 10+0 records out 10 bytes transferred in 0.001 secs (10000 bytes/sec)". Now the next step is to downgrade. the command line is:
> adb push su /data/local/tmp/
> adb push busybox /data/local/tmp/
> adb push fixsu.sh /data/local/tmp/
> adb install SuperUser.apk
> adb shell chmod 755 /data/local/tmp/fixsu.sh
> adb shell /data/local/tmp/fixsu.sh
but my command prompt is still # what do i do to
skip that, thats just for temp root which is pretty unnecessary. just downgrade and move on
I know i sound really stupid, but where is the Root of my SD card??? Please dont tell me its just the card itself...
yup, dont put files in a folder is what that means
Ok, now im in Hboot, but i dont understand what im suppose to do next. How do i work bootloader to downgrade. Once in bootloader i see; fastboot, recovery, factory reset, simlock and image crc
if the PC10IMG.zip is on the root of sd card and is named properly it will do it for you, just boot into hboot and let it do its thing.
if you want to do it the fastboot way (my preference but both work fine) then follow setherios guide to do it that way
---------- Post added at 05:01 PM ---------- Previous post was at 05:00 PM ----------
oh and always check md5sums when flashing firmware, its a good habit to have
Now here is an important question. If i had to turn off my phone before the Hboot took, do i have to go thru the entire process again? or can i just do the reboot bootloader?
well i just tried to fastboot flash zip StockRom.zip and it said cannot load StockRom.zip any ideas how to get it to work??
are you using window? if so know that it may be hiding the file extentions, so pc10img.zip should be named pc10img
etc, this may be your issue other than that you will have to copy and paste your issues so I can see what you are doing and why its failing
Sent from my HTC Vision using xda premium