One of the Unbrick repair methods for Chinese tablets

Most of the articles in the X-Mobile section are devoted to hacks and tweaks that require obtaining root rights, modifying the firmware, or replacing it with a custom one. However, not every reader is ready to subject their smartphone to such operations, fearing that they can turn the device into a brick or lead to instability in operation. Today I will debunk these myths and show that even in the most stalemate situation, bringing a smartphone back to life is not so difficult.

Destroying myths

Let's talk about what it really means to “turn a smartphone into a brick” and what other pitfalls can await the user on the way to changing the system and installing custom firmware. What glitches can be caught in this case and is it possible to kill a smartphone by reflashing it incorrectly? Will you lose the warranty forever or can the smartphone be returned to its previous condition? Can custom firmware really fail a smartphone owner at the most inopportune moment and are they worth it?

Myth 1. Incorrect flashing can kill a smartphone

A fall from the fifth floor can kill a smartphone, but not flashing it. The main problem that anyone who wants to reflash a smartphone faces is that during the installation of the firmware, a failure may occur, which will lead to its inoperability, and the smartphone will actually turn into a brick.

All this is true, but only on paper. To understand why, it’s enough to understand how the process of flashing a smartphone works and what system components are used. To be able to install third-party firmware on a smartphone, you need to unlock the bootloader (not in all cases), get root and install a custom recovery console (ClockworkMod or TWRP), capable of installing firmware with any digital signature.

The recovery console is stored in a separate partition of the internal NAND memory and is in no way connected with the installed operating system. After installing a modified version of the console, it will be possible to flash custom firmware or even another OS (Firefox OS, for example). If a failure occurs during the installation of the firmware, the smartphone will not be able to boot it, but the recovery console will remain in place, and all you need to do is boot into recovery again and reinstall the firmware.

In addition, any custom recovery console contains a backup/restore function, which allows you to make a backup copy of the main firmware and restore it unchanged (with all applications, settings and data) in the event that something goes wrong. In fact, the smartphone can be returned to its original state.


You may ask: what happens if the installation of the Recovery Console itself fails? Nothing, in this case the situation will be the opposite, when the operating system itself will remain in place, and the console will be lost. To deal with it, you just need to re-flash recovery directly from Android.

Hypothetically, one can imagine a situation where both the firmware and the recovery console are killed (although this is quite difficult to do), but even in this case, the primary bootloader, flashed into the permanent memory of the smartphone, will always remain in place.

Conclusion: it is impossible to kill a smartphone by installing third-party firmware through a custom recovery console. Either the recovery or the primary bootloader will always remain in place.

Myth 2. Custom firmware is unreliable

Firmware is different from firmware. On the vastness of the World Wide Web you can find a huge number of Android builds for every taste and color, and most of them are really slag, which can lead to instability in the operation of the smartphone and loss of some functionality. Therefore, the first thing to remember is that you should only deal with serious custom firmware developed by large teams of experienced developers. First of all, these are CyanogenMod, Paranoid Android, AOKP, OmniROM and MIUI.

Second. There are two types of firmware: officially supported and ported by third-party developers. The same CyanogenMod, for example, has an official version for the Nexus 4 smartphone, but does not have one for the Motorola Defy. But for Defy there is an unofficial port of CyanogenMod 11 from a developer with the nickname Quarx. The difference between them is that the CyanogenMod team is responsible for the support and proper operation of the first, while the second is Quarx personally. Official firmware versions are usually fully functional, but the correct operation of the latter depends on the third-party developer.

Well, third. There are stable and development versions of the firmware. Stable versions of CyanogenMod have the index M (CyanogenMod 11.0 M7, for example). This firmware version usually does not contain bugs. Development versions (in the case of CyanogenMod these are daily nightly builds) may contain bugs and are therefore not recommended for everyday use.

Conclusion: if you install a stable official version of the “normal” firmware on your smartphone, the risk of encountering bugs is minimal. Everything else is for experimenters.

