5/14/2019»»Tuesday

Unbrick Samsung Phone

5/14/2019
    72 - Comments
Unbrick Samsung Phone 3,8/5 8553 votes
  1. Use Odin To Unbrick Phone
  2. Unbrick Samsung Galaxy Tab P1000
  3. Unbrick Samsung Galaxy S3

So you’ve bricked your phone. You flashed a ROM6 Best Android 6.0 Marshmallow Custom ROMs6 Best Android 6.0 Marshmallow Custom ROMsIf you want to upgrade your phone to Android 6.0 Marshmallow, don't wait! These custom ROMs make it easy.Read More, installed a mod, tweaked a system file, did something — and now your phone won’t boot.

Don’t panic, it’s almost certainly fixable, depending on how it is bricked.

  • The soft brick. The phone freezes on the Android boot screen, gets stuck in a boot loop, or just boots straight to recovery. So long as something happens when you turn it on, it’s soft bricked. The good news is these are pretty easy to fix.
  • The hard brick. You push the power button and nothing happens. Hard bricks can be caused by things like attempting to flash an incompatible ROM or kernel, and there’s normally no software solution for them. Hard bricks are very bad news, but fortunately they’re very rare.

Chances are that you’re soft bricked. While the differences in how various Android phones work make it hard to come up with a catch-all solution for every instance of a soft brick, there are four common tricks you can try to get yourself back on track:

Normally Samsung android phones are so secure to flash. But you are unlucky and got your phone bricked during flashing,rooting or upgrading. Here is a good news for You – A developer come up with a software called one-click unbrick for Samsung android phones. This small utility uses ODIN to repair. Unbrick Samsung by Using Odin to Flash Recovery File Whether your Samsung phone or tablet doesn't turn on or gets stuck at recovery mode, the method can bring it back to normal. It has been proved effective by many users. Connect the phone to computer via USB and click on “unsoft brick” button to recover your bricked Samsung Android phone. MEDIATEK UNBRICK If you got the MediaTek device and stuck on booting, you can fix your phone with this little tweak and get your phone back to working mode follow the steps.

  • Wiping data, then re-flashing a custom ROM
  • Disabling Xposed mods through recovery
  • Restoring a Nandroid backup
  • Flashing a factory image

Before you get started make sure your phone and computer are set up and ready with the proper tools.

What You Need

Chances are you’ll already have most of the tools you need to recover your bricked phone. They’re the same tools you used to root your device and flash ROMs, and you should also be familiar with how they work. Even so, double check before you begin.

Most important is a custom recoveryWhat's a Custom Recovery? Exploring CWM, TWRP, and FriendsWhat's a Custom Recovery? Exploring CWM, TWRP, and FriendsIf you've ever considered tinkering with your Android device, you've probably read that you need to flash a custom recovery onto it before you can do anything serious. But, that begs some questions.Read More. This would have been installed when you rooted your phone, but it can sometimes get overwritten by the stock recovery, or wiped entirely. If you do need to reinstall it we recommend going with TWRP. It’s a fully featured custom recovery, very to easy to use, and has builds for most popular devices.

Next up, you might need Fastboot and ADBNew To Android Debug Bridge? How To Make The Process Simple And EasyNew To Android Debug Bridge? How To Make The Process Simple And EasyADB is incredibly useful for sending commands to your Android device from your computer. For the beginners out there, here's a dead simple way to use ADB.Read More. These are commonly used for rooting and flashing system mods, and you can get both from the Android Developers website.

And finally, some manufacturers use specialist software to flash factory images. Hopefully you can avoid doing this, but if you need to you can use Odin for Samsung, the LG Flash Tool for LG devices, and the HTC Sync Manager for HTC.

1. Wipe Data and Re-flash a Custom ROM

Try this method if: You flashed a ROM and now Android won’t boot.

One of the most likely causes of soft bricking your phone is when flashing a custom ROMHow to Find and Install a Custom ROM for Your Android DeviceHow to Find and Install a Custom ROM for Your Android DeviceAndroid is super customizable, but to fully take advantage of that, you need to flash a custom ROM. Here's how to do that.Read More goes wrong. And one of the most likely causes of that is that you opted to not wipe your data first.

