[q] help!! My htc one m7 stuck - One (M7) Q&A, Help & Troubleshooting

Hello XDA,
i am stuck with my htc one m7 without OS .
I am able to get into bootloader.
Anyone can help me on how to install new OS in my htc one m7.
also, when i attach my phone in laptop running on windows 8 under fastboot it doesnot recognize my device.e
Anyone can help me fixing that.!
Thanks

kashish4u said:
Hello XDA,
i am stuck with my htc one m7 without OS .
I am able to get into bootloader.
Anyone can help me on how to install new OS in my htc one m7.
also, when i attach my phone in laptop running on windows 8 under fastboot it doesnot recognize my device.e
Anyone can help me fixing that.!
Thanks
Click to expand...
Click to collapse
hello to you,
1st, my eyes are bleeding, please don't use such big size of characters when posting :laugh:
what is your hboot version? windows 8.1 have issue with fastboot with phones on hboot 1.44. better to use windows 7 or a linux (i.e ubuntu) higher hboot version should be fine.

alray said:
hello to you,
1st, my eyes are bleeding, please don't use such big size of characters when posting :laugh:
what is your hboot version? windows 8.1 have issue with fastboot with phones on hboot 1.44. better to use windows 7 or a linux (i.e ubuntu) higher hboot version should be fine.
Click to expand...
Click to collapse
yes my hboot is 1.44 . Any tweak to resolve? I want to tweak it asap
And tell me step to step instructions... i had bootloader already unlocked !!
Please help...i am feeling handicapped without my phone

Anyone please help

kashish4u said:
Anyone please help
Click to expand...
Click to collapse
do you have a custom recovery installed on your phone? twrp? if no you'll need to flash a custom recovery first which will require fastboot to work either from a windows 7 pc, linux or macOS.

alray said:
do you have a custom recovery installed on your phone? twrp? if no you'll need to flash a custom recovery first which will require fastboot to work either from a windows 7 pc, linux or macOS.
Click to expand...
Click to collapse
Thanks for reply...i had twrp installed...but i dont left
anything with me... No os..no recovery files....
Nothing...
Mobile is like....bootloader unlocked and twrp installed

kashish4u said:
Thanks for reply...i had twrp installed...but i dont left
anything with me... No os..no recovery files....
Nothing...
Mobile is like....bootloader unlocked and twrp installed
Click to expand...
Click to collapse
you can transfer a rom to your phone. use adb push or adb sideload when phone is booted in twrp recovery
Code:
adb push name_of_rom.zip /sdcard/

alray said:
you can transfer a rom to your phone. use adb push or adb sideload when phone is booted in twrp recovery
Code:
adb push name_of_rom.zip /sdcard/
Click to expand...
Click to collapse
give me good latest ROM link... At&t htc one m7

kashish4u said:
give me good latest ROM link... At&t htc one m7
Click to expand...
Click to collapse
http://www.htc1guru.com/dld/guru_reset_m7_5-12-502-2_clsa-zip/
download the file and save it to your adb/fastboot folder.
with phone booted in recovery and connected to computer with usb cable, open a cmd prompt from that folder
adb push name_of_file.zip /sdcard/
wait for the file to transfer, this take between 5-10 min. There is no progress bar, just wait until adb report the file was transferred.
when the file trasnfer is complete, in twrp, select 'instal' and then choose the file.

alray said:
http://www.htc1guru.com/dld/guru_reset_m7_5-12-502-2_clsa-zip/
download the file and save it to your adb/fastboot folder.
with phone booted in recovery and connected to computer with usb cable, open a cmd prompt from that folder
adb push name_of_file.zip /sdcard/
wait for the file to transfer, this take between 5-10 min. There is no progress bar, just wait until adb report the file was transferred.
when the file trasnfer is complete, in twrp, select 'instal' and then choose the file.
Click to expand...
Click to collapse
LET ME SHOW U!! I flashed new ROM! with sideload thing... Ruu was not working...
Check this!!. but many things not working as upto mark with this..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Related

Fastboot problem

