no fastboot no recovery no os

botioni

Senior Member
Mar 24, 2009
54
11
0
Hy I have a htc one mini that is stuck in bootloader and when i select anything from the bootloader menu it is freezing
please help
 

mayafthecool

Member
Apr 18, 2013
11
2
0
N'djamena
mayafstudio.tk
Hy I have a htc one mini that is stuck in bootloader and when i select anything from the bootloader menu it is freezing
please help
hi bro
when you are on bootloader and if you tried to get into fastboot : it get freeze before you enter into fastboot mode or after ?
and try to plug your phone on pc even if it is freezing maybé you can still use fastboot or ADB command !!
 

botioni

Senior Member
Mar 24, 2009
54
11
0
hi bro
when you are on bootloader and if you tried to get into fastboot : it get freeze before you enter into fastboot mode or after ?
and try to plug your phone on pc even if it is freezing maybé you can still use fastboot or ADB command !!
it gets freezed before it enters fastboot mode .
the pc isent reconizing the phone
 

Beats_Audio

Member
Jan 7, 2015
5
0
0
Salonika
Hello botioni. First of all make sure you have installed adv drivers and Google's usb driver to make your phone be recognised from the pc. Also I would like to ask if you are able to enter recovery, cause as you have mentioned in the thread you can't access fastboot( freezing issues). If you can then there are three things you must do.. The first one is to fully wipe you phone storage and system then follow these steps. Download the mini ask ( search it on Google) and when you do this go to the folder you downloaded and open a command window with Shift+right click. On the cmd window write the following:
adb shell
mkdir -p data/media/0
Exit

Then restart recovery in order for data to be mounted
Assuming that you have downloaded a Rom for your phone you can install it either by pushing it using the command adb push Rom.zip (where Rom zip your Rom's name) or you can use adb sideload Rom.zip from the sideload function of the recovery ( advanced--> sideload). Hope I helped ;)