Often referred to as a “dirty flash”, this is when you choose to forego the inconvenience of having to restore your apps and data by flashing a new ROM on top of your old one. As a general rule, you can get away with it if you’re flashing a newer version of your existing ROM, but you must always wipe your data whenever you flash a different ROM.

Fortunately, it’s easy to fix — as long as you’ve backed up all your dataBack up Your Android Phone Today Before It's Too LateBack up Your Android Phone Today Before It's Too LateIf you lost your phone today (or it was stolen or damaged), would you still have all your photos, contacts, and data? Let's make sure everything is properly backed up.Read More properly. If you haven’t, well, you’ve learned an important lesson the hard way.

  1. Boot into your custom recovery
  2. Navigate your way to the Wipe option and choose Advanced Wipe
  3. Check the box marked Data (you can wipe the system, ART cache, and cache again too), then Confirm
  4. Re-flash your custom ROM

Wiping your data effectively performs a factory reset, but it shouldn’t clear your internal storage or SD card (although, again, you should back it up just to be safe). When you restart your phone, you’ll see the Android setup screen. After entering your Google account information, your apps should begin reinstalling automatically.

If you need to, you can restore your data from your Nandroid backup. See the Restore a Nandroid Backup section below.

2. Disable Xposed Modules in Recovery

Try this method if: You get boot loops after installing a new Xposed module.

The Xposed Framework is one of the best tools for modding your phone9 Amazing Android Customizations Worth Rooting For9 Amazing Android Customizations Worth Rooting ForHaven't rooted your device yet? Once you get a look at all this awesome root-only customizations, you might change your mind.Read More, but it’s also one of the most dangerous. Xposed modulesThe 13 Best Xposed Modules for Customizing Your Android DeviceThe 13 Best Xposed Modules for Customizing Your Android DeviceThe Xposed Framework is one of the best reasons to root Android, and these Xposed modules add awesome functionality.Read More are so easy to install — many of them are available in the Play Store itself — that it lulls you into a false sense of security. It’s unlikely anyone makes a Nandroid backup before installing a new Xposed module, even though they can brick your phone.

Use ADB Push to Install the Xposed Uninstaller

The best way to deal with problems is with the Xposed Uninstaller. This is a small flashable zip that you can install through the recovery to remove Xposed from your device.

Use Odin To Unbrick Phone

If you don’t already have it on your phone, you can put it on an SD card, or you might be able to copy it over using the ADB push method:

  1. Download the Xposed Uninstaller to your desktop
  2. Connect your phone to your computer via USB and boot into recovery
  3. Launch the command prompt (Windows) or Terminal (Mac) and use the cd command to change the directory to where you have adb installed
  4. Type adb push [full path to xposed uninstaller.zip] [full path to destination]. On Mac and Linux, precede the command with ./ (eg ./adb)
  5. When the file finishes copying, flash it through the recovery

How to Disable Xposed Modules in Recovery

If you can’t use ADB push, try either of these solutions.

This method disables Xposed:

  1. Boot into recovery, navigate to Advanced > Terminal command
  2. Create a file called /data/data/de.robv.android.xposed.installer/conf/disabled
  3. Reboot your phone

This method prevents Xposed modules from starting:

  1. Boot into recovery, select File Manager
  2. Navigate to the folder /data/data/de.robv.android.xposed.installer/conf/ then delete the file modules.list
  3. Reboot your phone

None of these solutions will undo any changes the modules have made to your system. If this is the cause of your problem, you will have to restore your Nandroid backup.

3. Restore a Nandroid Backup

Try this method if: You need to remove other system mods, replace a tweaked system file, or if the methods above didn’t work.

The Nandroid backupWhat Is A Nandroid Backup and How Exactly Does It Work?What Is A Nandroid Backup and How Exactly Does It Work?You need that backup at the ready.Read More is the safety net for Android mods and tweaks. It’s a complete snapshot of your phone, not just your data and apps, but of the operating system itself. So long as you can access your custom recovery and have a Nandroid backup, you will be able to get your soft bricked phone up and running:

  1. Boot into recovery and navigate to Restore
  2. Select your backup, confirm, and wait while it’s restored
  3. Reboot your phone

