Fastboot 1.0.39

Содержание

Прошивка Андроид с помощью утилиты FastBoot

Fastboot 1.0.39

Прошивка Андроид с помощью утилиты FastBoot. Необходимо прошить Android c помощью FastBoot, но не знаете как? В данной статье дается детальная инструкция  по использованию утилиты FastBoot и как ей пользоваться чтобы  прошить Android девайс.

Данная инструкция полностью расскажет как пользоваться FastBoot! Если же вы не знаете как устанавливать архивные обновления то вам необходима статья – Clockwordmod – что это такое. Инструкция по CWM recovery  с картинками 

Скачивание и установка FastBoot

Прежде прошить Android c помощью FastBoot, необходимо его скачать и установить на необходимый компьютер.

1. Скачать утилиту FastBoot можно с официальной программой Android SDK (большой вес)

2. Скачать отдельно FastBoot без установки и скачивания лишних файлов

3. Либо воспользоваться программой Adb Run, в которой «все включено», а также умеет разблокировать графический ключ Android.

Если скачали Отдельно Fastboot

После того как Вы скачали и установили FastBoot, откройте на ПК программу «Командная строка»

 и введите команды для перехода в папку с утилитой Fastboot (если установили отдельно FastBoot)

cd /
cd adb

Если скачали ADB RUN

Если ваш выбор пал на программу ADB RUN, то запустите ее и выберите в меню Manual -> ADB

 Файлы которые необходимо прошить должны находится в одной папке с утилитой Fastboot

Инструкция по командам как прошить Android c помощью FastBoot

Очень важно писать команды и файлы прошивок так как они указаны!

Если у вас команда указана

 fastboot flash cache NazvaniAFiLe.img

то нужно писать именно так, но ни как иначе. Другими словами важен регистр букв иначе вы получите ошибку cannot load ‘image’  — нет такого файла.

Команды перезагрузки в режим прошивки (bootloader)

Перезагрузка Android в режим загрузки (bootloader), данная команда работает если устройство включено в обычном режиме

adb reboot bootloader

Перезагрузка Android в обычный режим из режима прошивки (bootloader)

fastboot reboot

Перезагрузка Android из режима прошивки  в этот же режим

fastboot reboot-bootloader

Команда «видит» ли ПК ваш Android

Возьмите в привычку проверять перед тем как что-то делать в Fastboot если соединение между компьютером и Android:

Проверка «видит ли» ПК ваш Android

fastboot devices

Данную команду выполнять когда устройство уже в режиме прошивке (bootloader)

Команды разблокировки и блокировки загрузчика Nexus

Разлочить  bootloader для Nexus

fastboot oem unlock

Залочить  bootloader для Nexus

fastboot oem lock

Команда узнать версию bootloader

Покажет установленую на Android номер версии бутлоадер

fastboot getvar version-bootloader

Команды форматирования раздела

Перед тем как прошить какой либо раздел в Android, вначале его необходимо отформатировать для того чтобы не возникло проблем в работе

fastboot erase Imya_razdela — стереть раздел: boot, radio, recovery, system, userdata и другие

Пример:

Стирает раздел Кеш (Cache)

fastboot erase cache

Стирает раздел Дата (Data)

fastboot erase userdata

Стирает раздел Систем (System)

fastboot erase system

Стирает раздел Recovery

fastboot erase recovery

Команды для прошивки раздела

После того как выполнили форматирование раздела или разделов, можете приступить к прошивке

fastboot flash Imya_razdela imya_file.img — прошивка выбранного раздела: boot, radio, recovery, system, userdata и другие

Пример:

Прошить раздел системы (System)

fastboot flash system imya.img

Прошить раздел кеш (Cache)

fastboot flash cache imya.img

Прошить раздел дата (Data)

fastboot flash userdata imya.img

Прошить раздел Recovery

fastboot flash recovery imya.img

Установка анимации включения (прошивка раздела с анимацией)

