Как разблокировать загрузчик на андроид
Перейти к содержимому

Как разблокировать загрузчик на андроид

  • автор:

Как разблокировать Bootloader на Android

Как разблокировать Bootloader на Android

Разблокировка Bootloader (загрузчика) на Android телефоне или планшете необходима, если вам потребовалось получить root (кроме тех случаев, когда вы используете для этого программы наподобие Kingo Root), установить собственную прошивку или кастомный рекавери. В этой инструкции пошагово описан процесс разблокировки официальными средствами, а не сторонними программами. См. также: Как установить кастомный рекавери TWRP на Android.

При этом, разблокировать загрузчик bootloader можно на большинстве телефонов и планшетов — Nexus 4, 5, 5x и 6p, Sony, Huawei, большинства HTC и других (разве что для безымянных китайских устройств и телефонов, привязанных к использованию одного оператора связи, это может быть проблемой).

Важная информация: при разблокировке bootloader на Android все ваши данные будут удалены. Поэтому, если они не синхронизированы с облачными хранилищами или не сохранены на компьютере, позаботьтесь об этом. Также при неправильных действиях и просто сбоях в процессе разблокировки загрузчика есть вероятность того, что ваше устройство просто больше не включится — эти риски вы берете на себя (как и возможность потерять гарантию — тут у разных производителей разные условия). Еще один важный пункт — перед тем, как начинать, полностью зарядите батарею вашего устройства.

Загрузка Android SDK и USB драйвера для разблокировки загрузчика Bootloader

Первый шаг — загрузить средства разработчика Android SDK с официального сайта. Перейдите на страницу http://developer.android.com/sdk/index.html и пролистайте ее к разделу «Other download options».

В разделе SDK Tools Only загрузите подходящий вам вариант. Я использовал архив ZIP с Android SDK для Windows, который после этого распаковал в папку на диске компьютера. Также для Windows присутствует и простой установщик.

Из папки с Android SDK запустите файл SDK Manager (если он не запускается — просто появляется и тут же исчезает окно, то дополнительно установите Java с официального сайта java.com).

Установка Android SDK Platform Tools

После запуска отметьте пункт Android SDK Platform-tools, остальные пункты не нужны (разве что Google USB driver в конце списка, если у вас Nexus). Нажмите кнопку Install Packages, а в следующем окне — «Accept license» для загрузки и установки компонентов. По завершении процесса, закройте Android SDK Manager.

Помимо этого, вам потребуется загрузить драйвер USB для вашего Android устройства:

  • Для Nexus они загружаются с помощью SDK Manager, как было описано выше.
  • Для Huawei драйвер входит в состав утилиты HiSuite
  • Для HTC — в составе HTC Sync Manager
  • Для Sony Xperia драйвер загружается с официальной страницы http://developer.sonymobile.com/downloads/drivers/fastboot-driver
  • LG — LG PC Suite
  • Решения для других марок можно найти на соответствующих официальных сайтах производителей.

Включение отладки по USB

Следующий шаг — включить отладку по USB на Android. Для этого проделайте следующие действия:

Включение отладки по USB на Android

  1. Зайдите в настройки, пролистайте вниз — «О телефоне».
  2. Несколько раз нажмите по «Номер сборки», пока не увидите сообщение о том, что вы стали разработчиком.
  3. Вернитесь к главной странице настроек и откройте пункт «Для разработчиков».
  4. В разделе «Отладка» включите «Отладка по USB». Если в параметрах разработчика присутствует пункт OEM разблокировка, то включите его тоже.

Получение кода для разблокировки Bootloader (не нужно для любых Nexus)

Для большинства телефонов, кроме Nexus (даже если это Nexus от одного из указанных ниже производителей), для разблокировки загрузчика нужно так же получить код для разблокировки. В этом помогут официальные страницы производителей:

  • Sony Xperia — http://developer.sonymobile.com/unlockbootloader/unlock-yourboot-loader/
  • HTC — http://www.htcdev.com/bootloader
  • Huawei — https://emui.huawei.com/en/plugin.php?id=unlock&mod=detail
  • LG — https://developer.lge.com/resource/mobile/RetrieveBootloader.dev

