> Attention!

We strongly recommend to readRules section "Android - firmware"

New threads need to be created only inroot partition! In the future, they will be processed by moderators.



Xiaomi Redmi Note 4X - MIUI firmware



Rep: (571)
Xiaomi Redmi Note 4X - MIUI firmware
PictureRedmi Note 4X, Redmi Note 4 Global, RN4X, HMN4X, Mido
Description | Discussion пїЅ | Purchase пїЅ | Accessories пїЅ | Marriage and Repair пїЅ | Club owners Redmi Note 4X пїЅ | Discussion camera Xiaomi Redmi Note 4X пїЅ | Power consumption and autonomy пїЅ | Modification and decorations пїЅ | Configure notifications and background applications for MIUI пїЅ | Unlocking bootloaders пїЅ | Mi Account пїЅ | Kernels пїЅ | Project treble пїЅ | Unofficial firmware пїЅ | MIUI firmware пїЅ


Administration Decisionsavagemessiahzine.comon banning posting and discussing Miuipro content

F.A.Q.


Important information!
MIUI Migration Information
Information about the transition to MIUI 10
AOD is not for this phone
If in the settings no face unlock is displayed (Face ID) - set the region of Russia (for localizers only)
If you install stock firmware via TWRP, do not forget to sew nextprotection script/ Magisk. If localization firmware is installed, the root can be embedded (read the description of the firmware)
Before any operations involving a computer, do not forget to enable USB debugging in Developer Mode!
The release of Global Developer builds has been halted due to system errors made by developers. Release China Developer (and custom based on them) is unchanged.


Drivers and Utilities
UnderWin XP x86 (32bit)no drivers. Need manual editing.Instruction
Drivers

Utilities



Firmware
Instructions
Useful
TWRP, ROOT, Modems

TWRP
Modifications
ROOT
Modems

GApps / Scripts / Patches
miscellanea
WIFI / USA Band / IMEI
Regions / cust
Sensors / Vibration / Screen
Applications / GPS
PC connection
Fingerprint scanner
Other

Polls, firmware reviews


Topic with no curator. If there is a user in the subject who wants to become a Curator and the correspondingRequirements for candidates for curators, he can create an application topic in the sectionI want to be curator(after studying all the materials for the Curators).
Prior to the appointment of the Curator, on filling caps, please contactModeratorssection through a buttonPictureunder the messages to which you want to add links.


Post has been editedvovcik3 - 01.07.20, 17:11
Reason for editing: All versions of MIUI 12



Rep: (115)
Mini instructions for using the utilityfastboot


If you are flashing in modefastboot then all the files you want to upload to the device should be placed in the folder with the file fastboot.exe . There also usually lies and adb.exe but he has nothing to do with it.
The recovery file or the boot.img file can be named as you like, the main thing is that on the command line you write the exact name of the file that you are stitching. If the file has a nameboot.img , the command is written with this name.
Enter the phone modefastboot key combination Volume- and Power button at the same time . A hare will appear in a hat, then the phone is in mode fastboot .
Next we enter the directory on the computer where our files are located. I have, for example, on the diskWITH have a folder tools in which the tools for working with adb and fastboot . There usually throw files .img for firmware.

The contents of the tools folder


I run the command line on the computer.
I enter the teamcd C: \ tools which means change directory to C: \ tools . Next, I enter the command fastboot devices when connected via USB phone mode fastboot .
The command line interface displays the device identification number (a combination of letters and numbers unique to your phone). If this does not happen and the list of devices is empty, then your phone is not connected. Either a problem with firewood, or with a connection.
Suppose that the phone is defined. Next, enter the command
fastboot flash boot boot.img

where is the wordflash means to flash the word boot means the section in which to flash and the third word means the name of the file that is being stitched. Enter without errors and press Enter. The firmware process is fast and the result is immediately visible in the command line interface.
So we requestedboot.img.
If you need to flash recovery, then do the same. The recovery firmware command looks like this:
fastboot flash recovery recovery.img