Hello all.
I wanted flash my phone with CM recovery, but when am writing the command:
cd\
cd "Program Files\Droid Expolrer\SDK\tools"
fastboot flash recovery recovery.img
my PC just freezes nothing happens.
When I connected my phone with PC the first time in Fastboot Mode I had to install the drivers and I did, take a look:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So I thought that I have my connection during flashing, but I found something weird just today.
There is a screen with connected phone:
device not found, but in the end it restarts my phone - WEIRD
There is a screen without phone:
that is normal
So what is the problem my PC doesn't see my phone when am typing:
fastboot flash recovery recovery.img
but next time when am typing fastboot reboot or erase data/cache it sees my phone correctly and it does finalize my commands...
wtf
when you want to check that.. if phone is connected to fastboot(not adb shell):
Code:
#fastboot devices
and when fastboot device connected, appears something that:
Code:
???? Fastboot
You can follow my log below:
And am sure that my ROM is supporting Recovery
ZduneX25 said:
You can follow my log below:
And am sure that my ROM is supporting Recovery
Click to expand...
Click to collapse
okay... ..
this is your device there:
Code:
? fastboot
got it workin on sister's computer ?
try this command too (ps. put recovery.img to android-sdk/tools folder):
# fastboot boot recovery.img
it just boots up recovery, but actually it's not installing recovery to phone
She will back home this Sunday.
Am making the video for you Uploading in progress - not so fast. Gonna share in about 1 hour.
I hope I can upload 68mb files on youtube wish me luck
Here you go:
http://www.youtube.com/watch?v=YfqHF8Wog9M
ZduneX25 said:
Here you go:
http://www.youtube.com/watch?v=YfqHF8Wog9M
Click to expand...
Click to collapse
woot
that's a big problem with usb or something.
have you tried with diffirent usb ports?
when computer keeps restarting, i think that theres some conflict with usb-adb drivers...u can try to reinstall both....usb drivers and phone drivers
It is restarting only with this command:
#fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Any other command works perfect...
I was doing wipe via fastboot:
#fastboot erase userdata
#fastboot erase cache
Click to expand...
Click to collapse
and it has been working.
I've done root via adb either w/o problems.
ZduneX25 said:
It is restarting only with this command:
Any other command works perfect...
I was doing wipe via fastboot:
and it has been working.
I've done root via adb either w/o problems.
Click to expand...
Click to collapse
try to replace with my fastboot.exe (maybe your fastboot.exe file is corrupted)
Very same file, nothing has changed.
ZduneX25 said:
Very same file, nothing has changed.
Click to expand...
Click to collapse
sorry can't help then...u can try via adb shell again...maybe you got some luck and get it workin.
Guess what buddy, am tired of this and mad :/ I will try to figure it out on my Sis's PC.
ZduneX25 said:
Guess what buddy, am tired of this and mad :/ I will try to figure it out on my Sis's PC.
Click to expand...
Click to collapse
ok, let me know then.
Guess what just happened bro. I found nice pack for recovery and for users without sdk. And I tried on PC in my dad's office. And it works
__________
Written with Tapatalk on GT540
Finally
Good for you ! But I'm still confused by one question, how can your PC restart after fastboot flash command :S (okay... mine cmd freezes on fastboot flash...but yours restarts) ?
My PC does what he wants. I have recovery wow, but after a couple restarts I can't turn on my PC now hehe.
__________
Written with Tapatalk on GT540
maybe fresh windows installition helps !?
I won't try I will leave it for the night. Should work tomorrow morning. Like a said, this is very strange computer.
__________
Written with Tapatalk on GT540
ZduneX25 said:
I won't try I will leave it for the night. Should work tomorrow morning. Like a said, this is very strange computer.
__________
Written with Tapatalk on GT540
Click to expand...
Click to collapse
yeah, but i'm worked on computers about 6-7 years... and this "error" what u have is very strange.. i'm telling that u have some big problem with usb or some conflict there.. i'll hope that it is only problem with ur computer...

How to flash CWM Unoffical???