На этих страницах описан процесс разблокировки, а также имеется возможность получить код разблокировки по ID устройства. Этот код потребуется в дальнейшем.

Не стану объяснять весь процесс, поскольку он отличается для разных марок и подробно пояснен на соответствующих страницах (правда, на английском) коснусь лишь получения Device ID.

  • Для телефонов Sony Xperia код разблокировки будет доступен на указанном выше сайте по-вашему IMEI.
  • Для телефонов и планшетов Huawei код также получается после регистрации и ввода требуемых данных (включая Product ID, который можно получить с помощью кода телефонной клавиатуры, который вам подскажут) на указанном ранее сайте.

А вот для HTC и LG процесс несколько иной. Для получения кода разблокировки потребуется предоставить Device ID, описываю, как его получить:

Получение Device ID для Android

  1. Выключите Android устройство (полностью, удерживая кнопку питания, а не просто экран)
  2. Нажмите и удерживайте кнопки питания + звук вниз пока не появится экран загрузки в режиме fastboot. Для телефонов HTC потребуется выбрать fastboot кнопками изменения громкости и подтвердить выбор коротким нажатием кнопки питания.
  3. Подключите телефон или планшет по USB к компьютеру.
  4. Зайдите в папку Android SDK — Platform-tools, затем, удерживая Shift, кликните в этой папке правой кнопкой мыши (в свободном месте) и выберите пункт «Открыть окно команд».
  5. В командной строке введите fastboot oem device-id (на LG) или fastboot oem get_identifier_token (для HTC) и нажмите Enter.
  6. Вы увидите длинный цифровой код, размещенный на нескольких строчках. Это и есть Device ID, который потребуется ввести на официальном сайте для получения кода разблокировки. Для LG присылается только файл для разблокировки.

Примечание: файлы разблокировки .bin, которые придут вам по почте лучше всего положить в папку Platform-tools, чтобы не указывать полный путь к ним при выполнении команд.

Разблокировка Bootloader

Если вы уже в режиме fastboot (как это было описано выше для HTC и LG), то следующие несколько шагов до момента ввода команд вам не требуются. В остальных случаях входим в режим Fastboot:

Запуск ADB в командной строке

  1. Выключите телефон или планшет (полностью).
  2. Нажмите и удерживайте кнопки питания + громкость вниз, пока телефон не загрузится в режиме Fastboot.
  3. Подключите устройство по USB к компьютеру.
  4. Зайдите в папку Android SDK — Platform-tools, затем, удерживая Shift, кликните в этой папке правой кнопкой мыши (в свободном месте) и выберите пункт «Открыть окно команд».

Далее, в зависимости от того, какая модель телефона у вас, введите одну из следующих команд:

  • fastboot flashing unlock — для Nexus 5x и 6p
  • fastboot oem unlock — для других Nexus (более старых)
  • fastboot oem unlock код_разблокировки unlock_code.bin — для HTC (где unlock_code.bin — файл, который вы получили от них по почте).
  • fastboot flash unlock unlock.bin — для LG (где unlock.bin — файл разблокировки, который вам прислали).
  • Для Sony Xperia команда для разблокировки bootloader будет указана на официальном сайте, когда вы пройдете весь процесс с выбором модели и пр.

При выполнении команды на самом телефоне может также потребоваться подтверждение разблокировки загрузчика: выберите «Да» кнопками громкости и подтвердите выбор кратким нажатием кнопки питания.

Подтверждение разблокировки Bootloader

После выполнения команды и некоторого ожидания (пока будут удаляться файлы и/или записываться новые, что вы увидите на экране Android) ваш загрузчик Bootloader будет разблокирован.

Далее, на экране fastboot с помощью клавиш громкости и подтверждения коротким нажатием кнопки питания вы сможете выбрать пункт для перезагрузки или запуска устройства. Запуск Android после разблокировки bootloader может происходить достаточно долго (до 10-15 минут), наберитесь терпения.