where is the wordrecovery means the section into which we are stitching, a recovery.img - file name of recovery. Can you name it though twrp.img but then the command should be written like this:
fastboot flash recovery twrp.img


I hope it is clear. After flashing the file, you can enter the command:
fastboot reboot

and the device will reboot into the system.

fastboot boot twrpXXX.img

where twrpXXX.img is the name of the TWRP file (it can be different, as you call it, or write on the command line)
You pushEnter and the phone should boot into TWRP virtual recovery.
You work in recovery. You install everything you need (RTH, patches, etc.). Rebooting into the system and virtual recovery is no longer necessary. Until the next dive into it in a familiar way.

Fastboot utility commands
fastboot devices - a list of devices connected to the computer (used to test the connection)
fastboot reboot - device reboot
fastboot reboot-bootloader - reboot the device in the bootloader
fastboot flash boot filename.img - kernel firmware included in boot.img
flashboot flash radio filename.img - firmware radio module
fastboot oem lock - close the bootloader.
fastboot oem unlock - open bootloader (erases all user data)
fastboot oem device-info - shows loader unlocking information
Not all teams worked for me. check.


Who does not have these tools, you can download them from the topic header

Inside are two utilitiesadb.exe and fastboot.exe . Unzip to root WITH and use the instructions above.



The author of the article is not me, the original post is takenfrom here


Post has been editedPerfectHD - 14.03.18, 14:44