Hi,
I downloaded CWM unofficial 6.0.32 from this forum, but I'm new and I have no idea what to do with it. I did successfully root my phone that's all I've done to it.
Thanks!
You use fastboot commands. There's a tutorial skeevy just made in general.
Sent from my PACMAN MATRIX HD MAXX
I'm sorry, but I'm getting stuck
1: I installed the sdk replaced the files with the updated ones provided.
2:checked adb devices from command promt and It sees my device.
3: ran adb and it successfully starts
4: I then rebooted phone into fastboot Power+Volume down and adb reports device not found.
5: pull hair out.
I'd appreciate a sort of idiots guide because I'm getting no where fast and I've read and read, but they don't explain much that's the problem.
Do you have the lastest motorola usb driver installed?
hungrymr2 said:
Do you have the lastest motorola usb driver installed?
Click to expand...
Click to collapse
Yes, Sir
Rick1488 said:
I'm sorry, but I'm getting stuck
1: I installed the sdk replaced the files with the updated ones provided.
2:checked adb devices from command promt and It sees my device.
3: ran adb and it successfully starts
4: I then rebooted phone into fastboot Power+Volume down and adb reports device not found.
5: pull hair out.
I'd appreciate a sort of idiots guide because I'm getting no where fast and I've read and read, but they don't explain much that's the problem.
Click to expand...
Click to collapse
1. :good:
2. :good:
3 :good:
4 You're in fastboot mode....adb won't recognize your phone....that's normal...
5
use the command "fastboot flash recovery cwm.img" from inside the folder with cwm.img. Or move the fastboot executable and the recovery image to C:\ and do it from there...Win can crap out when/if there are too many characters in the path...
Also, right click the fastboot executable and set it to run as admin. Might have to disable UAC as well....don't ask me how, I don't know...google it.
//I'm cereal, ya had to rename the SBF because in the home directory the path + sbf name would be too many characters for Win to work with and the flash would fail....
No idea, but here's what I did to install cwm. download safestrap apk, boot to safestrap recovery, hit fix permission, go back to cmd prompt, fastboot flash it,
edit: try enabling "usb developer/debugging mode" before booting it into fastboot?
skeevydude said:
1. :good:
2. :good:
3 :good:
4 You're in fastboot mode....adb won't recognize your phone....that's normal...
5
use the command "fastboot flash recovery cwm.img" from inside the folder with cwm.img. Or move the fastboot executable and the recovery image to C:\ and do it from there...Win can crap out when/if there are too many characters in the path...
Also, right click the fastboot executable and set it to run as admin. Might have to disable UAC as well....don't ask me how, I don't know...google it.
//I'm cereal, ya had to rename the SBF because in the home directory the path + sbf name would be too many characters for Win to work with and the flash would fail....
Click to expand...
Click to collapse
Ok your directions were very helpful and I thought good things were coming my way, but when entering the flash command I get preflash validation failed. <failed> remote failure.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Update: now the phone boots to fastboot with flash failure on the bottom. What the hell did I do wrong?
Update2: ok got her back to life back to the original problem.
Rick1488 said:
Ok your directions were very helpful and I thought good things were coming my way, but when entering the flash command I get preflash validation failed. <failed> remote failure.
Update: now the phone boots to fastboot with flash failure on the bottom. What the hell did I do wrong?
Update2: ok got her back to life back to the original problem.
Click to expand...
Click to collapse
You might have a picky motherboard. Some front-side ubs ports won't work for some odd reason for some users. Use a usb port on the back of your pc.
Out of curiousity, did you try flashing a fastboot with rsd before you started doing this? And if yes, did it finish completely?
Also attached is a zip to flash CWM from SSR (maybe...SSR might block the command) and a fastboot modified to only flash CWM. Both are untested but worth a shot.
EDIT: Any one of you windows users care to chime in? Ya'll know I don't run it. I'm kinda runnin outta ideas here....gettin down to the just use linux reply...
unlocked bootloader
I saw that you rooted but did you unlock the boot loader?
frog1982 said:
I saw that you rooted but did you unlock the boot loader?
Click to expand...
Click to collapse
You're right...can't believe I missed that...never once is that mentioned...,
frog1982 said:
I saw that you rooted but did you unlock the boot loader?
Click to expand...
Click to collapse
Um, I kinda forgot that part.. my fault. I just unlocked the bootloader and I'm gonna give it another try.
UPDATE: Success!
I'm sorry guys thanks for all your help.
:victory::victory:

[Q] Need HELP! Stuck with no working ROM and cant ADB push because of debugging!