Myth 3. Software that requires root rights can brick a smartphone

In theory, an application with root rights can do anything with the smartphone's firmware, including erasing it completely. Therefore, you need to be extremely careful with such software. The software we talk about on the pages of the magazine is completely safe and tested in our own skin. In addition, for all the time I have been using smartphones on Android (and this is starting from version 1.5), I never I haven’t encountered a situation where software with root support killed a smartphone.

Software distributed through Google Play usually fully corresponds to the stated characteristics, and if it led to a brick or left a backdoor in the depths of the smartphone, it would not last even a week in the store. In any case, you need to follow the “trust but verify” rule and carefully read the instructions for using root applications.

Myth 4. Root rights make a smartphone vulnerable to viruses

What makes a smartphone vulnerable to viruses is not root rights, but the bugs used to obtain them. Rooting tools and viruses can exploit the same Android vulnerabilities to gain root privileges, so the fact that the device is rooted does not change anything. A well-written virus will not ask for permissions in the standard way, giving away its presence; instead, it will use the same vulnerability to obtain them covertly.

Moreover, having root, you get the opportunity to install the latest version of Android (in the form of custom firmware), in which these bugs are already fixed. Also, do not forget that most custom firmware allows you to disable root or create white lists of applications that can use these rights.

Myth 5. A rooted smartphone may fail

Software designed to obtain root does four simple things: launches an exploit that allows you to gain root rights in the system, mounts the /system partition in write mode, copies the su binary required to obtain root rights in the future to the /system/xbin directory, and installs the SuperSU or SuperUser application, which will take control whenever any application requests root privileges using su.

None of these steps can crash or kill the smartphone. The only thing that can happen is that the exploit will cause a segmentation fault and the smartphone will reboot, after which it will continue to work normally.


Myth 6. By getting root and installing custom firmware, I will lose the warranty

The guarantee is lost not from the fact of obtaining root, but due to its detection by the service center. Most devices can be unrooted using the Universal Unroot application or by reinstalling the stock firmware using the official application from the manufacturer.

There are, however, two exceptions to this rule. The first is the Knox system that comes pre-installed on new Samsung smartphones and tablets such as the Galaxy S4, S5, Note 3 and Note 10.1. Knox provides an increased level of Android security by responding to any firmware modifications and installation of third-party kernels and firmware. If the user performs these actions, the system sets a trigger that confirms the fact of the modification. The trigger is implemented in hardware (eFuse chip), so it cannot be reset to its initial position. On the other hand, it is not entirely clear whether the service center will refuse to repair the device on this basis. Second: the eFuse chip is installed on some other devices (for example, smartphones from LG), and it also allows you to accurately determine whether the smartphone has been rooted or flashed.

If we talk about custom firmware, everything is more complicated. Typically, the flashing operation requires unlocking the bootloader, and this can be done either using special exploits or using the smartphone manufacturer's web service. In any case, the unlocked bootloader will definitely indicate that the smartphone did not belong to a blonde.

On some smartphones, it is possible to lock the bootloader back, but you should learn about this separately, and also keep in mind that the newly locked bootloader will most likely receive the status Re-locked, and not Locked, as it was originally (this happens on HTC smartphones, For example). The only exceptions here are smartphones and tablets of the Nexus line, the bootloader of which can be locked and unlocked in three clicks without any dancing with a tambourine, and no one will find fault with anything.

INFO

On Linux, ADB and Fastboot can be installed separately from the Android SDK. On Ubuntu: sudo apt-get install android-tools-fastboot. On Fedora: sudo yum install android-tools.

To prevent Knox from interfering with root applications, you can disable it using the following command from the terminal: su pm disable com.sec.knox.seandroid.

conclusions

Getting root and flashing a smartphone are absolutely safe operations that cannot brick the smartphone for purely technical reasons. The only exception is an attempt to hack the bootloader in order to unlock it. In this case, the eFuse chip (if the smartphone has one) may work and block the ability to turn on the smartphone.

