HTC Desire S firmware. HTC One firmware update How to flash HTC S with official firmware

Home / Laptops

To unlock the bootloader you need to do the following:

1) Remove and install again battery.

2) Press and hold the Power and Volume Down buttons at the same time.

3) Using the sound keys, select “Fastboot” and press the power button.

4) Connect your smartphone to your computer using a USB cable.

5) Download and install Android SDK(Software development kit - developer kit). You can take the archive on the official website, there are versions for Windows, MacOS X and Linux. You may also need Java (you can download from the official website) and program HTC Sync, which includes the necessary drivers.

6) Unpack Android SDK, create new folder(for example, C:\Android) and copy three files into it:

a) To find these files, run SDK Manager.exe from the \android-sdk-windows folder.

b) Wait, after a couple of minutes the packages available for download will be displayed. Install Android SDK Platform and Android SDK Tools from them (or update if your SDK version is r11).

c) Once the installation is complete you will be able to find:

Adb.exe and adbWinApi.dll in the \android-sdk-windows\platform-tools folder.

Fastboot.exe in the \android-sdk-windows\tools folder.

MacOS and Linux users can download fastboot binary files from the following links:

- fastboot-mac

- fastboot linux

7) Open the command prompt (Start > Run > enter CMD or Start > Run > enter CMD, Win7 users can find the command prompt in Start > All Programs > Accessories > Command Prompt).

8) Go to the folder with the created files (for example, if the folder is C:\Android, then enter in command line"cd c:\Android").

9) Enter “fastboot oem get_identifier_token” in the command line.

10) You will see one of the screens above - this is the key. You need to right-click, select “mark”, select the block and right-click to copy. The key must start with

<<<< Identifier Token Start >>>>

and end

<<<<< Identifier Token End >>>>>

Then you need to go to the official website (registration is required), scroll to Step 10, insert your key into the My Device Identifier Token field, and click Submit.

11) After a few seconds to the address email specified during registration, you will receive a message with the unlock key in the attachment - Unlock_code.bin.

We save the file in the folder with other necessary software (in the example - C:\Android).

12) Enter “fastboot flash unlocktoken Unlock_code.bin” into the command line and see a message similar to that shown in the screenshot above. Another message will appear on the smartphone screen:

It is a must read. In short, the meaning comes down to another repetition of “The dark side are they.” Once you start down the dark path, forever will it dominate your destiny”, which in Russian translation sounds like the well-known “Once you take the first step along the dark path, you will no longer be able to turn away from it...”:)

Reading the notice about possible problems with third-party firmware, possible loss of warranty, deletion of all information from the device and other warnings and, if you have not changed your mind, use the volume control key to select “Yes” and press the power button. Ready! The smartphone will be returned to factory settings and the bootloader will be unlocked.

If you select “No”, the smartphone will reboot and no changes will be applied.

13) To lock the bootloader, enter “fastboot oem lock” in the command line. It won't restore standard lock, but simply blocks it, prohibiting any further changes. To reopen, you will need to repeat step 12.

Information taken from the site http://www.youhtc.ru

How to do it firmware you will find the answer in the question "HTC Wildfire firmware. How?"

  • Liked answer: 1

How to flash HTC One(m7)

Complete instructions for firmware HTC phone One (m7), unlock Bootloader, install ClockworkMod recovery and custom firmware.

1. Download files for working with adb and fastboot and the driver for connecting the smartphone with the PC HTC Driver 4.8.0.002 They will be needed almost constantly.
2. Unpack the archive into the c:\android folder. There should be 4 files in the folder

3. Connect the phone to the PC using the original usb cable(the one that came with the phone)
4. Install the drivers (downloaded earlier). The phone in the PC device manager should be identified as MyHTC

5. Now let’s learn more about how to unlock the bootloader on HTC One (m7)

We need to unlock the bootloader on the HTC One (m7) smartphone