How To Unlock Bootloader Via Fastboot Method On Android

In this tutorial, we will show you how to unlock the bootloader on any Android device via the Fastboot method. While the concluding steps might be the same for all devices, the route taken to that step is slightly different. There might be a few extra requirements that your OEM might have added to this unlocking process. In that case, you will have to go through those prerequisites before you proceed ahead with the required steps. Here is everything you need to know in this regard.

Of all the major perks that the Android ecosystem boasts of, there isn’t a shadow of a doubt that its open-source nature stands right at the pinnacle. Opening the gates to a plentitude of customizations, users are generally spoilt for choices. For general users, a simple visit to the Play Store might suffice most of their needs. For example, they could install various custom launchers, themes, icon packs, wallpapers, and ringtones. Well, if that is not enough, they could even sideload their preferred apps onto their devices. But all these are just the tip of the iceberg.

The tech enthusiasts usually go a step further and unlock their device’s true potential. They could altogether install a new custom ROM which will be completely different from their device’s stock OS. Then there is the ability to replace the stock recovery with custom recovery like TWRP and install numerous mods, frameworks, ZIP, IMG files, and countless other tweaks. Well if you would take it a step further, you could even get administrative privileges and make modifications to the system partition just by rooting your device.

These are just some of the customization opportunities that we have mentioned here, there exist a plethora of more such tweaks. However, for each of the above modifications, there exists an important prerequisite that needs to be met. And that is your device should be having an unlocked bootloader. So if you are ready to try out these tweaks, then here are the required instructions on how to unlock the bootloader on any Android device via the fastboot method. Follow along.

No OS Found Error in TWRP: How to Fix

Fix: Bootloop After Installing or Updating Magisk on Android Phone

5 Easy Ways to Turn Off Phone without Power Button (Android)

What is a Bootloader#

The first question that might come to your mind is what exactly is a Bootloader on Android. According to Google, “A bootloader is a vendor-proprietary image responsible for bringing up the kernel on a device”. Well, this is too much to digest. In simpler terms, you might consider a bootloader to be a software program that determines what all programs your device needs to boot at the startup.

It also helps the device to boot into the bootloader mode. Similarly, every Android device comes with a few partitions, including boot, recovery, system, data, vendors, among others. The Bootloader is a safety mechanism for these partitions, making sure that the integrity of these partitions remains intact and there aren’t any modifications made to them.

What is an Unlocked Bootloader#

The bootloader is a guardian to all the device partitions and hence will make sure that there aren’t any tweaks done to any of these partitions. It has to make sure that you are using the genuine software program shipped in by the device manufacturers. However, here is the thing. Not every user is a fan of this default OS. The reason for the same could be aplenty. For example, they might not like the UI, are against the notion of in-device ads, or the tons of incorporated bloatware apps might be bugging them.

The reasons could be aplenty, but thankfully the solution is only one- an unlocked bootloader on your Android device. As soon as you do so, the system would no longer place any restriction on the depth of customizations that you could achieve. Just at the boot time, you might get a bootloader unlocking warning message, but that is it. There would be no limitation in enjoying the benefits that an unlocked bootloader brings with itself. But what are these benefits in the first place? Let’s check it out.

Advantages of an Unlocked Bootloader#

Once the bootloader on your Android device is unlocked, you could install a custom recovery like TWRP. This in turn will give you the option to install mods, wipe various device partitions, take a Nandroid backup, install files via ADB, and plenty more. Furthermore, if the device bootloader is unlocked, you could install many popular custom ROMs including LineageOS, HavocOS, Pixel Experience. Not only does this give your device a fresh new outlook, but it could also upgrade the device’s Android version, even if officially it is no longer slated for the upgrade.