Nandroid backups are a bit of a pain to make. They take a while and cannot be done in the background. But they’re worth it: they’re the simplest way to unbrick your phone.

Recover Data From a Nandroid Backup

A Nandroid backup can also save the day if you had to wipe your data and didn’t back it up in an easily restorable form. It’s possible to extract specific parts of a Nandroid, so you can restore your apps and data without needing to restore the operating system as well.

  1. Boot into Android and install Titanium Backup from the Play Store
  2. Tap the menu button and navigate to Special Backup/Restore > Extract from Nandroid Backup
  3. Select your backup from the list
  4. Choose whether to restore apps, data, or both, and select them (or hit Select All)
  5. Tap the green tick icon to start the restore process

4. Flash a Factory Image

Try this method if: None of the other options work.

Unbrick

Unbrick Samsung Galaxy Tab P1000

If all else fails, the nuclear option is to re-flash a factory image. This restores the phone to its original state and will wipe your internal storage as well as everything else. It’ll also unroot your phone.

Because it wipes everything, you might be better off trying to flash a stock ROM first. OnePlus actually offers flashable ROMs for recovery rather than factory images, and you’ll find similar for virtually every device at xda-developers.com. In many cases you’ll be able to flash a pre-rooted stock ROM for added convenience.

Where flashing a factory image differs from flashing a ROM is that it happens over a connection to your desktop computer rather than through recovery. Some devices use the Fastboot tool from the Android SDK, but others use custom software. Samsung uses the Odin tool, for instance, while HTC uses the HTC Sync Manager.

Because of the different methods used, the instructions for flashing a factory image differ for each device. And not all manufacturers make their firmwares publicly available, so you have to find them from unofficial sources.

Here’s where to find factory images for some popular Android brands:

What About Hard Bricks?

First make sure it is bricked — plug it in and leave it to charge for a while. Attempt to reset it by either pulling the batteryThe Android Repair Guide to Fixing Boot ProblemsThe Android Repair Guide to Fixing Boot ProblemsIs your Android phone or tablet failing to power on? Odds are good you'll be able to fix it with these simple steps.Read More or holding the power button down for 10-15 seconds.

Unbrick Samsung Galaxy S3

If it is definitely hard bricked, then you may be out of luck. Some phones can be revived with a USB Jig, a tiny device that plugs into the USB port and puts the phone into Download Mode to reinstall the stock firmware. These can be found cheaply on Ebay, but only for a very small number of devices, and even then there’s no guarantee that they’ll work.

Beyond that, you may need to send your phone in for repair (though rooting your phone probably voided your warranty) or seek out a local phone repair person. But you most likely will end up needing to buy a new phoneBest Places To Buy And Sell Used Android PhonesBest Places To Buy And Sell Used Android PhonesLooking to sell an old Android phone or buy a used Android phone? Let's compare the best services for buyers and sellers.Read More.

Still, hard bricks are quite rare, especially for the most popular mods like flashing ROMs. Soft bricks are far more likely. It’s almost inevitable you’ll experience a soft brick eventually, but fortunately, it will just be an inconvenience rather than something to worry about.

Have you bricked your phone? Join us in the comments to share your experiences, along with any other tips for getting your device up and running again.

Explore more about: Android Rooting, Custom Android Rom, Data Recovery, .

