Android device flashing tools

Android device flashing tools

Краткое описание:
инструмент для выполнения команд на основе ADB и Fastboot с ПК (ROM-dump, adb, Fastboot, build.prop и др.)

Описание:
Предупреждение: этот инструмент только для опытных пользователей! Автор не несет ответственности за любой ущерб, причиненный Вашему смартфону из-за использования программы!

I was tired of typing commands for flashing my android,So i made a GUI Application that does all the hassle of flashing etc. easily.
It will work with most Android phones [Rooted] out there.
Right now it has following features:

1.Complete Fastboot Flasher: It can Flash Boot,Recovery,System,Userdata,Radio Images and even Splash Images.
It can also Help in Restoring Nandroid backups(not tested)

2.ADB Flasher:For Cyanogenmod only. It can Flash Boot images,Recovery Image and Splash Image on a Live Running Android Device without rebooting phone

3.Boot Animation Changer: yes it can also change boot animation of Android,
Just choose any zip file of any name and it will flash it.
If it throws an error try «remount System» button

4.Integrated ADB shell: Just with a single click of a button,the Output console becomes ADB shell.

5.Reboot menu: Reboot straight to recovery mode or Fastboot (bootloader mode) or reboot normally with a single click.

5.1 Remount System to r/w with a single click

6.APK Installer. (testing phase).

7.Universal Device Unrooter: removes superuser and SU binary.

8.Splash Screen Image Maker (Converter):Now you can make your own custom Splash Images and flash them straight away in a few clicks.
So many resolutions available.It automatically resizes and coverts the image files.

9.Build.prop editor: Now you can easily import build.prop file from your device or harddrive and edit it in inbuilt richtext editor and save it right on the device or your harddisk.

10.ROM Dump:Now you can dump ROM images easily with included 3 different methods (2 of them not tested)

11.Full Backup/Restore:now possible fo ICS 4.0+ devices-easy backup and restore.

While Flashing,there is no need to rename image files or copy pasting them here and there,Just browse to the desired file and flash it right away.Just that the path should’nt have spaces in its name.!

Usage:
Connect your device in Fastboot mode (for fastboot flasher) or in Debugging mode (for ADB flasher and Boot animation changer) and start the program.
the features are pretty much self explanatory.
If you get stucked or error comes in,you should rectify the problem and restart the application to ensure optimal performance.
Prerequisites:
Fastboot and ADB drivers must be installed and properly working before using this program.

Other upcoming features are:
1.Build.prop editor -added in v1.00
2.Kernel flasher
3.Recovery tools
4.Zipalign
5.Odex/deodex
6.Suggest more.
7.God knows what more.

Any suggestions are Welcome and much Appreciated.
This is an alpha application and may contains bugs like it won’t show errors,you have to determine them by looking at shell output,but if you have connected device properly and have drivers installed,you won’t run into problems!
This might not work on Windows Xp,You might need to install NET framework 4.0 or higher to make it work.

Latest Version 1.20 beta
Note:for ffmpeg converter to work,you must download ffmpeg from here and extract it in tools folder of flasher:
http://www.multiupload.nl/ZY3UKJ8BZO
Mirrors for ffmpeg:
http://www.4shared.com/archive/0wKm1az1/ffmpeg.html
http://turbobit.net/jk4g1bdydrrf.html

Русский интерфейс: Нет

Скачать: версия: 1.2 beta
Android_AIO_Flasher_1.20_by_Fonehacker.7z ( 1.02 МБ )

Источник

Android device flashing tools

Platform-tools: r31.0.3
ADB: 1.0.41 (31.0.3-7562133)
Fastboot: 31.0.3-7562133
Make_f2fs: 1.14.0 (2020-08-24)
Mke2fs: 1.46.2 (28-Feb-2021)
Последнее обновление утилит в шапке: 01.08.2021

ADB (Android Debug Bridge — Отладочный мост Android) — инструмент, который устанавливается вместе с Android-SDK и позволяет управлять устройством на базе ОС Android.
Работает на всех Android-устройствах, где данный функционал не был намеренно заблокирован производителем.
Здесь и далее: PC — ПК, компьютер к которому подключено устройство.
ADB — консольное приложение для PC, с помощью которого производится отладка Android устройств, в том числе и эмуляторов.
Работает по принципу клиент-сервер. При первом запуске ADB с любой командой создается сервер в виде системной службы (демона), которая будет прослушивать все команды, посылаемые на порт 5037.
Официальная страница
ADB позволяет:

  • Посмотреть какие устройства подключены и могут работать с ADB.
  • Просматривать логи.
  • Копировать файлы с/на аппарат.
  • Устанавливать/Удалять приложения.
  • Удалять (очищать) раздел data.
  • Прошивать (перезаписывать) раздел data.
  • Осуществлять различные скрипты управления.
  • Управлять некоторыми сетевыми параметрами.
Читайте также:  Как отключить lte андроид

Поставляется ADB в составе инструментария разработчика Андроид (Android SDK), который, в свою очередь входит в состав Android Studio.