Fortunately, today smartphone manufacturers either prefer not to block the ability to turn on a smartphone with a hacked bootloader (by setting a trigger indicating the fact of such an action, as Knox does), or implement a special web service that allows you to painlessly unlock the bootloader with loss of warranty on the smartphone. which saves users from having to risk breaking the bootloader.

Problems that may arise during flashing

So, now let's talk about what problems may arise when getting root and flashing and how to deal with them.

Scenario one: after an unsuccessful flashing, the smartphone stopped booting

Unsuccessful flashing can be caused by several factors: the battery died and the firmware was only half filled; the firmware turned out to be faulty or intended for a different smartphone model. In the end, there was simply not enough space on the smartphone, which can happen when trying to install the latest version of Android on a smartphone that is three or four years old.

Outwardly, all these problems usually manifest themselves either in endless resets of the smartphone to the initial manufacturer logo, or in the so-called boot loop, when the boot animation plays on the screen for more than five to ten minutes. There may also be problems with the screen (multi-colored ripples) and a non-working touch screen, which also prevent the use of the smartphone.

In all these cases, it is enough to do one simple thing: turn off the smartphone by long pressing the power button, then turn it on while holding down the volume down button (some smartphones use a different combination), and after you get into recovery, reinstall the firmware (Install zip from sdcard - > Chooze zip from sdcard) or restore the backup (Backup and restore -> Restore). Everything is easy and simple.

Scenario two: the firmware works, but recovery is not available

This can happen after a failed installation or update of the Recovery Console. The problem is that after rebooting the smartphone and turning it on while holding down the volume down button, a black screen appears, after which the smartphone either resets or freezes.

Solving this problem is not easy, but very simple. You can install the recovery console on the vast majority of smartphones using the TWRP Manager, ROM Manager or ROM Installer applications. They themselves determine the smartphone model, download and flash the required recovery, without requiring a reboot. If you can’t restore the console with their help, just find instructions on the Internet for installing recovery on your device.

Scenario three: neither firmware nor recovery is available

To be honest, it is difficult for me to imagine such a scenario, but, as practice confirms, it is quite real. There are two ways to get out of this situation: use fastboot to upload recovery to your smartphone, or use a tool from the manufacturer to install stock firmware. We'll look at the second method in more detail in the next section, and I'll talk about fastboot here.

Fastboot is a tool that works directly with the device’s primary bootloader and allows you to upload firmware to your smartphone, recovery, and unlock the bootloader (in Nexus devices). Fastboot support is available in many smartphones and tablets, but some manufacturers block the ability to use it. So you will have to consult the Internet about its availability.

To access fastboot, you will need drivers and the Android SDK. When they are installed, open the command line, go to the SDK installation directory, then to the platform-tools directory, turn off the smartphone, turn it on with the volume buttons pressed (both) and connect it using a USB cable to the PC. Next, you need to find the recovery image in .img format for your device and run the command:

$ fastboot flash recovery image.img

Or even force the smartphone to boot recovery without actually installing it:

$ fastboot boot image.img

In the same way you can flash official firmware update:

$ fastboot update update-file.zip

You can find a recovery suitable for your device either on the TWRP website or in the XDA-Developers and w3bsit3-dns.com forums.

We return the smartphone to its original state

In this section, I will talk about ways to return your smartphone to clean stock, no matter what state it is in. These instructions can be used both to unbrick your smartphone and to remove traces of rooting and flashing. Unfortunately, I can’t talk about all possible models, so I’ll focus on the four most popular flagships: Nexus 5 (I call this sample the control one), Galaxy S5, LG G2 and Sony Xperia Z2.

Nexus 5 and other Google phones