Unbrick Samsung Phone
  1. Hello, I'm scared of flashing ROM since you explained the hard brick.

  2. How about after finish the installation and starting to reboot your phpne and you accidentally remove the battery then trying to switch the phone, again it's turn on and off its stack in phone logo and also I can't access the recovery mode its that fixable?

  3. Hello mate. I am khairul from malaysia. Here so hard to get usbjig. The only way to fix something like that happend, send it to retailer. But that for others. I have experience this situation last 2 weeks. My sony xperia zr ntt docomo, cannot turn on. I charge it for 2 days. Still wont turning up. I make my step. I try sony xperia companion, failee. I try flashtool, failed, i try adb, also failed. I still wont turn up. My final step, i use mtk8789 and usb cable, then i restore back to my original japanese code firmware, then i run clockworkmod. And jow i can use it as a new unit. All running smooth. thats all from malaysia.
    Adios

  4. I hard bricked my Huawei P10 VTR-L09 by trying to flash an update through TWRP, I ended up deleting my 'system' database by mistake and had not made a backup. It is totally my own mistake, but now my phone is wiped clean and I would like to use it for software development but Huawei have their way of making bricked phones unusable.

    • How did you do it, even I flashed wromg TWRP I think, but now it is stuck on first boot screen. PC doesn't recognises it, and can't get into any recovery modes listed. Please help.

  5. Play street fighter 3 online free. There really is no such thing as a 'Soft Brick' , its known as a boot loop and you can always get your phone into download mode at this point in time so its not really a brick yet, when you have bricked your phone its dead and I mean dead, its mostly caused by flashing a wrong boot loader and the phone has no way to even turn on so you now have a bricked phone.

    Some phones like Samsung use a usb dongle (jig) to get into download mode (hardware feature built in) so you can flash the proper firmware and the phone comes back to life, if you have a hardware failure then your not going anywhere so its now a expensive paper weight for your desk. Hardware failures are less common than a brick compared to them damn boot loops when flashing custom roms.

  6. My coopad note 3 lite is soft bricked when I flash it.It's flash successfully but it's always going into boot loop and and I also try
    Adb cammand but my computer says error: null no device found

    Please help me

  7. my O+ android phone is dead when i click power button' Its just nothing happen what i did is while my phone is updating firmware through computer i accidentally unplug the cable then boom after shit happens. I think my phone is hard brick...... can't detect to my PC anymore ... sorry for my bad english

    • Same with my android phone. While flashing my pc turned off due to insufficient battery and now I ended up getting a bricked phone

    • i can be fixed, try to unscrew your phone and look for colo/kcolo then solder it to the ground then flash again this method will force the emmc

  8. My device is Lenovo phab 2 it's not booting because I installed twrp after I go and wipe data after reboot my device is a not booting mobile is stucked and One thing is I am not backuping my device , pls help me how to recovery mobile. And how to backup my software pls pls pls help me....

  9. Please tell how to unbrick micromax a111

  10. I hard bricked my miceromax a111,please anybody knows how to unbrick it.

  11. hi,
    my Lava Iris x1 grand phone is soft brick .i have custom recovery . so,how to flash stock framware rom ?

  12. Hlo. I firstly used TWRP 3.0.2-2 . And istalled AOSP for my Lenovo k3 note. As it had some bugs I thought to flash Super RR custom rom by Jdesing. I tried to flash the rom through the same version of twrp recovery. Error 7 occurred. I searched on Google about error 7 and I came to know it happens because of fake version of TWRP. So again backup my previous data and installed Flashify app and flashed TWRP 3.1. and it prompted for 'Flashing Complete' 'reboot'. I rebooted. And its stuck in bootlooping. And as for my fate, I didn't enable USB Debugging before doing all that. Can anyone please tell me what to do now?

  13. Hello i am facing a hard brivk in my micromax e353..is there any solution for it

  14. I have redmi 2
    In multirom mod ,,I flashed roms in multirom mod
    I flaah Tesla then temasek both are OK but then I flash miui Rom lollipop version
    It takes too much .After completing when I click .reboot to system in twrp
    All black neither recovey nor fastboot and my device not turning on and detected by pc!!:(

  15. OK. I soft bricked my Samsung Galaxy s3 . I have twrp installed and I did backup my system before. I followed all instructions to restore backup and it's telling me that there is no is installed.
    I do have a backup on my SD card.. my USB port also isn't working to connect to a computer.
    I need help. I don't know what to do.

    • Hi there, have you got your phone running again yet? I have a Samsung Galaxy S3 that i have successfully recovered from a soft brick experience. My phone is model I9305 if your phone is same model i can send info on how i got mine going again.

      • Unfortunately I haven't gotten my poor old phone up and running. I truly appreciate your offer of assistance but mine is a SPH-L710

    • You need driver to detect your devices. Just flash stock rom with odin(choose scatter file only preloader in download mode 1st)usb work back. After that flash again all file without preloader. Again, flash again whole file scatter will revive your phone. Now your phone imei and wifi not working. Google nvram or .. For solution.

  16. I bricked my phone, first a softbrick where I flashed android 6.0 ROM on my Alcatel Flash 2 and can't enter recovery mode, then I tried ADB fastboot but it also wont let me do fastboot -w, down to my 3rd option is sp flash tool I did the format all+download (which I think or now know is wrong) plugged my phone and error occured in the middle of the process, instead of the green check box, I had a red txt error which where I know I f*d up bad, now my phone wont turn on, pc is reading it but as USB DA, adb wont recognize it as well as sp flash tool, not charging as well. I guess i have now a Hard Bricked Phone.

    • were u able fix?

  17. Hey I have flashed twrp recovery on infocus bingo21 m430 by flashify app(root users) after flashing , as I click on reboot in recovery , then it stops on infocus android logo screen & showing fastboot mode.
    Plz anyone help me

  18. I flashed wrong twrp.img which is for other device because I cant find twrp for Lenovo A2010,so it stops at the Lenovo logo and reboots again and again and it doesn't boot into recovery mode..now it became worser the battery drained out and it connects and disconnects automatically while charging indicating low battery it does the same when connected to an PC..can anyone help me with a solution
    plz help me

    • same problem bro..did u find a solution?

  19. I was able to successfully root my phone and things were working pretty awesome.

    However, when I tried to flash linux.img using TWRP, the phone phone went into a bootloop (I guess). Now, the phone keeps flashing the screen light and immediately attempts reboot. I am using a HTC Desire 626g plus dual sim and the above mentioned loop just keeps going on.

    Kindly advice whether it seems like a soft brick or hard one. Also would appreciate any sort of guidance towards resolution.

    Thank you in advance.

  20. I soft bricked my galaxy gt s7582,..but I was successful to solve that problem.. Kinda internet
    ??

  21. Hard bricked my 200 quid zuk z2 by lenovo. im guessing theres nothing I can do D:

  22. Hi there, thanks for your article. Please I got a Sm-T311 tablet clone. Same tablet other company call it HDC tablet. Mine came originally with android version 4.2.2. Mtk 6582. I tried to upgrade to android 5 which I didn't succeed, but got a dark screen now. I have search for a ROM everywhere, which I got 1 ROM out of 8, which when flashed with sp tool, tablet will be charging but two colors on screen, with no images. Please I have a nandroid backup in my PC which I did before bricking the phones. Please any help with my nandroid backup?

  23. Although it was awful at the time, I've hard-bricked a Nexus 4. Was playing around with some kernel tweaks that weren't compatible with my kernel. Phone suddenly shut off and refused to power back on. I knew it was all over when the charging LED went out. Kinda glad that device is gone though - needed a new battery and overheated very badly (like 90 degrees badly). I'm much more educated now, and enjoying my Nexus 5X.

  24. My yuphoria yu5010 is hard bricked during installing a custom rom update plz tell me solution call me if u have zig tool in UP 8057648799

  25. When your android phone or tablet gets bricked and won't start up, bootloops or stuck on the logo screen, you should seek expert help. Many novice android users attempt to root, flash custom rom or install apps that could mess up their android device. iQAndroid helps in person and remotely with rooting, custom rom installation, backups, flashing custom recovery, fixing bricked devices and more. We are members of XDA Developers and have many years of experience with several android devices and versions of software. We are software developers who understand how android works and are familiar with many methods of fixing, rooting, and restoring android phones and tablets. We have a website and youtube channel where we share information and offer support.

  26. can i install a different rom for any phone

  27. I av flashed an infinix note 2 16g 2g with a ROM for 16g 1g and now d phone is bricked is there any hope for me to revive d phone?

  28. I have an HP Slatebook 14 that is soft bricked and I cannot get it into recover, ADB, since HP locked the device down so hard. I have an OTA update file but from about a full week of research and scouring all the sites its a huge mystery how to fix this. I had TWRP on it and rooted but as I said it just boots to the HP powered by android screen and stays. Every once in a while it reboots on its own and back to the for mentioned screen. HELP!!! PLEASE!!!!

  29. Yep, I've hard-bricked mine (LG L5 E610) after a couple of unsuccessful flashes of some of the CMs (probably just bad versions). Boots into a screen with some strange lines and colours and stays like that. But it was high time I bought a new one, the LG was really at the end of its life. Looking back, I'm glad I did it, lol.