Okay, Im at a loss and need some help.
I tried to load a ROM and it went bad. I can access bootloader and TWRP recovery.
I dont have a nandroid backup. The ROM I attempted to install is corrupt.
I cant seem to MOUNT in TWRP or PUSH a new ROM.zip through recovery with ADB.
I believe this is because of losing debugging when I attempted to install the corrupt ROM.
FUBAR and dont know what to do!
Any suggestions or help would be greatly appreciated.
3.04.651.2 RUU
3.05.651.5 RUU
BD619 said:
3.04.651.2 RUU
3.05.651.5 RUU
Click to expand...
Click to collapse
BD, Ive tried to PUSH these with ADB but ADB isnt working, Im thinking this is due to debugging not being turned on. I cant turn it on because I have no operating system to boot into...
ChaseQ said:
BD, Ive tried to PUSH these with ADB but ADB isnt working, Im thinking this is due to debugging not being turned on. I cant turn it on because I have no operating system to boot into...
Click to expand...
Click to collapse
In ADB when I try adb usb I get,
ADB server is out of date. killing...
* daemon started successfully *
error: device not found
ChaseQ said:
In ADB when I try adb usb I get,
ADB server is out of date. killing...
* daemon started successfully *
error: device not found
Click to expand...
Click to collapse
You run these from your PC while booted to bootloader
BD619 said:
You run these from your PC while booted to bootloader
Click to expand...
Click to collapse
yes.
This is what I get if i try any commands in ADB
Im thinking this is an issue with not being able to turn on debugging due to a corrupt ROM I cant get into.
ChaseQ said:
yes.
This is what I get if i try any commands in ADB
Im thinking this is an issue with not being able to turn on debugging due to a corrupt ROM I cant get into.
Click to expand...
Click to collapse
Read the instructions posted in the 3.04 RUU thread
DB, Ill buy ya a case of beer if you get this mess Ive caused fixed!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
BD619 said:
Read the instructions posted in the 3.04 RUU thread
Click to expand...
Click to collapse
OKAY! Giving that a try in the morning. If Im back up and running, beer money is on its way my friend!
Didnt work...I think Im having a driver issue or something. Fastboot and ADB just wont seem to see the device..
Not sure what you doing, but adb probably isn't all that interesting yet. You should be going to the bootloader, selecting fastboot, plugging your cable in, then running "fastboot devices" to check connectivity.
If no device shows up, try updating the drivers to the most recent bigdaddy619 posted in his various threads. One way or another, need fastboot working.
Also try Killing off ADB.exe in Win task manager. Then try again with a fresh one. When Flashing ViperOne 3.5, this helped me tremendously with the RUU.
Give us some details about your OS? Are you using Windows 7/8/8.1? 8 and 8.1 require different drivers.
Sent from my HTC Butterfly s using Tapatalk
Most of your useful adb work will probably be in a custom recovery (TWRP or CWM) at this stage; just saying that whether or not you've got debugging working really has no relevance at this point.
Did you get your phone up and running?

Problem with ADB