fastboot flash splash1 splash.img

Прошить все разделы (boot, recovery и system)

fastboot flashall

 Вместо imya.img – необходимо прописывать имя файла которые вы собираетесь прошить

Команда для установки update.zip

Прошивает на Android архив-обновление в формате update.zip или архив ZIP с IMG образами различных разделов

fastboot update имя_файла.zip

Для устройств Sony

Проверка подключения устройства Sony, если ответ 0.3 устройство, то тогда подключено

fastboot.exe -i 0x0fce getvar version

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

fastboot.exe -i 0x0fce oem unlock 0xПолученый_Ключ

Более детальная информация по разблокировке Bootloader Sony — Как разблокировать Bootloader Sony

Ошибка Waiting for Device

Если у вас долгое время в командном окне горит надпись waiting for device – значит:

  • Не установлен или некорректно установлен драйвер — переустановить или установить
  • Устройство Android не в режиме Bootloader — перевести
  • Некорректное подключение к USB порту — использовать задние порты USB 2.0 компьютера, не использовать USB хабы

Более подробно о данной ошибке «Waiting for Device» читайте в специальной посвященной этому статье Waiting for Device.

пример работы с утилитой Fastboot

Для тех кто ничего не понял!

Для тех кто ничего не понял воспользуйтесь приложением ADB RUN, в данной программе введены практически все команды, которые нужны для FASTBOOT!

Ниже представлен пример работы ADB RUN — как прошить быстро файл Recovery с помощью ADB RUN за менее чем за 5 секунд (только не забывайте вначале переводить в режим bootloader)! Кликните по изображению для просмотра.

Источник: //4pda.biz/android-obshchee/1339-proshivka-android-s-pomoshchyu-utility-fastboot.html

[Official] Download Minimal ADB and Fastboot Tool (v1.4.3)

Fastboot 1.0.39

Minimal ADB and Fastboot are one of the most important tools used when working with Android devices.

It’s a command line tool that lets you communicate with a device It acts as a middle man, who allows you to push, modify, debug, and tweak system files very easily. It also allows you to unlock your device’s bootloader with just few commands.

So if you are into flashing, unlocking or rooting your Android smartphone, ADB and Fastboot are a must have tool for you, as an Android device owner.

Android Debug Bridge (adb) is a part of Google’s Software development kit (SDK) provided for Android also known as Android Studio.

The Android Studio provides different tools to build apps for Android platform while testing it in the tool itself.

While the entire package of Android Studio is of roughly around 800MB, Minimal ADB provides a very minimized version of that command line tool which can be used for debugging your device only.

Typically if you want to install ADB and Fastboot you have to download and setup the Android SDK which is of size more than 1GB (If you really want to learn about Android Development we highly recommend downloading and installing the full Android SDK), but this can be unnecessary for people who just want to install ADB and Fastboot. You can just get the ADB tool to get the task done. You can find the source of ADB here.

Features of Minimal ADB & Fastboot Tool:

  1. Easy to Install: ADB and Fastboot with a simple to use installer. Just below the onscreen instructions & press next. That’s it!
  2. Lightweight: Total installation size is around 2 MB whereas Android SDK takes takes about 1.

    5-2GB after installation.

  3. Supports both 32 Bit & 64 Bit OS
  4. Can be used as portable ADB and Fastboot tool.
  5. All debugging commands that work in Android SDK work in Minimal version as well.

Prerequisites

  • Your device is plugged into your computer
  • You have USB Debugging enabled under Developer Options (Note: This may be listed as ADB Debugging on some ROM’s)
  • Installed USB Drivers of your device & your computer is recognizing your device : USB Drivers for all Android

Minimal ADB & Fastboot Latest version: v1.4.3 (2-9-18)

Changelog v1.4.3:

  • Updated ADB and Fastboot to version 1.0.3.9
  • Automated build tools initial version uploaded to github

Download Minimal ADB & Fastboot Tool for Android:

