<?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>Dual Boot Patcher - Xiaomi Firmware</title>
	<atom:link href="https://xiaomifirmware.com/tag/dual-boot-patcher/feed/" rel="self" type="application/rss+xml" />
	<link>https://xiaomifirmware.com/tag/dual-boot-patcher/</link>
	<description>MIUI Android Devices Tips &#38; Guides</description>
	<lastBuildDate>Mon, 11 Dec 2017 20:30:21 +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>Dual Boot Patcher - Xiaomi Firmware</title>
	<link>https://xiaomifirmware.com/tag/dual-boot-patcher/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to flash MIUI ROM with Dual Boot Patcher</title>
		<link>https://xiaomifirmware.com/guides-and-tips/flash-miui-rom-with-dual-boot-patcher/</link>
					<comments>https://xiaomifirmware.com/guides-and-tips/flash-miui-rom-with-dual-boot-patcher/#comments</comments>
		
		<dc:creator><![CDATA[Frederick Jerome]]></dc:creator>
		<pubDate>Mon, 11 Dec 2017 20:27:16 +0000</pubDate>
				<category><![CDATA[Guides and Tips]]></category>
		<category><![CDATA[Dual Boot Patcher]]></category>
		<category><![CDATA[miui]]></category>
		<guid isPermaLink="false">https://xiaomifirmware.com/?p=6956</guid>

					<description><![CDATA[<p>In case you&#8217;ve always wanted to try MIUI, but can&#8217;t jump straight into it or maybe you want to use two different ROMs on your Android phone, here&#8217;s our recommendations on how to install MIUI as a second system using the Dual Boot Patcher. Install MIUI ROM on your phone with Dual Boot Please pay attention! We are not responsible for any issues with your device. You do everything at your own risk. First of all you&#8217;ll need to download Notepad++ [&#8230;]</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/flash-miui-rom-with-dual-boot-patcher/">How to flash MIUI ROM with Dual Boot Patcher</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In case you&#8217;ve always wanted to try MIUI, but can&#8217;t jump straight into it or maybe you want to use two different ROMs on your Android phone, here&#8217;s our recommendations on how to install MIUI as a second system using the Dual Boot Patcher.</p>
<h2>Install MIUI ROM on your phone with Dual Boot</h2>
<p><span style="color: #ff0000;"><em>Please pay attention! We are not responsible for any issues with your device. You do everything at your own risk.</em></span></p>
<p>First of all you&#8217;ll need to download Notepad++ and Android Image Kitchen: <a href="https://xiaomifirmware.com/download/6959/"><strong>Android.Image.Kitchen.v2.7-Win32.zip</strong></a></p>
<ol>
<li>Grab boot.img file from downloaded MIUI ROM and drag-n-drop to unpackimg.bat file.</li>
<li>You&#8217;ll see two folders after unpacking <strong>&#8220;ramdisk&#8221;</strong> and <strong>&#8220;split_img&#8221;</strong>.</li>
<li>Use Notepad++ open <strong>&#8220;default.prop&#8221;</strong> and add the following lines or change existing ones:
<pre>ro.miui.has_cust_partition=true
ro.secureboot.devicelock=0
ro.secure=0
security.perf_harden=0
ro.allow.mock.location=0
ro.adb.secure=0
ro.debuggable=1
persist.sys.usb.config=mtp,adb
persist.service.adb.enable=1
persist.service.debuggable=1</pre>
</li>
<li>Next open <strong>&#8220;fstab.qcom&#8221;</strong> and remove <strong>&#8220;verify&#8221;</strong> if you&#8217;ve see any:
<pre>/dev/block/bootdevice/by-name/system         /system      ext4    ro,barrier=1,discard                                wait</pre>
</li>
<li>Open<strong> &#8220;init.rc&#8221;</strong> and add the following lines to the bottom:
<pre>#service for shelld
service shelld /system/xbin/shelld
    class main

#service for su
service su_daemon /system/xbin/su --daemon
    class main
    oneshot</pre>
</li>
<li>In <strong>&#8220;init.qcom.rc&#8221;</strong> find <strong>&#8220;on property:sys.boot_completed=1&#8221;</strong> line and add the following above it:
<pre>service shelld /system/xbin/shelld
    class main</pre>
</li>
<li>Delete <strong>&#8220;emmc_appsboot.mbn&#8221;</strong> file in <strong>&#8220;firmware-update&#8221;</strong> folder.</li>
<li>Go to <strong>&#8220;ROMFOLDER\META-INF\com\google\android&#8221;</strong> and edit <strong>&#8220;updater-scrypt&#8221;</strong> file. Delete the following 6 lines:
<pre>package_extract_file("META-INF/com/miui/miui_update", "/cache/miui_update");
set_metadata("/cache/miui_update", "uid", 0, "gid", 0, "mode", 0555, "capabilities", 0x0);
run_program("/cache/miui_update");
delete("/cache/miui_update");
show_progress(0.600000, 120);
ui_print("Patching system image unconditionally...");</pre>
</li>
<li>Delete these lines:
<pre>package_extract_file("firmware-update/emmc_appsboot.mbn", "/dev/block/bootdevice/by-name/aboot");
</pre>
</li>
<li>Delete the last one:
<pre>package_extract_file("firmware-update/emmc_appsboot.mbn", "/dev/block/bootdevice/by-name/abootbak")</pre>
</li>
<li>And finally delete <strong>&#8220;miui_update&#8221;</strong> file from <strong>&#8220;ROMFOLDER\META-INF\com\miui&#8221;</strong>.</li>
<li>That&#8217;s it! We&#8217;ve finished editing <strong>boot.img</strong> file.</li>
<li>Now press on <strong>&#8220;repackimg.bat&#8221;</strong> to make the new one, the <strong>image-new.img</strong> file will be created. Rename and replace the original <strong>boot.img</strong> file in rom folder.</li>
<li>Now use WinRar and WinZip to make archive the unpacked rom.</li>
<li>The MIUI ROM is now ready to use with TWRP or DualBootPatcher.</li>
</ol>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/flash-miui-rom-with-dual-boot-patcher/">How to flash MIUI ROM with Dual Boot Patcher</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xiaomifirmware.com/guides-and-tips/flash-miui-rom-with-dual-boot-patcher/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>[Guide] Redmi Note 2 Dual Boot Patcher</title>
		<link>https://xiaomifirmware.com/guides-and-tips/guide-redmi-note-2-dual-boot-patcher/</link>
					<comments>https://xiaomifirmware.com/guides-and-tips/guide-redmi-note-2-dual-boot-patcher/#respond</comments>
		
		<dc:creator><![CDATA[Frederick Jerome]]></dc:creator>
		<pubDate>Tue, 20 Dec 2016 22:01:27 +0000</pubDate>
				<category><![CDATA[Guides and Tips]]></category>
		<category><![CDATA[Dual Boot]]></category>
		<category><![CDATA[Dual Boot Patcher]]></category>
		<guid isPermaLink="false">http://xiaomifirmware.com/?p=371</guid>

					<description><![CDATA[<p>Dual Booting Your Redmi Note 2 Here&#8217;s a very simple guide on how to patch Dual Boot rom on your Redmi Note 2 device. I&#8217;m making this guide using Dual Boot Patcher 8.0.0.r2709.g554d8f9-SNAPSHOT. Remember that you do everything at your own risk! Dual Boot Patch install steps: Download rom (link below) Run DualBootPatcher Select &#8220;Patch zip file&#8221; Select the patch rom file. Make sure you turn on &#8220;Documents&#8221; application. It is at the end of the list. Just in case, it [&#8230;]</p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/guide-redmi-note-2-dual-boot-patcher/">[Guide] Redmi Note 2 Dual Boot Patcher</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Dual Booting Your Redmi Note 2</h2>
<p>Here&#8217;s a very simple guide on how to patch Dual Boot rom on your Redmi Note 2 device. I&#8217;m making this guide using Dual Boot Patcher 8.0.0.r2709.g554d8f9-SNAPSHOT.</p>
<p><span style="color: #ff0000; font-size: 11px;">Remember that you do everything at your own risk!</span></p>
<h3>Dual Boot Patch install steps:</h3>
<ol>
<li>Download rom (link below)</li>
<li>Run DualBootPatcher</li>
<li>Select &#8220;Patch zip file&#8221;</li>
<li>Select the patch rom file. <em>Make sure you turn on &#8220;Documents&#8221; application. It is at the end of the list. Just in case, it may be disabled</em></li>
<li>Select device and partition configuration. <span style="color: #ff0000;">Important:</span> If you have selected a memory card, there will be created an .img file <em>(it takes around 15-20 minutes, quite a lot actually)</em></li>
<li>Put a partition name <em>(this name will be shown later in the main menu)</em></li>
<li>Choose a file name for the Dual Boot patch file (usually it is setup automatically &#8220;firmware slot-slot-name&#8221;)</li>
<li>Prepare the patch rom</li>
<li>Now go to the &#8220;Roms&#8221;</li>
<li>Click &#8220;+&#8221;, then again &#8220;+&#8221; and select the the patched rom. Then change the location for the rom or leave the slot as is.</li>
<li>Wait for the process to complete. In the end you&#8217;ll see &#8220;1/1&#8221;. This mean that installation is successfully completed. If the patcher is flashed with a different kernel, there will be &#8220;Setting kernel&#8221; message.</li>
<li>Next <em>(if everything is successful)</em>, you will see the patch image and its characteristics (Android version and build name).</li>
<li>Restart and wait for the first startup.</li>
</ol>
<h3>Downgrade or flash if you have no root, but have TWRP:</h3>
<p>Here&#8217;s how you return your device to previous rom version. TWRP 3.0.2 by Jemmini.</p>
<ol>
<li>Download Dual Boot (Utilities) and save them to anywhere.</li>
<li>When you first start the recovery will ask you to edit system partition &#8211; &#8220;Keep System Read only?&#8221;. On the &#8220;Unmodified System Partition&#8221; screen, select &#8220;Never show this screen during boot again.&#8221; and swipe to allow.</li>
<li>Enter Setup section and select &#8220;Install&#8221;</li>
<li>Look for and select the utilities file DualBootUtilities-8.0.0.r2709.g554d8f9.zip</li>
<li>Aroma Installer will be launched</li>
<li>Device information will be displayed, click &#8220;Next&#8221;</li>
<li>Select your main rom.</li>
<li>Press&#8221;Switch to&#8221;</li>
<li>In the log you should see &#8220;Exit code: 0&#8221;, press &#8220;Next&#8221;</li>
<li>Press &#8220;Finish&#8221;</li>
<li>&#8220;Reboot&#8221; and wait while rom loads.</li>
</ol>
<h3>Download links:</h3>
<p><a href="http://uploadboy.me/g6sqcgvtg5uq/Dual__erAndroid-8.0.0.r2709.g554d8f9-snapshot.apk.html" target="_blank" rel="noopener">DualBootPatcherAndroid-8.0.0.r2709.g554d8f9-snapshot.apk</a></p>
<p><a href="https://xiaomifirmware.com/download/2628/">DualBootUtilities-8.0.0.r2709.g554d8f9.zip</a></p>
<p>The post <a href="https://xiaomifirmware.com/guides-and-tips/guide-redmi-note-2-dual-boot-patcher/">[Guide] Redmi Note 2 Dual Boot Patcher</a> appeared first on <a href="https://xiaomifirmware.com">Xiaomi Firmware</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://xiaomifirmware.com/guides-and-tips/guide-redmi-note-2-dual-boot-patcher/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