attention! The Unlock Bootloader procedure will reset your smartphone to factory settings!

Register on the website https://www.htcdev.com/ Select “Unlock Bootloader” and click “Get Started”

Select “All Other Supported Models” from the list and click “Begin Unlock BootLoader”

We agree with all the conditions and go to the page with the instructions (the “Unlocking Bootloader Instructions” button).

We put the phone into fastboot mode (into the bootloader): turn off the phone by pressing the Power button and holding until it starts to reboot, then release Power and immediately press Volume Down (-) and hold until you get into the bootloader (bootloader)
We check how the phone is identified in the device manager. Must be MyHTC.
Let's launch the terminal. In the c:\android folder, hold down the Shift key and press right click mouse anywhere and select Open command window. A command line will open, which should read c:\android>

On the command line, type the command fastboot oem get_identifier_token


Select and copy the text (right-click, select Mark, press Enter) as shown in step 9 on the HTCDev website

Paste “My Device Identifier Token:” into the form on htcdev.com and click Submit (Step 10)
After some time, your mailbox specified during registration, you will receive a letter with the Unlock_code.bin files attached. Download it and save it in the c:\android folder

In the command line enter fastboot flash unlocktoken Unlock_code.bin
A menu with Unlock bootloader should appear on your smartphone. Select Yes (with the volume rocker) and press the Power button.


The phone will reboot. Ready!
To make sure that the bootloader is unlocked, reboot the smartphone into the bootloader and the message *** UNLOCKED *** should appear in the top corner of the screen, which indicates a successful procedure unlock bootloader HTC One

6. Installing custom recovery on HTC One (m7) (in our case CWM)

Download custom recovery and rename it to recovery.img. (It doesn’t make much difference which recovery to install. Sometimes firmware developers recommend installing a specific recovery) for example, this one - recovery.zip If downloaded zip archive, then you need to extract the recovery.img file from there
Place the file you downloaded in the same folder where they are Android files, that is, C:\Android
We put the phone into fastboot mode and enter this code on the command line:

fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot

Recovery was successfully installed on HTC One (m7). In order to enter recovery you need to put the phone in fastboot mode, use the volume buttons to select Bootloader and press the Power button, then select Recovery and press the Power button again

7. Download any firmware you like (you can download it here - firmware for HTC One (m7)) and place it in the phone’s memory; for convenience, it’s better to put it in the root folder (so you’ll have to search for it less later). If this is firmware based on CyanogenMod, then you also need to download Gapps - a Google application ( Play Market etc.). You can take them
8. Reboot into recovery
9. Next, we make a backup of the existing firmware. To do this, in recovery you need to select the Backup item: in CWM - Backup and Restore/Backup, in TWRP - Backup. It is better to save the resulting backup on your PC, as it will be useful in the future for returning to initial state(especially relevant for “rare” phones)*
10. We do wipes, that is, bringing them to the factory state.
In CWM – Wipe data/ factory reset, wipe cache partition, Advanced/Wipe dalvik cache. In TWRP - Wipe, swipe to execute. You can manually select items to clean: Dalvik Cache, Cache, Data, System. To do this, click Advanced Wipe.
11. Installing firmware. In CWM – Install zip from Sdcard -> Choose zip from sdcard -> select the downloaded firmware -> confirm. In TWRP – Install -> select the downloaded firmware -> confirm
12. Done! The firmware will be installed! If you chose firmware based on CyanogenMod, then you need to install Gapps next - just like the firmware
13. Reboot the device

Instructions

Before flashing, download latest version software, available for HTC Sensation. To download, you can use resources dedicated to working with software for this phone. After downloading the appropriate archive with the firmware, unpack it using an archiver program into a separate folder on your computer.

Download the Android SDK from the official Android website. Install the resulting software package using the installer. If you don't have HTC Sync installed on your computer, install it because... along with it comes a package of all necessary drivers for flashing.