Rep: (530)
The first phones have already gone, so I will try to describe the algorithm of actions during the firmware.
Beginningfrom version 8.1 stable and global Xiaomi blocked EDL mode (Emergency Download Mode) practically on all devices !!! Therefore, if you want to install the firmware without official unlock, then use the option to enter the EDL engineering cable (ready for sale on aliexpress or offline stores, look for the manual itself in the search engine, or cut the cable option N2 do not forget + Weeman88 .Through Fastboot mode (the hare in the earflap) you can flash the Miflach only after the official unlock. This should be clearly understood, everything else is in the cap.
cable name:
for Xiaomi Phone Models Open Port 9008 Supports All BL Locks Engineering Cable, Deep Flash Cable

Picture

Post has been editedPerfectHD - 15.03.17, 11:48
Reason for editing: In the header



Rep: (115)
TWRP 3.0.2-0


Changelog
  • Fix the bug with the input box that affected masked inputs (passwords). This is a fixes decrypt of full device encryption on devices that support decrypt. This bug also affects encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups.
  • Add Greek translation to some builds.
  • support new CM 13.0 pattern encryption (sultanqasim)
  • fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
  • libtar updated to latest upstream and fixes (jcadduono)
  • fixes for loading custom themes (_that)
  • The normal zip install process (Dees_Troy)
  • translation updates - added italian czech
  • track backups (tar) (dees_Troy)
  • fix input box text display (Dees_Troy)
  • reboot option after install install (bigbiff)
  • other mostly invisible bug fixes and improvements


Installation
  • To installfastboot / adb tools from the cap
  • We copy in memory of phonelazyflasher-no-verity-opt-encrypt.zip
  • Go infastboot / adb mode
  • Having previously unlocked the bootloader,how to do it
  • We copyrecovery mido.img in the folder with the tools and execute the script:
    fastboot flash recovery twrp_mido.img

  • We go into the recovery and do in the settingsAdvanced =>Disable verify
  • Reboot into recovery again and install the scriptlazyflasher-no-verity-opt-encrypt.zip
  • Overload the system and enjoy


Attached filerecovery mido.img(26.25 MB)

Attached filelazyflasher-no-verity-opt-encrypt.zip(420.95 KB)


Picture

Post has been editedPerfectHD - 04.03.17, 11:35
Reason for editing: Source



Rep: (7)
Hello every one, i am from iran ... i can just write english
i usedsavagemessiahzine.comfor many years ..
so please do not delete this

Unhappy the phone unfurcunatly after miui v 8.1.10.0 ED ui global global global ur ur ur ur ur ur ur ur ur ur ur ur ur ur ED ED ED ED ED closed closed
Today I found a way to reach EDL mode Without Unlock bootloader. yes we can do it !!!


How to do:

1 open battery door
2 disconnect battery cable
3 connect 2 gold pin near battery like picture
Attached Image
Attached Image

4 connect the cable to PC
M
Read the Forum Rules - Check outForum Rules!
3.1 . The official forum language - Russian . The official language of the forum is Russian.
3.2. All posts must be written in Cyrillic. All messages must be written in Cyrillic.
Recommended to use the translation services.


Post has been editedVlad J.S. - 11.03.17, 22:12



Rep: (9)
Reviews of firmware from users


Post has been editedsnekt - 30.05.20, 19:15
Reason for editing: Comments on MIUI 12



Rep: (5)
Author assemblies based on MIUI 8/9/10 (Installation only in TWRP)

Mods from forum members:
Fromsergey1789 - MIUI 10
Fromdeooleg - MIUI 8/9
FromSiemens 92 - MIUI 8/9/10
FromStaseg-preved - Masik в„ў MIUI (Android 7.X), preassembly , Masik p
Frommax127328 - MIUI 10
From@ Dzmitry78 - MIUI 10

Ported firmware :
InstructionHow to switch from miui to treble

Mi Max 3 - MIUI 10 Project Treble Pie , Oreo , Xiaomi.eu 9.7.4 , MiuiPro 9.7.4 ,
MiRoom 9.8.9
Redmi 5A - xiaomi.eu 9.2.14 (Android 8.1)
Redmi 5+ - miuipro 10 (8.1 Android) , mail cloud , addition to the firmware
MiuiPro 9.2.21, MiuiPro 9.3.28

MiRoom 9.1.24; MiRoom 9.5.16
MiRoom Stable 10.2.2.0
MixOs 9.1.24

Masik X 2.4; Masik X 2.6; Masik X 3.0; Masik X 3.3; Masik X 3.8; Masik X 5.2
Masik p

Minovo 9.3.6

electronic.13 port
9.3.1 mod st gaz, 9.3.7 mod st gaz, 9.3.14 mod st gaz, 9.4.18 mod st gaz

Xiaomi.eu 9.5.16

Redmi note 5 - Kosmos2011 Pie V10.3 by @WhatsNew

Mi Note 3 - Miui 10 9.1.17

Mi 5X - MiRoom 9.2.14 ; MiRoom 9.3.28 ; Revolution OS 9.3.7 ; Revolution OS 9.5.1
electronic.13 port
MiRoom 9.5.30 without Mi-services
Xiaomi.eu 9.8.1

Special Edition - MiuiPro 9.2.14 ; MiuiPro 9.3.1 , MiuiPro 9.3.14 , MiuiPro 9.3.21 , MiuiPro 9.5.16

Port without Google and / or Mi-services - 8.11.15 (No Mi, Google) , Miui 10 Android 8.1 (no Mi)

Port 9th Android - RevolutionOS ,
Archive (rarely updated)
From cherva70 ᵥ
basedMIUI 8.2.10.0
basedMIUI 8.2.5.0
From sequoia23 ᵥ
author's post

From Rus102102 ᵥ
basedMIUI 9.0.3.0
basedMIUI 9.0.5.0
From zakons ᵥ
based7.12.8 global
author's post(answers in the blind from global)

From kosmos2011 ᵥ ( support is terminated! )
basedGS 9.2.2.0
basedGS 9.5.11.0
basedGS 10.1.1.0 + gdisk
MIUI 10
based8.6.20-29
based8.7.12
based8.7.19
based8.7.26
based8.8.2
based8.8.9
based8.8.23
based8.8.30
based8.9.6
based8.9.13
based8.9.20
based8.10.11
based8.10.25
based8.11.1
based8.11.8
based8.11.15
based8.11.22 + gdisk
based8.11.29
based8.12.6

Fromgreatslon - MIUI 9
Fromseregafox95 - MIUI 9
Frompdaxda - aTerminator_mido, MIUI 9
FromWillvandom87 - MiuiPro 9.0.5.0
FromLenovoved - MIUI 10 ALFA BUILD
Fromstlakers - STLedt
Fromgreeshan - MIUI Repack
FromJspirit - MIUI 10 Project Treble


Post has been editeddraiv88 - 09.12.19, 22:49
Reason for editing: Edit



Rep: (103)
Generalized instruction on the official unlock
perform these actions only with a full understanding of the manipulations performed, if something is not clear it is better to look for information than to disassemble the phone and close the test point

for those who have a phone with firmware 8.1.15.0 (8.1.10.0)
as my practice has shown, the official unlock doesn't go to them (although it’s still worth a try)
It is necessary to change to Developer. But since With EDL, we have trouble and cutting the cable is completely reluctant, we act as follows:

1. Preparation
1.1. Downloading from the driver headerAdb, MiFlashandMiUnlock

1.2. Unpack and install all this stuff (in the future, with an active transition from firmware to firmware, you will need it)

1.3. Downloading the firmware from the header7.2.16andTWRP Recovery


2. Transition to Developer
2.1. Because roll on 8.1.15.0 through three points on top of 7.3.9, the system did not give me, but cursed premission, set 7.2.16, which was downloaded earlier.

2.2. Just upload the firmware file to your phone and install the firmware through the built-in updater (do not install wi-fi)
Attached Image

2.3 Go to Settings - additionally - Restore and reset - Reset settings and reset the phone to the factory state


3. Official Unlock
3.1. After reboot, we set up a new device (I connected wi-fi, went under Mi Account). Next, go to Settings - about the device and click on the version of Miui to developer status

3.2. We act according to thisinstructions, we are interested in points number 1 and 2.

3.3. Actuallyinstruction


4. Install Recovery
4.1. We translate the phone into fastboot (from the off state of 'power' + 'vol-' to the hare of the repairing robot)

4.2. Open the folder where you installed MiFlash and go on the path MiFlash \ Source \ ThirdParty \ Google \ Android
Attached Image


4.3. Shift + PCM in this folder - open the command window
Attached Image


4.4. We connect the phone and check it with the commandfastboot devices

4.5. We unpack recovery from archive in a folder from where we launched a window of commands

4.6. Register a teamfastboot flash recovery recovery.img where the word recovery means the partition into which we are flashing, and recovery.img is the name of the recovery file.

4.7. After the end of the firmware recovery, enter the commandfastboot reboot
There is a small note, I immediately squeezed 'vol +' with this command and went into recovery where I requested what I needed, you can also boot the system and then reboot into recovery.


All information was taken from the caps:
this topicUnlocking the bootloader Xiaomi, Xiaomi RN3Pro

I do not pretend to be authorship, I just generalized that there should not be the dump that was going on in the RN3Pro topic at the beginning of that year, when there were 5-10 bricks per day

Picture

Post has been editedForWhat - 18.05.17, 16:49
Reason for editing: Added to header



Rep: (284)
* benjwmw
After the TWRP firmware, you need to run the script from MIUI protection
As a rule, you need to format DATA and SYSTEM, run the script and after that install the firmware
Try running this script. If it does not start then you need to format the partitions.
Here he is



Attached files

Attached filelazyflasher-no-verity-opt-encrypt.zip(420.95 KB)


Post has been editedPerfectHD - 15.03.17, 11:50
Reason for editing: Raised in the topic header



Rep: (530)
currently global 8.1.15 worth
Under 8.1.15, twrp does not work, guys wait a bit, we understand, we can not assemble.

https://yadi.sk/d/zKpIGJ7L3Ff84QIn the fastboot you will run the batch file, put the TvRP, after unlock, on this 3.0.2, the data and system format, the script and put eu 7.3.9 without questions.

Post has been editedEgory0k - 13.03.17, 21:15



Rep: (83)
System firmware files



Post has been editeddraiv88 - 19.06.18, 22:49
Reason for editing: Edited.



Rep: (36)
Who does not start the custom firmware, try by the rules that I dug out of another topic to put it:
In TWRP:

1. Wipe - Advanced Wipe - everything except MicroSD and OTG
2. Reboot - Recovery
3. Configure TWRP (language selection, setting the time zone, etc.)

We download the archive with the firmware (theme header, firmware)

I advise you to check the MD5 archive with the firmware after downloading! HashTab is perfect for this purpose (tab in the file properties)

4. We connect the smartphone to the PC / laptop and copy it to the root of the internal memory (for the convenience of searching in TWRP) the firmware archives and SuperSU Stable or SuperSU Beta. Disconnect the smartphone
5. Reboot - Recovery
6. Install - select the archive with the firmware, then add the SuperSU archive to the queue (if you need root) - DO NOT tick the reboot after the firmware - wait for the process to finish
7. Advanced - Disable DM-Verify
8. Reboot - System



Rep: (284)
Fix TWRP 3.1.0-0
I'm working fine

Attached files

Attached filetwrp-3.1.0-0-mido-fix.img(26.21 MB)


Post has been editedPerfectHD - 14.03.17, 22:58
Reason for editing: Added to header



Rep: (224)
Receive / Enter - inEdl|DOWNLOAD mode - by parsing the phone.

(1.) Remove the back cover from the phone
Attached Image

(2.) We close two contacts as shown in the photo.
Attached Image

(3.) During contact closure, we connect the phone to the PC
Attached Image


3.1). Your device in EDL mode.
3.2). Click REFRESH in Miflash and see your device in COM format.
Attached Image

