HTC One Mini M4 - S-ON - Stuck on Bootloader. Can't unlock, Can't flash recovery - HTC One Mini

I am not able to fix my dad's HTC One Mini M4. It just starts into bootloader screen and can only be switched to HBOOT and vice versa. Screen on the phone is attached.
>> Interestingly I have also damaged the volume buttons and they just don't work. While replacing the battery the volume flex was unintentionally pulled out of the board and now it has no connection to the board whatsoever.
Only power button can switch the modes from bootloader to HBOOT or HBOOT to bootloader.
>> I am not sure if any firmware is still there on it. I am not sure what RUU I need to use in that case.
here's what I have tried so far.
I tried to flash recovery but it fails at (bootloader) signature checking.
-- log
D:\Mobile>fastboot flash recovery twrp.img
target reported max download size of 800227328 bytes
sending 'recovery' (11460 KB)...
OKAY [ 1.549s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 2.472s
Click to expand...
Click to collapse
I tried unlocking the bootloader in a normal fashion (via htcdev), following log is presented on the command prompt and no prompt on the phone's screen appeared.
D:\Mobile>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 800227328 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.163s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.016s]
finished. total time: 0.178s
Click to expand...
Click to collapse
Is there anything could be done with this phone as the screen on the phone is attached with this thread?
Any help will be appreciated.
Thank you

Related

Very unusual situation with HTC One Mini - Any Help?

A friend brought a HTC One Mini in a very unusual situation to me. The phone bootloader is "Locked" and "S-ON". It only boots to fastboot usb mode only. The battery is still ok because I checked with a script that is used to charge in that mode when the battery is low; at least it still has about 3870mV, and the minimum is around 3680mV. The problem is that:
1. When I try to unlock so I can flash a custom TWRP recovery the unlock spalsh screen does not appear, although the unlock command says sucessful.
C:\fastboot-win>fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
OKAY [ 0.154s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.006s]
finished. total time: 0.161s
Click to expand...
Click to collapse
2. I downloaded this stock file OTA_M4_UL_K44_SENSE55_MR_hTC_Asia_HK_3.10.708.4-2.12.708.3_release_351634.zip because it matches the OS version showing on the fastboot screen on the phone. When I try to flash it from fastboot I get this error:
C:\fastboot-win>fastboot flash zip OTA_M4_UL_K44_SENSE55_MR_hTC_Asia_HK_3.10.708.4-2.12.708.3_release_351634.zip
sending 'zip' (346477 KB)...
OKAY [ 16.826s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 49.466s
Click to expand...
Click to collapse
Can anyone please render any help? I can follow any instructions to the letter, just that I have never come across this kind of issue before.
Thanks in advance.

HTC One Mini will not boot, stuck at Fastboot

My HTC One Mini has developed a problem where it will not turn on, it just keeps loading up the Fastboot screen. If I power down or restart the device many times, I can get lucky and it will boot the OS. Right now, that seems to not be working.
If I select the Bootloader option and go to Recovery, it just flashes up the 3 Android guys on skateboards and goes back to Fastboot. Reboot and Reboot Bootloader both reboot the phone, but I end up at the Fastboot menu again. Also, if I power down, it doesn't show the charge animation, it just jumps back into the Fastboot menu, unless I have removed power/USB from the device and then it will power off.
I've read quite a few forum posts, too many I think, and I'm not stuck on what to do/try. Any help would be great, I currently have no phone!
ScottHelme said:
My HTC One Mini has developed a problem where it will not turn on, it just keeps loading up the Fastboot screen. If I power down or restart the device many times, I can get lucky and it will boot the OS. Right now, that seems to not be working.
If I select the Bootloader option and go to Recovery, it just flashes up the 3 Android guys on skateboards and goes back to Fastboot. Reboot and Reboot Bootloader both reboot the phone, but I end up at the Fastboot menu again. Also, if I power down, it doesn't show the charge animation, it just jumps back into the Fastboot menu, unless I have removed power/USB from the device and then it will power off.
I've read quite a few forum posts, too many I think, and I'm not stuck on what to do/try. Any help would be great, I currently have no phone!
Click to expand...
Click to collapse
While at fastboot, connect the USB to pc and flash a new recovery again using the command ( fastboot flash recovery recoveryfile.img )
htc_one_mini_m4 said:
While at fastboot, connect the USB to pc and flash a new recovery again using the command ( fastboot flash recovery recoveryfile.img )
Click to expand...
Click to collapse
I get this:
C:\Users\Scott\Downloads\Android\Android>fastboot flash recovery TWRP-2.6.3.0.img
target reported max download size of 800227328 bytes
sending 'recovery' (8572 KB)...
OKAY [ 1.267s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 2.161s
ScottHelme said:
I get this:
C:\Users\Scott\Downloads\Android\Android>fastboot flash recovery TWRP-2.6.3.0.img
target reported max download size of 800227328 bytes
sending 'recovery' (8572 KB)...
OKAY [ 1.267s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 2.161s
Click to expand...
Click to collapse
Are you bootloader unlocked & s-off ?
htc_one_mini_m4 said:
Are you bootloader unlocked & s-off ?
Click to expand...
Click to collapse
I followed a guide to unlock the bootloader and got the following:
C:\Users\Scott\Downloads\unlock>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 800227328 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.155s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.013s]
finished. total time: 0.171s
I don't get a prompt on the device and when I reboot, it still says ***LOCKED *** at the top.
ScottHelme said:
I followed a guide to unlock the bootloader and got the following:
C:\Users\Scott\Downloads\unlock>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 800227328 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.155s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.013s]
finished. total time: 0.171s
I don't get a prompt on the device and when I reboot, it still says ***LOCKED *** at the top.
Click to expand...
Click to collapse
You followed the steps from the HTCdev.com site ?
http://www.htcdev.com/bootloader/

[Q] Bootloader NOT unlocked !

I did all the set and get my unlock code from HTCdev. Tried all but never UNLOCKED the bootloader !
D:\--- MOBILE\Android\android\platform-tools>fastboot flash unlocktoken Unlock_c
ode.bin
target reported max download size of 1526722560 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.144s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.006s]
finished. total time: 0.152s
Click to expand...
Click to collapse
The phone has a problem it start with Logo HTC then Logo Of operator then it OFF screen.
You still need to run fastboot oem unlock. That just flashes the key.
shinji257 said:
You still need to run fastboot oem unlock. That just flashes the key.
Click to expand...
Click to collapse
I tried but STIll not wotrking
D:\--- MOBILE\Android\android\platform-tools>fastboot oem unlock
...
(bootloader) [ERR] Command error !!!
OKAY [ 0.003s]
finished. total time: 0.004s
Click to expand...
Click to collapse