Put your phone into Fastboot mode. To do this, turn off your HTC, then remove the battery and reinsert it into the device. Turn on your smartphone by simultaneously holding down the power button and the side volume down key. Wait for the boot options selection menu to appear. From the options offered, select Fastboot using the volume buttons. Confirm your choice by pressing the top power button.

Connect your smartphone to your computer and wait for it to unpack necessary drivers. Run the adb.exe program, which you can find in the folder with the program for Android control(“Start” - “Computer” - “Local drive C:” - Program Files– Android – SDK – WindowsPlatform – Tools – ADB). Adb.exe must be launched by right-clicking on the file and selecting “Run in command line”.

Type fastboot oem get_identifier_token and press Enter. Copy the key obtained as a result of the operation on the official HTC website in the device unlocking section, to access which you will need to go through the registration procedure by filling out the required fields. After moving to Step 10, paste the copied code from the command line into the appropriate section and click Submit.

Your phone will receive an unlock code in the unlock_code.bin format. Download this file and place it in the same directory where adb.exe is located. At the command prompt, enter fastboot flash unlocktoken unlock_code.bin. If the operation was performed correctly, you will see a corresponding message on the screen of your device. Select Yes.

fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash userdata data.img
fastboot reboot

After entering these commands, the device will reboot and new firmware will be installed on the device.

When approaching the issue of updating your gadget, you need to know in advance what results you need to achieve. Owning HTC Wildfire S on Android based 4.0, you can improve your mobile device by updating the operating system to new version 4.1. So we not only improve technical specifications, but we will also get more opportunities to install modern applications.

Specially created instructions Android updates Ice Cream Sandwich 4.0 to the new version will be as clear as possible for any smartphone user. The main thing is to do everything progressively and measuredly. Haste will only do harm, and inattention will not only fail to update the gadget, but will also worsen its capabilities.

How to update HTC Wildfire S firmware?

In order to begin the process of updating the operating system to a new version, you need to make sure that you have superuser rights. IN otherwise you will not be able to achieve the desired result.

The first step is to download One Root 1.5. Finding this software will not be difficult, since it is widely distributed on the Internet;

  1. After downloading One Root 1.5, print it from the archive. In the folder with all the files, find one click.bat and run it. Next, click on any button on your long-suffering keyboard and wait for half a minute;
  2. The next step to update the gadget is to download the MIUI v4.1 Jelly Bean file. You can download any other firmware for Wildfire, but at the moment I’ll install MIUI with you.
  3. At this stage you need to be careful. Once you download the firmware, you DO NOT need to unzip it! Just download the archive to your mobile device;
  4. Even if you download Cyanogenmod, it should not be unzipped either. In addition, it is better to download to a memory card. When updating the operating system via Recovery, you must perform the following steps: install zip from sdcard -> choose zip from sdcard. After this, you can begin the installation. By doing everything exactly this way, you can avoid a lot of problems, because a complete installation does not guarantee that your mobile device will turn on at all;
  5. This is where the military secrets of a successful installation end. Then everything is as simple as two and two. Press the gadget's on/off button and simultaneously hold down the volume down key. We hold these keys until the moment when the bootloader opens to your eyes;
  6. In the menu, click on the Recovery button;
  7. Now, just in case of emergency, let’s create a backup copy of all data on your mobile device. To do this, we perform the following operations: backup and restore -> backup. Why is this necessary? Imagine that you make some mistake during the gadget update process and all your data will be lost. Using a backup, you can restore lost data. In addition, the data backup takes only about 500 MB. If you want to roll back to previous version software or you fail during the installation of the firmware, then you can fix everything using the following actions: backup and restore -> restore -> select the archive;
  8. After successful creation backup copy your data should be cache cleared. To do this, you need to carry out the following operations wipe data / factory reset - wipe cache partition -> Go to Mounth and storage -> format / data - format / cache - format / system;
  9. We perform the operation Advanced -> wipe dalvik cache and that’s all the preparation that was necessary for successful firmware mobile device almost completed. Now we can move on to the sweet part, namely updating the smartphone OS version;
  10. Now let's open file manager, find the archive with the firmware files, unzip it and start the firmware installation process. Well, we have a couple of minutes to drink a cup of coffee or smoke a cigarette until the message “Install from sdcard complete” appears;
  11. Launch Recovery again and select reboot system now.