Likewise, with the help of Magisk, you could get easy access to the system-level files and tweak it as per the need. In simpler terms, this is known as rooting the device. We could go on and on listing out the benefits, but the thing is there is another side attached to it. There are quite a few risks associated with this the unlocking of the bootloader on Android. So before you proceed ahead with the steps, make sure to check out the risk factor as well, mentioned below.

Risks with Unlocked Bootloader#

There are quite a few risks associated with an unlocked bootloader. To begin with, your device is now more prone to attacks. Furthermore, your OEM might even make the device’s warranty void and null. Likewise, some banking apps like Google Pay and games like Pokemon GO might not function correctly. Similarly, you will be degrading the Widevine Certification from L1 to L3, this will lead to you not being able to view Netflix contents in HD. The process in itself is pretty dangerous and might brick your device or send it to bootloop if not done correctly.

So by now, you are aware of all the perks and caveats. If you are ready to proceed then follow the below steps to unlock the bootloader on any Android device via the fastboot method.

How to Unlock Bootloader via Fastboot Method on Android#

Before we begin the unlocking of the bootloader, let us take a deep look at what is a bootloader and what advantages or disadvantages you get, once you unlock it;

To make the entire unlocking process easier to understand, we have broken it down into simpler steps. Follow along.

Step 1: Backup your Device#

First off create a backup of your entire Android device. This is because the process will erase all the data from your device. You could refer to our detailed guide on the said topic.

Step 2: Enable USB Debugging and OEM Unlocking#

Next up you will also have to enable OEM unlocking and USB Debugging. The former is required for unlocking the process. The latter will help in establishing a successful ADB connection between your device and PC. The option to enable both of them is present inside the Developer Option, which itself is hidden. Here is how to enable both of them.

  • Head over to Settings on your Android device.
  • Go to About Phone and tap on Build Number 7 times
  • Head back to Settings, tap on System followed by Advanced.
  • The Developer Options should now be visible. Within that, enable the toggle next to USB Debugging and OEM Unlocking.

STEP 3: Install Android SDK Platform Tools#

You also need to install the ADB and Fastboot binaries on your PC. This is needed to execute ADB and Fastboot commands between your PC and Android device. So go ahead, download and install the Android SDK Platform Tools on your PC.

STEP 4: OEM Specific Prerequisites#

While Pixel Nexus and Android One devices make it pretty easy when it comes to the unlocking process, some OEMs like HTC, Nokia, Motorola, HTC among others require a unlock token, specific codes, or even a specific file. You will have to complete these requirements before beginning the unlocking process via the fastboot method. You could take the help of the below links, follow their instructions, and proceed with the next step afterward.

  • Device-Specific Requirements: Motorola | HTC | Sony | Nokia

STEP 5: Boot Device to Fastboot/Bootloader Mode#

  • You will now have to boot your device to Fastboot/Bootloader mode. Follow the below steps for that:
  • With USB Debugging and OEM Unlocking enabled, connect your device to PC via USB cable.
  • Head over to the platform-tools folder, type in CMD, and hit Enter. This will launch the Command Prompt.
  • Execute the below command in the CMD window to make sure that the device has been successfully connected to the ADB mode:
  • adb devices
  • As soon as you do so, you will get an Authorize USB Debugging prompt on your device. Tap on OK. Furthermore, if you are carrying out these steps on your setup, you could tick-mark the Always allow from this computer option as well.
  • Next up, enter the below command to boot your device to Fastboot or Bootloader mode:
  • adb reboot bootloader
  • Now proceed with the below instructions to finally unlock the bootloader of your Android device via the fastboot method.

STEP 6: Unlock Bootloader#

  • Now comes the important part. If you are having a device from Google Nexus, Pixel or any other OEM launched in 2015 or later, then enter the below fastboot command to unlock the bootloader. Do keep in mind that the below command will wipe off all the data.
  • fastboot flashing unlock
  • On the other hand, if your device was launched before 2015, then the below command will come in handy:
  • fastboot oem unlock
  • At this point, you should see a confirmation message on your device. Use the Volume keys to select the Unlock the Bootloader option and hit the Power button to confirm your decision.
  • Now the process will take only a few seconds. After which your device will boot to the bootloader or system. If it boots to OS, well and good, otherwise use the below code to do so
  • fastboot reboot
  • That’s it. These were the required steps to unlock the bootloader on your Android device using the fastboot method.