Hey guys,
i have an big problem with my HTC One M7:
I installed "One_M7_7.15.401.1_stock_system_dump.zip" from HD Revolution to get on Lollipop but it showed an Error and after restarting i cant get into the Phone and i cant get into the recovery. The recovery pops up for like one second or less and throws me into a bootloop.
I wanted to flash a new Recovery via adb/fastboot but my Computer doesnt shows me my device. On the bootloader in the fastboot menu it shows "Fastboot USB" in red.
I installed much different drivers but it just doesnt show up. In device manager it says: Unknown USB Device (device failed enumeration) and the error code 43 in details.
I just dont know what to do anymore...
Anyone got an solution for that?
Mrdestroierr1 said:
Hey guys,
i have an big problem with my HTC One M7:
I installed "One_M7_7.15.401.1_stock_system_dump.zip" from HD Revolution to get on Lollipop
Click to expand...
Click to collapse
Not really sure why you installed this one. This is a non-official/leaked version before the official one was released (7.19.401.2) and the latest version is 7.19.401.51.
but it showed an Error
Click to expand...
Click to collapse
Would help to be more precise, what error exactly?
and after restarting i cant get into the Phone and i cant get into the recovery. The recovery pops up for like one second or less and throws me into a bootloop.
Click to expand...
Click to collapse
What recovery (name + version) is installed on your phone?
I wanted to flash a new Recovery via adb/fastboot but my Computer doesnt shows me my device. On the bootloader in the fastboot menu it shows "Fastboot USB" in red.
Click to expand...
Click to collapse
well at least you have "fastboot usb" which mean there is actually a working data connection between the phone and your ocmputer
I installed much different drivers but it just doesnt show up. In device manager it says: Unknown USB Device (device failed enumeration) and the error code 43 in details.
Click to expand...
Click to collapse
You need the latest drivers from htc. What is your windows version? What is your bootloader version?
sorry i had to make a new account:/
alray said:
Not really sure why you installed this one. This is a non-official/leaked version before the official one was released (7.19.401.2) and the latest version is 7.19.401.51.
Would help to be more precise, what error exactly?
some changes failed
What recovery (name + version) is installed on your phone?
i had cwm but i dont know which version (the m7 was inactive for 1-2 years)
well at least you have "fastboot usb" which mean there is actually a working data connection between the phone and your ocmputer
You need the latest drivers from htc. What is your windows version? What is your bootloader version?
i downloaded the drivers yesterday. i got windows 10 (im now trying with ubuntu). it got hboot 1.44
Click to expand...
Click to collapse
---------- Post added at 03:47 PM ---------- Previous post was at 03:25 PM ----------
I think i got it. Ubuntu worked. thanks alray for your answer. Because of you i checked HBoot 1.44 and this isnt compatible with Windows 10/8. In Ubuntu adb doesnt work but fastboot does. Now i flashed TWRP and installed the Rom again.
Now it boots up but it is in the boot screen since 5 Minutes:/
#Edit It doesnt boot up... and adb doesnt work so i cant push another rom on the phone..
#edit 2 adb works when im in recovery (tought i had to be in bootloader -> fastboot) now it could work with a downloaded nandroid backup :good:
mrdestroierrr1 said:
sorry i had to make a new account:/
Click to expand...
Click to collapse
You shouldn't, its against forum rules
http://forum.xda-developers.com/announcement.php?a=81
You should contact a moderator to disable the other account or this one might also be disabled.
I think i got it. Ubuntu worked. thanks alray for your answer. Because of you i checked HBoot 1.44 and this isnt compatible with Windows 10/8
Click to expand...
Click to collapse
Yep, exactly why I wanted to know, good job.
In Ubuntu adb doesnt work but fastboot does.
Click to expand...
Click to collapse
ADB will only work from a booted rom or from a custom recovery, not in bootloader mode.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
help htc one m7
I am trying to send a ROOM from the computer to my internal memory via ADB sideload command to be able to install by twrp, so it is not going to talk that it is not possible to read, I tested with ADB devices and perfectly motra my device, someone can you help me?
C:\HTC>adb devices
List of devices attached
SH3ALW904272 sideload
C:\HTC>adb sideload Rom.zip
loading: 'Rom.zip'
* cannot read 'Rom.zip' *
C:\HTC>
ewvisjean said:
I am trying to send a ROOM from the computer to my internal memory via ADB sideload command to be able to install by twrp, so it is not going to talk that it is not possible to read, I tested with ADB devices and perfectly motra my device, someone can you help me?
C:\HTC>adb devices
List of devices attached
SH3ALW904272 sideload
C:\HTC>adb sideload Rom.zip
loading: 'Rom.zip'
* cannot read 'Rom.zip' *
C:\HTC>
Click to expand...
Click to collapse
What version of TWRP are you using?

my problem

