Related
I've been trying to follow
http://forum.xda-developers.com/showthread.php?t=835971
But in order to go into bootloader, i need to hold volume down and power (Which is broke)...
What i tried was, "adb reboot bootloader"
which goes in bootloader but doesn't scan like the guide says... and from there i'm lost.
Any help is appreciated.
oh wow. so you cannot manipulate your power button at all? no tweaking or pushing in with something else (is the button still there or did it break off?
warning -- do not do this -- im just trying to be helpful but I am probably not.... dont do this on my account.
well im looking in TJWorld... please dont do this without a real dev taking a look at this
http://tjworld.net/wiki/Android/HTC/Vision/BootProcess#FastBootRestart (Chain Operating System down 1/4 of the way)
in so many words connect serial-usb-to control Hboot (need linux host)
screen /dev/ttyUSBO
press enter till you see "hboot"
and then basically I guess just like in GOTO language
gotofastboot
or
gotohboot
and then theres OEM Reboot Codes
-reboot=oem-1F Regular reboot
--reboot=oem-42 HBoot menu
--reboot=oem-74 In some indeterminate state, for all intents and purposes powered off or just plain dead
--reboot=oem-76 Wipe data and cache (factory reset) Amber and Green LEDs flash whilst it is doing it, then the device reboots
--reboot=oem-78 ??
I hope this helps at all..
The buttons there, you can press it as hard as you want but nothing. Just no response
I have this exact problem!! It's been sitting in my room collecting dust. If anyone can find a fix.. a cup of coffee on me!
My power button is also in perfect condition, I've compared it to another G2 and the button's "press feel" is exactly the same.
why dont you just remap the keyboard and map the camera button as power
^^ i thought the power button combo is not remappable....
and that Its only mapped within android not for the default system combos
Do you have CWM? If so, the phone should turn on when it is plugged into a power source.
^^ Do have CWM, problem is not the phone turning on... the problem is I have no usable power key to follow the guide to unroot and put a stock rom on so i can send it in for warranty.
Using keyboard I can turn on the screen so thats do-able... but restoring to stock + removing root is what I'm trying to ultimately achieve.
i think theres an app thts called quick boot maybe tht could help...
Could you not flash the zip file from within rom manager. By selecting install rom from SD Card, you avoid needing to use powerbutton to get into bootloader. Correct me if you cant do this.
I tried flashing from CWM and error... rom manager didn't reboot it to CWM to flash, so not sure what to do.
This is what I have tried --
PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b_26.02.01.15_M2_release_149459_signed.zip
on hex editor the version is 1.19.531.1, and it already was so i didn't need to change it. But when i try putting that zip through cwm it doesn't work.
I've tried adb reboot bootloader , but it doesn't scan for PC10IMG which i downloaded from the guides....
Torob said:
I tried flashing from CWM and error... rom manager didn't reboot it to CWM to flash, so not sure what to do.
This is what I have tried --
PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b_26.02.01.15_M2_release_149459_signed.zip
on hex editor the version is 1.19.531.1, and it already was so i didn't need to change it. But when i try putting that zip through cwm it doesn't work.
I've tried adb reboot bootloader , but it doesn't scan for PC10IMG which i downloaded from the guides....
Click to expand...
Click to collapse
Which version CWM have you got on there? If its 3.0 I dont think you can flash a froyo rom with that. You would have to install an earlier version.
You can remap the power button with the button remapper app it cost 1.04$ it works fine for me even if you turn off your phone u can use camera button to turn it on, I got the app for free if u dnt want to spend but I cannot post the apk I'm using my phone right now just search it on google beansoft button remapper
http://forum.xda-developers.com/showthread.php?p=11021708#post11021708
My posted app.. hope this helps
i don't think remapping keys will work. It's a hardcoded thing the power+volume key during boot. What i don't get is the fact that hboot doesn't find the file. did you rename it to PC10IMG.zip?
thats the only filename hboot understands as an update or new rom. (Be shure to follow the original guide)
edit: tried myselve.. it doesn't go to hboot does it.. you have to select with powerkey
how can we just make the phone crash? to leave no trace of root or anything of the sort.
Possible solution
Hi !
While I am still thinking about a solution how you could boot into hboot (by using adb reboot bootloader you boot into fastboot mode and not hboot mode) the following might be a solution.
I can not test it because I don't have windows but this is what might work:
1. You need windows and you need the USB drivers from HTC Sync (You can get that here http://www.htc.com/uk/supportdownloadlist.aspx?p_id=325&act=sd&cat=all
2. You need a Desire Z RUU:
You can get one from here http://shipped-roms.com/index.php?category=android&model=Vision
Select any WWE I would probably use RUU_Vision_HTC_WWE_1.22.405.1_Radio_12.26.60.1301_26.02.00.24_M2_release_151197_signed.exe
3. You need the G2 Stock ROM zip, i.e PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b_26.02.01.15_M2_release_149459_signed.zip
The procedure is the following:
1. Install the HTC Sync so that you have the USB Drivers installed
2. Start the RUU and let it do it's job until the Welcome Screen apears.
At this moment you should have a directory in C:\C:\Documents and Settings\<your user>\Local Settings\Temp\{some-CLSID}\{another-CLSID} that contains a file called rom.zip.
Delete this file and copy the PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b_26.02.01.15_M2_release_149459_signed.zip to the directory and rename it to rom.zip
3. Connect you phone to the USB and on the welcome screen check the checkbox and continue.
If I am right the RUU should update your phone using the G2 rom.
As said, I am blind driving cause I ain't got Windows but this might work.
have fun Guhl
ACMilan07 said:
how can we just make the phone crash? to leave no trace of root or anything of the sort.
Click to expand...
Click to collapse
Well there is an option if you do have the engineering hboot installed.
DO NOT TRY THIS BECAUSE THERE IS NO RECOVERY FROM THIS BRICK
1. boot the phone into fastboot mode by using
Code:
adb boot bootloader
2. use fastboot do completely erase the emmc
Code:
fastboot oem fdisk_emmc
After this the phone will be completely erased and will not even know that it is a phone anymore. You can send it in and have it replaced and no one will ever know how your phone got bricked like this
And again: There is no way to recover from this state !!!
Torob said:
I've been trying to follow
http://forum.xda-developers.com/showthread.php?t=835971
Click to expand...
Click to collapse
Last thing I wanted to add is that the probably better way to unroot and go back S-ON, CID and restore SIM-Lock is described in the wiki: http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision#Returning_to_Stock
guhl99 said:
Well there is an option if you do have the engineering hboot installed.
DO NOT TRY THIS BECAUSE THERE IS NO RECOVERY FROM THIS BRICK
1. boot the phone into fastboot mode by using
Code:
adb boot bootloader
2. use fastboot do completely erase the emmc
Code:
fastboot oem fdisk_emmc
After this the phone will be completely erased and will not even know that it is a phone anymore. You can send it in and have it replaced and no one will ever know how your phone got bricked like this
And again: There is no way to recover from this state !!!
Click to expand...
Click to collapse
SO THIS WILL WORK?? THERES NO WAY FOR THEM TO FIND OUT IT WAS EVER ROOTED??? im in shock, seriously?
***EDIT***
DOES NOT WORK. Anything else specific?
ACMilan07 said:
SO THIS WILL WORK?? THERES NO WAY FOR THEM TO FIND OUT IT WAS EVER ROOTED??? im in shock, seriously?
***EDIT***
DOES NOT WORK. Anything else specific?
Click to expand...
Click to collapse
This does not work?
Do you have the engineering hboot installed? (hboot or fastboot has to say VISION PVT ENG S-OFF)
Does
Code:
fastboot oem ?
show INFOfdisk_emmc ?
Until today, I was entering recovery by pressing vol down and power button. But now I can't enter recovery because i have a radio file so it automatically ask to flash radio...
I need to enter recovery because the rom which I flashed last didn't work...
Either use a sdcard reader or another phone to delete the PC10IMG file,
or, if you have adb set up, 'adb reboot recovery' while the phone is booting
-Nipqer
Deadly Sto(R)m said:
Until today, I was entering recovery by pressing vol down and power button. But now I can't enter recovery because i have a radio file so it automatically ask to flash radio...
I need to enter recovery because the rom which I flashed last didn't work...
Click to expand...
Click to collapse
I'm assuming you mean a PC10IMG file on the root of your sdcard? Just rename it, delete it, move it into a directory, etc. As long as your device isn't seeing PC10IMG.img on the root of your card you'll be fine.
Sent from my HTC Vision using XDA App
Flash the pc10pimg file by ecovery or use adb to reboot into recovery and select fastboot
Sent from my T-Mobile G2 using XDA Premium App
[SOLVED]
1) my sd card reader doesn't work so i can't delete, move or rename pc10img
2) i just borrow my friend's tablet and will delete this radio.
3) i know doing this will help me to enter recovery but i really wonder if there is a way to enter recovery except of entering boot menu..
By the way, thank you who wanted to help me..
Deadly Sto(R)m said:
1) my sd card reader doesn't work so i can't delete, move or rename pc10img
2) i just borrow my friend's tablet and will delete this radio.
3) i know doing this will help me to enter recovery but i really wonder if there is a way to enter recovery except of entering boot menu..
By the way, thank you who wanted to help me..
Click to expand...
Click to collapse
If your device boots you can reboot into recovery via the terminal ('reboot recovery') or via ADB ('adb reboot recovery') otherwise, the only way to enter recovery from a powered down state is via the bootloader.
Sent from my HTC Vision using XDA App
A few weeks ago I noticed I had to press hard on my volume down key to get it to work. The power button is also very soft and will turn on randomly in my pocket because of this. So just before my warranty ends, I want to take it to the service center and get a new power button and volume rocker. But my phone is rooted. I tried running the RUU but it came with the error 171 that it couldn't find the phone. I've tried lots of things but it won't work. I've also extracted the ROM files and have all the boot.imgs and all that, but im scared i could brick my phone, plus adb cannot find my phone whenever i connect it. Does anyone have any ideas?
Thanks in advance
Assuming your s-off and using windows, you can extract the Rom.zip from the ruu like this.
First click start on your pc and type %temp% to open your temp folder then keep a close eye on that folder as you run the ruu (no need to connect your phone) some new folders should appear inside the temp folder look through them and find Rom.zip copy it to your desktop and rename it to PC49IMG.zip then copy that to your sdcard, reboot into hboot and press vol up when prompted.
That should reset you back to stock but with s-off I think, then have a read of this to hopefully go back to s-on.
http://forum.xda-developers.com/showthread.php?t=1160251
Sent from my HTC Wildfire using xda premium
Install PDANet to get drivers for your phone, so it gets detected.
Thanks for your replies, I finally managed to get the RUU working after uninstalling ALL of the drivers. I will write a guide on it later.
I did root my evo 4g hboot 2.18 radio 2.15.0012.19 and i try to downgrade but i get stock... cant do anything and i have no backup... icant get into the recovery and i cant reboot onle the htc evo 4g logo plz help to solve this problem. How Ido to fixed plz help..
eddi2004 said:
I did root my evo 4g hboot 2.18 radio 2.15.0012.19 and i try to downgrade but i get stock... cant do anything and i have no backup... icant get into the recovery and i cant reboot onle the htc evo 4g logo plz help to solve this problem. How Ido to fixed plz help..
Click to expand...
Click to collapse
Try this:
1. power down
2. remove battery
3. press and hold power button for 10 sec.
4. reinstall battery
5. press and hold the volume down button
6. press the power button to turn the phone on but DO NOT release the volume button until you can see the boot screen.
when you are in the boot screen one of the options in the list should say recovery. use the volume button to navigate down to that option and press the power button to select it. your phone should then boot into recovery and you will get the recovery screen and choices.
thanks
i did it but when i get into recovery i see the phone with the sing and then i reboot get stock in htc evo 4g logo if u have any idea how to get into the phone to flash any rom would b perfect tnx
Sounds like it could be a USB brick. This has happened to me before. I remember when that happened to me and couldn't get into recovery. For some reason when I plugged in the micro usb to the phone it would let me boot into recovery. Give that a shot and try searching usb brick. Also my sd card could not be recognized once I booted into recovery.
How did you try to downgrade?
Sent from my PC36100 using xda premium
ok well i flash 2 programs 1 flash_image 2 mtd-eng then run the pc36img but nothing happen it says cant roll back hboot n i reboot the phone n i went to the bootloader n it was locked n i try to enter to the recovery n show me the phone w/ the sing...
any idea where can i get an usb brick??
I'm not familiar with a USB brick, but I believe that your computer can still read your phone through USB. I see that you were trying to S-OFF the phone. Looks like something went wrong when you flashed the misc partition, which locked your bootloader once again.
You should try running an RUU file from your computer with your phone connected which can be found here.
http://goo.im/stock/supersonic/ruu/...15.00.12.19_NV_2.33_release_234563_signed.exe
But first, you will need to install the Fastboot drivers to your computer which can be found here
http://unrevoked.com/rootwiki/doku.php/public/revolutionary
You need to run the RUU from your phone's bootloader from FASTBOOT USB (click on Fastboot then run the RUU from your computer).
If that works, that should at least get your phone back going again (unrooted of course).
i did but w/ the ruu doesnt work too appears error 155 unknow problem n stops i dont know what else to do
Just checking, did you run the RUU in FASTBOOT USB which should have been highlighted in red from your bootloader after clicking FASTBOOT? Also, with your phone connected to your computer while in FASTBOOT USB, check your computer's device manager from the control panel and see do you see anything under Android USB devices.
And too, which PC36IMG file did you try to run?
Sounds like you tryed to downgrade your hboot to the Eng hboot. If that is what you did, then congradulations! You have successfully bricked your device! Hboots are generally NOT downgradable...especially 2.18 to eng
{ParanoiA} said:
Sounds like you tryed to downgrade your hboot to the Eng hboot. If that is what you did, then congradulations! You have successfully bricked your device! Hboots are generally NOT downgradable...especially 2.18 to eng
Click to expand...
Click to collapse
Yea, I was afraid that the wrong PC36IMG file was indeed used. Generally on the newer phones, any downgrade of the Hboot below 2.02 is a guaranteed brick. That's why Captain Throwback only recommends PC36IMG files down to Hboot 2.10 (the 2.02 ones don't work with S-ON phones). On the older hardware however, the Hboot can be downgraded to anything, including 0.76 from 2.18. I've done it on mines. You just have to know which hardware version and partition erasesize your phone has.
the one that i get from evohacks pc36img i think i need one way to flash a rom
the one i get from a post in htcevohacks
is the pc36img
if i brick my phone is there any way to unbrick
eddi2004 said:
the one i get from a post in htcevohacks
is the pc36img
if i brick my phone is there any way to unbrick
Click to expand...
Click to collapse
The best advice that I can give you is to reboot the phone into FASTBOOT USB (connect it to your computer, then go to your bootloader and click on FASTBOOT), then go back to the HTCdev site, start over and try to re-unlock your bootloader. If you can do that, then I may have a workaround for you If not, there might not be much else that you can do.
ok i did everything that u tell me n now i rename the zip (ss_stock_4.67.651) in PC36IMG n then reflash recovery-RA-supersonic-v2.3 now i can get into the recovery menu n i flash the rename (ss_stock_4.67.651) PC36IMG n i have a rom from sprint but now i still cant use adb command so what else shuld i do to recovery to normal n there r many issues that cant load like mail that is forced to sptop unexpected n thank u for all ur help!!
in the command window type:
Code:
fastboot oem enableqxdm 0and then:
Code:
fastboot reboot
eddi2004 said:
in the command window type:
Code:
fastboot oem enableqxdm 0and then:
Code:
fastboot reboot
Click to expand...
Click to collapse
Oh no. I don't know which tutorial you got those instructions from.
I'm also lost with your description of what happened. I hope you unlocked your bootloader, and can now boot into the operating system. If so, you were not suppose to rename the ss_stock_4.67 file to PC36IMG. You were suppose to flash that through RECOVERY as is. If I were you, I would go back to RECOVERY, and wipe All Factory/Reset (or whatever it says) and Dalvik-cache, then reflash the ss_stock file or another ROM.
Second, the adb commands only work from the operating system, not FASTBOOT. You need to be inside the operating system with your phone connected to your computer and USB Debugging enabled under Settings/Applications.
ok here i am
i change the name cos the bootloader let me flash the recovery amon ra 2.3 then i can see the recovery menu n i flash the rom named pc36img n give me the sprint w/ errors now i download another rom that i flash n now my computer can read the sdcard but im still locked n i dont know if im still rooted so the what i think is i have a usb brick so i need to unbrick my usb to use the adb command so i apreciate ur help w/ this thanks all of u for ur help
On my HTC One V I unlock bootloader and rooted it successfully. It was working fine, but about 1-2 weeks later, when I was chatting with my friends on Messenger, it was starting to lag like hell until i couldn't do antyhing. I tried to turn it off and on with the power button. When I turned it on, firstly the logo "Quietly Brilliant" appeared and then...there was just a black screen. The phone was still turned on, but just with a black screen.. a slightly lighter black screen. I tried to turn it on and of. I can go to fast boot mode with Volume down+power button. I tried factory reset, but there was still the black screen. I send it to the manufacture, but they said, that the hardware is destroyed, because I've changed it. I think they mean I changed it with root and unlocking the bootloader...but I think that's not true? I don't think root or unlocking bootloader can change hardware. Yet I tried to unroot and relock the bootloader, but I can't do It if I can't connect my phone to my pc anymore. So my questions are:
1)How could I change the hardware?
2)How can I connect my phone to pc?
3)Is there a way to save my phone?
4)How does the manufacture know, that my phone is rooted when it can't be turned on, or connected to pc
5)Do they just lie about the hardware, so I must pay for it?
first of all, are you gsm or cdma? (do you have a sim?) If you can access bootloader, then you can fix your phone (99,9% of times). all you need to do is flash another rom with the correct kernel
mr_nooby said:
first of all, are you gsm or cdma? (do you have a sim?) If you can access bootloader, then you can fix your phone (99,9% of times). all you need to do is flash another rom with the correct kernel
Click to expand...
Click to collapse
Yes, I have s sim..so I have gsm i think? Right now, the manufacture is sending me back my phone. What is the bootloader exactly? Do you mean the combination of the keys volume down+power button?
If yes and I can acces to bootloader, how can I flash the rom with the correct kernel? Does it mean, my phone will be back to normal like it was at the start?
If I can't acces to bootloader, is there still a way to repair my phone?
btw I can't connect my phone to my pc...at least It didn't worked.
Don't worry, when you get back your phone tell me. If you can access your bootloader we will get your phone back to normal :thumbup:
mr_nooby said:
Don't worry, when you get back your phone tell me. If you can access your bootloader we will get your phone back to normal :thumbup:
Click to expand...
Click to collapse
Thank you very much!! How can I contact you when I get my phone back?
lddangsta said:
Thank you very much!! How can I contact you when I get my phone back?
Click to expand...
Click to collapse
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
My phone is back. How can I access bootloader?
lddangsta said:
My phone is back. How can I access bootloader?
Click to expand...
Click to collapse
When starting your phone, hold the VOLUME DOWN BUTTON and Power buttons together
Seraz007 said:
When starting your phone, hold the VOLUME DOWN BUTTON and Power buttons together
Click to expand...
Click to collapse
When It's turned off, I hold the volume down button and power button together for 10 seconds. Then I let it go, but there's no bootloader mode. Before I sended it to the manufacture, I somehow did it, but I don't remember how.
lddangsta said:
When It's turned off, I hold the volume down button and power button together for 10 seconds. Then I let it go, but there's no bootloader mode. Before I sended it to the manufacture, I somehow did it, but I don't remember how.
Click to expand...
Click to collapse
Okay I got it. I couldn't access to bootloader because my phone was connected to my pc
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
Yesm It said fastboot usb. What now?
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
Yes, it said fastboot usb. What now?
Hey sorry I have to go to school now.. I'll write a little guide as soon as I come back, be patient. In order you have to unlock and root (if you haven't done it already), flash a recovery (I suggest twrp recovery, you can find it in android development or original android development-This also only if you don't have that already), factory reset from recovery, mount usb storage, copy rom to your phone, unmount, flash the rom, reboot into bootloader and flash the correct kernel found in the rom thread. This should work. I'll give you a hit when I get back tough.
mr_nooby said:
Hey sorry I have to go to school now.. I'll write a little guide as soon as I come back, be patient. In order you have to unlock and root (if you haven't done it already), flash a recovery (I suggest twrp recovery, you can find it in android development or original android development-This also only if you don't have that already), factory reset from recovery, mount usb storage, copy rom to your phone, unmount, flash the rom, reboot into bootloader and flash the correct kernel found in the rom thread. This should work. I'll give you a hit when I get back tough.
Click to expand...
Click to collapse
Its bootloader is unlocked and it's rooted. Now for the recovery i found this:
http://www.teamw.in/project/twrp2/119
They say I should download the newest recovery img, access bootloader, select fastboot, plug the device into computer and run the command:
fastboot flash recovery recoveryfilename.img into command prompt right?
Yes its right. Then you boot into recovery, and mount usb storage and with the pc copy a rom into the sd card, then unmount, from the recovery go to wipe - > factory reset, once it's done go to install and select the zip of the rom. When it's done, go back to the home page of recovery, and from there press reboot bootloader. Now do fastboot, and from the pc, put kernel in fastboot folder (the same place where you put your recovery to flash it), open cmd and type fastboot flash boot nameofkernel.img, wait for it to complete, reboot and enjoy!
mr_nooby said:
Yes its right. Then you boot into recovery, and mount usb storage and with the pc copy a rom into the sd card, then unmount, from the recovery go to wipe - > factory reset, once it's done go to install and select the zip of the rom. When it's done, go back to the home page of recovery, and from there press reboot bootloader. Now do fastboot, and from the pc, put kernel in fastboot folder (the same place where you put your recovery to flash it), open cmd and type fastboot flash boot nameofkernel.img, wait for it to complete, reboot and enjoy!
Click to expand...
Click to collapse
When I type "fastboot flash recovery recoveryfilename.img" into the command prompt..it tells me:'fastboot' is not recognized as an internal or external command, operable program or batch file
Have you downloaded the fastboot folder? And have you located it in cmd?
lddangsta said:
When I type "fastboot flash recovery recoveryfilename.img" into the command prompt..it tells me:'fastboot' is not recognized as an internal or external command, operable program or batch file
Click to expand...
Click to collapse
i think you'll be better off flashing recovery by the all in one toolkit
mr_nooby said:
Have you downloaded the fastboot folder? And have you located it in cmd?
Click to expand...
Click to collapse
I have a folder named Android an there's: adb.exe, AdbWinApi.dll, fastboot.exe, Unlock_code.bin
Do you mean this?
Yes, now create a folder on the desktop called fastboot and copy those files in that folder. Then in cmd type cd desktop (enter) cd fastboot (enter), put the recovery in that folder, connect the phone on fastboot usb and type the recovery command