Concluding Remarks#

Do keep in mind that the first boot will take some time, this is completely normal. Another thing worth mentioning is the fact that even if your device was launched after 2015, it might still follow the earlier fastboot oem unlock command. So if the fastboot flashing unlock command throws up an error in your case, you should try out the former one.

adb reboot bootloader

fastboot flashing unlock

Furthermore, you will also see the Unlocked Bootloader warning message after every boot, again nothing to worry about. When your device boots, you will have to sign in with your Google account as the device has been wiped. On that note, if you have any queries do let us know in the comments below. Rounding off, here are some iPhone Tips and Tricks, PC tips and tricks, and Android Tips and Trick that you should check out as well.

INTRODUCTION

MobileTechium

So, you’ve decided to unlock your Android phone’s bootloader. That’s great! Unlocking your bootloader is the first step to customizing your phone and making it truly your own.

But unlocking your bootloader can be a little daunting if you’ve never done it before. Not to worry, though! We’re here to walk you through the process step-by-step.

In this article, we’ll show you how to unlock your Android phone’s bootloader using ADB and Fastboot. We’ll also provide links to some helpful resources that will guide you through the entire process. Let’s get started!

WHAT IS A BOOTLOADER

Have you ever wondered what a bootloader is? Well, if you own an Android device, it’s basically a code that tells your phone what programs to load when it turns on.

The Android operating system is made up of several different parts, each with their own code. The kernel is the core part of the OS, and it’s responsible for managing the hardware and software. The bootloader is the second part of the OS, and it’s responsible for loading the kernel.

The bootloader is stored in a separate partition from the kernel, and it’s usually locked so that you can’t modify it. Unlocking the bootloader allows you to install custom kernels and custom ROMs, which can give you more control over your device.

So, if you’re thinking about unlocking your Android bootloader, there are a few things you should know first.

BOOTLOADER UNLOCKING TOOLS

To unlock your Android bootloader, you’ll need to use a tool called Fastboot. This tool is part of the Android SDK (Software Developer Kit), and it’s basically a command-line interface that allows you to interact with your Android device.

While Fastboot is usually used for things like flashing images or installing custom recoveries, we can also use it to unlock our bootloader.

To do this, you’ll need to put your phone into Fastboot mode, which is usually done by holding down the power and volume down buttons while your phone is booting up. Once you’re in Fastboot mode, you can connect your phone to your computer using a USB cable and then run a few commands to unlock your bootloader.

WHY UNLOCK BOOTLOADER

You might be wondering why you would want to unlock your Android bootloader. Well, there are a few reasons.

For one, it allows you to root your phone. Rooting gives you access to the underlying operating system of your phone so you can customize it to your heart’s content.

Another reason is that it allows you to install a custom recovery. This is useful if you want to take a backup of your phone or install a custom ROM.

Lastly, unlocking your bootloader also allows you to install custom kernels. This can be useful for overclocking or underclocking your processor for better performance.

WHAT ARE THE RISKS OF UNLOCKING BOOTLOADER

Before you start, there are a few things you should know. First, unlocking your bootloader is not for the faint of heart — you’re essentially opening up your device to a world of potential risks. With an unlocked bootloader, you can root your device, install a custom recovery, and much more.

However, you should also be aware that an unlocked bootloader can void your warranty and make some features (like Android Pay) unavailable to you.

Before we begin, it’s important to note that unlocking your bootloader will erase all of the data on your phone. So, if you haven’t already, be sure to back up your data before proceeding.

That being said, unlocking your bootloader is still a pretty simple process, and we’ll walk you through it step-by-step. So, if you’re feeling brave, read on!

HOW TO UNLOCK YOUR ANDROID BOOTLOADER