Restoring Nexus devices to their original state is easier than any other smartphone or tablet. In fact, it is so simple that there is not even anything to talk about. In fact, all you need to do is install the ADB/fastboot drivers (on Linux you don’t even need them), download the archive with the firmware and run the script. The whole operation looks like this step by step:

  1. from here.
  2. Download and install Android SDK.
  3. Download the archive with the firmware for the desired device from the Google website.
  4. Turn off the device, turn it on with the volume buttons pressed (both) and connect using a USB cable.
  5. Unpack the archive with the firmware and run the flash-all.bat (Windows) or flash-all.sh (Linux) script and wait for the operation to complete.
  6. We launch the command line, go to the directory with the Android SDK, then platfrom-tools and execute the fastboot oem lock command to lock the bootloader.

For those who are interested in what the script does, here is a list of commands:

Fastboot flash bootloader bootloader-DEVICE-NAME-VERSION.img fastboot reboot-bootloader fastboot flash radio radio-DEVICE-NAME-VERSION.img fastboot reboot-bootloader fastboot flash system system.img fastboot reboot-bootloader fastboot flash userdata userdata.img fastboot flash recovery recovery.img fastboot flash boot boot.img fastboot erase cache fastboot flash cache cache.img

Galaxy S5

With the Galaxy S5 smartphone everything is a little more complicated, but overall quite simple. This time you will need the Samsung Odin application, which will be used to flash the smartphone’s firmware. Sequencing:

  1. Download and install the latest version of Samsung USB drivers from here.
  2. Download and install the latest version of Odin from here.
  3. Go to the website samfirmware.com, enter the SM-G900F model in the search, find the firmware marked Russia, download and unpack.
  4. Turn off the smartphone and turn it on with the Volume Down and Home buttons pressed, wait five seconds until a warning message appears.
  5. Press the volume up button to put the smartphone into Odin mode.
  6. We connect the smartphone using a USB cable.
  7. Launch Odin, press the PDA button and select the file with the extension tar.md5 inside the directory with the unpacked firmware.
  8. Click the Start button in Odin and wait until the firmware process is completed.

As I already said, this operation will return the smartphone to its original state, but will not reset the trigger installed by the Knox system (if it was in the standard firmware). Therefore, the service center may refuse to repair.

LG G2

Restoring the LG G2 to its factory state will also not cause any problems. The number of steps in this process is somewhat larger, but they themselves do not require special preparation and knowledge. So, what to do to return the G2 to factory firmware:

  1. Download and install ADB Driver Installer from here.
  2. Download the official firmware (Europe Open 32G or Europe Open) from here.
  3. Download and install LG Mobile Support Tool, as well as FlashTool (goo.gl/NE26IQ).
  4. Turn off the smartphone, hold down the volume up button and insert the USB cable.
  5. Expand the FlashTool archive and run the UpTestEX.exe file.
  6. In the window that opens, select Select Type -> 3GQCT, Phone Mode -> DIAG, in the Select KDZ file option select the firmware downloaded in the second step.
  7. Click the CSE Flash button at the bottom of the screen.
  8. In the window that opens, click Start.
  9. In the next window, select the country and language and click Ok.
  10. We wait for the firmware to finish, and then turn off and turn on the smartphone.

This is all. But keep in mind that, as in the case of Samsung, the smartphone will still have Rooted status, and this cannot be fixed.

Sony Xperia Z2

Now about how to return the Sony Xperia Z2 smartphone to its factory state. As in the previous two cases, this will require stock firmware and the official firmware utility. You launch the utility on your PC, connect your smartphone using a USB cable and start the update process. Step by step it all looks like this:

  1. Download and install ADB Driver Installer from here.
  2. Reset your smartphone to factory settings.
  3. Download and install the Flash Tool from the official Sony website and the latest firmware from here.
  4. Copy the firmware file to the C:/Flashtool/Firmwares directory.
  5. Turn off the smartphone and turn it on while holding down the Volume Down and Home keys.
  6. We connect the smartphone to the PC using a USB cable and launch the Flash Tool.
  7. Click the button with the lightning icon in the Flash Tool. In the window that opens, select Flashmode, double-click on the firmware in the list that opens.