3.3). Flash firmware at your discretion.

All good - as bequeathed the greatD Well but .

Picture

Post has been editedPerfectHD - 15.03.17, 11:45
Reason for editing: added to header



Rep: (518)
Hello!
I noticed that when installing ROOT, when connecting to a computer, the usb connection stops working, that is, the modem mode, file transfer. This is due to my understanding that there is a special / su partition in the firmware for the superuser, and in this case Supersu works in the system-less mode, for which it repacks the kernel and changes the lines there
persist.service.adb.enable = 1
persist.service.debuggable = 1
persist.sys.usb.config = mtp, adb
on some other. Anyway, founddecisionatneighborsand ubourgeois
UpdateThe edit method build.prop makes adb and mtp work normally, but the usb modem does not work. Found the final decision - using the version of the forum on the advice of the members of the forumsupersu 2.65 for recovery- it works and the root and modem and all, all, everything, even without editing build.prop.
In addition I want to share observations about the firmware: the most stable (but also the "severe", all pre-loaded with nonsense) are official globalki - the impression is very good. It is extremely interesting to show the firmware of the MI-globe, there website can make the firmware to his liking, plus fashion (audio and weather in a beautiful curtain). About xiaomi.eu can not say anything - firmware as the firmware, but most did not like the flashing of Multirom .. Can of course, and the build is not very good, but the translation radically different, to what used a different name; Fonts on the fan, most schools firmware even after the launch, etc.
+
I want to note that the most stable version of twrp is 3.0.2, I tried everything. Why do I judge like this? because this is the only recovery that has installed the firmware from mi-global correctly, for some reason other versions do not flash decorators and audio modules.
P.S. Maybe someone will benefit from my experience of the war with the GPS signal. Watchhere. Hint: check the GPS on the bare machine and carefully pick up the accessories) All good!