So, you’re ready to take the plunge and unlock your Android bootloader. Well, I’m here to tell you that it’s not as complicated as it sounds. In fact, it’s pretty simple once you know what you’re doing.

Here’s a step-by-step guide on how to do it:

1. Firstly, you’ll need to enable Developer Options on your Android device. To do this, go to Settings > About Phone > Software Information and tap on the Build Number seven times.

2. Once you’ve enabled Developer Options, go back to the Settings menu and select Developer Options from the list.

3. Scroll down until you see the option for OEM Unlocking and make sure it is enabled. Also, don’t forget to enable USB Debugging on your phone from the Developer Options section.

4. Now, you’ll need to reboot your device into fastboot mode. To do this, hold down the power button and select Reboot > Bootloader from the menu that appears.

5. Once your device is in fastboot mode, connect it to your computer using a USB cable.

6. On your computer, open a command prompt or terminal window and navigate to the platform-tools folder.

7. To unlock your bootloader, type the following command into the command prompt or terminal window: fastboot oem unlock

8. You should now see a message on your device’s screen that says ‘Bootloader Unlocked’. Press the Power button to confirm and reboot your device.

And that’s it! You’ve now successfully unlocked your Android bootloader.

FAQs ABOUT UNLOCKING YOUR ANDROID BOOTLOADER

Before we get into the nitty-gritty of this tutorial, let’s answer some frequently asked questions about unlocking your Android bootloader.

Q: Why would I want to unlock my bootloader?

A: There are a few reasons you might want to unlock your bootloader. Maybe you’re a developer who needs access to certain tools, or maybe you want to install a custom ROM. Either way, unlocking your bootloader is a pretty simple process.

Q: Is it safe to unlock my bootloader?

A: For the most part, yes. Unlocking your bootloader won’t void your warranty, but it will wipe all of the data on your phone, so be sure to back everything up before you begin.

Q: Will I be able to update my phone’s software if I unlock my bootloader?

A: Yes, you will still be able to update your phone’s software even if you unlock the bootloader.

CONCLUSION

By now, you should be able to unlock your Android bootloader with ease. Keep in mind that this will void your warranty, so make sure you know what you’re doing before you take the plunge.

If you’re having trouble, there are a few resources you can turn to for help. The XDA Developers Forum is a great place to start, as there are many experienced users and developers who can offer assistance.

Once you’ve unlocked your bootloader, you’re free to install any custom ROMs or mods that you like. Just remember to backup your data first, as unlocking your bootloader will wipe everything on your device.

Мобильные устройства изнутри. Снятие блокировки загрузчика планшета

Создание самодельных, custom, прошивок или даже просто замена заставок в мобильных устройствах (МУ) предполагает возможность установки образов разделов, созданных сторонним разработчиком, а не производителем. Для этого требуется разблокировка загрузчика МУ.

Этот процесс ранее существенно различался в зависимости от производителя, но в последнее время по-немногу стал приходить к стандартному виду. Поэтому, почти все, что описано ниже, может использоваться как практическое руководство для работы на МУ многих производителей.

Мы же с Вами остановимся на детальном пошаговом руководстве по снятию блокировки загрузчика планшета YB1-X90L, основанном на моем опыте.

2. Снятие блокировки загрузчика

В планшете YB1-X90L производитель предусмотрел возможность самостоятельного снятия блокировки загрузчика ОС самим пользователем. Для этого предварительно необходимо выполнить следующие действия:

  • стать разработчиком;
  • выполнить заводскую разблокировку загрузчика.

2.1. Как стать «разработчиком»

Любое МУ, вышедшее от разработчика, имеет специальный раздел команд, предназначенный для выполнения настроек и тестирования аппаратного и программного обеспечения Вашего МУ. Но эти команды не нужны простому пользователю в его ежедневном процессе общения с МУ. Поэтому изначально они скрыты от Вас, а чтобы получить доступ, нужно выполнить своеобразный шаманский танец с бубном.

