Step-by-step instructions for flashing htc firmware. Firmware or flashing of HTC phone, smartphone and tablet


Today we got our hands on an HTC smartphone called Desire C (not to be confused with other Desire phones of previous generations). The device is remarkable primarily because it contains a Qualcomm MSM7225A processor, known for its outstanding characteristics. 600 MHz for the fourth android? In 2012 (released in May)? I would like to look affectionately into the eyes of the developers of the device and ask - guys, you need to save wisely. As a result of the manufacturer's ugly decision out of the box, the phone is so slow to understand that there is a need to do something. The money was spent, and the phone, in principle, is good, if not for the processor. The obvious solution is to speed up everything by flashing it. No sooner said than done, let’s begin lifting restrictions. First, a warning - everything that follows below leads to automatic loss of the warranty (but not the functionality of the phone). You assume all risk in connection with this.

Before you begin, copy all important files from your phone, including your phone book! A blank memory card of at least 2 GB (no more than 4) must be inserted into the phone. In application settings, check the debugging by USB and software installation from other sources!

Drivers and bootloader unlocking

The first action that awaits us while waiting for the carriage to turn into a racing car is unlocking the bootloader. Get ready, you'll have to do a lot of downloading and installing. First, we pull out the Android SDK from here ( http://developer.android.com/sdk/index.html#download) for your system version (x86 or x64). Place it. During installation you may be asked to install Java ( http://java.com/). Select your version of the operating system and add the missing one, then continue installing the Android SDK. Having installed both, look around. In android-sdk-windows, which is on the C: drive, there is an SDK Manager program. We ask her to install additional Android SDK Platform and Android SDK Tools. In turn, here we are looking for a couple of files that are useful for the rest of the process as a whole. These are adb.exe and adbWinApi.dll (folder android-sdk-windowsplatform-tools) and fastboot.exe (hidden in android-sdk-windowstools). This trinity you without a shadow of a doubt copy to the root of the C: drive (in other words, without inserting it into the folders existing there). Create your own folder called Android. Transfer the three files to the Android folder. A start. Do you think the setup madness is over? We've only just begun! We are strongly advised to add HTC Sync to the list of installed ones ( http://www.htc.com/www/help/). Reluctantly, agree, remove everything unnecessary later. HTC Sync contains the necessary drivers, which is why it is so needed. Additionally, install the HTC driver package ( http://yadi.sk/d/sY09bJ2_1ii-k).

After installing all the software, reboot. While the computer is turning the hard drive, pull the battery out of the phone, wait five seconds and insert it back. This is necessary, because even the power button does not turn off the device completely, but it is necessary that no power is supplied at all. Let's check the dexterity of your fingers - simultaneously hold down the volume down key and the power key. The phone will show a dark screen and light letters. Navigate through the menu using the sound keys until you see that you have moved to the fastboot item. Select it with the power button by lightly pressing it. The phone will start in the mode we need. Connect it to your computer, open the device manager and make sure that the smartphone is visible to the operating system.

In the start button, you probably saw the “run” item. Call the command line by typing CMD and pressing enter. Users of the stable XP edition will find the command line call in the search. Launch it and leave the window open, it’s time to take on a more boring task - register on the site http://htcdev.com/(account confirmation will be sent to your email). On the right side of this site for those who like to mock phones, you see a window with three answer options. We like Unlock Bootloader go to it. The next window asks for the phone model and your decision whether to unlock it or not. Naturally, we cannot refuse; it was not in vain that we filled the computer with programs and drivers with might and main?! Our device is not in the list (remember the letter C in the name), so scroll to the very bottom, it says All other supported... Let’s stop there. Click Begin and quickly scroll to the last page, simultaneously checking that we have completed 8 of the 10 required steps. Leave this window alone for now and return to the command line, which attracts with a black background and white letters on it. By the way, our fathers and mothers, grandmothers and grandfathers sat behind such a colorful interface - this is where the harsh everyday life of the user is, and here we are complaining about the installation.

On the command line, enter the command (there is no other way to say it):

cd c:/Android

Then another one:

fastboot oem get_identifier_token

The terminal will give us indescribable beauty with approximately the following content:

Copy with the right mouse button all the text that begins with the line <<<< Identifier Token Start >>>> and ending with the same, but with the word End. You need to copy, capturing these lines. Paste what you just copied into the box under point 10 on the HTCdev website (here he has waited for his finest hour). Don't forget to confirm that you copied everything with the Submit button. HTC (or rather, a robot instead) will send you an email with an attached archive a minute later. Take him. There is Unlock_code.bin, which just begs to be placed in a folder with other files with strange names. Send it to C:/Android. Return to the command line left alone by copying this into it: fastboot flash unlocktoken Unlock_code.bin. The phone, in response to launching the command by enter, will tell us that we now belong to the subspecies of dark Jedi, since we have switched to the dark side of the force (that’s what it says, we’re not kidding). Then there will be horror stories about loss of warranty, low-quality firmware and other joys. If after reading you are not scared, then select yes by scrolling down with the sound keys (selection - power button). You can refuse the idea with clause no. Everything will go back to the beginning. That is, to the complete destruction of everything in the phone’s memory, including the phone book. Just factory settings.

By agreeing to go to the dark side, we will receive an open bootloader. The phone will reboot, put it aside for now. The case is not over yet, there is a lot of interesting things ahead!

ReceiptRoot and install firmware with processor overclocking specifically forDesireC

And again, take the put aside device in your hands, pull out the battery and wait 5-10 seconds. After inserting it back, start the phone as you did above - by pressing the sound key down and power on. Select from the fastboot list by pressing the power button. Connect your phone to your computer and wait until the phone is detected.

A small but powerful program can get administrator rights, get it here ( http://yadi.sk/d/XsleRuhW1iiAO). Unpack it to any convenient place (for example, on your desktop) and run install-superboot-windows.bat as administrator. The executable file will be executed immediately, launching the administrator into the phone. Wait for the message that the process is complete and restart the device. Among the programs will be the “Super User” application.

The penultimate step in the dance with the phone is the installation of an alternative recovery CWM, which allows the installation of third-party firmware. Get the archive here ( http://yadi.sk/d/Xxq-UMVI1ij-w), move recovery.img to the C:/Android folder, where everything else is located. Go to the command line, write the text there:

fastboot flash recovery recovery.img

After that write

adb reboot recovery

The phone will restart in CWM recovery (CloclWorkMod recovery is written on the top of the screen). Select the reboot option on the screen. The phone will boot into normal mode. Connect it to your computer and copy the archive to the memory card ( http://yadi.sk/d/QzLvB1sO1ijVY) with firmware (without unpacking). From the copy that you have left, extract the boot.img file and place it in C:/Android.

Copy to the command line: adb rebootfastboot

The phone will reboot into the familiar text beauty. On the command line we write:

fastboot flash boot boot.img

So we flash the kernel with overclocking the processor to 726 MHz (in the settings a little later you can decrease and increase the processor values, but not more than the specified number, otherwise an abundance of glitches is guaranteed). Having seen the report about the success of the event, we do the last part of the re-flashing dance with a tambourine.

There is just a little bit left, be patient, dear ones. We will install the firmware based on the official firmware 4.0.3, but with the presence of a superuser, overclocking the processor, speeding up the firmware, reducing RAM consumption, and the ability to set special sound settings that improve the sound in headphones (see sound profiles in the settings).

Screenshots of the system are in front of you:

Write on the command line:

adb reboot recovery

In the touch menu that appears, select backup, wait for a copy of the standard firmware, just in case. If you don’t like the unofficial one, you can get your old one back by booting into recovery and selecting nandroid – restore.

Having saved, before the final firmware we clean the old system - right there, in recovery, look for the items Wipe Data Factory Reset, Wipe Cache, Wipe Dalvik Cache (the latter will most likely be in advanced). Choose them to make room for the new inhabitant of the phone. And so, the fanfare began to sound - install the firmware! Through Install ZIP from SDCARD choose NamelessROM.zip. It will take about one and a half to two minutes (up to five) to install. After completing the task, the phone will write a message that everything is fine. Select reboot on your phone. The smartphone will restart in normal mode. The first download lasts about ten minutes, be patient. When the start screen appears on your screen, your experience with the new system begins.

Do everything carefully!

Only you are responsible for all actions!

The battery lasts a full day with WiFi and 3G turned on.

The first unofficial firmware that simply surprised me with its quality.

Official firmware

Update Recovery:

2. Sound down key + Power

3. Bootloader will load

4. The system will detect the file and offer an update. We agree

5. When finished Power to reboot

Install the Kernel with S-OFF:

2. Sound down key + Power
3. Bootloader will load

5.Install from sdcard



1. Download the firmware HTC_Europe_3.33.401.153 (HBOOT 1.29.0000)
2. Copy it to the SD card. Rename to PG58IMG.zip
3. Sound down key + Power

5. When finished, reboot

Unofficial firmware firmware

Update Recovery:
1. Download 4EXT Recovery PG58IMG.zip
2. Sound down key + Power
3. Bootloader will load
4. The system will detect the file and offer an update. We agree
5. When finished Power to reboot

Install the Kernel with S-OFF:
(for without S-OFF)
1. We need to download the kernel. Can

2. Sound down key + Power
3. Bootloader will load
4. Select Recovery. The new 4EXT Recovery Touch will boot up
5.Install from sdcard
6. Select the Kernel file on the card

Installing official firmware:
1. Download unofficial firmware
2. Copy it to the SD card
3. Sound down key + Power
4. In Recovery, select installation from SD card
5. Find the file on the card and install

From experience - I have not come across any firmware that is more reliable than the official firmware.

Almost every user of HTC phones on the Android platform is faced with the need to flash their own gadget. This allows you to rid your phone of many problems and freezes, improve performance and change the interface.

However, this is quite difficult to do. In our article we will tell you how to flash htc android yourself.

Preparing your phone

Initially, the phone needs to be prepared for firmware. To do this you need to do the following:

  1. Get ROOT rights. To do this, you need to download and install the z4root program.
  2. Download the Unrevoked program.
  3. Turn off Desire and run it in HBOOT menu mode. To do this, press the Volume Down and Power keys simultaneously.
  4. Connect the phone to the computer using a USB cable (you need to wait for the next text message to appear - HBOOT USB PLUG).
  5. Open "Device Manager".

If you did everything correctly, you will see an unidentified Android device there. Right-click on it and select “Update Drivers”.

To exit the HBOOT menu, you need to turn off the phone and then start it in standard mode.

Main part

  1. Download the required firmware. It is recommended to download the necessary files from the official website htc.com.
  2. Save all important information on your gadget. Please note that you can use the Titanium Backup utility to back up files and programs.
  3. Charge your phone (at least 60%).
  4. Clear all user information. To do this, you need to go to “Settings” through the phone interface, and then select “Privacy” and “Reset data”. This is required to ensure that there is no mismatch between the firmware modules.

Installation

  1. In recovery, select “install zip from sd-card”.
  2. Find the downloaded zip firmware.
  3. Let's launch the program. If everything is fine, the installation will begin and you will see the appropriate messages. When the firmware is finished, you will see the inscription “Installation completed”.
  4. Reboot your phone and wait for the download to start.

As practice shows, you can flash an HTC in fifteen to thirty minutes. The first start after this operation may take a long time. Don't worry about this. If you do everything correctly, you will get the latest version of Android.

Possible risks

If you plan to flash your device yourself, without resorting to the help of specialists, then do not forget that there is always a possibility of certain problems arising:

  • Loss of official guarantee. Today, any change to the phone software entails loss of warranty.
  • Inability to turn on the device. This can happen for various reasons. Perhaps something was installed incorrectly or the user made a mistake. However, there is no need to worry. As practice shows, the phone can almost always be revived without contacting a service center.

For the firmware to be installed successfully, perform all the steps described above carefully and carefully. In addition, you can always find a training video that shows the HTC flashing procedure step by step.

Many users specifically install firmware without the proprietary shell - Sense - on their HTC smartphones in order to free up more memory, get rid of lags, and install other launchers. But there are those who like HTC Sense and they can be understood, because the shell from HTC is rightfully considered the best interface from the manufacturer of Android devices. In this post, we will look at the best way to get custom firmware on your HTC Desire with the latest version of HTC Sense, which is used on top-end HTC Sensation series smartphones (Original, XL, XE) - Runnymede And RuHD.

Runnymede AIO firmware

It is the most popular custom firmware with the Sense shell for HTC Desire. Thanks to the huge community on xda and dedicated programmers, the firmware really amazes with the beauty of Sens 3.5 and its speed.

Peculiarities Runnymede for Desire:

  • The firmware is based on the official HTC Sensation XL firmware 1.22.461.2 : Android 2.3.5 with shell HTC Sense 3.5
  • Full version of Sense 3.5 including everything 3D widgets and effects.
  • RCMix3D Tweaks: special settings menu for lockscreen, status bar, processor and system tweaks and many other system settings.
  • Built-in App2SD to transfer any applications to the card
  • Deodexed & zipaligned
  • init.d support
  • Full system optimization for best performance with all Sense 3.5 effects
  • Multilingual
  • Ability to configure unlocking and waking by pressing the trackpad.
  • Superuser 3.0.7
  • Ability to fine-tune processor power and frequency (Daemon controller, IncrediControl)
  • Graphic touch installer
  • Beats Audio

Video presentation of the firmware Runnymede for HTC Desire

Requirements Runnymede for HTC Desire

Installation Runnymede for HTC Desire

  • Make sure that your Desire meets all the requirements described above, all of them are required for the correct operation of Runnymede (partition table, s-off, ext partition), if this is your first time installing custom firmware and you are not confident in your abilities, you should .
  • Runnymede-
  • Install .zip from SD card in recovery)
  • The graphical installer will download, follow the onscreen instructions

Firmware RuHD

The RuHD firmware for HTC Desire is essentially a domestic modification or version of Runnymede, some goodies have been added, some have been removed, tweaks and scripts from domestic craftsmen have been added.

Features of RuHD for Desire:

  • Android 2.3.5 And HTC Sense 3.5
  • Beat bass & Xloud
  • Works on WiFi N networks
  • Integration with HTCSense.com
  • All languages ​​except English and Russian have been removed, and Russian translation has been improved wherever possible.
  • Installation completely in /system (free memory - 15mb), does not require ext partition
  • The firmware includes su, busybox, terminfo, passwd and group
  • hosts are configured to ad cutting (no need to install third-party AdFree applications, etc.)
  • APP2SD+- ability to transfer applications to a memory card (ext partition required!)
  • Optimized loading, sqlite defragmentation during startup, zipallign
  • Availability of processor profiles
  • Support OTA updates and installation of firmware additions of one branch
  • Additional RuHD settings menu - system tweaks, processor controls, advanced interface settings (analogous to the RCMix3D Tweaks menu in Runnymede)

RuHD requirements for Desire:

  • Preferable, but mandatory: S-OFF, ext-section on the card
  • Latest version of the radio module (available on the firmware website, you can flash it after installing the firmware)

Installing RuHD for Desire:

  • Make sure that your Desire meets all the requirements described above, all of them are required for the correct operation of RuHD, if you are installing custom firmware for the first time and are not confident in your abilities, you should .
  • Make a backup copy of your data (for example using)
  • If you are switching from another firmware, then before starting you need to do a full wipe! (full wipe - data\factory reset in recovery)
  • If you want to update the version RuHD- clean cache and dalvik cache, /system and /boot through recovery
  • Download the firmware from the links above, put the zip archive in the root of the card and flash it from recovery ( Install .zip from SD card in recovery)
  • Follow the onscreen instructions

Conclusion

Both firmware are very high quality and stable, great for everyday use. The main and perhaps the only drawback of both firmware is excessive power consumption, but this, of course, is the price for all the features of Sense 3.5, compared to other custom firmware for Desire without Sense (for example), the battery lasts 10-15% less. But the speed of both firmware is excellent; the developers really managed to achieve almost perfectly smooth and fast operation.

The best firmware for HTC Desire with Sense shell - Runnymede and RuHD:
rating 80 out of 80 based on 80 ratings.
There are 80 reviews in total.

The Desire HD cannot be updated to the Android 4.4.2 operating system using standard methods, as HTC no longer plans to release official updates to the Desire HD. But there is a way out. You can install custom firmware on HTC Desire HD. This article provides you with instructions for updating the OS of your mobile device to the latest version using the most common custom firmware for Android - CM11.
When installing CM11 on HTC Desire HD, the user gets the opportunity not only to update the smartphone OS version to the latest, but also a number of exclusive features characteristic only of CyanogenMod. In addition, by installing a custom ROM, the user will be able to increase the performance of his Android, as well as the clock speed of its processor. It also becomes possible to install almost any custom kernel.

Before installing the firmware on HTC Desire HD, you should go through the preparatory stage, which includes the following steps:
First, get it, otherwise installing custom firmware will become impossible.
Root access will void the warranty on HTC Desire HD with the possibility of restoration when returning to factory settings. If you need a refund, you simply install the latest official version of HTC firmware.
It is also necessary to install a custom recovery image - the latest versions or .
Due to the need for a wipe, take care of settings, important files and installed applications. It is also worth remembering to synchronize your contact list with your Gmail account.
Create a Nandroid backup that will make it possible for the user to return to the current OS version.
Make sure that your HTC Desire HD battery is sufficiently charged, that you have a USB cable for your smartphone, and that all security features on your phone and PC are disabled.
Activate the option on your Desire HD (through the menu - settings - developer options).
It is worth remembering that only you are responsible for this procedure and its success.

Updating HTC Desire HD to Android 4.4.2 using custom ROM CM11

1. Download the update archive.
2. Download.
3. We save both files on your personal computer, but do not unpack them yet.
4. Connect HTC Desire HD to the PC using a USB cable.
5. Move the two files mentioned above to the device’s SD card.
6. Disconnect the phone from the PC.
7. Turn off the HTC Desire HD smartphone.
8. Boot the device into recovery mode.
9. Using options wipe data factory reset, wipe cache partition and wipe dalvick cache we do a wipe.
10. Go back to the main recovery menu, select the section install zip from SD card, then choose zip from SD card. Install the found update file.
11. We perform all the same actions with the Google application package.
12. Find the main recovery menu and reboot the device - reboot system now.

After all these steps, it will not be difficult for you to update your HTC Desire HD smartphone to Android 4.4.2 using a custom ROM CM11. If you discover that the new firmware is not what you need, you can restore Nandroid at any time backup using the recovery mode recovery option.







2024 gtavrl.ru.