<?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>fingerprint - Xiaomi Firmware</title>
	<atom:link href="https://xiaomifirmware.com/tag/fingerprint/feed/" rel="self" type="application/rss+xml" />
	<link>https://xiaomifirmware.com/tag/fingerprint/</link>
	<description>MIUI Android Devices Tips &#38; Guides</description>
	<lastBuildDate>Mon, 13 Nov 2017 23:41:26 +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>fingerprint - Xiaomi Firmware</title>
	<link>https://xiaomifirmware.com/tag/fingerprint/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Make Redmi 3S Prime Take Fingerprint Selfies</title>
		<link>https://xiaomifirmware.com/guides-and-tips/make-redmi-3s-prime-take-fingerprint-selfies/</link>
					<comments>https://xiaomifirmware.com/guides-and-tips/make-redmi-3s-prime-take-fingerprint-selfies/#respond</comments>
		
		<dc:creator><![CDATA[Hiram K.]]></dc:creator>
		<pubDate>Mon, 13 Nov 2017 23:25:06 +0000</pubDate>
				<category><![CDATA[Guides and Tips]]></category>
		<category><![CDATA[fingerprint]]></category>
		<category><![CDATA[redmi 3s]]></category>
		<category><![CDATA[Redmi 3S Prime]]></category>
		<guid isPermaLink="false">https://xiaomifirmware.com/?p=6401</guid>

					<description><![CDATA[<p>The Xiaomi Redmi 3S Prime is a slightly powerful version of the Redmi 3 and 3S. One of Prime’s distinguishing features is that it gets a fingerprint sensor. It’s a budget phone all right. Yet it has 3GB RAM and 32 GB of internal memory. Its processing power comes from a Snapdragon 430 CPU and an Adreno 505 GPU. Also included is a 4,100mAh battery that can see you through a day of intensive use. A metal unibody design houses [&#8230;]</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/make-redmi-3s-prime-take-fingerprint-selfies/">Make Redmi 3S Prime Take Fingerprint Selfies</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Xiaomi Redmi 3S Prime is a slightly powerful version of the Redmi 3 and 3S. One of Prime’s distinguishing features is that it gets a fingerprint sensor.</p>
<p>It’s a budget phone all right. Yet it has 3GB RAM and 32 GB of internal memory. Its processing power comes from a Snapdragon 430 CPU and an Adreno 505 GPU.</p>
<p>Also included is a 4,100mAh battery that can see you through a day of intensive use.</p>
<p>A metal unibody design houses the phone’s 5” HD display. The rear sports a 13 MP camera with LED flash (while the one in the front is a 5 MP shooter).</p>
<p>Thanks to the phone’s ergonomics, you can reach the fingerprint scanner that sits in the rear-center with an index finger.</p>
<p>But the fingerprint scanner’s easy accessibility has its cons.</p>
<p>See, when you brush a finger against the sensor, the phone does some unexpected things. For instance, it may start selecting text on the display.</p>
<p>Luckily, there’s an explanation for this weird behavior. Whenever you press the sensor, the Redmi 3S Prime registers a DPAD_CENTER KeyEvent.</p>
<p>In simple terms, a KeyEvent is what tells the software that a user has pressed or released a key somewhere. In this case, the fingerprint sensor is the ‘key.’</p>
<p>Since we can listen in to what the fingerprint scanner is doing, we might as well make it a bit more useful. We will turn it into a selfie button!</p>
<p><strong>First Things, First:</strong></p>
<ul>
<li>Your Redmi 3S Prime must have an unlocked bootloader. As well as, root access. (If it does not, refer to this excellent guide on <a href="https://xiaomifirmware.com/guides-and-tips/root-xiaomi-redmi-3s/">how to root the Xiaomi Redmi 3S</a>. It will work on the Prime too.)</li>
<li>You will also need an explorer that can browse system files. You could install <a href="http://www.mixplorer.com/">MiXplorer</a> or <a href="https://play.google.com/store/apps/details?id=com.estrongs.android.pop&amp;hl=en">ES File Explorer</a> for this.</li>
<li>There will be some file editing involved. So you should have a text editor like <a href="https://play.google.com/store/apps/details?id=com.rhmsoft.edit&amp;hl=en">QuickEdit</a> installed.</li>
</ul>
<p>With that out of the way, make a NANDroid backup because what we are going to do next will modify your system files. And it may result in unintended consequences—like loss of data, or worse.</p>
<h2>How to Make Redmi 3S Prime Take Fingerprint Selfies</h2>
<p>Before we start, first confirm whether your phone’s fingerprint sensor sends KeyEvent on pressing.</p>
<p>You will have to install the <a href="https://play.google.com/store/apps/details?id=aws.apps.keyeventdisplay&amp;hl=en">KeyEvent Display</a> app for this. Then give it root access permission.</p>
<p>Open it and press the fingerprint scanner. It should show these lines of code:</p>
<pre>^*KeyDown: action=0 code=27 repeat=0 meta=0 scancode=353 mFlags=8 label=‘’ chars=‘null’ number=‘’

^*KeyUp: action=1 code=27 repeat=0 meta=0 scancode=353 mFlags=8 label=‘’ chars=‘null’ number=‘’</pre>
<p>If it reads “<i>scancode = 353”</i>, then you are good to go. If shows something different, take note of it. That’s what we will use in the next steps.</p>
<ul>
<li>Using your root explorer app, navigate to the file: <i>/system/usr/keylayout/Generic.kl</i></li>
<li>Open the file using a text editor and scroll down to the key <i>353</i> (or the code you made note of above).</li>
<li>Deactivate the key by adding “<i>#</i>” at the line’s beginning</li>
<li>Insert a new line reading: “<i>key 353 CAMERA</i>”</li>
<li>Save the file and restart your phone</li>
</ul>
<p>Long-press the fingerprint scanner to test if takes selfies.</p>
<p><i>Note – some custom ROMs disable the fingerprint sensor. If that’s your case, you may have to do as follows:</i></p>
<p>Open a terminal app (like <a href="https://play.google.com/store/apps/details?id=jackpal.androidterm&amp;hl=en">Terminal Emulator</a>) and run this instruction:</p>
<pre>grep -rn ‘/system/usr/keylayout’ -e ‘353’</pre>
<p>Remember to use the number that works for your phone, if yours isn’t “<i>353</i>.”</p>
<p>What that instruction does is list all files that have a key affecting the fingerprint scanner.</p>
<p>If you some files do appear with the suffix “<i>.kl</i>”—do as follows:</p>
<ul>
<li>Open each file and scroll to where the sensor’s key appears. (In our case, that would be where find “<i>353</i>.”)</li>
<li>If the key occurs several times, delete those lines and leaving only one. (But if a line starts with “<i>#</i>”—no need messing with it. It’s already inactive.)</li>
<li>Finally, delete any file that has the name “<i>uinput-fpc.kl</i>”</li>
</ul>
<p>Your Redmi 3S Prime is now ready to take fingerprint selfies.</p>
<p><i>Have these steps worked for you? Share in the comments below.</i></p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/make-redmi-3s-prime-take-fingerprint-selfies/">Make Redmi 3S Prime Take Fingerprint Selfies</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xiaomifirmware.com/guides-and-tips/make-redmi-3s-prime-take-fingerprint-selfies/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to identify fingerprint sensor model on Redmi 4X</title>
		<link>https://xiaomifirmware.com/guides-and-tips/identify-fingerprint-sensor-model-redmi-4x/</link>
					<comments>https://xiaomifirmware.com/guides-and-tips/identify-fingerprint-sensor-model-redmi-4x/#respond</comments>
		
		<dc:creator><![CDATA[Frederick Jerome]]></dc:creator>
		<pubDate>Wed, 12 Jul 2017 19:38:44 +0000</pubDate>
				<category><![CDATA[Guides and Tips]]></category>
		<category><![CDATA[fingerprint]]></category>
		<category><![CDATA[fingerprint sensor]]></category>
		<category><![CDATA[FPC]]></category>
		<category><![CDATA[Goodix]]></category>
		<category><![CDATA[redmi 4 prime]]></category>
		<category><![CDATA[Redmi 4X]]></category>
		<category><![CDATA[sensor]]></category>
		<guid isPermaLink="false">https://xiaomifirmware.com/?p=3962</guid>

					<description><![CDATA[<p>Here&#8217;s a quick tutorial on how you can identify the fingerprint scanner model on your Xiaomi Redmi 4X and Redmi 4 Prime phone. Which fingerprint sensor is Xiaomi Redmi 4X / Prime uses? First method: Download and install Android Terminal Emulator: Terminal_1.0.70.apk Open Android Terminal Emulator and enter these commands: su getprop &#124; grep goodix If you see &#8220;persist.sys.fp.goodix=0&#8221; that means you have FPC fingerprint sensor on your device, if you see &#8220;persist.sys.fp.goodix=1&#8221; you have Goodix Fingerprint sensor on your Redmi phone. [&#8230;]</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/identify-fingerprint-sensor-model-redmi-4x/">How to identify fingerprint sensor model on Redmi 4X</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Here&#8217;s a quick tutorial on how you can identify the fingerprint scanner model on your Xiaomi Redmi 4X and Redmi 4 Prime phone.</p>
<h2>Which fingerprint sensor is Xiaomi Redmi 4X / Prime uses?</h2>
<p><strong>First method:</strong></p>
<ol>
<li>Download and install Android Terminal Emulator: Terminal_1.0.70.apk</li>
<li>Open Android Terminal Emulator and enter these commands:
<pre>su
getprop | grep goodix</pre>
</li>
<li>If you see &#8220;persist.sys.fp.goodix=<strong>0</strong>&#8221; that means you have FPC fingerprint sensor on your device, if you see &#8220;persist.sys.fp.goodix=<strong>1</strong>&#8221; you have Goodix Fingerprint sensor on your Redmi phone.</li>
</ol>
<p><strong>Second method:</strong></p>
<ol>
<li>Enter this command:
<pre>getprop | grep -E 'goodix|fpsensor'</pre>
</li>
<li>If you have FPC fingerprint sensor, then you should see:
<pre>[persist.sys.fp.goodix]: [0]
[ro.boot.fpsensor]: [fpc]</pre>
</li>
<li>If Goodix fingerprint sensor, then:
<pre>[persist.sys.fp.goodix]: [1]
[persist.sys.fp.vendor]: [goodix]
[ro.boot.fpsensor]: [gdx]</pre>
</li>
</ol>
<p>That&#8217;s pretty much it! The easy and simple way to identify a fingerprint sensor on your Redmi 4X / Prime phone.</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/identify-fingerprint-sensor-model-redmi-4x/">How to identify fingerprint sensor model 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/identify-fingerprint-sensor-model-redmi-4x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
