How to unbrick hard bricked android phone (all Android phone).
This is how you can get back your hard bricked device.Well let me explain what it means when you andriod phone get hard bricked. your phone behaving like, 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 ofyour mobile.
Okay that's all we needed to setup environment for unbrick process. Now we can start to unbrick our android phone. Followmy steps .........................•• Extract all files from ADB tools. Open the ADB Tools folder on your PC. Now go toadb-tools_driver > adb-tools_driver > adb-driverand 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.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.•• Open a Windows Explorer window and headto 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 fastbootYou 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.fastboot -w•• Now flash every image file one by one by using this command.fastboot flash <partition name> <file name.img>< > will replaced with partition name and file name don't worry partion name always same as file name without extension.
For example you must need to flash these partition.fastboot flash boot boot.imgfastboot falsh userdata userdata.imgfastboot flash cache cache.imgfastboot flash recovery recovery.imgfastboot flash system system.img•• In the end just reboot your device by using following command.fastboot reboot•• Now unplug your phone. It will take some minutes on bootscreen don't worry wait for some minute you will get your phone unbricked.