Don't be alarmed if your phone takes fifteen minutes to load. Usually, the first launch of a smartphone takes a long time.

HTC, while releasing multifunctional, stylish, reliable and practical gadgets, does not always care about long-term software support. In other words, bought new smartphone in practice, within a year there may be no operating system updates. Based on this, it is not surprising that Android firmware DIY on HTC remains one of the very popular topics among owners of famous brand gadgets. In this article you will learn how to flash HTC at home without special skills and a lot of time.

The essence of the firmware

At the end of the process, you will see a green checkmark in the program window, indicating that the bootloader has been successfully unlocked.

A longer way to unlock the bootloader

To implement this method of opening the bootloader, you will need to download and unpack the HTC Sync and Fastboot archives into one directory. After that you go to the official HTC website to the “Bootloader” section and download the necessary additional software for your gadget model.

If your smartphone is not in the list, select “All Other Supported Models”. Next, you will be asked to register, after which you can begin unlocking the bootloader. To do this:


Installation of recovery and subsequent uploading of a new operating system

The standard HTC recovery will not please many people. If you are aiming to change the firmware, take care of the new version of the recovery menu.

In practice, most custom recoveries provide their users with more functionality than standard software. Moreover, custom options greatly simplify working not only with official builds of the operating system, but also with custom options that require separate installation instructions.

Smartphone firmware via Flashtool

In order not to bother with firmware for a long time and quickly install the latest software on your smartphone, pay attention to the Flashtool program.

A distinctive feature of the program is its intuitive interface and practically complete absence the need for additional measures to prepare the gadget for installation of new firmware.

Installing firmware via SD card

A popular way to update software is to flash the firmware via an external SD card. This method installing fresh software is perfect even for those users whose gadgets no longer turn on after a serious failure.

At the same time this method implies taking into account some subtleties. These include the need to charge the gadget to at least 50%, as well as receiving open access for installation from external sources.

Firmware via ADB Run

Another excellent way to flash HTC smartphone is to use the ADB Run program.

To flash the device with this utility, the user does not need to spend time learning any commands. It is enough to use it intuitively clear interface, download the firmware and enable device debugging via USB.

Risks associated with reinstalling firmware

When you get deeply involved in the process of reinstalling or updating software manually, be prepared to encounter a number of serious mistakes, which can have an adverse effect on the performance of the gadget. If the latest firmware is installed incorrectly or if the installation archive is irresponsibly selected during operation, failures may occur even in standard utilities.

Moreover, users who do the firmware themselves quite often encounter a “bricked” gadget, which requires a colossal amount of time to restore normal operating characteristics. To protect yourself from serious problems, use the recommendations of professionals and download additional software from trusted sources.

Restoring firmware on Android

Are you experiencing slowdowns, crashes, freezes, and rapid battery drain? Have you noticed that the gadget no longer works as quickly as the day it was purchased? Try restoring it to its original characteristics by resetting the user data.

The implementation of normal operating conditions for a gadget is not always associated with a firmware update. Often, the user only needs to reset the device to return it to the required performance indicators.

Firmware for HTC HD2 smartphone on Android

HD2 is a cult gadget, which, unfortunately, was produced by HTC exclusively with operating system Windows Mobile. It has solid hardware performance, which is why its re-flashing on Android remains more than relevant.

Moreover, the procedure for changing software takes relatively little time. All you need to do is obtain the necessary archive for installation and use the instructions.

© 2024 ermake.ru -- About PC repair - Information portal