hi
my problem is
I tried to downgrade my phone
android 6 to 5
My phone was incomplete downgrade
And now when turned off and turned on
Stuck on the
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please tell me what is the alternative
No option is not enabled
no recovery
no Emergency Updates
only fastboot mod
the fastboot mode is worked
rezaghaedamini said:
the fastboot mode is worked
Click to expand...
Click to collapse
Take it to Huawei customer service center. I lost one of my phones coz it had the same problem. Tried everything but couldn't revive it.
Took it to a shop to repair and he messed it up.
Connect to pc or laptop and open command prompt to adb folder and type fastboot devices if devices detected then we proceed http://forum.xda-developers.com/general/general/guide-flash-variant-version-firmware-t3506404.
Krish93 said:
Connect to pc or laptop and open command prompt to adb folder and type fastboot devices if devices detected then we proceed http://forum.xda-developers.com/general/general/guide-flash-variant-version-firmware-t3506404.
Click to expand...
Click to collapse
My bad, should have asked him to do this first. Mine was error 3 and wasn't revivable.
This error is different. Thanks for the help.
You need to unlock your device.
https://www.gizdev.com/install-twrp-3-0-root-honor-4x-emui-4-0/
1-unlock your device
2-run bootloader
3-install twrp
4-extract the honor firmware
http://forum.xda-developers.com/honor-4x/how-to/roll-to-emui-cm13-honor-4x-che1-l04-t3507998
5-follow the instructions as above link.
Krish93 said:
Connect to pc or laptop and open command prompt to adb folder and type fastboot devices if devices detected then we proceed http://forum.xda-developers.com/general/general/guide-flash-variant-version-firmware-t3506404.
Click to expand...
Click to collapse
i did
My phone did not change
dopserver said:
You need to unlock your device.
https://www.gizdev.com/install-twrp-3-0-root-honor-4x-emui-4-0/
1-unlock your device
2-run bootloader
3-install twrp
4-extract the honor firmware
http://forum.xda-developers.com/honor-4x/how-to/roll-to-emui-cm13-honor-4x-che1-l04-t3507998
5-follow the instructions as above link.
Click to expand...
Click to collapse
my phone is unlocked
and All these things did
Did not alter
rezaghaedamini said:
my phone is unlocked
and All these things did
Did not alter
Click to expand...
Click to collapse
Connect your phone to PC and keep device manager opened and see if device manager registers your phone.
Report back please...
muradulislam said:
Connect your phone to PC and keep device manager opened and see if device manager registers your phone.
Report back please...
Click to expand...
Click to collapse
MY English is not good please tell me What do you mean
device manager to phone
or to pc
rezaghaedamini said:
MY English is not good please tell me What do you mean
device manager to phone
or to pc
Click to expand...
Click to collapse
Keep your PC device manager open and connect your phone to PC, does it register as a new device...
not big deal ,
Do The following
Install Fastboot files .
Download TWRP .
Connect Ur Device with Fastboot ,
Flash Ur TWRP Throw Fastboot .
Boot To TWRP
FLASH STOCK img Files One By one
This Step Not Recommended but also :
Throw Fast-boot Flash UR Stock .img files .
Romiui said:
not big deal ,
Do The following
Install Fastboot files .
Download TWRP .
Connect Ur Device with Fastboot ,
Flash Ur TWRP Throw Fastboot .
Boot To TWRP
FLASH STOCK img Files One By one
This Step Not Recommended but also :
Throw Fast-boot Flash UR Stock .img files .
Click to expand...
Click to collapse
tnk not work
rezaghaedamini said:
tnk not work
Click to expand...
Click to collapse
it should otherwise there is an wrong step u did ! .
rezaghaedamini said:
tnk not work
Click to expand...
Click to collapse
If your PC does not make a sound when you connect your phone to it then you have to first install drivers.
I am sure that is the case here, your PC is not recognizing your phone.
muradulislam said:
If your PC does not make a sound when you connect your phone to it then you have to first install drivers.
I am sure that is the case here, your PC is not recognizing your phone.
Click to expand...
Click to collapse
I have installed drivers
And when I connect the phone to the sound system
Only through the Fast Boot
rezaghaedamini said:
I have installed drivers
And when I connect the phone to the sound system
Only through the Fast Boot
Click to expand...
Click to collapse
So fastboot is working... Do you have an unlocked bootloader?
Fastboot screen is simple or with red error message?
muradulislam said:
So fastboot is working... Do you have an unlocked bootloader?
Fastboot screen is simple or with red error message?
Click to expand...
Click to collapse
yes i am bootloader unlocked
Both options
Red and simple
i can Write files via Fast Boot
and write android 4 5 6
5 file
boot
system
recovery
cust
userdata
and not work
and write twrp recovery
and not work
rezaghaedamini said:
yes i am bootloader unlocked
Both options
Red and simple
i can Write files via Fast Boot
and write android 4 5 6
5 file
boot
system
recovery
cust
userdata
and not work
and write twrp recovery
and not work
Click to expand...
Click to collapse
Make a dload folder in SD card And copy update.app of the latest firmware to it.
Then, flash only recovery and boot of the latest firmware for your phone. (Extracted from update.app which you copied to SD)
After flashing above image files, type
Fastboot reboot
Quickly disconnect from pc and press and hold power + vol up + vol down until screen turns on. Let go of power but keep other two pressed for five, six sec more.
Lemme know how it works.
if stock wont work then try custom rom , install custom recovery and install custom rom .

Categories

Resources