Minimal ADB & Fastboot 1.4.3: Download | Portable  [Latest]

Minimal ADB & Fastboot 1.4.2: Download

Minimal ADB & Fastboot 1.4.0: Download | Mirror

Minimal ADB & Fastboot 1.3.1: Download | Mirror

Minimal ADB & Fastboot 1.3.0: Download | Mirror

Minimal ADB & Fastboot 1.2.0: Download | Mirror

How to Install Minimal ADB and Fastboot Tool

Installing the Minimal ADB and Fastboot tool is really very easy similar to any other software installation procedure, you just follow the onscreen instructions and accept the agreement to finish the installation.

How to Install Minimal ADB & Fastboot

Step 1. Download the latest Minimal ADB & Fastboot file from above link.

Step 2. Launch the adb.exe file to begin the installation process.

Step 3. Click on Next until you see the “Installation path” screen which asks to specify the folder you want to install the ADB files, by default, it is “C:\Program Files (x86)\Minimal ADB and Fastboot”. (Remember the path if you changed it)

Step 4. Click on Next, Select the box which asks “Create a desktop icon” and install the software. It would take 1-2 mins depending on your PC to finish the installation.

Once you have installed the tool, launch the tool from the desktop icon named as “Minimal ADB and Fastboot”. You should now see a command window open, with the command window open you can now issue ADB and Fastboot commands to your device

Read: Download WhatsApp Plus with Last seen hiding (GBWhatsApp)

Minimal ADB & Fastboot Tool

Step 5. To connect your device with ADB, you need to perform few more steps. In your device, Go to Settings > About Phone > Tap 7-8 times on the Build Number, until it says “You’re now a developer”.

Enable USB Debugging in Android

Step 6. Go back to Settings > Developer Options > Enable USB Debugging as shown in the image.

Step 7. Connect your phone to your PC using the original USB cable. To check if everything is working well, enter “adb devices” in the ADB command window. You’ll see a notification your device with some text asking “Allow USB Debugging”, click on “OK”.

The Minimal ADB command window will return your device code which means everything is set to go!

adb devices

Note:

  1. Minimal ADB only works with Windows OS both 64-bit & 32-bit.
  2. Make sure to use the most latest version of tool to flash files in latest Android version devices as well as with old devices.
  3. Install ADB USB Drivers for Android device by connecting your device in USB Debugging mode.

Learning ADB commands will help you come non-working devices or tweak your device. Most of all, it will help you increase your knowledge regarding Android system & its files.

Источник: //devsjournal.com/download-minimal-adb-fastboot-tool.html

Download Minimal ADB and Fastboot (All Versions)

Fastboot 1.0.39

You can download Minimal ADB and Fastboot package for Windows for quick and easy access to these tools. ADB and Fastboot are two utilities that are always needed when working with Android devices.

If you have ever tried to debug or modify anything in Android, chances are you must have tried to set up Fastboot and ADB on your computer. Not just that, ADB also helps you when rooting, unrooting or trying to access the recovery mode or bootloader mode on your phone.

Similarly, Fastboot is used when you want to unlock bootloader of an Android device or flash custom recovery.

ADB and Fastboot are the two must-have utilities when planning to do anything with Android phones and tablets. It also helps to connect your device with the computer. Normally, installing and setting up ADB, Fastboot tools require you to download Android Studio 3.2.

This is the whole package that you need to set up Android Emulator and need it for developing Android apps, which is just about 1GB in size. You don’t really need the whole 1GB package just to mess around with an Android device using the usual platform-tools provided by Google.

This is where this small tool comes in!

What is Minimal ADB and Fastboot?

Minimal ADB and Fastboot is a very small utility that let’s you easily install ADB and Fastboot on your computer.

This Windows installer was built by shimp208 at XDA-Developers to make it really easy to download and install these tools. This Android tool is extremely lightweight and gets the job done quickly.

This package has been maintained since a very long time and have been regularly updated.

The only two features this tool brings along are:

  • Easily install ADB and Fastboot with a simple to use installer
  • Command line interface
  • Lightweight, total installation around 1 MB in size

Download Minimal ADB and Fastboot

We have listed below all the versions of Minimal ADB and Fastboot so you can download whichever you want. However, we would always suggest you to go for the latest release as ADB and Fastboot come with backawards compatiblity.

ReleaseDownloadPlatform
Minimal ADB and Fastboot v1.4.3Download (Latest)Windows
Minimal ADB and Fastboot v1.4.2DownloadWindows
Minimal ADB and Fastboot v1.4.1DownloadWindows
Minimal ADB and Fastboot v1.4DownloadWindows
Minimal ADB and Fastboot v1.3.1DownloadWindows
Minimal ADB and Fastboot v1.3DownloadWindows
Minimal ADB and Fastboot v1.2DownloadWindows
Minimal ADB and Fastboot v1.1.3DownloadWindows
Minimal ADB and Fastboot v1.1.2DownloadWindows
Minimal ADB and Fastboot v1.0DownloadWindows

This toolkit is only available for the Windows platform. However, Mac and Linux users can download Android SDK Platform-Tools for the latest ADB and Fastboot packages

How to Install Minimal ADB and Fastboot – Windows

Here are some easy instructions on how to install Minimal ADB and Fastboot on your Windows PC:

Step 1 – Download the Minimal ADB and Fastboot setup.exe from the links above.

Step 2 – Follow the installer’s instructions and select where you would to install Minimal ADB and Fastboot (installation location).

Step 3 – After you have chosen where to install Minimal ADB and Fastboot, select whether you would to create a Start Menu Folder or not for the installation.

Step 4 – Once you have chosen where to install it to and if you want to create a Start Menu Folder select the Install option.

Step 5 – After the Installation Wizard has completed you can select to start Minimal ADB and Fastboot.

You can also start Minimal ADB and Fastboot by navigating to the Start Menu Folder you choose to create during installation or the desktop shortcut you choose to create and selecting Minimal ADB and Fastboot.

You should now see a command window open (as the screenshot above), with the command window open you can now issue ADB and Fastboot commands to your device.

Changelog

Here is a changelog of the last few updates for the Minimal ADB and Fastboot tool. This is useful if you want to check about an older release what was added or changed in it.

Minimal ADB and Fastboot 1.4.3 (2-9-18)

  • Updated ADB and Fastboot to version 1.0.3.9
  • Automated build tools initial version uploaded to github

Minimal ADB and Fastboot 1.4.1 (10-22-16)

  • Updated ADB and Fastboot to latest version 1.0.3.6 release candidates
  • Uploaded Zip file containing portable version meaning no setup EXE just unzip and use the tools!

Minimal ADB and Fastboot 1.4 (4-27-16)

  • Updated ADB and Fastboot to latest version 1.0.3.5 release candidates
  • Prepared for eventual open sourcing of Minimal ADB and Fastboot

Minimal ADB and Fastboot 1.3.1 (8-9-15)

  • Fixed bug with compatibility on 32-bit Windows Operating Systems
  • Updated ADB and Fastboot to latest version 1.0.3.2 release candidates

More Information

USB Drivers: You would need proper USB drivers for your specific device for Minimal ADB and Fastboot to run successfully. For downloading Android device drivers, visit our Android USB Drivers section.

Compatibility: Minimal ADB and Fastboot is only available for Windows (32-bit and 64-bit) users. Mac and Linux users will have to download Android SDK Platform-Tools.

Credits:shimp208 @ XDA-Developers

Источник: //www.teamandroid.com/2017/04/25/download-minimal-adb-fastboot/

Android Fastboot Reset Tool V1.2 Features and free download link without password

Fastboot 1.0.39