Если что-то неправильно, то в списке подключенных устройств (List of devices attached) будет пусто.

Скрытые команды ADB
adb -d Команда посылается только на устройство подключенное через USB.
Внимание: Выдаст ошибку, если подключено больше одного устройства.

adb -e Команда посылается на устройство в эмуляторе.
Внимание: Выдаст ошибку, если подключено больше одного эмулятора.

adb -s Команда посылается на устройство с указанным серийным номером:

adb -p Команда посылается на устройство с указанным именем:
Если ключ -p не указан, используется значение переменной ANDROID_PRODUCT_OUT.

adb devices Список всех подсоединенных устройств.

adb connect [: ] Подсоединиться к андроид хосту по протококу TCP/IP через порт 5555 (по умолчанию, если не задан).

adb disconnect [ [: ]] Отсоединиться от андроид подключенного через TCP/IP порт 5555 (по умолчанию, если не задан).
Если не задан ни один параметр, отключиться от всех активных соединений.

adb push Копировать файл/папку PC->девайс.

adb pull [ ] Копировать файл/папку девайс->PC.

adb sync [ ] Копировать PC->девайс только новые файлы.
Ключи:
-l Не копировать, только создать список.

adb shell Запуск упрощенного unix shell.
Примеры использования

adb emu Послать команду в консоль эмулятора

adb install [-l] [-r] [-s] Послать приложение на устройство и установить его.
Пример: adb install c:/adb/app/autostarts.apk Установить файл autostarts.apk лежащий в папке /adb/app/ на диске с:
Ключи:
-l Блокировка приложения
-r Переустановить приложение, с сохранением данных
-s Установить приложение на карту памяти
Установка split apk

adb uninstall [-k] Удаление приложения с устройства.
Ключи:
-k Не удалять сохраненные данные приложения и пользователя.

adb wait-for-device Ждать подключения устройства.

adb start-server Запустить службу/демон.

adb kill-server Остановить службу/демон.

adb get-state Получить статус:
offline Выключен.
bootloader В режиме начальной загрузки.
device В режиме работы.

adb get-serialno Получить серийный номер.

adb status-window Непрерывный опрос состояния.

adb remount Перемонтировать для записи. Требуется для работы скриптов, которые изменяют данные на.

adb reboot bootloader Перезагрузка в режим bootloader.

adb reboot recovery Перезагрузка в режим recovery.

adb root Перезапуск демона с правами root

adb usb Перезапуск демона, прослушивающего USB.

adb tcpip Перезапуск демона, прослушивающего порт TCP.

adb ppp [параметры] Запуск службы через USB.
Note: you should not automatically start a PPP connection. refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
Параметры:
defaultroute debug dump local notty usepeerdns

FastBoot — консольное приложение для PC. Используется для действий над разделами

fastboot devices Список присоединенных устройств в режиме fastboot.
fastboot flash Прошивает файл .img в раздел устройства.

fastboot erase Стереть раздел.
Разделы: boot, recovery, system, userdata, radio
Пример: fastboot erase userdata Стирание пользовательских данных.

fastboot update Прошивка из файла имя_файла.zip

fastboot flashall Прошивка boot + recovery + system.

fastboot getvar Показать переменные bootloader.
Пример: fastboot getvar version-bootloader Получить версию bootloader.

fastboot boot [ ] Скачать и загрузить kernel.

fastboot flash:raw boot [ ] Создать bootimage и прошить его.

fastboot devices Показать список подключенных устройств.

fastboot continue Продолжить с автозагрузкой.

fastboot reboot Перезагрузить аппарат.

f astboot reboot-bootloader Перезагрузить девайсв режим bootloader.
Перед командами fastboot можно использовать ключи:
-w стереть данные пользователя и кэш
-s Указать серийный номер устройства.
-p

Читайте также:  What is android remote controls

Указать название устройства.
-c Переопределить kernel commandline.
-i Указать вручную USB vendor id.
-b Указать в ручную базовый адрес kernel.
-n

Указать размер страниц nand. по умолчанию 2048.

Команду logcat можно использовать с машины разработки
$ adb logcat
или из удаленного shell
# logcat Каждое сообщение лога в Android имеет тэг и приоритет
Тэг – это строка указывающая компонент системы, от которого принято сообщение (например: View для системы view)
Приоритет – имеет одно из нижеследующих значений (в порядке от меньшего к большему):
V — Verbose (Низший приоритет).
D — Debug
I — Info
W — Warning
E — Error
F — Fatal
S — Silent (Наивысший приоритет, при котором ничего не выводится).

Получить список тэгов, используемых в системе, вместе с их приоритетами можно запустив logcat. В первых двух столбцах каждого из выведенных сообщений будут указаны / .
Пример выводимого logcat сообщения:
I/ActivityManager( 585): Starting activity: Intent

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