Cant unlock Bootloader

Hello, i have a htc one mini and i need to unlock the lock screen.
I already try factory reset booting with volume - and power but dont work.
So i try to flash recovery but bootloader is locked.
I try to unlock bootloader i write the comand
-fastboot flash unlocktoken Unlock_code.bin-
i get this result
C:\>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 800227328 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.157s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.012s]
finished. total time: 0.171s
But dont pop up anything on the phone.
any help? tanks

Google pixel 1 stuck in fastboot!

Hello, I got a google pixel 1 stuck in fastboot, power button is not working just cicling through commands like start, restart bootloader, recovery mode, power off. Flashshing stock rom not working... android 7.1 wich is in inside this phone, android 8, android 10 nothing all of those nothing. Every flash is giving me that error. I used "flash-all.bat" inside the google factory image folder... Drivers are installed and working... Fastboot devices recognise it, Fastboot reboot reboot's the device in fastboot mode.... Device is locked and I can't unlock it... Can somebody help me please ? Thank you so much !!!
target reported max download size of 536870912 bytes
sending 'bootloader' (32380 KB)...
OKAY [ 0.769s]
writing 'bootloader'...
(bootloader) Command is not supported.
(bootloader) Please unlock device to enable this command.
FAILED (remote failure)
finished. total time: 0.869s
rebooting into bootloader...
OKAY [ 0.015s]
finished. total time: 0.016s
< waiting for device >
target reported max download size of 536870912 bytes
sending 'radio' (57240 KB)...
OKAY [ 1.335s]
writing 'radio'...
(bootloader) Command is not supported.
(bootloader) Please unlock device to enable this command.
FAILED (remote failure)
finished. total time: 1.432s
rebooting into bootloader...
OKAY [ 0.015s]
finished. total time: 0.015s
< waiting for device >
target reported max download size of 536870912 bytes
archive does not contain 'boot.sig'
archive does not contain 'recovery.img'
failed to allocate 1622564756 bytes
error: update package missing system.img
Press any key to exit...
SAMPPLE said:
Hello, I got a google pixel 1 stuck in fastboot, power button is not working just cicling through commands like start, restart bootloader, recovery mode, power off. Flashshing stock rom not working... android 7.1 wich is in inside this phone, android 8, android 10 nothing all of those nothing. Every flash is giving me that error. I used "flash-all.bat" inside the google factory image folder... Drivers are installed and working... Fastboot devices recognise it, Fastboot reboot reboot's the device in fastboot mode.... Device is locked and I can't unlock it... Can somebody help me please ? Thank you so much !!!
target reported max download size of 536870912 bytes
sending 'bootloader' (32380 KB)...
OKAY [ 0.769s]
writing 'bootloader'...
(bootloader) Command is not supported.
(bootloader) Please unlock device to enable this command.
FAILED (remote failure)
finished. total time: 0.869s
rebooting into bootloader...
OKAY [ 0.015s]
finished. total time: 0.016s
< waiting for device >
target reported max download size of 536870912 bytes
sending 'radio' (57240 KB)...
OKAY [ 1.335s]
writing 'radio'...
(bootloader) Command is not supported.
(bootloader) Please unlock device to enable this command.
FAILED (remote failure)
finished. total time: 1.432s
rebooting into bootloader...
OKAY [ 0.015s]
finished. total time: 0.015s
< waiting for device >
target reported max download size of 536870912 bytes
archive does not contain 'boot.sig'
archive does not contain 'recovery.img'
failed to allocate 1622564756 bytes
error: update package missing system.img
Press any key to exit...
Click to expand...
Click to collapse
What do you mean the device is locked?
If the bootloader is locked you can not manually flash a factory image.
If the IMEI starts with 35 it is a verizon Pixel XL with a locked boot loader.
Go to this thread and try to unlock the bootloader.
If you are successful.
Download this Fastory image: 10.0.0 (QP1A.191005.007.A3, Dec 2019) from Prerequisites b.
in the guide below.
Download the latest SDK platform-tools r29.0.5 from Prerequisites c. in the guide below.
Use this guide to update to android 10 (Q). Do #4 'wipe data' then do #9 if you want to root.
Homeboy76 said:
What do you mean the device is locked?
If the bootloader is locked you can not manually flash a factory image.
If the IMEI starts with 35 it is a verizon Pixel XL with a locked boot loader.
Go to this thread and try to unlock the bootloader.
If you are successful.
Download this Fastory image: 10.0.0 (QP1A.191005.007.A3, Dec 2019) from Prerequisites b.
in the guide below.
Download the latest SDK platform-tools r29.0.5 from Prerequisites c. in the guide below.
Use this guide to update to android 10 (Q). Do #4 'wipe data' then do #9 if you want to root.
Click to expand...
Click to collapse
Thank you so much for your reply but the devices will not exit fastboot whatever I do and yes bootloader is locked.
SAMPPLE said:
Thank you so much for your reply but the devices will not exit fastboot whatever I do and yes bootloader is locked.
Click to expand...
Click to collapse
What did you try to exit fastboot?
Homeboy76 said:
What did you try to exit fastboot?
Click to expand...
Click to collapse
Cmd command fastboot reboot and let it drain until 0% and nothing... because power button is working like a volume button...
SAMPPLE said:
Cmd command fastboot reboot and let it drain until 0% and nothing... because power button is working like a volume button...
Click to expand...
Click to collapse
How To Turn ON And OFF Pixel And Pixel XL With Broken Power Button
Google is your friend don't be afraid to use it.
Homeboy76 said:
How To Turn ON And OFF Pixel And Pixel XL With Broken Power Button
Google is your friend don't be afraid to use it.
Click to expand...
Click to collapse
I know I tried a lot of things to make it work... but nothing... Anyway thank you for helping me
put it in the freezer for an hour and tell me what happens, mine booted up with that, just put it in properly (all phone holes covered)

Categories

Resources