Для выполнения этой операции нужно в загруженном планшете открыть приложение Настройки, перейти в раздел настроек Система и выбрать пункт меню Об устройстве. В открывшемся меню нужно найти пункт Номер сборки, который расположен почти в самом низу списка,


Рис.1.Меню Об устройстве

и нажать на нем 7 раз. Должно появиться сообщение Вы являетесь разработчиком.

После этого вернитесь в раздел настроек Система. В связи с выполнением предыдущих действий в нем появится дополнительный пункт меню Для разработчиков, которого ранее не было:


Рис.2. Меню Для разработчиков

Все, планшет признал Вас разработчиком и Вам стали доступны новые интересные команды, например:

  • Отладка по USB, позволяющая включить режим отладки при подключении планшета к компьютеру по USB;
  • Работающие приложения, позволяющая просматривать и управлять работающими приложениями планшета;
  • Заводская разблокировка, команда, позволяющая разблокировать загрузчик.

2.2. Выполнение заводской разблокировки

Для этого, не выходя из меню Для разработчиков, установите переключатель, расположенный рядом с этой командой во включенное состояние. Сразу появится предупреждение:


Рис.3.Предупреждение о вкл. отладки по USB

При положительном ответе режим отладки будет включен:


Рис.4.Вкл. режима «Отладка по USB»

Теперь, если во время работ произойдет сбойная ситуация, например:

  • планшет при загрузке будет доходить до вывода logo-картинки и зависать;
  • планшет перестанет загружаться совсем, т.е. даже не показывать logo;
  • будет самостоятельно перегружаться;

Здесь же выполните команду Заводская разблокировка. Для чего установите переключатель, расположенный рядом с этой командой во включенное состояние. При этом появится предупреждение:


Рис.5.Запрос на вкл.завод.разблокировки

При положительном ответе режим разблокировки будет включен:


Рис.6.Вкл.режима «Заводская разблокировка».

Думаете все, загрузчик планшета разблокирован? Не-е-е-т, производитель только РАЗРЕШИЛ Вам использовать возможность снятия блокировки загрузчика, которая выполняется при помощи команд FASTBOOT в режиме FASTBOOT MODE. Если не знаете, что это за режим и как в него попасть, читайте.

2.3. Непосредственное снятие блокировки загрузчика

Со стороны системы безопасности ОС Android это выглядит так: снять блокировку можно только при помощи команд FASTBOOT, которым требуется разрешение доступа, полученное осознанно со стороны пользователя, ставшего разработчиком.

Для снятия блокировки загрузчика необходимо выполнить следующие действия:

  1. установить на компьютер (ПК), который подключается к планшету, драйвера для работы через ADB.
  2. выполнить команду в режиме FASTBOOT MODE

На планшете появится запрос на выполнение очистки раздела data.


Рис.7.Запрос на очистку раздела data.

Если Вы ответите Yes, то планшет выполнит очистку и снимет блокировку. Если ответите No, то ни очистки, ни снятия блокировки не произойдет.

После снятия блокировки загрузчика при входе в режим FASTBOOT MODE на экране в списке параметров надпись сменится на LOCK STATE — unlocked:


Рис.8.Загрузчик разблокирован

Для возврата блокировки нужно выполнить обратную команду

Вместо набора вышеуказаных команд можно запустить на ПК командный файл fb_unlock_YB.bat следующего содержания:

Для проверки выполнения установки/снятия блокировки загрузчика в этом случае рядом с командным файлом будут созданы два служебных файла, содержащие параметры настроек загрузчика планшета:

  • 1_Y.txt — до выполнения операции:

    Рис.9.Параметры настроек загрузчика до операции
  • 2_Y.txt — после выполнения операции:

    Рис.10Параметры настроек загрузчика после операции

3. Заключение

Мы рассмотрели как выполняется разблокировка загрузчика планшета YB1-X90L. Следующий раз попробуем установить на него custom recovery, чтобы получить, например, «права Бога», т.е. ROOT-доступ, возможность переразметки памяти или установки custom firmware и т.п.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *