How to fix hard and soft brick phone
Get hard bricked ????
Means your phone behaving like brick, not able to boot it to recovery mode, no reaction on pressing the facility button. Just get stuck on black screen.
Don't worry if your phone don't have any hardware damage than there is still hope to get it back. just follow my instruction step by step and you will get your phone back to speak.
Before going for unbrick process we needed some tools to setup environment for phone.
- ADB (Android debug Bridge) Tools click here to download
- Stock ROM ( ROM that has system.img, cache.img, recovery.img & boot.img ) of your android device.
Don't worry you can get Stock ROM for your device very easily just type stock rom for XYZ mobile on google and you will get your ROM because gnerally all stock ROMs come with system.img, cache.img, recovery.img & boot.img.
- USB cable.
- Computer
- Mobile phone USB Drivers.
by connecting mobile without battery to PC generally installed all required drivers. If not don't panic search on google for USB driver of your mobile.
Okay that's all we needed to setup environment for unbrick process. Now we can start to unbrick our android phone. Follow my steps .........................
- Extract all files from ADB tools. Open the ADB Tools folder on your PC. Now go to adb-tools_driver > adb-tools_driver > adb-driver and run the 'UniversalAdvDriverSetup' install file
- When the installation is finished, make sure that Fastboot is in the ADB Tools folder. If it isn't, download Fastboot for Windows.
- Restart your phone in Fastboot. To do this, turn it off, then press and hold Power and Volume Down until you see the Fastboot menu. The phone should still be connected to the PC with the USB cable.
- Open a Windows Explorer window and head to the ADB Tools folder.
- In a blank space in the window, hold Shift and right click your mouse. Then click on Open Command Window Here.
- Type the following command: adb reboot fastboot You will get your phone in Fastboot mode. Now follow these steps.
- Copy all .img files from root of stock ROM to ADB tools folder.
- Type following command to clear everything.
- Now flash every image file one by one by using this command.
- < > will replaced with partition name and file name don't worry partion name always same as file namewithout extension. For example you must need to flash these partition.
- In the end just reboot your device by using following command.
- Now unplug your phone. It will take some minutes on bootscreen don't worry wait for some minute you will get your phone unbricked.
fastboot -w
fastboot flash <partition name> <file name.img>
fastboot flash boot boot.imgfastboot falsh userdata userdata.imgfastboot flash cache cache.imgfastboot flash recovery recovery.imgfastboot flash system system.img
fastboot reboot
Thanks I hope you got your phone back after following this steps.
If phone not going to Fastboot mode than connect it to PC by USB. Hold Volume Up and Power button until you get company logo or backlight.
Comments
Post a Comment