Post has been editedTorroRosso - 17.03.17, 00:16



Rep: (83)
Made for more convenient installation twrp-3.1.1-8.img update from 11/03/2017

1. Turn off the phone and press the keys down the volume and the power button (should appear in the header)
2. Connect the phone to the PC
3. Unpack the archive
4. Run the installation file
Flash-TWRP.bat, waiting for the execution of the script action, after which the device will reboot itself into the recovery
Done! TWRP installed on your phone.

Attached filetwrp.zip(21.14 MB)


Picture


Post has been editedmerke1993 - 03.11.17, 14:43
Reason for editing: updated twrp



Rep: (259)
Keyboard Xperia в„ў 8.0.A.50 original and mod in the style of SamSonya

Keyboard Enable: Language and Input-Default-Configure Input Method-Enable Xperia

Original version Attached fileXperia в„ў 8.0.A.0.50.apk Keyboard (9.56 MB)

Mod '' SamSonya '' Attached fileKeyboard Xperia в„ў mod 8.0.A.0.50.apk (14.2 MB)

Screenshots
Attached Image
Attached Image
Attached Image
Attached Image

P.S. On 7 android did not check performance.

Post has been editedmaer1977 - 22.03.17, 00:28
Reason for editing: Installation



Rep: (17)
Improve sound Redmi Note 4x
Viperfx

