• avi

    HARD BRICKED ANDROID PHONE

    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 work.
    Before going for unbrick process we needed some tools to setup environment for phone.
    • ADB (Android debug Bridge) Tools 
    • 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 click the link  your ROM because generally alstock 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
    driver
    • 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 head to the ADB Tools folder.
    adb-1024x768
    • n a blank space in the window, hold Shift and right click your mouse. Then click on Open Command Window Here.
    • Type the following command:
    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.
    img-1024x768sss.jpg
    • 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 namewithout extension..
    • . For example you must need to flash these partition.

    fastboot flash boot boot.img
    fastboot flash boot boot.img
    fastboot falsh userdata userdata.img
    fastboot flash cache cache.img
    fastboot flash recovery recovery.img
    fastboot 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.
    Thanks I hope you got your phone back after following this steps.