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 ?
Hi guys,
I'm posting right now because i have a littl probleme with my phone..
So i baught a Desire HD in February, i rooted it, installed clockwork, ...
But now my problem is that i broke the volume button my phone fell down and it's irreplaceable because the things which controle the volume button is a part of the motherboard so i would have to change everything and i don't want to (too expensive)
I flashed the last Revolution rom by Rom Manager and when the phone reboot it got stucked on the HTC white screen
To fix that i know i have to get to the recovery but my button is blocken and i can't have access to recovery , is there any solution to get there by computer ?
I've searched but i couldn't find anything
Please if someone know please give me a post where it says how to or just tell me the command to write on my cmputer.
Thank you guys
Sorry for my english (i'm french)
ok... enter into bootloader//fastboot and reboot via sdk into recovery menu.... i can leave the commands now here.. not in my house...
XDA Premium App
Thank you for you reply,
I went to my command on computer and write :
1- cmd
2- cd c:\android-sdk-windows\tools\fastboot.exe
An then i don't know what to do i see many command like : update, flashall, ..., reboot-bootloader
What should i choice ?
Thank you
ijuv93 said:
Thank you for you reply,
I went to my command on computer and write :
1- cmd
2- cd c:\android-sdk-windows\tools\fastboot.exe
An then i don't know what to do i see many command like : update, flashall, ..., reboot-bootloader
What should i choice ?
Thank you
Click to expand...
Click to collapse
okay i staid looking for your question into fastboot commands an there´s not any parameter to enter into your fastboot to reboot into recovery sorry...
the only thing that you can do its re- flash the nand partition of your device flashing the PD98img.zip with sdk of course
download PD98IMG.ZIP from here and copy paste to the root of your sd-card
http://forum.xda-developers.com/showthread.php?t=905003
then goo to fastboot into your device and wait for the automatic install of the file and then you can root again and flash another rom..
EDIT: if your vol- its broken you should to consider & asume that flash anything its dangerous for your device.... because you can´t enter into recovery when don´t boot....
be careful...and learn sdk commands, botloader its not an exe for use like an app.
its for to use it combinated with any order for your device
EDIT 2: About pd98img: this file its a 1.32 rom froyo pure stock for recover your system.
why 1.32? because if you flash this u are going to lose root etc... and with 1.32 version you dont need to do downgrade, etc... only using visionary r14+ its sufficient... and then you are able to flash another rom
I downloaded the file you told me and put it on the sd card.
But how to get into fastboot by computer ? By using Multitool ? i havent seen the option inside
I'm so sorry for my bad question and bad knowledge, actually i used to be an iOS user and when i discored HTC Sense it was for me a revelation lol
ijuv93 said:
I downloaded the file you told me and put it on the sd card.
But how to get into fastboot by computer ? By using Multitool ? i havent seen the option inside
I'm so sorry for my bad question and bad knowledge, actually i used to be an iOS user and when i discored HTC Sense it was for me a revelation lol
Click to expand...
Click to collapse
noooo WTFF?
bootloader is the status of the phone...
1-put the pd98img into sd card (in root IMPORTANT)
2-SHUT DOWN your device
3- enter to bootloader prsiing at the same time in this order VOL- & POWER BUTTON 20-30 segs..
now you are into bootloader...(white screen with 3 green droids) and installation may start automatically
I recommend to you that learn all the posibilities and features of the "android world" BEFORE flashing anything... you can brick your device without return
Ohh yeah i know booloader lol but i thought you were saying that we can have access by computer i meanby code or something
Yes i know ho to get to bootloader by pushing the volume down and eht power button and then everything is gonna be alone
But now my probleme is that my volume down is brocken so i can't get there by using only the phone :s
ijuv93 said:
Ohh yeah i know booloader lol but i thought you were saying that we can have access by computer i meanby code or something
Yes i know ho to get to bootloader by pushing the volume down and eht power button and then everything is gonna be alone
But now my probleme is that my volume down is brocken so i can't get there by using only the phone :s
Click to expand...
Click to collapse
Would a program like Nandroid recovery GUI maybe help you, it can restore all or individual Boot/System/Data/Recovery.img files.
ijuv93 said:
Ohh yeah i know booloader lol but i thought you were saying that we can have access by computer i meanby code or something
Yes i know ho to get to bootloader by pushing the volume down and eht power button and then everything is gonna be alone
But now my probleme is that my volume down is brocken so i can't get there by using only the phone :s
Click to expand...
Click to collapse
I staid looking for your problem and it doesn´t have good look.....
if you can´t turn your device in mode usb debugg... you cant do anything sorry... because if you can´t enter into bootloader/fastboot mode via vol-&power or via adb entering parameters... you can´t do nothing,,,
well if you loves a lot your DHD always you can give it to thecnical service and replace motherboard...
sorry mate..
Have you tried this command while in boot loop "adb reboot bootloader"?
evilc1 said:
Would a program like Nandroid recovery GUI maybe help you, it can restore all or individual Boot/System/Data/Recovery.img files.
Click to expand...
Click to collapse
I think i can't use this mod because my button volume is brocken but if i'm wrong please correct me
Thank you for your message
SERGI.3210 said:
I staid looking for your problem and it doesn´t have good look.....
if you can´t turn your device in mode usb debugg... you cant do anything sorry... because if you can´t enter into bootloader/fastboot mode via vol-&power or via adb entering parameters... you can´t do nothing,,,
well if you loves a lot your DHD always you can give it to thecnical service and replace motherboard...
sorry mate..
Click to expand...
Click to collapse
I think you are right unfortunately , when i saw the white screen i was like "Noo my phone is brocken i can't get to recovery anymore, my phone is down.."
Thank you, you did a lot for me, that's ok i don't know what to do, the Desire HD is the best android phone i've ever seen (biggg screeen, fast, ...) so i really want it back but i asked already a shop in paris and they told me something about 300€ that's to expensive for me (i'm student) so don't know what to do
ErOR22 said:
Have you tried this command while in boot loop "adb reboot bootloader"?
Click to expand...
Click to collapse
Yes but it says :
adb server is out of date. killing...
*daemon started successfully *
** daemon still not runningerror : cannot connect to daemon
??
Turn off your phone completely (remove battery to do so) then plug it in your computer and wait a bit for it to boot into recovery. I've heard people say this is a bug but personally I think this is a feature.
Then if you need to get into the bootloader type in "adb reboot bootloader" and this will take you straight to fastboot.
I get to Fastboot, but what can i do now ? can i get to recovery whitouh volume botton ?
EDIT : It's flashing right now by PD98DIAG.zip
EDIT 2 : It flashed but couldn't do anything else so i took of the battery and booted it but still the same white htc screen
EDIT 3 : The flash by PD98DIAG.zip : OK now i get another probleme, it asks me "Do you want to star update" but i can't push the vol up can i dot it by computer ?
But u flashed the pd98img of the link that i provided to you?
Re-flash it and try again...
If not from fastboot downloading any rom and re-name the file by ""update.zip"" and then put it into the sdk folder... open CMD and write:
Fastboot update update.zip
and the update file may be installed..
Enviado desde mi HTC Desire HD usando XDA Premium App
ErOR22 said:
Turn off your phone completely (remove battery to do so) then plug it in your computer and wait a bit for it to boot into recovery. .
Click to expand...
Click to collapse
Completly forgot this feature mate...
Enviado desde mi HTC Desire HD usando XDA Premium App
Yes i uses the pd98img that you gave me.
Got to fastboot, the things was flashing and now i have like
[1]Bootloader
[2]Boot
...
DO you want to star update ?
<vol up> yes
<vol down> no
I know i just have to pussh YES to fix it but how ?
I'll try with update.zip
EDIT : Try to pu a revolution rom renamed update.zip to the sdk folder and when i wrote the command i got :
archive does not contain 'android-inf.txt
archive does not contain 'android-product-txt'
error : update package has no android-info.txt or android-product.txt
Which do i use in your option ?
You need to run the 1.32.405.6 RUU. This requires no user input on the handset.
1). Download THIS.
2). Ensure you have HTC Sync installed.
3). Turn your phone on and boot up normally.
4). Run the RUU~.exe and follow the prompts.
5). Handset returned to stock.
He cant boot his device... stucks in white screen... is not unable to install ruu from exe file?
Enviado desde mi HTC Desire HD usando XDA Premium App
andyharney said:
You need to run the 1.32.405.6 RUU. This requires no user input on the handset.
1). Download THIS.
2). Ensure you have HTC Sync installed.
3). Turn your phone on and boot up normally.
4). Run the RUU~.exe and follow the prompts.
5). Handset returned to stock.
Click to expand...
Click to collapse
I did it but unfortunately it doesn't work, it says that my phone is not plugged
EDIT : Anyone knows if its possible to control bootloader by computer ? just have to be able to put yes
Hi!
I recently rooted my Desire with unrevoked 3 and I installed the ReflexS rom. Everything worked perfectly!
I was curious for Cyanogenmod and I downloaded version 7.0.3 directly through Rom Manager. When the download was completed it suggested to install which I agreed. I think clear Dalvik cache was marked, but clear data cache was not. I agreed... maybe my first mistake.
After this Cyanogenmod was installed, but my Desire stayed on the boot screen (sakteboarding android with running arrow) for over 30min so I took out the battery. I restarted and it goes well until the android setup screen "tap the android to begin". I can tap and it gets glowing, but it does not continue! I can not go any further than this. The only thing I can do is choose a language or shutdown.
To overcome this issue I thought of recovering/reinstalling my previous ROM. I also have a Titanium backup.
Now here's the problem: when start up into recovery, my volume buttons won't work so I can not enter into the recovery menu.
What should I do?
I'm getting desperate, because my phone is down at the moment!
Thanks for your help!
you mean volume buttons dont work in recovery or in bootloader ?
in recovery you can navigate using trackpad, in bootloader you must wait around 10-15 seconds until you can use volume buttons to navigate.
and yes it was a BIG mistake not to make a wipe before the flashing of cyanogenmod....
you should have done a full wipe
Ok will firstly, go to the Cyanogenmod stable topic to read how to install out. Secondly, avoid rom manager. Thirdly, to boot into recovery, boot your phone like normal and plug your phone into your pc. After about 20 second the usb will kick in. This is where you use the adb reboot recovery command in command prompt or terminal. Enjoy.
Swyped...
Meaple said:
... After about 20 second the usb will kick in. This is where you use the adb reboot recovery command in command prompt or terminal. Enjoy.
Swyped...
Click to expand...
Click to collapse
can you explain for noobs how to do it? PLEASE!!!
thank you anyway
boot into fastbood mode (hold BACK and POWER).
unzip the attached file into your C:\
open command prompt (accessories)
type
Code:
cd\
fastboot oem gencheckpt
your phone will boot into recovery.
Bortak and Meaple ..... THANK YOU!!!
Mine says waiting for device and nothing happens after I type in the command
dark_polok said:
Mine says waiting for device and nothing happens after I type in the command
Click to expand...
Click to collapse
Do you have the drivers installed? You van try installing and then uninstall HTC Sync to get the drivers.
Sent from my HTC Original Desire with Android 4.0.3 ICS using Tapatalk
I am pretty sure you did not install ADB (correctly). Check my sig how to do.
After Ruu ROM installing, can`t gen in RECOVERY mode
Someone can help me..
I Install RUU ROM from Windows, and then i can`t go to recovery mode in fastboot.. how i can it solved????
I have - revolutionary s-off
Please.. HELP ME!!!
Check bortak's troubleshooting guide.
Sent from my HTC Desire using Tapatalk
bortak said:
boot into fastbood mode (hold BACK and POWER).
unzip the attached file into your C:\
open command prompt (accessories)
type
Code:
cd\
fastboot oem gencheckpt
your phone will boot into recovery.
Click to expand...
Click to collapse
What if your phone doesn't boot into recovery in this case and you get an error that says "FAILED (Status Malformed (1 bytes))"?
dzeksis said:
Someone can help me..
I Install RUU ROM from Windows, and then i can`t go to recovery mode in fastboot.. how i can it solved????
I have - revolutionary s-off
Please.. HELP ME!!!
Click to expand...
Click to collapse
You can alwys get into recovery through the adb shell.
Hi.
I know this tread is old but the issue is relevant because this is still a persistant problem.First of all thanks for the tip and second i have great,great news !!! you dont even have to deassemble the phone to put the up down button to work.Just insert the alcool UNDER the volume button with a seringe with a needle and click the button for a minute or two...wait until the alcool evaporates and VOILÁ !! problem fixem !! Not need todeassemble or using adb.Just do this and you will be fine.
Hi dev's..
I was able to unlock my DHD however i was not able to root it still i tried to install CWM recovery & a custom ROM.
Now its going to the CWM recovery mode however it won't install any ROM neither it boots up. It hangs on HTC white screen.
Can anyone help with this?? I have no idea about what to do now...
Appreciate the help or suggestions in advance..
Thanks
tapan85 said:
Hi dev's..
I was able to unlock my DHD however i was not able to root it still i tried to install CWM recovery & a custom ROM.
Now its going to the CWM recovery mode however it won't install any ROM neither it boots up. It hangs on HTC white screen.
Can anyone help with this?? I have no idea about what to do now...
Appreciate the help or suggestions in advance..
Thanks
Click to expand...
Click to collapse
Hi,
It sounds like you just need to flash the boot.img from the rom you are trying to flash in fastboot. I suspect you are still s-on? If so that is the problem you are having and can be fixed pretty easy. Can you boot to the white bootloader screen and confirm for me if it is indeed s-on still? It will be S-on if you unlocked via HTCDev
If you are s-off then you most likely just need to wipe cache, dalvik cache, and factory reset in CWM then reboot
FYI - You do not need to be rooted on current rom to install a rom via custom recovery.
Hope this helps!
That didnt help Kevin or may be i did it wrong.
I extracted the boot.img from the ROM i was trying to install & then i created a boot.zip from that boot.img
I moved it to the SD card & tried to install it. It showed installation aborted.
What should i do??
(
Thanks & appreciate your efforts..
Tapan
Klown80 said:
Hi,
It sounds like you just need to flash the boot.img from the rom you are trying to flash in fastboot. I suspect you are still s-on? If so that is the problem you are having and can be fixed pretty easy. Can you boot to the white bootloader screen and confirm for me if it is indeed s-on still? It will be S-on if you unlocked via HTCDev
If you are s-off then you most likely just need to wipe cache, dalvik cache, and factory reset in CWM then reboot
FYI - You do not need to be rooted on current rom to install a rom via custom recovery.
Hope this helps!
Click to expand...
Click to collapse
tapan85 said:
That didnt help Kevin or may be i did it wrong.
I extracted the boot.img from the ROM i was trying to install & then i created a boot.zip from that boot.img
I moved it to the SD card & tried to install it. It showed installation aborted.
What should i do??
(
Thanks & appreciate your efforts..
Tapan
Click to expand...
Click to collapse
Hi,
Sorry for the confusion, you need to flash the boot.img directly in fastboot to flash it, not in a zip via recovery. Can you boot to the white bootloader screen by powering off phone then pressing and holding Power + Vol Down? If so please tell me if you are s-on at top of white screen.
If it says s-on on bootloader screen then you need to connect phone to PC, and then choose top option on the list (fastboot) at bottom of screen by pressing power button this should make middle of screen change to say "fastboot usb plug" If this is true you need to copy the boot.img from rom you are trying to install to the folder you have the fastboot file in. From there you need to open command prompt in that same folder by hovering mouse over bottom white part of the folder fastboot is in and hold shift and right click . Now choose Open command prompt here from the pop up menu. Finally in the black command prompt box type:
fastboot flash boot boot.img
Then hit enter. Now type:
fastboot reboot
And hit enter, let me know if phone will fully boot now.
If you have too much trouble with this and want me to help further, please install Teamviewer and I can connect remotely and have you fixed up in a bout 5 mins if you want.
Good luck and hope this helps!
Boot.img flash fixed my phone. Thanks a bunch kevin!
Thanks a lot kevin, That worked well!! :good::good::good::good::good:
Klown80 said:
Hi,
Sorry for the confusion, you need to flash the boot.img directly in fastboot to flash it, not in a zip via recovery. Can you boot to the white bootloader screen by powering off phone then pressing and holding Power + Vol Down? If so please tell me if you are s-on at top of white screen.
If it says s-on on bootloader screen then you need to connect phone to PC, and then choose top option on the list (fastboot) at bottom of screen by pressing power button this should make middle of screen change to say "fastboot usb plug" If this is true you need to copy the boot.img from rom you are trying to install to the folder you have the fastboot file in. From there you need to open command prompt in that same folder by hovering mouse over bottom white part of the folder fastboot is in and hold shift and right click . Now choose Open command prompt here from the pop up menu. Finally in the black command prompt box type:
fastboot flash boot boot.img
Then hit enter. Now type:
fastboot reboot
And hit enter, let me know if phone will fully boot now.
If you have too much trouble with this and want me to help further, please install Teamviewer and I can connect remotely and have you fixed up in a bout 5 mins if you want.
Good luck and hope this helps!
Click to expand...
Click to collapse
hello,
after i failed to root my phone
everytime i try to put it in recovery mode it goes back to fastboot mode ..
even if i tried to flash a recovery on it , it would boot to fastboot mode
even when trying to install a official htc software update it just boots into fastboot ..
now i want to get it back to stock..
can you please help me !!
if someone would like to help me .. i can open teamviewer and he can do it for me ..
thx
zsnorow said:
hello,
after i failed to root my phone
everytime i try to put it in recovery mode it goes back to fastboot mode ..
even if i tried to flash a recovery on it , it would boot to fastboot mode
even when trying to install a official htc software update it just boots into fastboot ..
now i want to get it back to stock..
can you please help me !!
if someone would like to help me .. i can open teamviewer and he can do it for me ..
thx
Click to expand...
Click to collapse
If you are able to boot into fastboot, search the latest TWRP and flash it via adb. Connect your device while in fastboot mode and see if it recognize it.
If it does put the recovery file you have downloaded on your desktop and open a command window, press shift and right click at the same time and click on Open command window here.
Type adb devices, if you see a serial number go on and type adb reboot bootloader, then type fastboot flash recovery [ the name of the recovery file you have just downloaded ]
You can do this just by powering on your phone, no need to be already in fastboot mode, just follow the commands.
Press shift and right click : open command window here : adb devices : adb reboot bootloader : fastboot flash recovery [ the name of the recovery file you have just downloaded, do not forget the .img extension ]
fastboot reboot
Once you have a working TWRP you can flash your corresponding backup and go back to stock. The backup will be flashed from TWRP, search for instructions.
XSL-FO said:
If you are able to boot into fastboot, search the latest TWRP and flash it via adb. Connect your device while in fastboot mode and see if it recognize it.
If it does put the recovery file you have downloaded on your desktop and open a command window, press shift and right click at the same time and click on Open command window here.
Type adb devices, if you see a serial number go on and type adb reboot bootloader, then type fastboot flash recovery [ the name of the recovery file you have just downloaded ]
You can do this just by powering on your phone, no need to be already in fastboot mode, just follow the commands.
Press shift and right click : open command window here : adb devices : adb reboot bootloader : fastboot flash recovery [ the name of the recovery file you have just downloaded, do not forget the .img extension ]
fastboot reboot
Once you have a working TWRP you can flash your corresponding backup and go back to stock. The backup will be flashed from TWRP, search for instructions.
Click to expand...
Click to collapse
can you sir please give me a link for the TWRP and teach em how to flash it ? it would be much appreciated..
zsnorow said:
can you sir please give me a link for the TWRP and teach em how to flash it ? it would be much appreciated..
Click to expand...
Click to collapse
http://teamw.in/project/twrp2 and click on the upper right Get TWRP for your device.
Choose your device recovery and download the adb version. That is the .img
Once you have downloaded TWRP put it on your desktop.
Connect your device with your laptop/pc with the unknown sources checked also the usb debugging checked.
Move your mouse over a free space on your desktop, click once just to be sure there is no app or file clicked.
Then press shift and keep it pressed while you right click your mouse.
Press open command window here
in that command window type : adb devices
if you see a serial number type : adb reboot bootloader
then type : fastboot flash recovery openrecovery-twrp-2.8.1.0-m8.img
fastboot reboot
openrecovery-twrp-2.8.1.0-m8 : This is an example, you will write the name of your recovery but it should be pretty much the same.
Good luck.
Are you familiar with
adb/fastboot commands?
It's a bad idea to mess with your phone if you don't know how to repair it if something goes wrong
spinninbsod said:
It's a bad idea to mess with your phone if you don't know how to repair it if something goes wrong
Click to expand...
Click to collapse
I agree with you but maybe he has done some reading and has fixed it sense he hasn't given us an update
ive tried everything
jball said:
I agree with you but maybe he has done some reading and has fixed it sense he hasn't given us an update
Click to expand...
Click to collapse
i tried everything to fix my phone like sideloading (my phone doesent get recognised when in sideload mode) , pushing a ROM and the flashing it with TWRP (it says that its completed but it doesent work)..
what else can i do .. cant someone do it for me via teamviewer ..
zsnorow said:
i tried everything to fix my phone like sideloading (my phone doesent get recognised when in sideload mode) , pushing a ROM and the flashing it with TWRP (it says that its completed but it doesent work)..
what else can i do .. cant someone do it for me via teamviewer ..
Click to expand...
Click to collapse
What guides/tutorials have you followed to get to the point you are at now.I'm sure someone wouldn't mind teamviewing the whole process but what would you learn by having that done .
From start to finish what have you used?
i honestly cant remember everything i did
jball said:
What guides/tutorials have you followed to get to the point you are at now.I'm sure someone wouldn't mind teamviewing the whole process but what would you learn by having that done .
From start to finish what have you used?
Click to expand...
Click to collapse
i cant remember everything i did but im sure that i followed the tutorials that are on youtube/XDA/android forums correctly
zsnorow said:
i tried everything to fix my phone like sideloading (my phone doesent get recognised when in sideload mode) , pushing a ROM and the flashing it with TWRP (it says that its completed but it doesent work)..
what else can i do .. cant someone do it for me via teamviewer ..
Click to expand...
Click to collapse
You say "pushing a ROM" with what?
You don't push a ROM with TWRP you just flash it.
Or are you talking about pushing the ROM with fastboot?
If you have TWRP than download a stock backup and flash it.
Take a long look at my profile man and if you look just right you will see I've done and asked some stupid things in my travels here on XDA.I can tell you I remember every phone and ridiculous thing I've done to each of them,I still feel crunchy when I think of the mistakes.
We really need more info about the full process.please I'm not trying to offend you and I'm trying to help
zsnorow said:
i cant remember everything i did but im sure that i followed the tutorials that are on youtube/XDA/android forums correctly
Click to expand...
Click to collapse
If you can't remember what you did, or at least even try to list in detail the steps you did as best you can remember; it makes it very hard for anyone to help.
Saying you followed some tutorials on an entire website (3 websites actually) doesn't tell us jack, and isn't any better than telling us nothing.
Its not even clear the current condition of the phone. Your OP says TWRP doesn't work, then a later post says you are trying things with TWRP, so presumably you have TWRP. But since you never stated that, we can only guess.
What happens when you try to adb push or sideload? What error messages, does it make the phone reboot, stuck on boot screen, etc?
TWRP working? Bootloader is unlocked? If yes to both of those, you should be able to just adb push a ROM, or put one on removable SD with a card reader attached to your computer. Than flash the ROM in TWRP.
same thing happened with me but i remember what i did
redpoint73 said:
If you can't remember what you did, or at least even try to list in detail the steps you did as best you can remember; it makes it very hard for anyone to help.
Saying you followed some tutorials on an entire website (3 websites actually) doesn't tell us jack, and isn't any better than telling us nothing.
Its not even clear the current condition of the phone. Your OP says TWRP doesn't work, then a later post says you are trying things with TWRP, so presumably you have TWRP. But since you never stated that, we can only guess.
What happens when you try to adb push or sideload? What error messages, does it make the phone reboot, stuck on boot screen, etc?
TWRP working? Bootloader is unlocked? If yes to both of those, you should be able to just adb push a ROM, or put one on removable SD with a card reader attached to your computer. Than flash the ROM in TWRP.
Click to expand...
Click to collapse
firstly i unlocked my bootloader via htcdev website then i installed twrp recovery successfully and then when i tried to root my phone by installing two zip files (mm-su-boot. & beta super su) i installed these two files and then tried to reboot my phone it opened in fastboot mode only . then i read here about the revolution hd rom installed it successfully but it does not reboot . help needed
farhanakhtar39 said:
firstly i unlocked my bootloader via htcdev website then i installed twrp recovery successfully and then when i tried to root my phone by installing two zip files (mm-su-boot. & beta super su) i installed these two files and then tried to reboot my phone it opened in fastboot mode only . then i read here about the revolution hd rom installed it successfully but it does not reboot . help needed
Click to expand...
Click to collapse
Your device is M8 dual SIM .. mm-su-boot is for M8 single SIM, won't work on your device.
Install custom ROM with support for Dual SIM or restore your stock ROM backup
please can you provide any link of the rom for dual sim addition
farhanakhtar39 said:
please can you provide any link of the rom for dual sim addition
Click to expand...
Click to collapse
Not so sure,
if Sense ROM - https://forum.xda-developers.com/htc-one-m8/development/rom-sense-6-12-401-4-mra58k-stock-t3296066
maybe S.ROM too has dual SIM support, you need to ask in their thread
https://forum.xda-developers.com/ht...the-worlds-first100-m9-port-m8upload-t3064838
if non-Sense ROM
CM13 ROM - https://forum.xda-developers.com/htc-one-m8/development/rom-cyanogenmod-13-0-experimental-t3259068
Nougat ROM -
https://forum.xda-developers.com/showthread.php?t=2753248
https://forum.xda-developers.com/htc-one-m8/development/rom-resurrection-remix-v5-8-0-t3507210
https://forum.xda-developers.com/ht...cyanogenmod-14-1-htc-one-m8-dual-sim-t3507192
There are a few more that support Dual SIM but you have to check & ask in their development thread as I'm not familiar with most of the available custom ROMs .. I don't try most of them
Thnks
Thanks buddy it worked
cm 13 worked for me !
God bless you
If I may jump in on this post and ask some advise my m8s is only booting to fastboot screen it has never been flashed, have tried recovery: nothing just goes back to fastboot, also wiped cache and factory reset: same result..... It has done this 2 times previous but only after restarting phone, usually repeatedly doing reboot it loads but it's been 2 days now and still only getting fastboot screen...plez help
My phone is having similar issues
Stanna16 said:
If I may jump in on this post and ask some advise my m8s is only booting to fastboot screen it has never been flashed, have tried recovery: nothing just goes back to fastboot, also wiped cache and factory reset: same result..... It has done this 2 times previous but only after restarting phone, usually repeatedly doing reboot it loads but it's been 2 days now and still only getting fastboot screen...plez help
Click to expand...
Click to collapse
I recently decided to root and install a custom rom on my old stock sprint HTC one m8. I unlocked the boot loader via HTC Dev website. I then flashed the TWRP recovery. Since doing the latter step, it's been booting into fast boot all the time! Did you ever figure out what was wrong with your phone?
pancho2009 said:
I recently decided to root and install a custom rom on my old stock sprint HTC one m8. I unlocked the boot loader via HTC Dev website. I then flashed the TWRP recovery. Since doing the latter step, it's been booting into fast boot all the time! Did you ever figure out what was wrong with your phone?
Click to expand...
Click to collapse
You only flashed TWRP onto the phone? Or did you root also?
Not nearly enough info to provide the proper help.
Please do fastboot getvar all, and post the results (delete IMEI and serial number before posting).
What version TWRP?
What version SuperSU did you flash (if you got that far)?