Post on ViperFX!
Installation via recovery twrp!
Tested on 6.0.1 and 7.1.1
Attached Image

Changed to Russian.

Picture

Post has been editedLegacy777 - 26.03.17, 20:18
Reason for editing: Added to header



Rep: (103)
Splicing Instructions
There are two options:
1. you have unlocked boot - minimum problems
2. your boot is locked - maybe more gestures

and so, let's go:

Unlocked boot
1.1. First of all, we are trying to access recovery TWRP (if installed)
1.1.1. we go to wipe - advanced wipe - we put tytski on dalvik, cache, wipe
did not help? then:

1.1.2. wipe - advanced wipe - set up on dalvik, cache, system, data, internal storage (if desired), wipe and install on new firmware
again did not help?

1.1.3. wipe - format data - yes we overload the recovery, we make point 1.1.2.


1.2. If recovery was not installed or failed, then through fastboot we sew or the file itselfrecovery, or full firmware via miflash


Locked boot
There are two options for action: disassemble the device and close the testpoint or try through mipcsuite.
The first option is 100% working, I checked it myself a year ago on RN3Pro, according to the second option, the people unsubscribed, which also helps.
2.1. We disassemble and close
2.1.1. To help here is this wonderfulinstruction

2.2. Without parsing we will act on thisinstructions
There is a small addition to the ssyl on the RN3Pro firmware, ourshere


ps again, nothing new was invented, but only summarized

Picture


Post has been editedPerfectHD - 22.03.17, 19:57
Reason for editing: Added to header



Rep: (259)
Small mod to MIUI.SU 7.3.16 firmware for installation via TWRP

Backup system before installing the mod has not been canceled


Made by:
1 - Rectangular photo and photo quality increase
2 - Enlarged photo for outgoing call (changed background)
3 - Added Blur in recent applications and in the reboot menu
4 - Added icons to advanced settings


Installation
• Copy zip to phone memory
• Boot into recovery
• Install zip
• Reboot


Screenshots
Attached Image
Attached Image
Attached Image

Attached Image
Attached Image


Download MIUI.SU 7.3.16


Picture


Post has been editedPerfectHD - 23.03.17, 10:01
Reason for editing: Added to header



Rep: (1078)
Hello everyone, I would like to add instructions for raising a brick:Xiaomi Redmi Note 4X - MIUI firmware (Post WeeMan88 # 59364287)

The body, which was flashed with the firmware from the prime version, fell into the hands, the result was a screen in multi-colored squares .... drove the device into the EDL using a closure, but MiFlash did not want to see the device at rest, although the device was seen as 9008 ...
QFIL utility helpedhttp: //lenovo-forums.r...0%BE%D1%89%D0%B8-qfil/She immediately identified the device and sewed the firmware for it, I do not know why it is not in the cap.

Post has been editedNitrogradient - 23.03.17, 17:04


Full version    

Help     rules

Time is now: 07/07/20, 19:31