<?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>gyroscope - Xiaomi Firmware</title>
	<atom:link href="https://xiaomifirmware.com/tag/gyroscope/feed/" rel="self" type="application/rss+xml" />
	<link>https://xiaomifirmware.com/tag/gyroscope/</link>
	<description>MIUI Android Devices Tips &#38; Guides</description>
	<lastBuildDate>Sun, 15 Oct 2017 22:43:43 +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>gyroscope - Xiaomi Firmware</title>
	<link>https://xiaomifirmware.com/tag/gyroscope/</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>
	</channel>
</rss>