WARNING

In many smartphones, an unlocked bootloader will not allow an over-the-air update.

In 90% of cases, unlocking the bootloader will entail deleting all data from the smartphone, including the memory card.

conclusions

Flashing a smartphone, and even more so gaining root access, is not at all such a scary and dangerous operation as it may seem at first glance. If you do everything correctly and do not resort to tools that unlock the smartphone’s bootloader, bypassing the manufacturer’s tools, you will not be able to brick your smartphone. Yes, in some cases you will have to tinker to get everything back in place, but what is better - to use a locked smartphone that does not allow you to do even half of the things that it is capable of, or to gain complete control over the device? After all, reinstalling Windows on a PC doesn't scare anyone.

Unbrick is the restoration of a tablet after unsuccessful firmware, or, as they also say, the restoration of a tablet from a brick state. What do you mean by "failed" firmware? There is a high probability that the service center employee you contacted simply used unofficial (stock) firmware, which is why you are now having problems.

If, after returning the tablet to your hands, its display displays the image in a mirrored position, the tablet does not respond to touches of the sensor, Wi-Fi does not function correctly, or the tablet computer generally “hangs” on the Android inscription - all these are signs of a crashed firmware. But there’s nothing wrong with that - there are many ways to restore the tablet’s bootloader.

Restoring the tablet bootloader

So, the tablet shows no signs of life. The first thing an experienced technician should check is the main feeders on the board. If everything is fine with them, it means the bootloader has failed.

What is needed to solve the problem:

  • experience and “hands from the right place”;
  • archive with the necessary software;
  • Micro-Usb cable, MicroSD card.


