<?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>NIKEL - Xiaomi Firmware</title>
	<atom:link href="https://xiaomifirmware.com/tag/nikel/feed/" rel="self" type="application/rss+xml" />
	<link>https://xiaomifirmware.com/tag/nikel/</link>
	<description>MIUI Android Devices Tips &#38; Guides</description>
	<lastBuildDate>Mon, 27 Nov 2017 11:54:40 +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>NIKEL - Xiaomi Firmware</title>
	<link>https://xiaomifirmware.com/tag/nikel/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to flash Redmi Note 4 MTK on Linux OS</title>
		<link>https://xiaomifirmware.com/guides-and-tips/flash-redmi-note-4-mtk-linux-os/</link>
					<comments>https://xiaomifirmware.com/guides-and-tips/flash-redmi-note-4-mtk-linux-os/#respond</comments>
		
		<dc:creator><![CDATA[Frederick Jerome]]></dc:creator>
		<pubDate>Sat, 25 Nov 2017 18:08:52 +0000</pubDate>
				<category><![CDATA[Guides and Tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NIKEL]]></category>
		<category><![CDATA[Redmi Note 4 MTK]]></category>
		<category><![CDATA[sp flash tool]]></category>
		<guid isPermaLink="false">https://xiaomifirmware.com/?p=6679</guid>

					<description><![CDATA[<p>Here&#8217;s a small tutorial on how you can flash your Redmi Note 4 MTK device on Linux PC using the SP Flash Tool for Linux. How to use SPFlashTool on Linux and flash Redmi Note 4 MTK (Nikel) Download SPFlashTool for Linux from this link: SP_Flash_Tool_Linux_v5.1520.00.100.tar.gz Open a terminal window and type the following commands one-by-one: sudo apt-get install libusb-dev cd (go to the path where you've downloaded the SpFlashTool) tar -xvzf SP_Flash_Tool_Linux_v5.1520.00.100.tar.gz cd SP_Flash_Tool_Linux_v5.1520.00.100 chmod +x flash_tool.sh chmod +x flash_tool [&#8230;]</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/flash-redmi-note-4-mtk-linux-os/">How to flash Redmi Note 4 MTK on Linux OS</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Here&#8217;s a small tutorial on how you can flash your Redmi Note 4 MTK device on Linux PC using the SP Flash Tool for Linux.</p>
<h2>How to use SPFlashTool on Linux and flash Redmi Note 4 MTK (Nikel)</h2>
<ol>
<li>Download SPFlashTool for Linux from this link: <a href="https://xiaomifirmware.com/download/6681/"><strong>SP_Flash_Tool_Linux_v5.1520.00.100.tar.gz</strong></a></li>
<li>Open a terminal window and type the following commands one-by-one:
<pre>sudo apt-get install libusb-dev
cd (go to the path where you've downloaded the SpFlashTool)
tar -xvzf SP_Flash_Tool_Linux_v5.1520.00.100.tar.gz
cd SP_Flash_Tool_Linux_v5.1520.00.100
chmod +x flash_tool.sh
chmod +x flash_tool
sudo ./flash_tool</pre>
</li>
<li>After you&#8217;ve entered all the commands, SPFlashTool should be installed on your PC and the shortcut should appear in the list of all applications.
<ol>
<li>Now let&#8217;s prepare your PC before connecting a Redmi Note 4 MTK device to it.
<ol>
<li>Open terminal and enter the following commands:</li>
<li>Disable USB connection security:
<pre>sudo apt remove modemmanager</pre>
</li>
<li>Check by typing:
<pre>lsmod | grep cdc_acm</pre>
</li>
<li>In case nothing happened after the previous line, try entering:
<pre>sudo modprobe cdc_acm</pre>
</li>
<li>Now add the user account to &#8220;dialout&#8221; and &#8220;uucp&#8221; groups:
<pre>sudo adduser "user_name" uucp
sudo adduser "user_name" dialout</pre>
</li>
<li>Now we will need to create <strong>&#8220;51-android.rules&#8221;</strong> file. To do this turn off your phone first, then connect it to PC via USB and type the following command in terminal:
<pre>dmesg | grep usb</pre>
</li>
<li>You should see &#8220;New USB device found idVendor=0e8d, idProduct=2000&#8221; and few other lines as well. Pay attention to &#8220;idVendor=0e8d, idProduct=2000&#8221; line.</li>
<li>Now create the new text file on your PC and name it &#8220;51-android.rules&#8221;, open with text editor and add this line, where <strong>idVendor</strong> and <strong>idProduct </strong>values are taken from the ones in terminal.
<pre>SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="0e8d", ATTR{idProduct}=="2000"</pre>
</li>
<li>Save changes and copy &#8220;51-android.rules&#8221; file to etc/udev/rules.d/, use the following command to do this:
<pre>sudo cp 51-android.rules /etc/udev/rules.d/</pre>
</li>
<li>Reboot permissions to confirm changes:
<pre>sudo udevadm control --reload-rules</pre>
</li>
</ol>
</li>
<li>Now we want to check if everything was done correctly and check if the device is recognized successfully. Turn off your phone and connect to PC via USB-cable.</li>
<li>Type the following command in terminal:
<pre>dmesg</pre>
</li>
<li>You should see <strong>&#8220;ttyACMO: USB ACM device&#8221;</strong> line in terminal. That means everything was done correctly and you can finally start with flashing your smartphone.</li>
</ol>
</li>
<li>Open SP Flash Tool.</li>
<li>Select all required option, in Download enable &#8220;DA DL All with Checksum&#8221; option.</li>
<li>Select scatter file for required ROM, press &#8220;Download&#8221; and connect turned off device to PC.</li>
<li>Wait until flashing process is completed.</li>
</ol>
<p>Hope this tutorial will be helpful! Remember to backup all your personal and important data from your phone.</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/flash-redmi-note-4-mtk-linux-os/">How to flash Redmi Note 4 MTK on Linux OS</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xiaomifirmware.com/guides-and-tips/flash-redmi-note-4-mtk-linux-os/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>TWRP Custom Recovery for Redmi Note 4 MTK</title>
		<link>https://xiaomifirmware.com/downloads/twrp-custom-recovery-redmi-note-4-mtk/</link>
					<comments>https://xiaomifirmware.com/downloads/twrp-custom-recovery-redmi-note-4-mtk/#respond</comments>
		
		<dc:creator><![CDATA[Frederick Jerome]]></dc:creator>
		<pubDate>Sun, 20 Aug 2017 22:04:56 +0000</pubDate>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Custom Recovery]]></category>
		<category><![CDATA[HMNote4]]></category>
		<category><![CDATA[NIKEL]]></category>
		<category><![CDATA[Redmi Note 4 MTK]]></category>
		<category><![CDATA[RN4]]></category>
		<category><![CDATA[twrp]]></category>
		<category><![CDATA[TWRP Custom Recovery]]></category>
		<guid isPermaLink="false">https://xiaomifirmware.com/?p=4429</guid>

					<description><![CDATA[<p>In this post you&#8217;ll find a full list of TWRP Custom Recovery versions currently released for Xiaomi Redmi Note 4 MTK (NIKEL, RN4, HMNote4) phone. Please, pay attention that you&#8217;ll need to officially unlock bootloader on your Redmi Note 4 MTK phone before you can flash TWRP Custom Recovery on your device. Download and install TWRP Custom Recovery on Redmi Note 4 MTK You can install TWRP and root your Redmi Note 4 MTK phone only after unlocking bootloader. There&#8217;s no other way [&#8230;]</p>
<p>The post <a href="https://xiaomifirmware.com/downloads/twrp-custom-recovery-redmi-note-4-mtk/">TWRP Custom Recovery for Redmi Note 4 MTK</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 a full list of TWRP Custom Recovery versions currently released for Xiaomi Redmi Note 4 MTK <em>(NIKEL, RN4, HMNote4)</em> phone. Please, pay attention that you&#8217;ll need to officially unlock bootloader on your Redmi Note 4 MTK phone before you can flash TWRP Custom Recovery on your device.</p>
<h2>Download and install TWRP Custom Recovery on Redmi Note 4 MTK</h2>
<p>You can install TWRP and root your Redmi Note 4 MTK phone only after unlocking bootloader. There&#8217;s no other way around. Basically, all you have to do is to request the official unlock permission from MIUI. It could take from a few hours up to a few weeks. After you&#8217;ve successfully unlocked your phone, TWRP installation and rooting will take around 5-10 minutes.</p>
<h3>TWRP 3.1.0.1 for Redmi Note 4 MTK (Nikel)</h3>
<p><em>TWRP Custom Recovery version developed by Geoanto555 from MIUI Hellas team.</em></p>
<p><a href="http://en.miui.com/thread-673841-1-1.html">Source</a> | Download: <strong><a href="https://xiaomifirmware.com/download/4430/">twrp_nikel_3.1.0-1_miui-hellas_new-screen.img</a></strong></p>
<h3>TWRP 3.1.0 for Xiaomi Redmi Note 4 MTK</h3>
<p><em>Developed by jemmini.</em></p>
<p>Download: <a href="https://xiaomifirmware.com/download/4432/"><strong>recovery.img</strong></a></p>
<p>To enable root on your Redmi Note 4 MTK install this SuperSU version via TWRP Custom Recovery: <a href="https://xiaomifirmware.com/download/4434/"><strong>SR3-SuperSU-v2.79-SR3-20170114223742.zip</strong></a></p>
<h3>TWRP 3.0.3 for Xiaomi Redmi Note 4 MTK</h3>
<p><em>Developed by jemmini.</em></p>
<p>Download: <a href="https://xiaomifirmware.com/download/4436/"><strong>recovery.img</strong></a></p>
<h3>Flasher Toolkit &#8211; TWRP 3.0.2 and ROOT Universal Tool for Redmi Note 4 MTK</h3>
<p>The complete and very easy to use tool to flash TWRP Custom Recovery and easily root your Redmi Note 4 MTK phone with a few simple steps. Below you&#8217;ll find a short tutorial on how to use this tool.</p>
<p>Latest version of Flasher Toolkit for NIKEL: <a href="https://xiaomifirmware.com/download/2631/"><strong>FLASHER TOOLKIT NikelV3.zip</strong></a></p>
<p>Minimal ADB &amp; Fastboot v1.4.1: <a href="https://xiaomifirmware.com/download/2633/"><strong>minimal_adb_fastboot_v1.4.1_setup.exe</strong></a></p>
<p>BETA-SuperSUv2.78 SR1 (root): <a href="https://xiaomifirmware.com/download/4442/"><strong>SR1-SuperSU-v2.78-SR1-20160915123031.zip</strong></a></p>
<p>Only recovery: <a href="https://xiaomifirmware.com/download/2636/"><strong>ZCX-TWRP-3.0.2-X-REDMI_NOTE4-MTK_Nikel-16.11.18.img</strong></a></p>
<h4>How to use Flash Toolkit and Install TWRP on Redmi Note 4 MTK (NIKEL)</h4>
<p>Here&#8217;s a short step-by-step tutorial on how to use Flash Toolkit:</p>
<ol>
<li>Download and install <a href="https://xiaomifirmware.com/download/2633/"><strong>minimal_adb_fastboot_v1.4.1_setup.exe</strong></a></li>
<li>Optionally download <strong><a href="https://xiaomifirmware.com/download/4442/">SR1-SuperSU-v2.78-SR1-20160915123031.zip</a> </strong>and copy &#8220;Download&#8221; folder on your phone in case you want to enable root.</li>
<li>Turn on your phone and connect to PC via USB-cable.</li>
<li>Download and unpack <a href="https://xiaomifirmware.com/download/2631/"><strong>FLASHER TOOLKIT NikelV3.zip</strong></a></li>
<li>Now find <strong>FLASHER TOOLKIT Nikel.bat</strong> file and select <strong>&#8220;Open as administrator&#8221;</strong>.</li>
<li>Now you&#8217;ll see a menu with different options, to flash ZCX TWRP 3.0.2-X follow the insctructions on the screen.</li>
<li>When installation is finished you can change the language of TWRP from the main menu.</li>
<li>To enable OTA, go to &#8220;Settings&#8221; menu and select Support <strong>&#8220;MIUI-OTA&#8221;</strong> and <strong>&#8220;Disable Boot-System DMI-Verify&#8221;</strong>. Now you&#8217;ll need to flash Global or China ROM once again, so that OTA updates could work.</li>
<li>To enable root with Flash Toolkit go to TWRP main menu &gt; Advanced and select SuperSU. Now follow the simple instruction and enable root on your Redmi Note 4 MTK phone. Otherwise you can download and install SuperSU .zip archive from the links above.</li>
</ol>
<h3>TWRP 3.0.2-2 Cofface for Redmi Note 4 MTK</h3>
<p><em>Developed by Cofface.</em></p>
<p><strong>Bug fixes:</strong></p>
<ol>
<li>Touchscreen issue is now fixed.</li>
<li>&#8220;flash too large error&#8221; bug is fixed.</li>
<li>&#8220;Data&#8221; partition encryption is now supported.</li>
</ol>
<p>Download: <strong><a href="https://www.androidfilehost.com/?fid=385035244224401067">cofface_twrp_nikel_recovery1124.img</a></strong></p>
<h3>AOSP 6.0 Custom Recovery for Redmi Note 4 MTK</h3>
<p>Official Thread | Download: <a href="https://xiaomifirmware.com/download/4444/"><strong>cofface_recovery_nikel_6.0.1.img</strong></a></p>
<h3>Redmi Note 4 MTK Stock Recovery &#8211; Developer ROM 7.2.9</h3>
<p>Here&#8217;s a download link for Redmi Note 4 MTK (NIKEL) stock recovery which is extracted from Official MIUI Developer ROM 7.2.9.</p>
<p>Download: <a href="https://xiaomifirmware.com/download/4447/"><strong>recovery.img</strong></a></p>
<p>The post <a href="https://xiaomifirmware.com/downloads/twrp-custom-recovery-redmi-note-4-mtk/">TWRP Custom Recovery for Redmi Note 4 MTK</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xiaomifirmware.com/downloads/twrp-custom-recovery-redmi-note-4-mtk/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Guide] Delete MI account on Redmi Note 4 MTK</title>
		<link>https://xiaomifirmware.com/guides-and-tips/guide-delete-mi-account-redmi-note-4-mtk/</link>
					<comments>https://xiaomifirmware.com/guides-and-tips/guide-delete-mi-account-redmi-note-4-mtk/#comments</comments>
		
		<dc:creator><![CDATA[Frederick Jerome]]></dc:creator>
		<pubDate>Tue, 13 Jun 2017 20:33:10 +0000</pubDate>
				<category><![CDATA[Guides and Tips]]></category>
		<category><![CDATA[NIKEL]]></category>
		<category><![CDATA[NVRAM]]></category>
		<category><![CDATA[Redmi Note 4 MTK]]></category>
		<guid isPermaLink="false">https://xiaomifirmware.com/?p=2197</guid>

					<description><![CDATA[<p>Here&#8217;s a step-by-step tutorial on how you can bypass and delete synced MI account on Xiaomi Redmi Note 4 MTK smartphone. How to bypass MI account on Xiaomi Redmi Note 4 MTK Nikel Download this ROM version from official MIUI website. Backup NVRAM. Add scatter file in Flash Tool and format all flash memory. Flash with replaced global CUST file. Restore NVRAM with &#8220;Write Back&#8221;. Flash modem file (find Redmi Note 4 here). Basically that&#8217;s everything. Pay attention, that authors of this solution [&#8230;]</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/guide-delete-mi-account-redmi-note-4-mtk/">[Guide] Delete MI account on Redmi Note 4 MTK</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Here&#8217;s a step-by-step tutorial on how you can bypass and delete synced MI account on Xiaomi Redmi Note 4 MTK smartphone.</p>
<h2>How to bypass MI account on Xiaomi Redmi Note 4 MTK Nikel</h2>
<ol>
<li>Download <a href="https://xiaomifirmware.com/download/3481/">this ROM version</a> from official MIUI website.</li>
<li><span style="color: #ff0000;"><strong>Backup NVRAM.</strong></span></li>
<li>Add scatter file in Flash Tool and format all flash memory.</li>
<li>Flash with replaced global CUST file.</li>
<li>Restore NVRAM with <em>&#8220;Write Back&#8221;</em>.</li>
<li>Flash modem file <em>(<a href="https://xiaomifirmware.com/downloads/modem-files-xiaomi-redmi-note-4/">find Redmi Note 4 here</a>)</em>.</li>
<li>Basically that&#8217;s everything.</li>
</ol>
<p>Pay attention, that authors of this solution is not responsible for any of your actions!</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/guide-delete-mi-account-redmi-note-4-mtk/">[Guide] Delete MI account on Redmi Note 4 MTK</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xiaomifirmware.com/guides-and-tips/guide-delete-mi-account-redmi-note-4-mtk/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>STATUS SEC IMG TOO LARGE on Redmi Note 4 MTK</title>
		<link>https://xiaomifirmware.com/guides-and-tips/status-sec-img-large-redmi-note-4-mtk/</link>
					<comments>https://xiaomifirmware.com/guides-and-tips/status-sec-img-large-redmi-note-4-mtk/#comments</comments>
		
		<dc:creator><![CDATA[Frederick Jerome]]></dc:creator>
		<pubDate>Tue, 13 Jun 2017 20:00:46 +0000</pubDate>
				<category><![CDATA[Guides and Tips]]></category>
		<category><![CDATA[NIKEL]]></category>
		<category><![CDATA[Redmi Note 4 MTK]]></category>
		<category><![CDATA[STATUS SEC IMG TOO LARGE]]></category>
		<guid isPermaLink="false">https://xiaomifirmware.com/?p=2194</guid>

					<description><![CDATA[<p>Here&#8217;s another short solution for &#8220;STATUS SEC IMG TOO LARGE&#8221; issue that might appear on Xiaomi Redmi Note 4 MTK (NIKEL) device. How to fix STATUS SEC IMG TOO LARGE issue on Redmi Note 4 MTK Download Global ROM for flashtool. In flashtool before flashing remove the checkmark against &#8220;cust&#8221;. Flash downloaded ROM. After you&#8217;ve successfully flashed a Global ROM with flashtool, to get all localisations install the Global ROM again by using an updater app on your device.</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/status-sec-img-large-redmi-note-4-mtk/">STATUS SEC IMG TOO LARGE on Redmi Note 4 MTK</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Here&#8217;s another short solution for &#8220;STATUS SEC IMG TOO LARGE&#8221; issue that might appear on Xiaomi Redmi Note 4 MTK (NIKEL) device.</p>
<h2>How to fix STATUS SEC IMG TOO LARGE issue on Redmi Note 4 MTK</h2>
<ol>
<li>Download Global ROM for flashtool.</li>
<li>In flashtool before flashing remove the checkmark against &#8220;cust&#8221;.</li>
<li>Flash downloaded ROM.</li>
<li>After you&#8217;ve successfully flashed a Global ROM with flashtool, to get all localisations install the Global ROM again by using an updater app on your device.</li>
</ol>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/status-sec-img-large-redmi-note-4-mtk/">STATUS SEC IMG TOO LARGE on Redmi Note 4 MTK</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xiaomifirmware.com/guides-and-tips/status-sec-img-large-redmi-note-4-mtk/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
	</channel>
</rss>
