<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MIDO - Xiaomi Firmware</title>
	<atom:link href="https://xiaomifirmware.com/tag/mido/feed/" rel="self" type="application/rss+xml" />
	<link>https://xiaomifirmware.com/tag/mido/</link>
	<description>MIUI Android Devices Tips &#38; Guides</description>
	<lastBuildDate>Wed, 29 Aug 2018 21:41:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://xiaomifirmware.com/wp-content/uploads/2016/09/cropped-Untitled-design-32x32.png</url>
	<title>MIDO - Xiaomi Firmware</title>
	<link>https://xiaomifirmware.com/tag/mido/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Fix Gyro Sensor and Proximity on Redmi 4X</title>
		<link>https://xiaomifirmware.com/guides-and-tips/fix-gyro-sensor-proximity-redmi-4x/</link>
					<comments>https://xiaomifirmware.com/guides-and-tips/fix-gyro-sensor-proximity-redmi-4x/#comments</comments>
		
		<dc:creator><![CDATA[Frederick Jerome]]></dc:creator>
		<pubDate>Sun, 15 Oct 2017 22:43:43 +0000</pubDate>
				<category><![CDATA[Guides and Tips]]></category>
		<category><![CDATA[gyroscope]]></category>
		<category><![CDATA[MIDO]]></category>
		<category><![CDATA[Redmi 4X]]></category>
		<category><![CDATA[Redmi Note 4X]]></category>
		<category><![CDATA[santoni]]></category>
		<guid isPermaLink="false">https://xiaomifirmware.com/?p=5326</guid>

					<description><![CDATA[<p>In this post you&#8217;ll find out working methods on how to check and fix issues with calibration and sensor on your Xiaomi Mi smartphone. Below we&#8217;ll cover methods for Xiaomi Redmi Note 4X Snapdragon (mido) and Redmi 4X (santoni) on how you can fix sensor, compass, gyroscope and accelerometer. The issue is usually related to the &#8220;persist&#8221; partition and &#8220;persist.img&#8221; file, which can&#8217;t be flashed or edited. Solution for not working proximity, gyroscope and sensor on Mi Phones How to [&#8230;]</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/fix-gyro-sensor-proximity-redmi-4x/">How to Fix Gyro Sensor and Proximity on Redmi 4X</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this post you&#8217;ll find out working methods on how to check and fix issues with calibration and sensor on your Xiaomi Mi smartphone. Below we&#8217;ll cover methods for Xiaomi Redmi Note 4X Snapdragon (mido) and Redmi 4X (santoni) on how you can fix sensor, compass, gyroscope and accelerometer. The issue is usually related to the &#8220;persist&#8221; partition and &#8220;persist.img&#8221; file, which can&#8217;t be flashed or edited.</p>
<h2>Solution for not working proximity, gyroscope and sensor on Mi Phones</h2>
<h3>How to fix sensors issues on Redmi 4X</h3>
<p>After you&#8217;ve fixed the sensors and gyro isses, you can install recovery once again and then flash any ROM version for everyday use which you prefer the most.</p>
<p><strong>Unlocked bootloader method:</strong></p>
<ul>
<li>Download Platform-tools (adb/fastboot): <a href="https://xiaomifirmware.com/download/3718/"><strong>tools_26.0.0-windows.zip</strong></a></li>
<li>Download <strong><a href="https://xiaomifirmware.com/download/4818/">MiFlash Tool</a></strong></li>
</ul>
<p>Now let&#8217;s get started with the method:</p>
<ol>
<li>Download MIUI ROM for MiFlash tool and go to &#8220;images&#8221; folder, find &#8220;persist.img&#8221; file and copy to the folder with fastboot files.</li>
<li>Turn off your device and boot into fastboot mode by pressing &#8220;Power&#8221; and &#8220;Volume Down&#8221; buttons at the same time, then connect your phone to PC via USB cable.</li>
<li>Open the command window from &#8220;fastboot&#8221; folder by pressing the &#8220;Shift&#8221; key + right mouse button and selecting &#8220;Open command window here&#8221;.</li>
<li>Now check if your device is connected by typing &#8220;fastboot devices&#8221; in command window. You should see device unique ID. If your phone isn&#8217;t recognized, then try to reinstall drivers on your PC.</li>
<li>Now we&#8217;ll continue with required commands to fix the gyro and sensor issues. Type the following lines:
<pre>fastboot erase persist
fastboot flash persist persist.img
fastboot reboot</pre>
</li>
<li>After the last command your phone should reboot and all sensors should work perfectly fine right now. But in case you&#8217;ve got &#8220;not allowed&#8221; message while trying to perform &#8220;erase&#8221; or &#8220;flash&#8221; commands, you can try to flash using the MiFlash tool and EDL mode, which is intended to be used with locked bootloader phones.</li>
</ol>
<p><strong>Locked bootloader method:</strong></p>
<ol>
<li>Go to folder with fastboot files and file the <strong>&#8220;flash_all.bat&#8221;</strong>, use the <strong>&#8220;Notepad ++&#8221;</strong> application and open the <strong>&#8220;flash_all.bat&#8221;</strong> as a text file.</li>
<li>Before the <strong>&#8220;fastboot reboot&#8221;</strong> line and another line: <strong>&#8220;fastboot %* flash persist %~dp0images\persist.img || @echo &#8220;Flash persist error&#8221; &amp;&amp; exit /B 1&#8243;</strong><em> (without quotes)</em>.</li>
<li>Now delete all other lines except the first three, the one you&#8217;ve just pasted and the last two.</li>
<li>Save changes and close the text editor.</li>
<li>Go to <strong>&#8220;images&#8221;</strong> folder and find <strong>&#8220;rawprogram0.xml&#8221;</strong> file, then open it with Notepad ++.</li>
<li>Find the &#8220;<strong>label=&#8221;persist&#8221;&#8221;</strong> line and and write <strong>&#8220;filename=&#8221;persist.img&#8221;&#8221;</strong>.</li>
<li>Delete all other lines except <strong>&#8220;data&#8221;</strong>.</li>
<li>Save changes and close the text editor.</li>
<li>Turn off your device and boot into fastboot mode by pressing <strong>&#8220;Power&#8221;</strong> and <strong>&#8220;Volume Down&#8221;</strong> buttons at the same time, then connect your phone to PC via USB cable.</li>
<li>Open the command window from <strong>&#8220;fastboot&#8221;</strong> folder by pressing the<strong> &#8220;Shift&#8221;</strong> key + right mouse button and selecting &#8220;Open command window here&#8221;.</li>
<li>Now type <strong>&#8220;fastboot oem edl&#8221;</strong> to boot your phone into EDL <em>(download)</em> mode.</li>
<li>Open MiFlash tool and select the folder with fastboot files<em> (ROM files should be also there).</em></li>
<li>Press <strong>&#8220;refresh&#8221;</strong> button and you should see your device with &#8220;com&#8221; port <em>(in case your phone isn&#8217;t recognized try to install QDLoader HS-USB Driver)</em>.</li>
<li>Select <strong>&#8220;clean all&#8221;</strong> option.</li>
<li>Press <strong>&#8220;flash&#8221;</strong> to start flashing, in the result you&#8217;ll see<strong> &#8220;success&#8221;</strong> message.</li>
<li>Reboot your phone and gyroscope sensor should work flawlessly.</li>
</ol>
<h3>How to fix sensors and gyro issues on Redmi Note 4X Snapdragon</h3>
<ol>
<li>Download and unpack <strong>&#8220;Flash_Persist&#8221;</strong> folder to<strong> &#8220;C:\&#8221;</strong> drive: <a href="https://xiaomifirmware.com/download/5332/"><strong>Flash_Persist_v3.rar</strong></a></li>
<li>Download and install official MiFlashTool: <a href="https://xiaomifirmware.com/download/4818/"><strong>MiFlashSetup_eng.msi</strong></a></li>
<li>Reboot your device in fastboot mode.</li>
<li>Download <a href="https://xiaomifirmware.com/download/5334/">EDL mode patch for Redmi Note 4X Snapdragon</a> and unpack to <strong>&#8220;C:\edl&#8221;</strong>, then find <strong>&#8220;RedMi Note 4 &amp; 4X EDL Mode.bat&#8221;</strong> and open it, then press <strong>&#8220;Enter&#8221;</strong> to start your device in EDL <em>(download)</em> mode.</li>
<li>Open MiFlashTool and locate the folder with<strong> &#8220;Flash_Persist&#8221;</strong>.</li>
<li>In MiFlashTool select the <strong>&#8220;flash_all.bat&#8221;</strong> file.</li>
<li>Press <strong>&#8220;Refresh&#8221;</strong> to see your phone <strong>&#8220;COM&#8221;</strong> port and then press <strong>&#8220;Flash&#8221;</strong>.</li>
<li>That&#8217;s it! After installation reboot your phone, sensors should be working fine.</li>
</ol>
<h4>How to use EDL mode patch for Redmi Note 4X Snapdragon (Mido)</h4>
<p>Now there&#8217;s an easy way on how to boot Xiaomi Redmi Note 4X device into EDL<em> (emergency download)</em> mode without engineering cable or cutting the test-points. Simply download the patch below and check out short tutorial.</p>
<ul>
<li>Enable &#8220;Developer options&#8221; and &#8220;USB Debugging&#8221; on your phone.</li>
<li>Turn off your device completely.</li>
<li>Reboot into fastboot mode by pressing &#8220;Power&#8221; and &#8220;Volume Down&#8221; buttons.</li>
<li>Connect your phone to PC.</li>
<li>Run &#8220;RedMi Note 4 &amp; 4X EDL Mode.bat&#8221;.</li>
<li>Press &#8220;Enter&#8221; to continue.</li>
<li>Wait until your phone reboot into EDL mode.</li>
<li>Continue to flashing your phone with MiFlash or other tool.</li>
</ul>
<p><a href="https://xiaomifirmware.com/download/5334/">Download EDL (Download mode) for RN4X</a></p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/fix-gyro-sensor-proximity-redmi-4x/">How to Fix Gyro Sensor and Proximity on Redmi 4X</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xiaomifirmware.com/guides-and-tips/fix-gyro-sensor-proximity-redmi-4x/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>MIUI 9 Global Beta for Redmi Note 4X Snapdragon</title>
		<link>https://xiaomifirmware.com/roms/miui-9-global-beta-redmi-note-4x-snapdragon/</link>
					<comments>https://xiaomifirmware.com/roms/miui-9-global-beta-redmi-note-4x-snapdragon/#respond</comments>
		
		<dc:creator><![CDATA[Frederick Jerome]]></dc:creator>
		<pubDate>Fri, 18 Aug 2017 15:04:50 +0000</pubDate>
				<category><![CDATA[ROMs]]></category>
		<category><![CDATA[HM4X]]></category>
		<category><![CDATA[MIDO]]></category>
		<category><![CDATA[MIUI 9]]></category>
		<category><![CDATA[MIUI 9 Global Beta]]></category>
		<category><![CDATA[Redmi Note 4X Snapdragon]]></category>
		<category><![CDATA[RN4X]]></category>
		<guid isPermaLink="false">https://xiaomifirmware.com/?p=4371</guid>

					<description><![CDATA[<p>Another great news! The freshly baked official MIUI 9 Global ROM 7.8.18 Beta has been just released and now available for download through official Xiaomi sources. How great it is to get new releases even before the planned date! Both versions for MiFlash / fastboot and Recovery installation are available. Download MIUI 9 Global Beta 7.8.18 for Redmi Note 4X Snapdragon Please, pay attention that this is a beta version, so it might possible to have some bugs or minor [&#8230;]</p>
<p>The post <a href="https://xiaomifirmware.com/roms/miui-9-global-beta-redmi-note-4x-snapdragon/">MIUI 9 Global Beta for Redmi Note 4X Snapdragon</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Another great news! The freshly baked official MIUI 9 Global ROM 7.8.18 Beta has been just released and now available for download through official Xiaomi sources. How great it is to get new releases even before the planned date! Both versions for MiFlash / fastboot and Recovery installation are available.</p>
<h2>Download MIUI 9 Global Beta 7.8.18 for Redmi Note 4X Snapdragon</h2>
<p>Please, pay attention that this is a beta version, so it might possible to have some bugs or minor issues. By installing MIUI 9 Global Beta you take all the responsibility for your actions. Remember to make all required backups of your current system.</p>
<p>Find more information at http://en.miui.com/thread-750272-1-1.html</p>
<p><strong>MIUI 9 Global Beta 7.8.18 for Redmi Note 4X Snapdragon (RN4X, HM4X, Mido)</strong></p>
<p>MIUI 9 7.8.18 Global Beta | <span style="color: #339966;">Android 7.0</span> | <span style="color: #ff00ff;">Recovery / System</span> | <a href="https://xiaomifirmware.com/download/4372/"><strong>Download</strong></a></p>
<p>MIUI 9 7.8.18 Global Beta | <span style="color: #339966;">Android 7.0</span> | <span style="color: #0000ff;">MiFlash / fastboot</span> | <a href="https://xiaomifirmware.com/download/4374/"><strong>Download</strong></a></p>
<p>The post <a href="https://xiaomifirmware.com/roms/miui-9-global-beta-redmi-note-4x-snapdragon/">MIUI 9 Global Beta for Redmi Note 4X Snapdragon</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xiaomifirmware.com/roms/miui-9-global-beta-redmi-note-4x-snapdragon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Download] Modems for Redmi Note 4X Snapdragon</title>
		<link>https://xiaomifirmware.com/downloads/download-modems-redmi-note-4x-snapdragon/</link>
					<comments>https://xiaomifirmware.com/downloads/download-modems-redmi-note-4x-snapdragon/#comments</comments>
		
		<dc:creator><![CDATA[Frederick Jerome]]></dc:creator>
		<pubDate>Tue, 13 Jun 2017 21:59:29 +0000</pubDate>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[MIDO]]></category>
		<category><![CDATA[modem files]]></category>
		<category><![CDATA[modems]]></category>
		<category><![CDATA[Redmi Note 4X]]></category>
		<category><![CDATA[RN4X]]></category>
		<category><![CDATA[Snapdragon]]></category>
		<guid isPermaLink="false">https://xiaomifirmware.com/?p=2203</guid>

					<description><![CDATA[<p>Below you&#8217;ll find modem download links for RN4X smartphone. Modems for different Android versions will not work: Android 6 modems will not work on Android 7 and vice versa. Downloads Modem Files for Redmi Note 4X Snapdragon (MIDO) RN4X Modems for TWRP installation To flash any modem version via TWRP, simply copy the archive to phone internal memory or SD Card and install via TWRP. Global Stable ROM (Android 6) modems: 8.1.10 &#8211; modemGS8.1.10.0.zip 8.1.12 &#8211; modemGS8.1.12.0.zip 8.1.1.5 &#8211; modemGS8.1.1.5.zip 8.2.2.0 &#8211; modemGS8.2.20.zip 8.2.5.0 [&#8230;]</p>
<p>The post <a href="https://xiaomifirmware.com/downloads/download-modems-redmi-note-4x-snapdragon/">[Download] Modems for Redmi Note 4X Snapdragon</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Below you&#8217;ll find modem download links for RN4X smartphone. Modems for different Android versions will not work: Android 6 modems will not work on Android 7 and vice versa.</p>
<h2>Downloads Modem Files for Redmi Note 4X Snapdragon (MIDO)</h2>
<h3><strong>RN4X Modems for TWRP installation</strong></h3>
<p>To flash any modem version via TWRP, simply copy the archive to phone internal memory or SD Card and install via TWRP.</p>
<p><strong>Global Stable ROM (Android 6) modems:</strong></p>
<ul>
<li>8.1.10 &#8211; <a href="https://xiaomifirmware.com/download/3487/">modemGS8.1.10.0.zip</a></li>
<li>8.1.12 &#8211; <a href="https://xiaomifirmware.com/download/3489/">modemGS8.1.12.0.zip</a></li>
<li>8.1.1.5 &#8211; <a href="https://xiaomifirmware.com/download/3492/">modemGS8.1.1.5.zip</a></li>
<li>8.2.2.0 &#8211; <a href="https://xiaomifirmware.com/download/3494/">modemGS8.2.20.zip</a></li>
<li>8.2.5.0 &#8211; <a href="https://xiaomifirmware.com/download/3496/">modemGS8.2.5.0.zip</a></li>
</ul>
<p><strong>Global Developer ROM (Android 7) modems:</strong></p>
<ul>
<li>7.4.27 &#8211; <a href="https://xiaomifirmware.com/download/3498/">modemGD7.4.27.zip</a></li>
<li>7.8.18 &#8211; <a href="https://xiaomifirmware.com/download/7115/">modemGD7.8.18.zip</a></li>
<li>7.8.24 &#8211; <a href="https://xiaomifirmware.com/download/7180/">modemGD7.8.24.zip</a></li>
<li>7.8.31 &#8211; <a href="https://xiaomifirmware.com/download/7121/">modemGD7.8.31.zip</a></li>
<li>7.9.7 &#8211; <a href="https://xiaomifirmware.com/download/7119/">modemGD_7.9.7.zip</a></li>
<li>7.9.15 &#8211; <a href="https://xiaomifirmware.com/download/7117/">modemGD_7.9.15.zip</a></li>
</ul>
<h3>RN4X Modems for fastboot</h3>
<p><strong>Stable ROM (Android 7) modems:</strong></p>
<ul>
<li>8.5.8.0 &#8211; <a href="https://xiaomifirmware.com/download/7167/">N4_NON-HLOS_8.5.8.0_Global_7.0_fastboot.zip</a></li>
<li>9.0.3.0 &#8211; <a href="https://xiaomifirmware.com/download/7169/">N4_NON-HLOS_9.0.3.0_Global_7.0_fastboot.zip</a></li>
<li>9.0.5.0 &#8211; <a href="http://uploadboy.me/2dnej3ntzmg8/N4_NON-HLOS_9.0.5.0_Global_7.0_fast_.zip.html">N4_NON-HLOS_9.0.5.0_Global_7.0_fastboot.zip</a></li>
</ul>
<p><strong>Stable ROM (Android 6) modems:</strong></p>
<ul>
<li>8.5.6.0 &#8211; <a href="https://xiaomifirmware.com/download/7178/">N4_NON-HLOS_8.5.6.0_6.0_fastboot.zip</a></li>
<li>8.5.4.0 &#8211; <a href="https://xiaomifirmware.com/download/7176/">N4_NON-HLOS_8.5.4.0_6.0_fastboot.zip</a></li>
<li>8.5.3.0 &#8211; <a href="https://xiaomifirmware.com/download/7174/">N4_NON-HLOS_8.5.3.0_6.0_fastboot.zip</a></li>
<li>8.2.22.0 &#8211; <a href="https://xiaomifirmware.com/download/3500/">N4_NON-HLOS_8.2.22.0_6.0_fastboot.zip</a></li>
<li>8.2.7.0 &#8211; <a href="https://xiaomifirmware.com/download/3502/">N4_NON-HLOS_8.2.7.0_Global_6.0_fastboot.zip</a></li>
<li>8.2.20.0 &#8211; <a href="https://xiaomifirmware.com/download/3504/">N4_NON-HLOS_8.2.20.0_6.0_fastboot.zip</a></li>
<li>8.2.18.0 &#8211; <a href="https://xiaomifirmware.com/download/3506/">N4_NON-HLOS_8.2.18.0_6.0_fastboot.zip</a></li>
<li>8.2.5.0 &#8211; <a href="https://xiaomifirmware.com/download/3508/">N4_NON-HLOS_8.2.5.0_6.0_fastboot.zip</a></li>
<li>8.1.12.0 &#8211; <a href="https://xiaomifirmware.com/download/3510/">N4_NON-HLOS_8.1.12.0_6.0_fastboot.zip</a></li>
</ul>
<p><strong>Developer ROM (Android 7) modems:</strong></p>
<ul>
<li>7.6.8 &#8211; <a href="https://xiaomifirmware.com/download/3512/">N4_NON-HLOS_7.6.8_7.0_fastboot.zip</a></li>
<li>7.5.25 &#8211; <a href="https://xiaomifirmware.com/download/3514/">N4_NON-HLOS_7.5.25_7.0_fastboot.zip</a></li>
<li>7.5.19 &#8211; <a href="https://xiaomifirmware.com/download/3516/">N4_NON-HLOS_7.5.19_7.0_fastboot.zip</a></li>
</ul>
<p>The post <a href="https://xiaomifirmware.com/downloads/download-modems-redmi-note-4x-snapdragon/">[Download] Modems for Redmi Note 4X Snapdragon</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xiaomifirmware.com/downloads/download-modems-redmi-note-4x-snapdragon/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
