<?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>Nabi 2 &#8211; BeatificaBytes</title>
	<atom:link href="https://www.BeatificaBytes.be/tag/nabi-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.BeatificaBytes.be</link>
	<description>The Joys of Computing</description>
	<lastBuildDate>Thu, 14 May 2015 22:02:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>
	<item>
		<title>Nabi 2 bricked</title>
		<link>https://www.BeatificaBytes.be/nabi-2-bricked/</link>
					<comments>https://www.BeatificaBytes.be/nabi-2-bricked/#comments</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Thu, 14 May 2015 22:02:01 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Nabi 2]]></category>
		<guid isPermaLink="false">/wordpress/?p=2146</guid>

					<description><![CDATA[I wanted to play with the Recovery and the Rom of my Nabi 2 and I ended with a bricked tablet. Trying to boot the OS, I [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify">I wanted to play with the Recovery and the Rom of my Nabi 2 and I ended with a bricked tablet. Trying to boot the OS, I was stuck for ever on the screen with a freezed Nabi logo. Trying to boot the Recovery, I was stuck on a screen with a dead android and an exclamation mark. Here is how to solve that situation.</p>
<p style="text-align: justify"><span class="collapseomatic " id="id69b276ed174a7"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b276ed174a7'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b276ed174a7" class="collapseomatic_content ">
<p style="text-align: justify"><span style="text-decoration: underline"><strong>Prerequisites</strong></span></p>
<p style="text-align: justify">First, be sure that the &#8220;Universal ADB Drivers&#8221; are installed. To be found <a title="ADB Drivers" href="http://hexamob.com/drivers/GENERICOS/UniversalAdbDriverSetup6.msi%20" target="_blank" rel="noopener">here</a> or <a title="ADB drivers" href="http://adbdriver.com/downloads/" target="_blank" rel="noopener">here</a>. the ADB command is available <a title="ADB" href="http://adbshell.com/download/" target="_blank" rel="noopener">here</a>. ADB documentation exists <a title="ADB documentation" href="http://developer.android.com/tools/help/adb.html" target="_blank" rel="noopener">here</a>. ADB won&#8217;t work if &#8220;USB debugging&#8221; was not enabled on the device. But it was, for sure, if as me your bricked it&#8230;</p>
<p style="text-align: justify">Then, get a TWRP Recovery image from <a title="Nabi 2 Rom and Recovery" href="http://forum.xda-developers.com/wiki/Fuhu_nabi_2" target="_blank" rel="noopener">here</a> that can be installed without the need for a previous version. I took the TWRP 2.2.2.1 which is the only one that works fine with my Nabi 2 due to a Calibration issue with the other versions. As not available anymore from the page mentioned above (with all versions for Nabi 2), I had to take it from the <a title="Recovery Installer for Nabi" href="http://click.xda-developers.com/api/click?format=go&amp;jsonp=vglnk_143162738654710&amp;key=f0a7f91912ae2b52e0700f73990eb321&amp;libId=i9ocv99j01000n4o000DAk7qiji6w&amp;loc=http%3A%2F%2Fforum.xda-developers.com%2Fshowthread.php%3Ft%3D2074501&amp;v=1&amp;out=http%3A%2F%2Fhome.comcast.net%2F~aicjofs%2FTWRPinstaller.zip&amp;ref=https%3A%2F%2Fwww.google.be%2F&amp;title=%5BRECOVERY%5D%5BNABI2%5D%20TWRP%202.3.3.0%2C%202.8.5.0%20test%E2%80%A6%20%7C%20Android%20Development%20and%20Hacking%20%7C%20XDA%20Forums&amp;txt=Recovery%20Installer%20for%20Nabi" target="_blank" rel="noopener">Auto-Installer</a> mentioned <a title="TRWP Recovery" href="http://forum.xda-developers.com/showthread.php?t=2074501" target="_blank" rel="noopener">here</a> (from the subfolder twrp/old).</p>
<p style="text-align: justify"><span style="text-decoration: underline"><strong>Restore a Recovery</strong></span></p>
<p style="text-align: justify">Now, connect the Nabi 2 on the PC and reboot the Nabi 2 in &#8220;Fastboot&#8221; mode:</p>
<ul style="text-align: justify">
<li>Press volume + and hold it while pressing also Power.</li>
<li>Use Volume &#8211; to select &#8220;Fastboot&#8221; and select it with Volume +</li>
</ul>
<p style="text-align: justify">Next, open a command prompt as admin on the PC and type:</p>
<div class="callout" style="text-align: justify">
<p>fastboot flash recovery.img</p>
</div>
<p style="text-align: justify">Wait for the image to be loaded and reboot the device by pressing Volume + (to Select Bootloader) and next twice Volume &#8211; and once Volume + (to Select &#8220;Recovery Kernel&#8221;). The &#8220;Recovery&#8221; should now load (not be blocked anymore with a dead android) !</p>
<p style="text-align: justify"><span style="text-decoration: underline"><strong>Upgrade to the most recent Recovery</strong></span></p>
<p style="text-align: justify">One can now upgrade TWRP to a version which may only be installed on top of an existing one, such as the TWRP 2.8.5.0. I took the TWRP 2.8.5.0 v2 for KitKat <a title="TWRP 2.8.5.0 v2 KitKat" href="http://forum.xda-developers.com/wiki/Fuhu_nabi_2#Kit_Kat_Version.284.4.29" target="_blank" rel="noopener">here</a>.</p>
<p style="text-align: justify">I went again into the &#8220;FastBoot&#8221; mode and uploaded the new Recovery image (TWRP 2.8.5.0) before restarting to enter the new Recovery Kernel.</p>
<p style="text-align: justify"><span style="text-decoration: underline"><strong>Flash a stock Rom</strong></span></p>
<p style="text-align: justify">And once in TWRP, I did &#8220;Backup&#8221; it on the SD card!</p>
<p style="text-align: justify">I moved next the SD card into my PC, I went to the folder \TWRP\BACKUPS\&lt;id of my table&gt;\&lt;current date&gt; and delete all the files in there.</p>
<p style="text-align: justify">Then, I downloaded the stock Rom 3.0.13 for KitKat (3013stock.zip) <a title="Stock Rom Nabi 2 KitKat" href="http://forum.xda-developers.com/wiki/Fuhu_nabi_2#Kit_Kat.284.4.29" target="_blank" rel="noopener">here</a> and did unzip it in the backup folder before moving the SD back into the tablet.</p>
<p style="text-align: justify">I did reboot again the tablet in the Recovery and once there I did a &#8220;Restore&#8221; (keeping all items selected).</p>
<p style="text-align: justify">Once flashed, I did reboot the System (without installing SuperSU). After ~1 minute, the Logo started to spin and after ~2 other minutes the system started to initialize. After ~5 minutes, it was asking me to pick a language and configure the Wifi.</p>
<p style="text-align: justify"><strong>Et voilà FIXED !!!</strong></p>
<p style="text-align: justify">Android is now 4.4.2, Build Bumber KOT49H, Product Version 3.0-release-keys.</p>
<p style="text-align: justify"></div>
<div class="pvc_clear"></div>
<p id="pvc_stats_2146" class="pvc_stats total_only  " data-element-id="2146" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/nabi-2-bricked/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>TWRP v2.8.5.0 works fine on Nabi 2</title>
		<link>https://www.BeatificaBytes.be/twrp-v2-8-5-0-works-fine-on-nabi-2/</link>
					<comments>https://www.BeatificaBytes.be/twrp-v2-8-5-0-works-fine-on-nabi-2/#respond</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Thu, 14 May 2015 16:24:42 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Nabi 2]]></category>
		<guid isPermaLink="false">/wordpress/?p=2143</guid>

					<description><![CDATA[The only version of TWRP that was previously compatible with my tablet Fuhu Nabi 2 was TWRP 2.2.2.1 due to a calibration bug (See Here). But I just [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify">The only version of TWRP that was previously compatible with my tablet Fuhu Nabi 2 was TWRP 2.2.2.1 due to a calibration bug (See <a title="TWRP and Nabi 2" href="https://www.beatificabytes.be/tag/nabi-2/" target="_blank" rel="noopener noreferrer">Here</a>). But I just found that TWRP 2.8.5.0 works fine!</p>
<p style="text-align: justify"><span class="collapseomatic " id="id69b276ed19456"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b276ed19456'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b276ed19456" class="collapseomatic_content ">
<p style="text-align: justify">My tablet was running:</p>
<ul>
<li>Fuhu Nabi 2-NV7A-US</li>
<li>Version Android 4.1.1</li>
<li>Kernel 3.1.10-g160ecc9-dirty</li>
<li>Build JRO03C</li>
<li>Product Version 2.3-release-keys</li>
</ul>
<p style="text-align: justify">As I still have Android 4.1.1 (Jelly Bean) on my Nabi 2, I did get the Jelly Bean version of TWRP 2.8.5.0 mentioned <a title="TWRP 2.8.5.0" href="http://forum.xda-developers.com/showpost.php?p=59452953&amp;postcount=2592" target="_blank" rel="noopener noreferrer">here</a> as I still have Android 4.1.1 on my Nabi 2.</p>
<p style="text-align: justify">Next, I took the Auto-Installer to be found <a title="Auto Installer for Nabi 2" href="http://forum.xda-developers.com/showthread.php?t=2074501" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p style="text-align: justify">Then, I did unzip the &#8220;Twrp-recovery-JBNV7AUS-285.zip&#8221; into the Auto-Installer&#8217;s subfolder &#8220;twrp\new&#8221; and renamed it from &#8220;twrp-recovery.img&#8221; into &#8220;recovery.img&#8221; (replacing the existing img file).</p>
<p style="text-align: justify">Finally, I run RecoveryUpdater.bat and pick the option 1: &#8220;<em>1. Install TWRP 2.3.3.0 for Nabi versions 1.9.37 (recommended)</em>&#8220;.</p>
<p style="text-align: justify">It pushed the image I just copied into the subfolder &#8220;twrp/new&#8221; on my Nabi 2 and Bingo <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p style="text-align: justify"></div>
<div class="pvc_clear"></div>
<p id="pvc_stats_2143" class="pvc_stats total_only  " data-element-id="2143" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/twrp-v2-8-5-0-works-fine-on-nabi-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Root Access for Fuhu Nabi 2</title>
		<link>https://www.BeatificaBytes.be/root-access-for-fuhu-nabi-2/</link>
					<comments>https://www.BeatificaBytes.be/root-access-for-fuhu-nabi-2/#respond</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Thu, 14 May 2015 15:39:16 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Nabi 2]]></category>
		<category><![CDATA[Root Access]]></category>
		<guid isPermaLink="false">/wordpress/?p=2141</guid>

					<description><![CDATA[&#8220;KingoRoot&#8221; also worked fine too root my Fuhu Nabi 2! See here how I previously used it to root my two Lenovo A5500-F.]]></description>
										<content:encoded><![CDATA[<p>&#8220;<a title="Kingo Root" href="http://www.kingoapp.com/" target="_blank" rel="noopener noreferrer">KingoRoot&#8221;</a> also worked fine too root my Fuhu Nabi 2!</p>
<p>See <a title="Root Lenovo A5500-F" href="https://www.beatificabytes.be/root-access-for-lenovo-a5500-f/" target="_blank" rel="noopener noreferrer">here </a>how I previously used it to root my two Lenovo A5500-F.</p>
<div class="pvc_clear"></div>
<p id="pvc_stats_2141" class="pvc_stats total_only  " data-element-id="2141" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/root-access-for-fuhu-nabi-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Upgrade Fuhu Nabi 2 from Ice Cream Sandwich to Jelly Bean</title>
		<link>https://www.BeatificaBytes.be/upgrade-fuhu-nabi-2-from-ice-cream-sandwich-to-jelly-bean/</link>
					<comments>https://www.BeatificaBytes.be/upgrade-fuhu-nabi-2-from-ice-cream-sandwich-to-jelly-bean/#respond</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Tue, 11 Feb 2014 20:31:58 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Nabi 2]]></category>
		<guid isPermaLink="false">/wordpress/?p=1556</guid>

					<description><![CDATA[I used to root Kids&#8217; tablet Fuhi Nabi 2 in order to be able to install Google Play. But I got a notification from Fuhi two weeks ago [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify">I used to <a title="Root Fuhi Nabi 2" href="https://www.beatificabytes.be/fuhu-nabi-2-with-google-apps-great-tablet-for-kids-and-dad/" target="_blank" rel="noopener noreferrer">root Kids&#8217; tablet Fuhi Nabi 2</a> in order to be able to install Google Play. But I got a notification from Fuhi two weeks ago announcing that Google Play was now available out of the box with their latest update&#8230; This one upgrades from Android 4.0.1 to 4.1.1&#8230; So, hop, hop, hop, I immediately decided to rollback my tablet to a stock Rom and give a try to that new update. Piece of cake&#8230; if you know how to proceed&#8230;</p>
<p style="text-align: justify"><span class="collapseomatic " id="id69b276ed1f162"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b276ed1f162'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b276ed1f162" class="collapseomatic_content ">
<ol style="text-align: justify">
<li>The Nabi 2 had Rom 1.9.37 and TWRP Recovery Image 2.2.2.1.
<ul>
<li>I had a touch screen calibration issue with more recent TWRP. I didn&#8217;t try to most recent one however (E.g.: 2.6.3.0).</li>
<li>Original site of TWRP can be found <a title="TWRP" href="http://teamw.in/project/twrp2" target="_blank" rel="noopener noreferrer">Here</a>.</li>
<li>All TWRP versions tested for Nabi 2 can <a title="Nabe 2 Wiki" href="http://forum.xda-developers.com/wiki/Fuhu_nabi_2" target="_blank" rel="noopener noreferrer">be found here</a> as well as the native Recovery Image from Fuhu.</li>
</ul>
</li>
<li>Download the stock Rom 2.0.5 and unzip it from your PC onto a SD card under \TWRP\Backups\&lt;device serial number&gt;\abcdstock123, then re-plug the SD into the Nabi 2
<ul>
<li>This is the folder where TWRP did store my backup when I did root the device</li>
<li>All Stock Versions can <a title="Nabe 2 Wiki" href="http://forum.xda-developers.com/wiki/Fuhu_nabi_2" target="_blank" rel="noopener noreferrer">be found here</a>.</li>
<li>There should be 4 files: boot.emmc.win, boot.emmc.win.md5, recovery.emmc.win an System.ext4.win</li>
</ul>
</li>
<li>Install PDA.Net, <a title="PDA.Net" href="http://pdanet.co/a/" target="_blank" rel="noopener noreferrer">to be found here</a>, if not available anymore on your PC.</li>
<li>Boot the Nabi 2 in recovery mode by pressing both the Volume + Button and the Power Button.</li>
<li>Press twice the Volume &#8211; Button to move to the menu &#8220;Recovery Kernel&#8221;</li>
<li>Press once the Volume + Button to enter the selected menu
<ul>
<li>it takes quite a few seconds to enter. Be patient.</li>
</ul>
</li>
<li>Once entered in Teamwin (TWRP), select &#8220;Restore&#8221;</li>
<li>Then select &#8220;Using external SD&#8221; and pick the Stock Rom version 2.0.5 copied on the SD</li>
<li>Only restore System and Boot, but not your data!
<ul>
<li>I presume that all your data, if any, are in gmail, google+, etc&#8230;</li>
</ul>
</li>
<li>Once the restore completed, reboot the system.</li>
<li>It will take some time to reboot, installing the various packages, etc&#8230;</li>
<li>Once back into Android, go to the &#8220;Settings&#8221; &gt; &#8220;About&#8221; &gt; &#8220;System Updates&#8221; &gt; &#8220;Check now&#8221; for updates, &#8220;Download&#8221; it and install. Android will reboot at the end of that update.</li>
<li>This was actually the &#8220;first part&#8221; of the upgrade from the Stock Rom 2.0.5 to 2.3.11. With that first part, you are not yet running Android 4.1.1. You have to redo the step here above once more to install the &#8220;second part&#8221;.</li>
</ol>
<p style="text-align: justify">Notice: I had an issue with the installation of the &#8220;first part&#8221;. I think that the &#8220;update&#8221; file was corrupted because I lost the Wi-Fi connection for a few seconds during the download. So, I had to restart the operation and it went then well.</p>
<p style="text-align: justify">I had a bigger issue when I tried to install the &#8220;second part&#8221; of the update. During the reboot, I got the red triangle dead Android picture&#8230; This is because I still had traces of rooted files on the tablet. The update din&#8217;t recognize some system files and refused to proceed further&#8230; Fortunately, <a title="Fix Nabi2 upgrade issue" href="http://forum.xda-developers.com/showpost.php?p=48714484&amp;postcount=1941" target="_blank" rel="noopener noreferrer">there is a solution</a>&#8230;</p>
<ol style="text-align: justify">
<li><span style="line-height: 15px">Download the fix OTA2.zip to be found <a title="OTA2.zip" href="http://forum.xda-developers.com/wiki/Fuhu_nabi_2#Jelly_Bean_Version.284.1.29" target="_blank" rel="noopener noreferrer">here</a> (named Part2 Work Around)</span></li>
<li>Copy the zip as is onto the SD card under \TWRP\ and re-plug the SD into the Nabi 2</li>
<li>Reboot into Recovery mode as explained previously</li>
<li>Now, instead of &#8220;Restore&#8221;, select &#8220;Install&#8221; and pick the file OTA2.zip from the &#8220;external SD&#8221;</li>
<li>As far as I am concerned, I did a &#8220;Wipe Cache/dalvik&#8221; after the installation..</li>
<li>Reboot the system.</li>
</ol>
<p style="text-align: justify">Et voilà. The Nabi 2 is now running a fresh Jelly Bean with all kids&#8217; favorite games re-installed from Google Play. Big big thanks to XDA-Developers&#8217; community for providing such a great support!!</p>
<p style="text-align: justify">Notice: I am now running a US version instead of a UK version&#8230; But I don&#8217;t care as everything seems ok <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f61b.png" alt="😛" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p style="text-align: justify"></div>
<p style="text-align: justify"><span class="collapseomatic " id="id69b276ed1f202"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b276ed1f202'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b276ed1f202" class="collapseomatic_content ">
<p style="text-align: justify">I am not that happy about the upgrade&#8230;</p>
<p style="text-align: justify">For sure, the new Android interface for the parents is great. But there is no real change for my kids except that:</p>
<ul style="text-align: justify">
<li>It&#8217;s much slower to boot</li>
<li>It freezes regularly while my kids are unlocking the screen immediately after the boot. The lock screen start to slide and then freeze in the middle of the screen. I have no choice but hard-reboot (keeping the power button pressed for some seconds)</li>
<li>It also freezes sometimes while my kids are playing. Not often but still&#8230; I never had any issue in the past.</li>
</ul>
<p style="text-align: justify">And a problem that I always had: when charging the tablet, the tablet always completely switch off and it&#8217;s a real pain to reboot it once charged. I always have to wait a bit (&gt; 1 minute) after unplugging the tablet before being finally able to boot. Possibly due to the fact I am on 230V/50Hz and some kind of protection ? It looks indeed like the tablet refuses to boot because the battery is too hot&#8230;</p>
<p style="text-align: justify"></div>
<div class="pvc_clear"></div>
<p id="pvc_stats_1556" class="pvc_stats total_only  " data-element-id="1556" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img loading="lazy" decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/upgrade-fuhu-nabi-2-from-ice-cream-sandwich-to-jelly-bean/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Use Belgacom 3G USB Dongle (Vodaphone) on my Fuhu Nabi (Android) tablet</title>
		<link>https://www.BeatificaBytes.be/use-belgacom-3g-usb-dongle-vodaphone-on-fuhu-nabi-android-tablet/</link>
					<comments>https://www.BeatificaBytes.be/use-belgacom-3g-usb-dongle-vodaphone-on-fuhu-nabi-android-tablet/#respond</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Mon, 06 Jan 2014 18:43:25 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Belgacom]]></category>
		<category><![CDATA[Nabi 2]]></category>
		<guid isPermaLink="false">/wordpress/?p=1445</guid>

					<description><![CDATA[I used to buy the 3G USB dongle of Belgacom to surf for free on the web with my laptop during the weekends. It&#8217;s a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify">I used to buy the 3G USB dongle of Belgacom to surf for free on the web with my laptop during the weekends. It&#8217;s a Vodaphone dongle (a &#8220;HUAWEI Mobile Connect &#8211; 3G Modem&#8221; inside). I was just wondering if I could use it on my Fuhi Nabi II tablet. The answer is YES if your tablet is rooted!</p>
<p style="text-align: justify"><span class="collapseomatic " id="id69b276ed24ffd"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b276ed24ffd'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b276ed24ffd" class="collapseomatic_content ">
<p style="text-align: justify">My Tablet, <a title="Fuhu Nabi II" href="https://www.beatificabytes.be/fuhu-nabi-2-with-google-apps-great-tablet-for-kids-and-dad/" target="_blank" rel="noopener noreferrer">a Fuhu Nabi II</a>, is running Android 4.0.4. It has Bluetooth and Wi-Fi but no 3G. Since a few weeks, I have a &#8220;Belgacom Internet Partout Maxi&#8221; subscription, including mobile internet for free during the whole week (You have to go into your &#8220;e-Services&#8221; to modify your current &#8220;Mobile Internet Free Weekend&#8221; subscription and activate the &#8220;Mobile Internet laptop&#8221; as mentioned <a title="Internet Mobile Belgacom" href="http://support.en.belgacom.be/app/answers/detail/a_id/15582" target="_blank" rel="noopener noreferrer">here</a>). That&#8217;s why I was motivated to try my Belgacom dongle on my tablet.</p>
<figure id="attachment_1465" aria-describedby="caption-attachment-1465" style="width: 300px" class="wp-caption aligncenter"><a href="https://www.beatificabytes.be/wp-content/uploads/2014/01/vodafone-3g-dongle.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1465" alt="Belgacom's vodafone 3G dongle" src="https://www.beatificabytes.be/wp-content/uploads/2014/01/vodafone-3g-dongle-300x200.jpg" width="300" height="200" /></a><figcaption id="caption-attachment-1465" class="wp-caption-text">Belgacom&#8217;s vodafone 3G dongle</figcaption></figure>
<p style="text-align: justify">First, I had to install <a title="PPP Widget" href="https://play.google.com/store/apps/details?id=de.draisberghof.pppwidget" target="_blank" rel="noopener noreferrer">PPP Widget</a> on my Tablet.</p>
<p style="text-align: justify">Next, I did add the Widget on the screen. At that time, you will see a status &#8220;Checking access&#8221; displayed by PPP Widget and you will be prompted to grant it root access. If you don&#8217;t grant it root access, you will see a status &#8220;No root access&#8221; displayed. I suggest you to re-add the widget on the screen and grant it access or you won&#8217;t be able to use it.</p>
<p style="text-align: justify">The status displayed next by PPP Widget should be No modem found&#8221;. Click on its &#8220;Configure&#8221; button to set the Belgacom parameters:</p>
<ol style="text-align: justify">
<li><span style="line-height: 15px">Acces Point Name: internet.proximus.be</span></li>
<li>Username: (keep it blank)</li>
<li>Password: (keep it blank)</li>
<li>Dialing string: (keep it unchanged: *99***1#)</li>
<li>Check and set PIN: <strong>checked</strong></li>
<li>Pin Code: enter the pin code of the SIM plugged into the dongle</li>
<li>HTTP Proxy: (keep it bank)</li>
<li>Disable USB device sleep: unchecked</li>
<li>Auto-Start Connection: unchecked</li>
<li>Automatic Re-Connection: unchecked</li>
<li>Automatic device detection: <strong>checked</strong></li>
<li>Manual port selection: unchecked</li>
</ol>
<p style="text-align: justify">Then reboot the tablet to start from a clean situation. Once back:</p>
<ol style="text-align: justify">
<li>Disable the Wi-Fi.</li>
<li>Connect a USB cable to the tablet.  I did use an official <a title="Samsung USB adapter" href="http://www.samsung.com/us/mobile/cell-phones-accessories/ET-R205UBEGSTA" target="_blank" rel="noopener noreferrer">Samsung USB adapter</a> I bought for my Galaxy SII.</li>
<li>Connect<a title="Vodaphone USB Dongle" href="https://www.vodafone.in/business/communications/flexible_working/pages/usbstick.aspx" target="_blank" rel="noopener noreferrer"> the Vodaphone Dongle</a> on the USB cable.</li>
<li>The dongle&#8217;s led should start to blink &#8220;green&#8221;.</li>
<li>When you are prompted by PPP Widget to &#8220;open PPP Widget when this USB devices is connected&#8221;, select &#8220;Use by default for this USB device&#8221; and click OK.</li>
<li>Wait for a few seconds. If nothing happens, unplug and replug the dongle. You should soon see the following status displayed by PPP Widget:
<ol>
<li>Prepare device&#8230;</li>
<li>Seach for port&#8230;</li>
<li>Setup modem&#8230;</li>
<li>Disconnected (and the button &#8220;Connect&#8221; should now be enabled)</li>
</ol>
</li>
<li>Now, The dongle&#8217;s led should blink &#8220;blue&#8221;.</li>
</ol>
<p style="text-align: justify">The Connect button of the PPP Widget will become &#8220;enabled&#8221;. Click on that button. PPP Widget will display the status &#8220;Dialing out&#8230;&#8221;. If it fails to connect, the status &#8220;Disconnected&#8221; will displayed. Otherwise, you should see &#8220;Connected!&#8221; and the dongle&#8217;s led should stay fixed &#8220;blue&#8221;. Enjoy !</p>
<p style="text-align: justify">If it does not succeed to connect, check that the dongle is still working on your laptop. Running the application <a title="Belgacom Vodaphone software" href="http://support.en.belgacom.be/euf/assets/download/connection-software-windows.exe" target="_blank" rel="noopener noreferrer">&#8220;Vodaphone Mobile Connect Lite</a>&#8221; on your Laptop, you will possibly get more details like &#8220;Sim card not found&#8221;, &#8230; Notice: I tried to use the latest version of the application <a title="Belgacom Vodaphone software" href="http://support.en.belgacom.be/euf/assets/download/connection-software-windows.exe" target="_blank" rel="noopener noreferrer">&#8220;Vodaphone Mobile Connect Lite</a>&#8221; on my Laptop (Windows 8.1) but got a message like &#8220;This program as compatibility issues&#8221;. I tried to run the Compatibility Troubleshooter, but it didn&#8217;t find a solution. Finally, although the application could start anyway, it didn&#8217;t detect the dongle. So I would recommend to use the software version available on the key itself.</p>
<p style="text-align: justify">You can also enable the log within PPP Widget, via the Configure menu.</p>
<p style="text-align: justify">Notice: if your tablet goes to sleep mode, you will be &#8220;disconnected&#8221; and the dongle will restart to blink &#8220;green&#8221;. When the tablet waked up, you should see PPP widget trying to re-detect the dongle and setup the modem. If it succeeds, you will be able to click on &#8220;Connect&#8221;. Otherwise, to unplug and replug the dongle.</p>
<p style="text-align: justify"></div>
<div class="pvc_clear"></div>
<p id="pvc_stats_1445" class="pvc_stats total_only  " data-element-id="1445" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img loading="lazy" decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/use-belgacom-3g-usb-dongle-vodaphone-on-fuhu-nabi-android-tablet/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fuhu Nabi 2 with Google Apps &#8211; Great tablet for kids and dad</title>
		<link>https://www.BeatificaBytes.be/fuhu-nabi-2-with-google-apps-great-tablet-for-kids-and-dad/</link>
					<comments>https://www.BeatificaBytes.be/fuhu-nabi-2-with-google-apps-great-tablet-for-kids-and-dad/#comments</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Tue, 12 Mar 2013 19:23:08 +0000</pubDate>
				<category><![CDATA[Hardwares]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Nabi 2]]></category>
		<guid isPermaLink="false">/wordpress/?p=1009</guid>

					<description><![CDATA[I have just bought a Nabi 2, a tablet for kids which costed me only 155€ (+ 12€ for delivery from Ireland to Belgium) although it&#8217;s a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify">I have just bought a Nabi 2, a tablet for kids which costed me only 155€ (+ 12€ for delivery from Ireland to Belgium) although it&#8217;s a quad-core 1.3GHz Nvidia<strong> Tegra 3</strong> processor and 7-inch 1024-by-600-pixel <strong><em>Capacitive</em> Multi-Touch</strong> display running Android 4.0.</p>
<figure id="attachment_1010" aria-describedby="caption-attachment-1010" style="width: 275px" class="wp-caption aligncenter"><a href="/wp-content/uploads/2013/03/nabi-kids-tablet.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1010" src="/wp-content/uploads/2013/03/nabi-kids-tablet.jpg" alt="Fuhu Nabi 2 Kids tablet" width="275" height="275" /></a><figcaption id="caption-attachment-1010" class="wp-caption-text">Fuhu Nabi 2 Kids tablet</figcaption></figure>
<p style="text-align: justify">It could be the perfect tablet for dad and kids it it was not missing the Google Play Store, which may not be installed due to Google&#8217;s policies (Nabi having its own store)&#8230; (and maybe a GPS). Fortunately, if you are not afraid of rooting the device, all the Google Apps can be installed&#8230;</p>
<p style="text-align: justify"><span class="collapseomatic " id="id69b276ed27e79"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b276ed27e79'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b276ed27e79" class="collapseomatic_content ">
<p style="text-align: justify">The Nabi 2 is really great and fast.</p>
<ul style="text-align: justify">
<li>It connects to 802.11b/g/n Wi-Fi networks on the 2.4GHz frequency.</li>
<li>It comes with Bluetooth 3.0 integrated (useful to connect with wireless headphones).</li>
<li>It has 1GB of RAM</li>
<li>It comes with 8GB of built-in storage of which 4.49GB are free</li>
<li>It has a microSD slot to increase capacity (support 64GB microSD without issues).</li>
<li>It has a mini HDMI out for playing videos on an HDTVs at up to 1080p.</li>
<li>The battery can last up to 7h30 while running a video with screen brightness set to maximum and Wi-Fi switched on.</li>
<li>It has a <em>2</em>-megapixel front-facing camera above the screen.</li>
<li>It has an accelerometer</li>
<li>It comes with a thick red rubber silicone case that can be removed but is well protecting the tablet. Really let the kids play with it without much concern <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>
<li>It has a proprietary Monarch OS UI.</li>
</ul>
<p style="text-align: justify">It&#8217;s built by a Los Angeles-area startup called Fuhu. You will find plenty of reviews on the web looking for &#8220;Fuhu Nabi 2&#8221;.</p>
<p style="text-align: justify">Unfortunately, it does not come with Google Play and generally speaking, Google Apps (&#8220;gapps&#8221;) <strong>may not</strong> be installed. This was really an hold-back for me as I have already a lot of paid softwares bought on Google Play for my Android phone that I wanted to reused them on that tablet. Fortunately, a known &#8220;exploit&#8221; of Android has been used to root the device and add all the Google Apps as explained on <a href="http://forum.xda-developers.com/showthread.php?t=1905674" target="_blank" rel="noopener">XDA-developers forum</a>.</p>
<p style="text-align: justify">How to root the Nabi 2 is really best explained <a href="http://www.tech-stew.com/post/2012/11/20/How-to-Root-a-Nabi-2-Tablet.aspx" target="_blank" rel="noopener">here</a> (EDIT: see at the bottom for another improved package containing the &#8220;gapps&#8221;). Each manual steps are detailed <a href="http://forum.xda-developers.com/showthread.php?t=2016463" target="_blank" rel="noopener">here</a>.</p>
<p style="text-align: justify">It&#8217;s really clear and did work quite well for me.. Quite well because it appeared that at the step where I had to select the gapps.zip file and install it, this one was not available&#8230; I think that the problem that I didn&#8217;t have a microSD card in the slot&#8230; I would recommend to have one plugged before rooting the device&#8230; What I did to solve that issue: I copied the file manually from my PC on a microSD card, I did plug the card in the device and I used the &#8220;Mount&#8221; menu of TWRP to make the SD card acessible from TWRP. Finally, I could select  gapps.zip on the external SD.</p>
<p style="text-align: justify">A last fright however. After the installation of the Google Apps (when TWRP says &#8220;Installation Complete!&#8221;) and before clicking &#8220;Reboot System&#8221; in the lower right, I noticed error messages in the logs: failed to mount \data.. Gasp !! I did try to mount it manually without success. As I still didn&#8217;t find a solution after one hour spent googling, I decided to reboot the device and pry&#8230;. And  fortunately, although it took a few minutes to restart and complete the update, everything appeared to be running really fine !</p>
<p style="text-align: justify">Next, I had access to all the Google apps, including  Google Play. I did installed successively on the Nabi all the application I already paid and installed in the past on my Galaxy SII&#8230;</p>
<p style="text-align: justify">There was however a remaining &#8220;issue&#8221; (neither blocking nor critical), the gapps package was giving a message &#8216;Android Upgrading&#8217; on every boot. But there is a new package <a href="http://forum.xda-developers.com/showthread.php?t=2065878" target="_blank" rel="noopener">here</a> that solves this issue. Simply copy it on your nabi 2 (E.g.: on the microSD &#8211; or download it directly on the internal storage). Next go to the recovery mode in TWRP 2.2.2.1 and install it:</p>
<ul style="text-align: justify">
<li>While the nabi is turn on, press the &#8220;Power off&#8221; button for a few seconds to get the “shutdown” prompt.</li>
<li>Press next the &#8220;Volume +&#8221; and the &#8220;Power Off&#8221; buttons together for a few second to get the boot menu. You should see soon the following entries in the top left corner, is small fonts.
<ul>
<li>Boot normally</li>
<li>Fastboot Protocol</li>
<li>Recovery Kernel</li>
<li>Forced Recovery</li>
</ul>
</li>
<li>Select “Recovery Kernel” with the &#8220;Volume -&#8221; button
<ul>
<li>Don’t wait too long before starting to select this entry or the device starts to “Boot Normally”</li>
</ul>
</li>
<li>Confirm the selection with the &#8220;Volume +&#8221; button
<ul>
<li>The menu becomes brighter</li>
</ul>
</li>
<li>Wait for a some long seconds and here it is: the TWRP menu</li>
<li>Select Install and browse to find the &#8220;gapps.zip&#8221; file.</li>
</ul>
<div style="text-align: justify">Another option is to copy the new gapps into the setup of jmztaylor and rerun the script. You may also replace the recovery.img (TWRP) with a more recent one (Read <a href="http://forum.xda-developers.com/showthread.php?t=2074501" target="_blank" rel="noopener">this thread</a>)&#8230;</div>
<div style="text-align: justify"></div>
<div style="text-align: justify">
<p>IMPORTANT NOTICE. If like me you have the UK version (NABI2-NV7A-UK) don&#8217;t try to install more recent TWRP like the 2.3.3.0 or 2.4.4.0. They have a bug with the touch screen calibration. you won&#8217;t be able to touch and select menu/items/etc&#8230; anymore in TWRP <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f641.png" alt="🙁" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Really a nightmare. So stick to TWRP 2.2.2.1.</p>
<p>So, as I had to redo the whole process several times, here is a resume (every info taken from xda-developers!):</p>
<ul>
<li>On the Nabi 2
<ul>
<li>Power it on (Press the &#8220;Power&#8221; button for 5 seconds).</li>
<li>Go into the Daddy/Momy mode</li>
<li>Verify that &#8220;USB Debugging&#8221; is enabled in Settings &gt; System\Developer Options.</li>
<li>Check also that you have at least the version 1.9.23 in Settings &gt; System\About.</li>
<li>To update the nabi 2, go to Settings &gt; System\ About, Update and click the &#8220;Check update&#8221; button.</li>
</ul>
</li>
<li>On the PC:  Go to Control Panel, Device Manager and look for the Nabi tablet device.  If it has an exclamation mark next to it, install the <a href="http://www.junefabrics.com/android/download.php" target="_blank" rel="noopener">PDANet</a> software to get the required drivers. The Nabi 2 should next be properly listed.</li>
<li>Open a dos command prompt <strong>Run As Administrator</strong></li>
<li>Go to the location where you have unzipped the jmzrootpackage</li>
<li>Replace the files\gapps.zip file with t499users_fuhu_nabi2_gapps.zip</li>
<li>Possibly replace files\recovery.img with the one from NabiTWRP244.zip</li>
<li>Run install.bat</li>
<li>Choose option 1. The ADB server used to communicate with the nabi 2 will start. Press any key to continue</li>
<li>The device will reboot and display a menu in the top left corner :
<ul>
<li>Bootloader</li>
<li>Continue</li>
<li>Reboot-bootloader</li>
<li>Reboot</li>
<li>Poweroff</li>
</ul>
</li>
<li>Press any key in the dos command prompt to continue. The TWRP  will be copied on the nabi 2.</li>
<li>Press the &#8220;Volume +&#8221; button on the nabi to enter the &#8220;Bootloader&#8221; menu</li>
<li>Press next the &#8220;Volume -&#8221; button until the &#8220;Recovery Kernel&#8221; menu is selected</li>
<li>Press finally the &#8220;Volume +&#8221; button to confirm the selection. The whole menu appears next much brighter and a few long seconds later you enter the TWRP  UI.</li>
<li>In the dos command prompt, press any key to continue. The gapps.zip and root.zip files will be uploaded and the device will reboot and reenter TWRP.</li>
<li>In TWRP, press Install
<ul>
<li>If you have difficulties to Press the button, you possibly have the &#8220;touchscreen calibration&#8221; bug. Bad luck. It&#8217;s a real nightmare to use TWRP with that bug. Check the version displayed on the top. I had no issue with TWRP 2.2.2.1</li>
<li>I was unable to select the &#8220;internal storage&#8221; as source for the files to be installed</li>
<li>I didn&#8217;t find the files pushed from the dos command prompt and had to copy them manually on the microSD. (Visible from TWRP under /external_sdcard)</li>
</ul>
</li>
<li>Select both root.zip and gapps.zip (add them in the queue) and proceed</li>
<li>During the installation, you could see like me a lot of &#8220;E:Unable to mount &#8216;/data'&#8221; and &#8220;E:failed to mount /data (Invalid argument)&#8221; errors&#8230;</li>
<li>After the installation press &#8220;Wipe Cache/Dalvik&#8221; and once done, press &#8220;Back&#8221;</li>
<li>Press &#8220;Reboot&#8221; and select &#8220;System&#8221; in the reboot menu. The nabi 2 power off</li>
<li>Power on you nabi 2</li>
<li>It will take quite a long time to boot. Eventually, it will be &#8220;updating Android&#8221;</li>
<li>Enter the Daddy/Momy mode and go to the Play Store to get &#8220;Root Checker&#8221;  (e.G.: from free Android tools) to see if the device is rooted properly.</li>
<li>You should also have an application named &#8220;SuperSU&#8221; available</li>
<li>You can now also delete the Fuhu apps that you don&#8217;t like
<ul>
<li>Use e.g.: ES File Explorer (as far as you already checked all the options in Settings &gt; Root Settings) to delete the relevant .apk files under /vendor/app/. <strong>Pay attention</strong> that if you delete all of them, you will get a blank welcome screen. If you really want that, make sure that you hat set &#8220;Parent Mode as Default Mode&#8221; in the Settings &gt; Personal/Security.</li>
<li>
<pre>NvCPLSvc.apk, fuhu_AddApps.apk, fuhu_AppZone.apk, fuhu_Books.apk, fuhu_ChoreList.apk, fuhu_Crafts.apk, fuhu_Fan-a-tech.apk, fuhu_KidzMode.apk, fuhu_NabiCare.apk, fuhu_NabiCloud.apk, fuhu_NabiSpinletsPlusICS.apk, fuhu_NabiSpinletsPlusParentICS.apk, fuhu_NabiSync.apk, fuhu_OOBE.apk, fuhu_ParentalDashboard.apk, fuhu_SpinletPlusVideo.apk, fuhu_SwitchKids.apk, fuhu_TreasureBox.apk, fuhu_University.apk, fuhu_Videos.apk, fuhu_Web.apk, fuhu_nabiMD.apk</pre>
</li>
</ul>
</li>
<li>If you still get the &#8220;Android Upgrading&#8221; message every time you reboot (as I had&#8230; although using the new gapps.zip), it is said that you have to delete manually the two following .odex files (I did renamed them, but as it didn&#8217;t work for me, I finally  restored them)
<ul>
<li>/system/app/Gallery2.odex</li>
<li>/system/framework/com.google.widevine.software.drm.odex</li>
</ul>
</li>
<li>I did notice that although I had update the device from version 1.9.36 to  1.9.37-release-keys , there was still OTA updates available (version v2.0.5)&#8230; So I did download and install them and the device did reboot in TWRP mode. As I didn&#8217;t know what I had to do, I did &#8220;install&#8221; again the root.zip and the gapps.zip (in that order!), press again &#8220;Wipe cache/Dalvik&#8221; and press &#8220;Reboot System&#8221;&#8230; The funny thing is that the update didn&#8217;t complete successfully as it is still in the list if I do a &#8220;check update&#8221;. But instead, the &#8220;Updating Android&#8221; message is gone <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>
</ul>
</div>
<p style="text-align: justify">site: http://www.nabitablet.com</p>
<p style="text-align: left">xda-developers page: http://forum.xda-developers.com/wiki/Fuhu_nabi_2</p>
<p style="text-align: left">Automated scripts: http://forum.xda-developers.com/showthread.php?p=36758895</p>
<p style="text-align: justify"></div>
<div class="pvc_clear"></div>
<p id="pvc_stats_1009" class="pvc_stats total_only  " data-element-id="1009" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img loading="lazy" decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/fuhu-nabi-2-with-google-apps-great-tablet-for-kids-and-dad/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