Android is now a leading Operating system in most of the mobiles present currently. In this article, you will get all information about Android Fastboot Reset Tool v1.2. This tool is most popular for removing Finger Print ( FRP) lock. Android Fastboot Reset Tool help you to unlock your phone with just one click.

Features of Android Fastboot Reset Tool V1.2

The features of Android Fastboot Reset Tool are amazing. Following are some features of this tool.

  • Remove Lenovo FRP
  • Remove Yuforia FRP
  • Remove Moto FRP
  • Remove Xiaomi FRP
  • Remove HTC FRP
  • Remove Sony FRP
  • Bootloader Unlock
  • Enter in EDL
  • Mi account Remove
  • Remove Pattern Lock
  •  This tool supports MTK (MediaTek), SP-D (Spreadturm CPU) and Qualcomm CPU

Also Read: Lenovo A6000 flash file and flashing tutorial

Download Android Fastboot Reset Tool V1.2

Name – Android Fastboot Reset Tool V1.2

Size – 600 KB

Download link

Download Android Fastboot Reset Tool V1.2

Things to remember before using Android Fastboot Reset tool V1.2

  • Charge your phone above 70% so that phone should not disconnect during the process.
  • Use original and good quality data transfer cable to connect your phone to PC.
  • Backup all your internal memory data as this process may wipe internal storage.
  • Don’t remove the phone or disconnect the phone during the process.

We will see some of the usages of android fastboot reset tool in step by step detailed procedure.

1. How to Remove FRP lock using Android Fastboot Reset Tool v1.2

Step1: Download Android Fastboot Reset Tool v1.2 from below given link.

Step2: Extract the folder form download zip using WinZip/WinRar

Step3: Now open the folder and click on Android Fastboot Reset Tool V1.2.exe.

Step4: Now turn off your phone and open it in fastboot mode by pressing power button + volume down button simultaneously.

Step5: Connect your phone to your computer using the USB cable.

Step6: Now, at first, type a number corresponding to the “Check Device” option. Once the app detects the phone correctly follow the next step.

Step6: Now type the number of FRP unlock option according to your phone brand company.

Step7: Hit enter button to begin the unlocking process.

Step8: After completion, remove your device and turn it On.

With these simple 8 steps, you can easily remove FRP lock/pattern lock on your phone by using Android Fastboot Reset Tool V1.2

Also Read: Xiaomi Mi A1 stock file [Stock Firmware]. Flashing Guide

2. How to remove Mi account using Android fastboot reset tool v1.2

Step1: Open the android fastboot tool after you download from the above link.

Step2: Now turn off your phone and open it in fastboot mode by pressing power button + volume down button simultaneously.

Step3: Connect your phone to your computer using the USB cable.

Step4: Now, at first, type a number corresponding to the “Check Device” option and press Enter button. Once the app detects the phone correctly follow the next step.

Step5: Type a number corresponding to the “Remove Mi account” option from the various options displayed on the screen and press enter.

Step6: Wait for the process to complete the Remove Mi account process from your Mi phone. Don’t disconnect the phone from the computer during the process.

Step7: Remove your phone after flashing completed and then restart the phone to use it normally.

There is also another method to remove Mi account. You can check this article to know how to remove Mi account using Mi account unlock tool.

I hope this article helped you in unlocking your phone’s FRP and other related problem. For more such useful articles don’t forget to visit again.

Источник: //firmwaretool.com/android-fastboot-reset-tool-v1-2-features-free-download-link/

Android Fastboot Reset Tool 100% Tested Download

Fastboot 1.0.39

Android Fastboot Reset Tool is a Windows application tool. It is used to remove different FRP lock. Besides, using the tool, you will be able to check device status. Also, you can remove Xiaomi account and test the android device that is connected to your computer.Click Here For Download.

The tool supports almost all the version of the Android device. Moreover, the premier box won’t trouble you to unlock the FRP locks. The link shared here is free. You can directly download clicking the link. On the other hand, the downloading process and other additional info also shared here. So, It won’t create any confusion.Google Account Manager APK