Пример ниже выводит в лог все сообщения с тэгом «ActivityManager» с приоритетом «Info» или выше, и сообщения с тэгом «MyApp» и приоритетом «Debug» или выше:
adb logcat ActivityManager:I MyApp:D *:S
Последний элемент в выражении фильтра *:S устанавливает приоритет «silent» для всех остальных тэгов, тем самым обеспечивая вывод сообщений только для «View» и «MyApp». Использование *:S – это отличный способ для вывода в лог только явно указанных фильтров (т.е. в выражении фильтра указывается «белый список» сообщений, а *:S отправляет все остальное в «черный список»).

При помощи следующего выражения фильтра отображаются все сообщения с приоритетом «warning» или выше для всех тэгов:
adb logcat *:W

Если logcat запускается на машине разработчика (не через удаленный adb shell), можно также установить значение выражения фильтра по умолчанию задав переменную окружения ANDROID_LOG_TAGS:
export ANDROID_LOG_TAGS=»ActivityManager:I MyApp:D *:S»

Следует обратить внимание что задав переменную окружения ANDROID_LOG_TAGS она не будет работать в эмуляторе/устройстве, если вы будете использовать logcat в удаленном shell или используя adb shell logcat.
Вышеописанная команда export работает в ОС *nix и не работает в Windows.

Контроль формата вывода лога

Сообщения лога в дополнение к тэгу и приоритету содержат несколько полей метаданных. Можно изменять формат вывода сообщений показывая только конкретные поля метаданных. Для этого используется параметр -v и указывается один из ниже перечисленных форматов вывода.

brief Показывать приоритет/тэг и PID процесса (формат по умолчанию).
process Показывать только PID.
tag Показывать только приоритет/тэг.
thread Показывать только процесс:поток и приоритет/тэг.
raw Показать необработанное сообщение, без полей метаданных.
time Показывать дату, время вызова, приоритет/тэг и PID процесса.
long Показывать все поля метаданных и отдельно сообщения с пустыми строками.

При запуске logcat можно указать формат вывода используя параметр -v:
adb logcat [-v

Источник

Best Android Flashing Software/Tool for PC Download

Many smartphone users buy Android-based devices because they allow them to customize the devices according to their needs. The Android users can flash their devices if they are bored with the current OS and want to add some additional features. Many users also flash their devices for modifying certain things to enhance the performance of the devices. Flashing also helps to modify or change the Android OS in smartphones.

But many people ask us, «How do I manually flash my Android phone?» You can flash your device using any of the Android flashing software. In this latest post, we will offer the best Android flashing software for PC that can be used for flashing the device for various reasons.

Читайте также:  Звонки от андроида айфон

No.1 iMyFone Fixppo for Android

If you want to flash your Android phone from PC with the USB cable, you need the best flashing software in this field. Let’s see the first PC software on our list. iMyFone Fixppo for Android is an advanced Android OS repair tool that is used for installing Android OS on your Android phones and tablets. In addition to that, Fixppo for Android is also used for fixing all kinds of Android system issues.

It is developed to repair all Android system issues on thousands of Android devices.

It comes with the fastest repairing rate, a 100% success rate and performs better in every aspect when compared to its competitors.

You don’t have to be tech-savvy to use Fixppo for Android. Even a common man without any technical knowledge can use this tool for updating the device or for fixing Android issues.

You can download the flash firmware for free with the trial version.

You will get life-time free support from the professional support team of iMyFone.

You will always get the new update of this program for free.

It has already been trusted by many professional media sites.

Step 1: First, download and install Fixppo for Android on your computer for free. Open it and click on the Start button on the Home page.

Step 2: In the next screen, you will see an option for downloading the relevant firmware for your device. Now enter your Samsung Galaxy device details and select all the other options correctly. Click on Download Firmware. Then the firmware will be downloaded and the software will be extracted automatically by this tool.

Step 3: Then follow the on-screen instructions to enter download mode of your device. Then the update process will start automatically.

In just a few steps, you can download and flash the Android OS software. So do you want to flash the ROM or install different one on your Android device? Don’t wait. Just try this Android flashing software for PC download for free now.

No.2 dr.fone — Repair (Android)

The second Android flashing software on our list is dr.fone — Repair (Android). It is also another reliable tool that can update your Android. It has some similar features with iMyFone Fixppo for Android, but the reason why it is only the second choice for you is that its success rate in this field is lower than Fixppo for Android.

Pros

It allows you to update your Android even if you don’t have knowledge in Android technology. With just a few clicks, you can also flash the custom ROM on your device using dr.fone.

This tool supports 1000+ Android models, including the latest Samsung models.

It supports Android 2.0 to 9.

Cons

It doesn’t work for every Android device, only Samsung.

The repair rate is also not faster compared to Fixppo for Android.

The success rate is also not higher compared to Fixppo for Android.

Conclusion

You can refer to this guide if you are wondering how to flash Android phone from PC with a USB cable. We have given the best Android flashing software for you. Before trying any of the tools, understand the features, pros, and cons of all the tools and then try to flash your device. If you need any help from our experts, you can contact us through the comment section below.

By Robert Moore , to Android Issues

Posted on Aug 08, 2019 ( Updated: Jun 24, 2020 )

Источник

Оцените статью