Step-by-step instruction

  1. It is necessary to prepare a MicroSD card for flashing the tablet after bootloader recovery is complete. Select the standard cluster size, FAT32 format;
  2. Next - reset the tablet (repairing Chinese tablets has its own characteristics, in this case the button may not be installed, so you will have to disassemble the tablet and use tweezers). In this case, you need to hold down the "Power" and "Volume" keys until a message appears about the detection of a new device. We install drivers on it. As a result, we get a new device;
  3. If the specialist performs all operations correctly, but does not detect the device, it is necessary to hold down “Power” again and “short-circuit” the memory “legs” numbered 5 and 6, next to the speaker connector;
  4. The device should now be detected. Next, we take a pre-prepared archive with software, which needs to be unpacked to the root of the disk (for example, C:\\). Drivers are installed on the new device from the "drivers" folder;
  5. Now you need to disconnect the tablet from the computer and run C:\Android\AMLflash\ImageBurnTool.exe (under administrator rights), AmLogic Burning Tool;
  6. Next, you need to specify the correct path to the firmware file. A message may pop up stating that the configuration file is missing, and it is added in the same way. like the firmware file itself;
  7. In the flasher, click "Start" and the process starts. We are waiting for a message asking you to turn off the device, which is what we do. Now you need to remove the USB cable from the computer (you cannot turn off the reset button or the reset button). Next, click OK in the window that appears, then STOP, select the Config-Reset Port Match Info option in the flasher. Now it’s time to connect the tablet to the computer and click “Start” " - the firmware process starts again;
  8. We wait until progress stops at 80% and gives an error. In a minute maximum, the TWRP recovery menu will appear on the tablet’s display - close AML;
  9. TWRP recovery starts and a new device appears in the device manager. The driver is manually installed (folder "drivers";
  10. Once the installation is complete, go to the Android/adb folder;
  11. Insert a memory card into the tablet;
  12. Next, run the file TEST_adb_hero.bat, after which we press any button, the recovery process should start;
  13. Once copying is complete, launch the tablet via TWRP recovery;
  14. Disconnect the cable;
  15. Let's launch the tablet using the Power key, the familiar Android robot will appear;
  16. We carry out all three WIPEs.;
  17. Click install from SD-card, there is a ZIP file there, you need to select it;
  18. After flashing the firmware, you need to reboot the device - the tablet has the firmware installed. You can update to something fresh if necessary.



Note: As you can see, the process is very tedious, and for a beginner it may turn out to be an impossible task. But a specialist who has done this more than once will cope with the task quickly enough - and he has the necessary software prepared and is responsible for the result. At the service center "SMART-Service", tablet repair in Odessa includes this frightening procedure. We also offer you - be it replacement of the display or complex repair of tablet motherboards. Like any other large center, we provide repairs for tablets from Asus, Prestigio, Assistant, Apple, Goclever, HP, Wexler, Samsung, Acer, Ainol and other brands.

Please enable JavaScript to view the

To begin with, let’s try to figure out what should be considered “failed firmware”. Most likely, you used the stock (unofficial) firmware, which is why all the fuss. If after this the screen displays everything in a mirror position, or the sensor does not respond to touches, or wi-fi does not work correctly, etc., or the tablet freezes on the silver ANDROID inscription - all this can be fixed. You will learn what to do in this case and how to save your precious tablet.


We will also talk about a more serious case, when after flashing the firmware your tablet no longer turns on, or the screen lights up for a few moments and immediately goes off. Such a tablet is usually called a “brick”.

First option

Main symptoms:

1. When turned on, it hangs on the ANDROID logo - loading continues “forever”
2. Mirror screen (image flipped the other way)
3. The touch does not work. You see an image in front of you, but the display does not respond to touch at all
4. Any other significant problems in the operation of the device or software that you did not encounter before updating the firmware
5. Please note: in all this, the computer will recognize the tablet as a connected device

Solution

1. Find the factory, standard firmware for your tablet (this type of firmware is also called “zero”. You need to look in two places: first on the device manufacturer’s website. Each manufacturer has its own official website, usually listed on the box or in the instructions. Search through the search Google if you don't find the firmware you need.

2. Did you find the required firmware? Well, thank God. Flash it with it, just make sure that the battery is charged to 100. I won’t write how to flash it for the hundredth or five hundredth time if you don’t know or don’t remember how to do it.

Second option. Brick symptoms:

1. The tablet does not turn on at all after flashing the firmware.
2. The screen turns on for a few seconds and immediately turns off.
3. The computer cannot find and identify the tablet as a connected device. There is no audio or visual response from the PC to the USB connection.

If in the first case we got by with a blood transfusion, this time we will have to resort to surgical intervention. The above “symptoms” clearly indicate that the bootloader, which is responsible for making the OS start, is damaged. This is a built-in firmware, without which not a single tablet will work (it’s somewhat similar to the BIOS in a computer, if you know what I’m talking about).

Solution

There is only one solution here - restore the SPI bootloader. You will need to disassemble the tablet, an LPT programmer, a soldering iron, and 4 resistors. And this is not a joke at all! You will need to find and remove the SPI memory from the disassembled tablet, then connect the chip to the programmer and flash it with the factory bootloader. Then the whole thing is to solder it back, put everything back together and flash it to the same zero, i.e. factory firmware. That's all there is to it, just think.

If you don’t want to do all this, just take the brick to a service center or a hacker friend, they will help you. Only at the service center you will have to pay - no one will do this to you under warranty. But you don’t have to pay your hacker friend.

If, nevertheless, you decide to try your luck and try to do everything yourself, I can only wish you good luck and provide a link to detailed instructions for restoring the SPI bootloader.

Of course, many users have encountered difficulties associated with incorrect operation of gadgets. Often it freezes due to incorrect actions of the owners. The most common problem is not knowing how to restore a tablet after a failed firmware update. Before running to the service center, let's try to figure out why it doesn't work.

First of all, it either does not turn on because unofficial firmware is installed. The owner will have to repair the device himself, since the gadget broke down due to his fault. The warranty is void in this case. However, there are tools that will help bring the tablet back to life. But before that, you need to determine the nature of the breakdown.

There are two types of failures of unsuccessful firmware. First view characterized the following signs:

  • The tablet does not turn on, or rather, the screen saver does not light up;
  • After unsuccessful firmware, some functions of the device do not work: it does not respond to the sensor, programs freeze, folders and files do not open, the display is mirrored;
  • They appear and disappear, but when connected to a PC, everything remains safe and sound.

A non-working tablet is possible if one of the above situations occurs to you. For example, gadgets from Chinese companies are brought to life by downloading the zero or first firmware, which is traditionally installed upon purchase. But with an Apple tablet, the situation is much more complicated, since it is practically impossible to restore at home. It is better to contact a service center immediately after a breakdown. If it comes to other traditional brands, then restoring and reflashing them will not be more difficult than their Chinese counterparts using updates.


The second type of failure indicates the following:

  • The tablet does not turn on or the white screen lights up and immediately goes out;
  • When connected to a PC, files, folders or none at all are displayed.

A tablet with such problems is usually already dead, but even in such a situation you can help.

How to restore your tablet yourself?

First case: the computer sees the device

As already mentioned, it is the easiest to restore. To do this, you should find the manufacturer's official website on the Internet, download updates for your device and install the first firmware. Remember that you need to download the first version; under no circumstances use the one you tried to install before. Before flashing your tablet, it is important to make sure that it is fully charged, otherwise problems may arise again.

For electronic devices of traditional brands, you first need to find updates and download zero firmware. However, you should not perform the installation right away. Before doing this, the firmware file must be renamed “update.zip” (it is important to write this word correctly, since the execution of the entire further process depends on it). After that, it is placed in the root folder on the flash drive. Exactly file placement in our case plays an important role.

Before flashing the tablet, make sure that it is fully charged, insert the USB flash drive and turn on the device (hold down the “volume +” and “power” keys for a few seconds), after turning it on, wait until the installation is complete.

Second case: the computer does not respond to the device

This type of breakdown after an unsuccessful flashing is much more serious and, most likely, you will not be able to do it without outside help. Not everyone can disassemble the tablet and properly close the flash memory contacts on their own.

First, you need to figure out what happened, since a failure could have occurred not only in the system, but also in the tablet’s memory (for example, in the bootloader). Such restoration takes more time and effort, so it is best to take the tablet to a service center where professionals will take care of it.

However, if you decide to finish the job, then you will need a soldering iron and an LPT programmer (it connects to the chip), after which you need to perform the following steps:

  1. Find and download the tablet diagram;
  2. Find and unsolder the SPI memory (it is responsible for installing the software);
  3. Connect the chip to the programmer and flash it with the old bootloader;
  4. and turn on the tablet, as in the first case.

This method is universal for any tablet, but before flashing the device, you should remember that the circuit boards in each gadget are different, so try to find exactly the one that it matches. After this, there will be no old programs and files left, so everything will have to be restored.

Some recommendations and precautions when performing repairs

There may be some consequences to the above method, so be sure to check out how the professionals do it.


Problems that often arise when repairing a device:

  • If the system reports that the memory is corrupted, then before flashing the device, you will have to format it;
  • Install the drivers correctly in the tablet, it may not start 3 to 6 times, so try, install, uninstall, etc.;
  • The contacts should be closed by pressing the power button, so be careful when making the connection;
  • Pay attention to the legs and contacts, as they may have different shapes and close differently, so follow the diagram;
  • The PC can see the device only if you hold down the power button on the tablet, so you will have to constantly hold the button down until the installation is completed;
  • Long USB cords can only interfere with flashing the firmware and bringing the tablet back to life, so use a 10–15 cm cord.

Perhaps this is the main thing to remember. In any case, if something seems incomprehensible or complicated to you, it is better not to take risks, but to entrust knowledgeable people to restore the tablet after unsuccessful firmware.