Android Fastboot Reset Tool v1.2 FRP Download

To download Android reset tool check out this site to get the link. You can download the tool totally free. This is the latest version of Android tool v1.2 spd frp.

However, the tool doesn’t support several version of the android phone. You can still download, if your phone has MediaTek CPU, Qualcomm etc.

look at a glance the below points for additional info about Android FRP reset tool.

Android Fastboot FRP Reset Tool

Name of the file: Android Reset Tool (Fastboot) v1.2 > Download

Alternative file name: Android FRP Reset Tool (Fastboot)

Size: 605 KB

The version of the file: v1.2

Supports: Spreadtrum CPU (SP-D), MediaTek (MTK). Also, Android FRP Reset Tools support Qualcomm CPU.

Note: Don’t forget to keep the backup of all your essential data such as contact list, important messages, Emails, videos, audios, images, etc before resetting your Android device.

Because your data will be removed after resetting your device and there is no chance to recover them again. So, it is a great idea to keep a backup of all data. If you don’t want to lose any data.

Why One should use Android Fastboot Reset Tool

Android Fastboot Reset tool not only uses for unlocking the FRP lock. It is used for some additional advantages. Such as sim unlock, pattern lock removal, removal of IMEI lock and so on. This tool is very essential to get rid these type of problem. Even it prevents the third party to change or reset phone data. To install it one should be careful about his device.

You need to check your device model though. Because it is not supported on all devices. Besides, keep backup all your phone data. Make sure your phone is fully charged and debugged properly. Furthermore, read the instruction carefully and download the link shred here. Otherwise, it can be harmful to your phone. Download Android Fastboot Tool 2018.

Android Tools Features

Android tool is such an awesome app for unlocking FRP lock. The latest version comes with new features. To explore the tool and enjoy the new features look at the points below.

  • The tool lets you use remove pin lock or pattern lock.
  • You can check android device status using the tool.
  • Remove Lenovo, Motorola, HTC, Yuphoria etc FRP.
  • Remove Symphony FRP.
  • EDL modes enter.
  • The tool can unlock Bootloader of any android device.
  • Unlock Bootloader of Yureka.
  • Command prompt.
  • The tool can remove SPD FRP.
  • Able to remove MI accounts.
  • Samsung device download mode.
  • FRP ADP mode of Micromax device.
  • Remove deep FRP.

How to use Android FRP Reset Tools?

Hopefully, you got some idea about the tool and the importance of downloading it. Now know the steps of how to download on phone. Follow the steps below carefully for a successful installation.

  • First of all boot your Android device on “Fastboot Mode.”
  • Connect your android mobile to your computer
  • Now install fastboot USB driver.
  • Open “Fastboot tool” and then, use its functions.
  • Type number from the keyboard and hit “Enter.”
  • Wait until complete the process and reboot the device.
  • You should do all steps carefully, otherwise, you will not succeed. (not applicable for some devices)

How to boot in Fastboot mode?

There are many ways to boot into fastboot mode on your android mobile phone. The ways are varied on the brand of Android device, models, and version of operating system. But, you can follow the method below, because it is a general method and might be work for almost all the brand and model.Download With MTK Droid Tools

  • Boot into recovery. Then, you need to select “Reboot to the bootloader.”
  • Hold your volume up key and then press power key from the keyboard until you see “fastboot” on your computer screen.

Final Verdict

Android Reset Tools is one of most useful and best FRP lock remover tool. The most important and advantageous thing about this tool is that it has so many features and can do so many things with a single app. Also, it can remove FRP of many types of device. So, don’t miss the benefits of this excellent Android FRP tool v1.2 spd frp. Download, install and enjoy.

Источник: //xdarom.com/android-fastboot-reset-tool/

Поделиться:
Нет комментариев

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

    Ваш e-mail не будет опубликован. Все поля обязательны для заполнения.

    ×
    Рекомендуем посмотреть