<?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>Cafe TI - pra perder o sono.</title>
	<atom:link href="http://cafe-ti.blog.br/feed" rel="self" type="application/rss+xml" />
	<link>http://cafe-ti.blog.br</link>
	<description>Informação de PESSOAS para PESSOAS!</description>
	<lastBuildDate>Mon, 20 May 2013 23:26:56 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Spooler de Impressao do Windows, a saga III</title>
		<link>http://cafe-ti.blog.br/1970~spooler-de-impressao-do-windows-a-saga-iii.html</link>
		<comments>http://cafe-ti.blog.br/1970~spooler-de-impressao-do-windows-a-saga-iii.html#comments</comments>
		<pubDate>Thu, 10 Jan 2013 16:30:51 +0000</pubDate>
		<dc:creator>Alroger Filho</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[erro]]></category>
		<category><![CDATA[Event ID 7031]]></category>
		<category><![CDATA[Event ID 7034]]></category>
		<category><![CDATA[hptcpmon.dll]]></category>
		<category><![CDATA[impressão]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[spooler]]></category>
		<category><![CDATA[Spooler parou inesperadamente]]></category>
		<category><![CDATA[terminal service]]></category>

		<guid isPermaLink="false">http://cafe-ti.blog.br/?p=1970</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1970~spooler-de-impressao-do-windows-a-saga-iii.html"></g:plusone></div>
Agora o problema que tive foi num Servidor Windows 2003, em produção numa academia cliente nosso. O servidor apresentava vários erros ao ser iniciado, todos relacionados ao spooler com Event ID 7031 e 7034, inclusive erros cabulosos de memória que bloqueavam o início do serviço de terminais (Terminal Service / RDP), ou seja caos geral [...]<div class='yarpp-related-rss yarpp-related-none'>

Sem artigos relacionados.
</div>
]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1970~spooler-de-impressao-do-windows-a-saga-iii.html"></g:plusone></div>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-304" alt="prt" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2008/03/prt.png" width="138" height="135" align="right" />Agora o problema que tive foi num <strong>Servidor Windows 2003</strong>, em produção numa academia cliente nosso. O servidor apresentava vários erros ao ser iniciado, todos relacionados ao <strong>spooler</strong> com <strong>Event ID 7031 e 7034</strong>, inclusive erros cabulosos de memória que bloqueavam o início do serviço de terminais (<strong>Terminal Service</strong> / RDP), ou seja caos geral no cliente que nem conseguia usar seu sistema.</p>
<p><img class="alignnone size-full wp-image-1975" alt="memory_error" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2013/01/memory_error.png" width="483" height="308" /></p>
<p>Neste caso eu não podia simplesmente apagar a pasta do spooler, conforme mencionado nos últimos 2 artigos da saga, pois teria que reconfigurar várias impressoras em várias estações de trabalho, tudo do zero, sendo que nem fui eu que fiz as configurações originais. Então fui pesquisando mais a fundo e fuçando nos <strong>registros do Windows</strong>, depois de fazer um backup da máquina virtual, claro.</p>
<p><img class="alignleft  wp-image-1974" alt="regedit" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2013/01/regedit.png" width="154" height="154" align="left" />Encontrei a dica no blog do Renato, para remover impressora por impressora nos registros do Windows para identificar qual é a causadora do problema, em <strong>HKEY_LOCAL_MACHINE \SYSTEM\ CurrentControlSet\Control\Print\Printers</strong>. Depois de remover cada impressora eu tentava iniciar o serviço do Spooler novamente, mas ao entrar na <strong>lista de Impressoras</strong> e aparelhos de fax o <strong>serviço era derrubado</strong> novamente. Mas bem perto desta dica resolvi fazer o mesmo na chave <strong>Monitors</strong>, e encontrei o culpado, o <strong>driver de porta TCP/IP da HP</strong> (<strong>hptcpmon.dll</strong>). Bastou remover a chave para que spooler voltasse a funcionar com sua lista completa de impressoras.</p>
<p><img class="aligncenter size-full wp-image-1973" alt="HPTCPIPPort" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2013/01/HPTCPIPPort.png" width="277" height="239" /></p>
<p>Algumas impressoras realmente usavam este driver TCP/IP da HP, então ao entrar nas configurações e em Porta não havia nenhuma porta conectada. Bastou adicionar a <strong>Standard TCP/IP Port</strong> (driver padrão do Windows)  com o respectivo IP da impressora para que estas voltassem a funcionar sem usar o driver da HP. Vualá!</p>
<p><strong>Dica</strong>: Evite ao máximo instalar drivers de terceiros! É a coisa que mais gera problemas e instabilidades no Windows. Use drivers simples, apenas o driver, evitando grandes instaladores e softwares utilitários com seus updates, principalmente em servidores. De preferência para drivers Universais.</p>
<p><em><strong>Links e Refs:</strong></em></p>
<p><a href="http://blog.rustice.com.br/2008/11/o-spooler-de-impressao-foi-encerrado.html" target="_blank"></p>
<ul>
<li>Blog do Renato</li>
</ul>
<p></a></p>
<p style="text-align: right;"><em>Alroger Filho</em></p>
<p><map name='google_ad_map_1970_fdb3949422165265'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1970?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1970_fdb3949422165265' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1970&amp;url= http%3A%2F%2Fcafe-ti.blog.br%2F1970%7Espooler-de-impressao-do-windows-a-saga-iii.html' /></p><div class='yarpp-related-rss yarpp-related-none'>
<p>Sem artigos relacionados.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cafe-ti.blog.br/1970~spooler-de-impressao-do-windows-a-saga-iii.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CM10.1 &#8211; Samsung Galaxy Tab 7&#8243; (P1000 / N / L / CDMA) &#8211; Android Jellybean 4.2.2</title>
		<link>http://cafe-ti.blog.br/1956~cm10-1-sgt7-p1000.html</link>
		<comments>http://cafe-ti.blog.br/1956~cm10-1-sgt7-p1000.html#comments</comments>
		<pubDate>Sat, 15 Dec 2012 08:32:10 +0000</pubDate>
		<dc:creator>Alroger Filho</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Galaxy Tab]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android 4.2.1]]></category>
		<category><![CDATA[android jellybean]]></category>
		<category><![CDATA[CM10.1]]></category>
		<category><![CDATA[CyanogenMod 10.1]]></category>
		<category><![CDATA[p1]]></category>
		<category><![CDATA[p1000]]></category>
		<category><![CDATA[p1000cdma]]></category>
		<category><![CDATA[p1000l]]></category>
		<category><![CDATA[p1000n]]></category>
		<category><![CDATA[p1c]]></category>
		<category><![CDATA[p1l]]></category>
		<category><![CDATA[p1n]]></category>
		<category><![CDATA[Samsung Galaxy Tab 7"]]></category>
		<category><![CDATA[sgt7]]></category>

		<guid isPermaLink="false">http://cafe-ti.blog.br/?p=1956</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1956~cm10-1-sgt7-p1000.html"></g:plusone></div>
<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html"></g:plusone></div>
Greetings Androidians! This is an unofficial CyanogenMod ROM &#8211; CM10.1 &#8211; for the Samsung Galaxy Tab 7&#8243; (original). P1000, P1000N, P1000L, P1000CDMA, P1000T? P1000R? This is a download page to help CM10.1 enthusiasts. These are my own builds, from the original sgt7 repository with OpenPDroid. The sgt7 repo is the original Te4m repo in the development thread with extra tweaks on top of CyanogenMod, such as [...]<div class='yarpp-related-rss'>

Artigos relacionados:<ol>
<li><a href='http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html' rel='bookmark' title='Samsung Galaxy Tab 7&#8243; (GT-P1000/N/L/CDMA) – Android Jelly Bean CM10'>Samsung Galaxy Tab 7&#8243; (GT-P1000/N/L/CDMA) – Android Jelly Bean CM10</a> <small>Greetings Androidians! Clique Aqui para Português. This is a download page...</small></li>
</ol>
</div>
]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1956~cm10-1-sgt7-p1000.html"></g:plusone></div>
<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html"></g:plusone></div>
			<content:encoded><![CDATA[<p><strong><img title="cyan-logo" alt="" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/cyan-logo.png" width="111" height="105" align="right" />Greetings Androidians!</strong> <strong></strong><strong>This is an unofficial CyanogenMod ROM &#8211; CM10.1 &#8211; for the Samsung Galaxy Tab 7&#8243; (original). <em>P1000, P1000N, P1000L, P1000CDMA, P1000T? P1000R?</em></strong> This is a download page to help <strong>CM10.1</strong> enthusiasts. These are <em><strong>my own builds</strong></em>, from the original <strong>sgt7 repository</strong> with <strong>OpenPDroid</strong>. The <strong>sgt7 repo</strong> is the original <strong>Te4m</strong> repo in the development thread with extra tweaks on top of CyanogenMod, such as the <strong>Trebuchet</strong>, system, settings and <strong>kernel</strong> tweaks by <strong>sbradymobile</strong> and <strong>humberos</strong>.</p>
<ul>
<li><strong>cdesai</strong>&#8216;s XDA <a href="http://forum.xda-developers.com/showthread.php?t=2032726" target="_blank">CM10.1 experimental builds thread</a></li>
<li><a href="http://www.humberos.com.br" target="_blank">Blog do HumberOS</a> - <strong>Downloads, instructions and tips.</strong><img title="PT_BR" alt="" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/favicon.ico" /></li>
<li><a href="http://forum.xda-developers.com/showthread.php?p=35437555" target="_blank">My build thread on XDA</a> - hit thanks!</li>
<li><strong>CM10.1 Changelogs</strong>: <a href="http://changelog.bbqdroid.org/#p1/cm10.1" target="_blank">p1</a>, <a href="http://changelog.bbqdroid.org/#p1n/cm10.1" target="_blank">p1n</a>, <a href="http://changelog.bbqdroid.org/#p1l/cm10.1" target="_blank">p1l</a>, <a href="http://changelog.bbqdroid.org/#p1c/cm10.1" target="_blank">p1c</a></li>
</ul>
<p style="text-align: center;"><strong>BACK EVERYTHING UP, INCLUDING INTERNAL SDCARD, JUST IN CASE.</strong> <strong>YOU MIGHT NEED TO RESTOCK AND FACTORY WIPE EVERYTHING.</strong></p>
<p><center><img title="debut22" alt="" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/debut22-300x187.png" width="256" height="160" /></center></p>
<p style="text-align: center;"><em><strong>Downloads </strong></em> <span style="color: #ff0000;"><strong>UNPLUG USB / DOCK / POWER / ETC BEFORE FLASHING! FLASH ROM, if it reboots, flash again, then flash PDroid, GApps and Factory Wipe. Troubleshooting tips bellow.</strong></span></p>
<hr />
<p><em><strong><span style="color: #008080;">CM10.1 RC2</span> 20130520 download. </strong></em><strong>Kernel 3.0.79</strong> by @humberos!<br />
<em>Kernel updates, CDMA, wifi, expanded desktop, headphone, translations&#8230;</em></p>
<div>
<ul>
<li><a href="http://goo.gl/CxA52" target="_blank"><strong>ROM P1000/L/N</strong></a>, md5sum: 296de8bddfe24c7565b72084d8460ee3<em><strong><a href="http://goo.gl/B27e1" target="_blank"><br />
</a></strong></em></li>
<li><a href="http://goo.gl/1Fdzw" target="_blank"><strong>ROM P1000CDMA</strong></a>, md5sum: 245924ce893b4e5b929046de6bc4bd26<em><strong><a href="http://goo.gl/GPCEb" target="_blank"><br />
</a></strong></em></li>
</ul>
<p><em><strong>Optional</strong></em> - if you want PDroid, here it is, if you want just the kernel, here it is. <em><br />
</em></p>
<ul>
<li><a href="http://goo.gl/0kbTF" target="_blank"><strong>PDroid Install</strong></a>, md5sum: 2bcbb4e12e08fb7504036f795f0c8be6<br />
<em>Installs OpenPDroid Patches. Download <a href="https://play.google.com/store/apps/details?id=net.digitalfeed.pdroidalternative" target="_blank">PDroidManager App</a> from the Market.</em></li>
<li><a href="http://goo.gl/ODWj4" target="_blank"><strong>Kernel p1</strong></a> (humberos 3.0), md5sum: 8b0c2054ca681cb9c2d9b15ddb16e995<em></em></li>
<li><a href="http://goo.gl/Gh1GF" target="_blank"><strong>Kernel p1ln</strong></a> (humberos 3.0), md5sum: f0d3cbb4d97fb1bcb745cabd0183e106</li>
<li><a href="http://goo.gl/dtzB1" target="_blank"><strong>Kernel p1c</strong></a> (<strong>humberos 3.0</strong>), md5sum: 79340572ec74ae813c9b416f833f6b32</li>
</ul>
</div>
<p><em><strong><span style="color: #008080;">CM10.1 RC2</span> 20130516 download. </strong></em><strong>Kernel 3.0.78</strong> by @humberos!<br />
<em>USB Fixed.</em></p>
<div>
<ul>
<li><strong><a href="http://goo.gl/eobJe" target="_blank">ROM P1000/L/N</a></strong>, md5sum: 32a6f752abd3de7c3aeb3a4d3db54ab1<em><strong><span style="text-decoration: underline;"><a href="http://goo.gl/B27e1" target="_blank"><br />
</a></span></strong></em></li>
<li><a href="http://goo.gl/pzLHj" target="_blank"><strong>ROM P1000CDMA</strong></a>, md5sum: 1b54ac6b0e442b95ff85839984738a08<em><strong><a href="http://goo.gl/GPCEb" target="_blank"><br />
</a></strong></em></li>
</ul>
<p><em><strong>Optional</strong></em> - if you want PDroid, here it is, if you want just the kernel, here it is. <em><br />
</em></p>
<ul>
<li><a href="http://goo.gl/OB4ks" target="_blank"><strong>PDroid Install</strong></a>, md5sum: ba2e2157cbd7d9696196fa5789fbe0ef<br />
<em>Installs OpenPDroid Patches. Download <a href="https://play.google.com/store/apps/details?id=net.digitalfeed.pdroidalternative" target="_blank">PDroidManager App</a> from the Market.</em></li>
<li><a href="http://goo.gl/FSnkz" target="_blank"><strong>Kernel p1</strong></a> (humberos 3.0), md5sum: b610e97e6e4dc46246c3630c27e9bada<em></em></li>
<li><a href="http://goo.gl/H1WlJ" target="_blank"><strong>Kernel p1ln</strong></a> (humberos 3.0), md5sum: a34b48f934466d077668dd7c931d57c9</li>
<li><a href="http://goo.gl/NCT4t" target="_blank"><strong>Kernel p1c</strong></a> (<strong>humberos 3.0</strong>), md5sum: 0b680a1e1e0d7b372dff9be3e7230890<em><strong><br />
</strong></em></li>
</ul>
</div>
<p><em><strong><span style="color: #008080;">CM10.1 RC2</span> 20130514 download. </strong></em><strong>Kernel 3.0.78</strong> by @humberos!<br />
<em>More kernel improvements. <strong>CDMA 3.0</strong>!<br />
</em></p>
<div>
<ul>
<li><a href="http://goo.gl/EHSrj" target="_blank"><strong>ROM P1000/L/N</strong></a>, md5sum: b25f72648ad7b5fcefecc3ca4758b25d</li>
<li><a href="http://goo.gl/HbYlG" target="_blank"><strong>ROM P1000CDMA</strong></a>, md5sum: ddfaf8d0f377a3ab2f3399cb5339b879 <span style="color: #800000;"><em><strong>Updated!</strong></em></span></li>
</ul>
<p><em><strong>Optional</strong></em> - if you want PDroid, here it is, if you want a specific kernel, here it is. <em><br />
</em></p>
<ul>
<li><a href="http://goo.gl/4f2KJ" target="_blank"><strong>PDroid Install</strong></a>, md5sum: 0a2de70a774d1994ba902419bacbfbf3<br />
<em>Installs OpenPDroid Patches. Download <a href="https://play.google.com/store/apps/details?id=net.digitalfeed.pdroidalternative" target="_blank">PDroidManager App</a> from the Market.</em></li>
<li><a href="http://goo.gl/q6vKi" target="_blank"><strong>Kernel p1</strong></a> (humberos 3.0), md5sum: 264be403c168a6873ac41d33fe04194b<em></em></li>
<li><a href="http://goo.gl/ZGiSR" target="_blank"><strong>Kernel p1ln</strong></a> (humberos 3.0), md5sum: e7f032a61fc27a73759335ecb0bdd1ab</li>
<li><a href="http://goo.gl/oH04x" target="_blank"><strong>Kernel p1c</strong></a> (<strong>humberos 3.0</strong>), md5sum: 2049f1aaea65b833b8cf11e68199a534 <span style="color: #800000;"><em><strong>Updated!</strong></em></span></li>
</ul>
</div>
<p><em><strong><span style="color: #008080;">CM10.1 RC2</span> 20130512 download. </strong></em><strong>Kernel 3.0.78</strong> by @humberos!<br />
<em>Kernel updates: sensors, video, battery&#8230; You tell me.<br />
</em></p>
<div>
<ul>
<li><a href="http://goo.gl/5BsbA" target="_blank"><strong>ROM P1000/L/N</strong></a>, md5sum: 63ea4fd79ad798a44ce3ba559606b4d7</li>
<li><strong>ROM P1000CDMA</strong>, <em>waiting for Kernel 3.0&#8230;</em></li>
</ul>
<p><em><strong>Optional</strong></em> - if you want PDroid, here it is, if you want a specific kernel, here it is. <em><br />
</em></p>
<ul>
<li><a href="http://goo.gl/D6K5L" target="_blank"><strong>PDroid Install</strong></a>, md5sum: 022ca19913b4ea784388d874468ada6c<br />
<em>Installs OpenPDroid Patches. Download <a href="https://play.google.com/store/apps/details?id=net.digitalfeed.pdroidalternative" target="_blank">PDroidManager App</a> from the Market.</em></li>
<li><a href="http://goo.gl/WbZx3" target="_blank"><strong>Kernel p1</strong></a> (humberos 3.0), md5sum: 8b1cfd521f1af40809c341d0d05e59b6<em></em></li>
<li><a href="http://goo.gl/R38hX" target="_blank"><strong>Kernel p1ln</strong></a> (humberos 3.0), md5sum: d843ef3d7b5aad9755a75e91805ab2c9</li>
</ul>
</div>
<p><em><strong><span style="color: #008080;">CM10.1</span> 20130510 download. </strong></em><strong>Kernel 3.0.77</strong> by @humberos! <em>Little updates? You tell me.<br />
</em></p>
<div>
<ul>
<li><a href="http://goo.gl/8LwNk" target="_blank"><strong>ROM P1000/L/N</strong></a>, md5sum: 095824b0ad6743e2462f86002149ed52</li>
<li><a href="http://goo.gl/8bUZa" target="_blank"><strong>ROM P1000CDMA</strong></a>, md5sum: 0ba71e0f8df7c10109075529ba7292a0</li>
</ul>
<p><em><strong>Optional</strong></em> - if you want PDroid, here it is, if you want a specific kernel, here it is. <em><br />
</em></p>
<ul>
<li><a href="http://goo.gl/KYuDd" target="_blank"><strong>PDroid Install</strong></a>, md5sum: 5a99326d04c562c1491691bda1a2cab7<br />
<em>Installs OpenPDroid Patches. Download <a href="https://play.google.com/store/apps/details?id=net.digitalfeed.pdroidalternative" target="_blank">PDroidManager App</a> from the Market.</em></li>
<li><a href="http://goo.gl/TO8pl" target="_blank"><strong>Kernel p1</strong></a> (humberos 3.0), md5sum: ec2f7e29bfbbc994de5b0ca1481453ce<em></em></li>
<li><a href="http://goo.gl/Zz8bL" target="_blank"><strong>Kernel p1ln</strong></a> (humberos 3.0), md5sum: d33860ec5a6efdfef279e3963f9876c6</li>
<li><a href="http://goo.gl/7MkmR" target="_blank"><strong>Kernel p1c</strong></a> (<strong>official 2.6 still?</strong>), md5sum: 697a8a5cea1fb347c3d919a8539eec74</li>
</ul>
</div>
<p><em><strong><span style="color: #008080;">CM10.1</span> 20130508 download. </strong></em><strong>Kernel 3.0.76</strong> by @humberos! <em>Kernel updates? p1 ok now?</em></p>
<div>
<ul>
<li><a href="http://goo.gl/Bfzeo" target="_blank"><strong>ROM P1000/L/N</strong></a>, md5sum: 70096e942c04a3c9e104cdc01216a3ba</li>
<li><a href="http://goo.gl/VcFM4" target="_blank"><strong>ROM P1000CDMA</strong></a>, md5sum: 14119b7050169f0d8f8df77a31672633</li>
</ul>
<p><em><strong>Optional</strong></em> - if you want PDroid, here it is, if you want a specific kernel, here it is. <span style="color: #ff0000;"><em><br />
</em></span></p>
<ul>
<li><a href="http://goo.gl/pr1ed" target="_blank"><strong>PDroid Install</strong></a>, md5sum: d9327b7fa3909baf84ddf24fcd6786cb <em>Installs OpenPDroid Patches. Download <a href="https://play.google.com/store/apps/details?id=net.digitalfeed.pdroidalternative" target="_blank">PDroidManager App</a> from the Market.</em></li>
<li><a href="http://goo.gl/hsNYm" target="_blank"><strong>Kernel p1</strong></a> (humberos 3.0), md5sum: c89bb03e4b76ef8b81652413cb2da06d  <em><strong>Fixed!</strong></em><em> </em></li>
<li><a href="http://goo.gl/GIVLD" target="_blank"><strong>Kernel p1ln</strong></a> (humberos 3.0), md5sum: 47215ba34423b2cbc176a4cba879c8cc  <em><strong>Fixed!</strong></em><em><strong> </strong></em></li>
<li><a href="http://goo.gl/hH5EW" target="_blank"><strong>Kernel p1c</strong></a> (<strong>official 2.6 still?</strong>), md5sum: e93567fd697ff2baf8909c14bc6e1d24  <em><strong>Fixed!</strong></em></li>
</ul>
</div>
<p><em><strong><span style="color: #008080;">CM10.1</span> 20130507 download. </strong></em><strong>Kernel 3.0.76</strong> by @humberos! <em>Just getting better and better&#8230;</em></p>
<div>
<ul>
<li><a href="http://goo.gl/zN7Ul" target="_blank"><strong>ROM P1000/L/N</strong></a>, md5sum: 38cef19403a6bb5e34a22d3ce4f13ad7</li>
<li><a href="http://goo.gl/Z2XTw" target="_blank"><strong>ROM P1000CDMA</strong></a>, md5sum: 1a39fc12fb683988e566f74451781fff</li>
</ul>
<p><em><strong>Optional</strong></em> - if you want PDroid, here it is, if you want a specific kernel, here it is.</p>
<ul>
<li><a href="http://goo.gl/7d0fP" target="_blank"><strong>PDroid Install</strong></a>, md5sum: 81ca16c64c748b43f99ad51009c0bdaf <em>Installs OpenPDroid Patches. Download <a href="https://play.google.com/store/apps/details?id=net.digitalfeed.pdroidalternative" target="_blank">PDroidManager App</a> from the Market.</em></li>
<li><a href="http://goo.gl/ib1aL" target="_blank"><strong>Kernel p1</strong></a> (humberos 3.0), md5sum: 79efaa2c58f4916dff4eebba50a4a62c<em> </em></li>
<li><a href="http://goo.gl/bHoL6" target="_blank"><strong>Kernel p1ln</strong></a> (humberos 3.0), md5sum: 037509b8ee65e0d83428e7005d67644f<em><strong> </strong></em></li>
<li><a href="http://goo.gl/EhZFr" target="_blank"><strong>Kernel p1c</strong></a> (<strong>official 2.6 still?</strong>), md5sum: 45aaea7426ad844bcb086218c5598c7c</li>
</ul>
</div>
<p>&nbsp;</p>
<hr />
<p><strong><a href="http://goo.im/gapps" target="_blank">GApps</a></strong>: Use the recomended package for <strong>Android 4.2.2</strong> / <strong>CM 10.1</strong> <strong>Modem</strong> CwM <a href="http://forum.xda-developers.com/showpost.php?p=25378501&amp;postcount=3306" target="_blank">flash updates</a> for CM9/CM10/CM10.1 <strong>MTD</strong> ROMs, by <strong>cdesai</strong>. You can also just copy <strong>modem.bin</strong> to <strong>/radio</strong>. <strong><em><span style="color: #008000;">PDroid Privacy Protection</span> CwM Patch for CM10.1 Android 4.2.2. </em></strong></p>
<ul>
<li>Works on latest CM10.1 official, @cdesai, @humberos and @alroger builds.</li>
<li>The app to be used is <strong>PDroidManager</strong> now. It can be found in the Market but it is already inclued in the Install ZIP.</li>
</ul>
<p><strong><em>NoMoarPowah! Galaxy Tab stockblue theme </em></strong><em>based on <a href="http://forum.xda-developers.com/showpost.php?p=15670514&amp;postcount=60" target="_blank">ironheart&#8217;s theme</a>.</em></p>
<ul>
<li><strong><a href="http://forum.xda-developers.com/showpost.php?p=26513228&amp;postcount=194" target="_blank">CwM install package</a></strong></li>
</ul>
<p>&nbsp;</p>
<hr />
<p><em><strong>Kernels</strong></em></p>
<ul>
<li>Kernels for <strong>p1 and</strong> <strong>p1ln</strong><strong></strong> included in the same automated ZIP. CDMA has it&#8217;s own ZIP.</li>
<li>Use <strong>boot.img, boot_p1ln.img </strong>inside the ROM ZIP if you want to try other <strong>CM10.1</strong> builds, like the <strong>CyanogenMod</strong> official and <strong>AOKP</strong>. <strong>Android</strong> <strong>4.2.2</strong>! <strong>Kernel 3.0</strong>!</li>
<li><strong>Flash</strong> with heimdall like this:
<ul>
<li>Press <strong>Power + VolDown</strong> untill you get the <strong>Download screen</strong> or <strong>PC &lt;&#8211;&gt; Tab screen</strong>.</li>
<li><strong>heimdall flash &#8211;kernel boot.img &#8211;recovery boot.img</strong></li>
</ul>
</li>
<li>Or just replace <strong>boot.img</strong> inside the ROM ZIP with your desired kernel.</li>
</ul>
<p><code>heimdall flash --kernel boot.img --recovery boot.img</code></p>
<hr />
<p><strong>ATENTION</strong>: I assume you are following the <strong>CM10.1</strong> conversations in the <strong>XDA</strong> threads. Make sure you have the required flashing background / skills. In sum, if not already in CM10 / CM10.1:</p>
<ul>
<li>Must be on <strong>Gingerbread </strong>or newer with unlocked bootloaders.</li>
<li>Must have <strong>CwM Recovery</strong>.</li>
</ul>
<p><strong><a href="http://www.teamovercome.net/" target="_blank">The Overcome guide</a></strong> is a good start before anything. <span style="color: #993300;"><em><strong>Easy restock from Gingerbread</strong></em></span>, in case you get any strange simptoms.</p>
<ul>
<li>Flash <strong>full stock</strong> <strong>Gingerbread</strong> (with <strong>repartition</strong>) via <strong>ODIN</strong>.</li>
<li>Flash the <strong>Kernel</strong> included in the CM10.1 ZIP for your model (boot_p1n.img for P1000N for example), using the heimdall command above.</li>
<li>Boot directly into <strong>CwM Recovery</strong>, holding <strong>Power + VolUp</strong>.</li>
<li>Flash <strong>CM10.1 ROM</strong>, if it reboots by itself repeat the step above.</li>
<li>If you want PDroid, flash<strong> PDroid Patches.</strong></li>
<li>If you want Google&#8217;s stuff, flash latest <strong>GApps</strong> for Android <strong>4.2.2</strong>.</li>
<li>Only <strong>Reboot</strong> after everything.</li>
</ul>
<p><em><strong>Troubleshooting</strong></em></p>
<ul>
<li>Mobile, Data, <strong>3G</strong> problems? This ROM comes with the JPZ modem. You might need to flash your customary modem back. Just copy your modem.bin to<del><strong></strong></del> <strong>/radio</strong> in the Tab.</li>
<li>Wrong <strong>MAC</strong>? Wrong <strong>IMEI</strong>? Try restoring files from /sdcard/backup/efs*/* to /efs/. If you don&#8217;t have a backup, then start over with FULL Restock, and next time save your backup/efs folders, which are created everytime you install CM10.1.</li>
<li><strong>Market</strong> problems? Clear <strong>Google Services Framework</strong> data and reboot.</li>
<li><strong>Multiple</strong> <strong>users</strong> is <strong>NOT</strong> supported by the <strong>OpenPDroid</strong> Patches.</li>
<li><span style="color: #000080;"><em><strong>Developer options</strong></em></span>: can&#8217;t find it? It&#8217;s hidden! Tap About tablet / Build number 7 times to unlock it.</li>
<li><strong>No touch?</strong> That means you got the wrong kernel installed. A couple of builds had problems identifying the exact model. Just flash your kernel through recovery or heimdall / odin.</li>
<li><span style="color: #ff0000;"><em><strong>No boot? Stuck at the SAMSUNG logo? Flash the correct kernel using Download Mode using heimdall!</strong></em></span></li>
</ul>
<p><em><strong><img title="cid" alt="" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/cid.png" width="64" height="64" align="right" /></strong></em>Don&#8217;t forget to <strong>hit the <img title="thanks" alt="" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/thanks.png" width="82" height="28" /> button</strong> on the XDA posts that you find helpful. <em>Cheers from Brasil!</em></p>
<p style="text-align: right;"><em>Alroger &#8220;mobile&#8221; Jr</em></p>
<p>&nbsp;</p>
<p><map name='google_ad_map_1956_fdb3949422165265'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1956?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1956_fdb3949422165265' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1956&amp;url= http%3A%2F%2Fcafe-ti.blog.br%2F1956%7Ecm10-1-sgt7-p1000.html' /></p><div class='yarpp-related-rss'>
<p>Artigos relacionados:<ol>
<li><a href='http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html' rel='bookmark' title='Samsung Galaxy Tab 7&#8243; (GT-P1000/N/L/CDMA) – Android Jelly Bean CM10'>Samsung Galaxy Tab 7&#8243; (GT-P1000/N/L/CDMA) – Android Jelly Bean CM10</a> <small>Greetings Androidians! Clique Aqui para Português. This is a download page...</small></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cafe-ti.blog.br/1956~cm10-1-sgt7-p1000.html/feed</wfw:commentRss>
		<slash:comments>252</slash:comments>
		</item>
		<item>
		<title>Steam Linux e Team Fortress 2 Beta</title>
		<link>http://cafe-ti.blog.br/1947~steam-linux-e-team-fortress-2-beta.html</link>
		<comments>http://cafe-ti.blog.br/1947~steam-linux-e-team-fortress-2-beta.html#comments</comments>
		<pubDate>Thu, 13 Dec 2012 21:26:33 +0000</pubDate>
		<dc:creator>Alroger Filho</dc:creator>
				<category><![CDATA[Jogos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[Joystick]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[steam linux]]></category>
		<category><![CDATA[team fortress 2 beta]]></category>

		<guid isPermaLink="false">http://cafe-ti.blog.br/?p=1947</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1947~steam-linux-e-team-fortress-2-beta.html"></g:plusone></div>
<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1820~second-life-viewer-64-bits-com-audio-e-video-no-linux.html"></g:plusone></div>
Finalmente! A Valve finalmente está investindo no Linux, e até admitiu que pode fazer seus jogos rodarem mais rápido no Linux do que qualquer outro OS. Fico feliz em ver que estão trabalhando de perto com a nVidia e até ajudaram a melhorar a performance de seus últimos drivers proprietários. Depois de um tempo que me [...]<div class='yarpp-related-rss'>

Artigos relacionados:<ol>
<li><a href='http://cafe-ti.blog.br/1820~second-life-viewer-64-bits-com-audio-e-video-no-linux.html' rel='bookmark' title='Second Life Viewer 64 bits com Audio e Video no Linux'>Second Life Viewer 64 bits com Audio e Video no Linux</a> <small>Cada vez mais vejo o pessoal novo do Linux perguntando&#8230;...</small></li>
</ol>
</div>
]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1947~steam-linux-e-team-fortress-2-beta.html"></g:plusone></div>
<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1820~second-life-viewer-64-bits-com-audio-e-video-no-linux.html"></g:plusone></div>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1950" title="SteamLinux" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/12/SteamLinux.jpg" alt="" width="128" height="102" align="right" />Finalmente!</p>
<p>A <strong>Valve</strong> finalmente está investindo no <strong>Linux</strong>, e até admitiu que pode fazer seus jogos rodarem mais <strong>rápido</strong> no Linux do que qualquer outro OS. Fico feliz em ver que estão trabalhando de perto com a <strong>nVidia</strong> e até ajudaram a melhorar a <strong>performance</strong> de seus últimos <strong>drivers</strong> proprietários.</p>
<p>Depois de um tempo que me inscrevi recebi minha autorização para participar do <strong>Beta</strong>. Acabei de rodar o <strong>Team Fortress 2 Beta</strong>, que está livre para testes no Steam. Mas como sempre, aqui vão algumas dicas que me foram indispensáveis. Estou rodando Xubuntu 12.10 64bits.</p>
<ul>
<li><strong>ALSA</strong>: Se você acompanha o Cafe-TI sabe que sempre desinstalo o <strong>PulseAudio</strong> do Ubuntu ou Xubuntu pois causa problemas de performance, barulhos, cortadas e desalinhamento de áudio com vídeo, principalmente usando áudio onboard como faço (nunca tive uma placa de áudio decente para experimentar). O Steam parece usar o PulseAudio por padrão, mesmo que não instalado no seu Linux. Para força-lo a usar ALSA, basta adicionar <span style="color: #008000;">SDL_AUDIODRIVER=alsa</span> antes do steam em sua linha de comando. Eu acabei criando um script em bash que da um <span style="color: #008000;">export SDL_AUDIODRIVER=alsa <span style="color: #000000;">antes do comando</span> steam.</span></li>
<li><strong>Joystick</strong>: O Team Fortress 2 não iniciou até que eu adicionasse <strong>-nojoy</strong> em seus parâmetros de inicialização (pelas propriedades do jogo no Steam).</li>
</ul>
<p></p>
<div><em><strong>Links e Refs:</strong></em></div>
<div>
<ul>
<li><a href="http://steamcommunity.com/linux" target="_blank"><strong>Steam Linux Community</strong></a></li>
</ul>
</div>
<p style="text-align: right;"><em>Alroger Filho</em></p>
<p><map name='google_ad_map_1947_fdb3949422165265'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1947?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1947_fdb3949422165265' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1947&amp;url= http%3A%2F%2Fcafe-ti.blog.br%2F1947%7Esteam-linux-e-team-fortress-2-beta.html' /></p><div class='yarpp-related-rss'>
<p>Artigos relacionados:<ol>
<li><a href='http://cafe-ti.blog.br/1820~second-life-viewer-64-bits-com-audio-e-video-no-linux.html' rel='bookmark' title='Second Life Viewer 64 bits com Audio e Video no Linux'>Second Life Viewer 64 bits com Audio e Video no Linux</a> <small>Cada vez mais vejo o pessoal novo do Linux perguntando&#8230;...</small></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cafe-ti.blog.br/1947~steam-linux-e-team-fortress-2-beta.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>R</title>
		<link>http://cafe-ti.blog.br/1937~r.html</link>
		<comments>http://cafe-ti.blog.br/1937~r.html#comments</comments>
		<pubDate>Fri, 23 Nov 2012 12:59:18 +0000</pubDate>
		<dc:creator>Alroger Filho</dc:creator>
				<category><![CDATA[Jogos]]></category>
		<category><![CDATA[ingress]]></category>
		<category><![CDATA[resistance]]></category>

		<guid isPermaLink="false">http://cafe-ti.blog.br/?p=1937</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1937~r.html"></g:plusone></div>
<div class='yarpp-related-rss yarpp-related-none'>

Sem artigos relacionados.
</div>
]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1937~r.html"></g:plusone></div>
			<content:encoded><![CDATA[<p><a href="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/11/res2.png"><img class="aligncenter size-full wp-image-1941" title="res2" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/11/res2.png" alt="" width="342" height="500" align="center" /></a></p>
<p><map name='google_ad_map_1937_fdb3949422165265'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1937?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1937_fdb3949422165265' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1937&amp;url= http%3A%2F%2Fcafe-ti.blog.br%2F1937%7Er.html' /></p><div class='yarpp-related-rss yarpp-related-none'>
<p>Sem artigos relacionados.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cafe-ti.blog.br/1937~r.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Galaxy Tab 7&#8243; (GT-P1000/N/L/CDMA) – Android Jelly Bean CM10</title>
		<link>http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html</link>
		<comments>http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html#comments</comments>
		<pubDate>Mon, 03 Sep 2012 18:05:25 +0000</pubDate>
		<dc:creator>Alroger Filho</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android jellybean]]></category>
		<category><![CDATA[cm10]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[samsung galaxy tab]]></category>
		<category><![CDATA[SGT-P1000N]]></category>
		<category><![CDATA[sgt7]]></category>

		<guid isPermaLink="false">http://cafe-ti.blog.br/?p=1835</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html"></g:plusone></div>
Greetings Androidians! Clique Aqui para Português. This is a download page to help CM10 enthusiasts, specially P1000N and P1000L that always get their kernels later than the regular P1000. These are my own builds, from the original sgt7 repo, no modifications. cdesai&#8217;s XDA CM10 Developer thread CM10 nightly thread. Blog do HumberOS &#8211; Downloads, instructions and tips. My [...]<div class='yarpp-related-rss yarpp-related-none'>

Sem artigos relacionados.
</div>
]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html"></g:plusone></div>
			<content:encoded><![CDATA[<p><strong>Greetings Androidians!<img class="alignright size-full wp-image-1543" title="cyan-logo" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/cyan-logo.png" alt="" width="111" height="105" align="right" /></strong> <a href="http://translate.googleusercontent.com/translate_c?depth=1&amp;hl=en&amp;ie=UTF8&amp;prev=_t&amp;rurl=translate.google.com&amp;sl=en&amp;tl=pt&amp;twu=1&amp;u=http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html&amp;usg=ALkJrhiphcbEYHFfpipFtdvIhSo9pjyGtA">Clique Aqui para Português</a>.<br />
This is a download page to help <strong>CM10</strong> enthusiasts, specially <strong>P1000N</strong> and <strong>P1000L</strong> that always get their kernels later than the regular P1000. These are <em><strong>my own builds</strong></em>, from the original <strong>sgt7 repo</strong>, no modifications.</p>
<ul>
<li><a href="http://forum.xda-developers.com/showthread.php?t=1774560" target="_blank">cdesai&#8217;s XDA CM10 Developer thread</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=1871113" target="_blank">CM10 nightly thread.</a></li>
<li><a href="http://www.humberos.com.br" target="_blank">Blog do HumberOS</a> &#8211; <span style="color: #008080;"><strong>Downloads, instructions and tips.</strong></span><img class="alignnone size-full wp-image-1646" title="PT_BR" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/favicon.ico" alt="" /></li>
<li><a href="http://forum.xda-developers.com/showthread.php?p=31105222" target="_blank">My build thread on XDA</a> - hit thanks!</li>
<li><strong><span style="color: #008080;">CM10 Changelogs</span></strong>: <a href="http://changelog.bbqdroid.org/#p1/cm10" target="_blank">p1</a>, <a href="http://changelog.bbqdroid.org/#p1n/cm10" target="_blank">p1n</a>, <a href="http://changelog.bbqdroid.org/#p1l/cm10" target="_blank">p1l</a>, <a href="http://changelog.bbqdroid.org/#p1c/cm10" target="_blank">p1c</a></li>
<li><a href="http://wiki.cyanogenmod.com/wiki/Samsung_Galaxy_Tab_(GSM):_Full_Update_Guide" target="_blank"><span style="color: #008080;"><strong>CyanogenMod Full Update Guide</strong></span></a> from the CyanogenMod Wiki.</li>
</ul>
<p><strong><span style="color: #800000;">BACK EVERYTHING UP, INCLUDING INTERNAL SDCARD, JUST IN CASE.</span></strong><br />
<strong><span style="color: #800000;">YOU MIGHT NEED TO RESTOCK AND FACTORY WIPE EVERYTHING.</span></strong></p>
<p><strong>CM10 UNOFFICIAL &#8211; sgt7 repo</strong>, not official Cyanogenmod nightly.</p>
<p>The <strong>sgt7 repo</strong> is the original <strong>Te4m</strong> repo in the development thread, before the merge with CyanogenMod. It will be synced with CM, but will keep extra tweaks, such as the <strong>Trebuchet tweaks</strong> by <strong>sbradymobile</strong> and a better <strong>recovery</strong>.</p>
<p><center><img class=" wp-image-1804" title="debut22" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/debut22-300x187.png" alt="" width="256" height="160" /></center></p>
<p style="text-align: center;"><em><strong>Downloads<br />
</strong></em><em></em><em><strong></strong></em>(OBS: New <span style="color: #008080;"><strong>CM10</strong></span> builds already contain <span style="color: #008000;">PDroid</span> patches and <strong>@sbradymobile</strong> tweaks)<br />
<span style="color: #ff0000;"><strong>UNPLUG USB / DOCK / POWER / ETC BEFORE FLASHING!<br />
FLASH, if it reboots, flash again, flash GApps and Factory Wipe. </strong></span></p>
<hr />
<p><em><strong><span style="color: #008080;">CM10</span> 20121127</strong></em>: @<strong>humberos</strong>‘ kernel. Little UI updates, BT and Sensor fixes. EXIF Fix for Geotagging photos! (works with Ingress now)</p>
<div>
<ul>
<li><a href="http://goo.gl/mjk36" target="_blank"><strong>P1000N</strong></a>, md5sum: 2a0ef1258fa116c75fc83506e9f7e9ef<br />
<strong></strong></li>
<li><a href="http://goo.gl/FYruD" target="_blank"><strong>P1000L</strong></a>, md5sum: 4d7c71b5a79dbaf3d0e62aba719edd9c</li>
<li><a href="http://goo.gl/urgO2" target="_blank"><strong>P1000</strong></a>, md5sum: 2bfdf1f1d62ebc66dd93c04264e65f2d</li>
<li><a href="http://goo.gl/BNIhP" target="_blank"><strong>P1000CDMA</strong></a>, md5sum: e8e97ea66f7af69ffc672a708748578c</li>
</ul>
</div>
<p><em><strong><span style="color: #008080;">CM10</span> 20121120</strong></em>: @<strong>humberos</strong>‘ kernel. kernel tweaks, sbradymobile updates, LED brightness, clear recent apps button.</p>
<div>
<ul>
<li><a href="http://goo.gl/oVIXv" target="_blank"><strong>P1000N</strong></a>, md5sum: 45b404e5ddf7f036b25828e64356cbc6<br />
<a href="http://goo.gl/iA6mJ" target="_blank">Kernel</a>, md5sum:  280c71896cced70d90b0ccb091a184fc<strong></strong></li>
<li><a href="http://goo.gl/ziltp" target="_blank"><strong>P1000L</strong></a>, md5sum: acc488938c59ce3dd0500f067b77f89a<br />
<a href="http://goo.gl/MTFcW" target="_blank">Kernel</a>, md5sum: a81208a9e77764fdda25c08596856d07</li>
<li><a href="http://goo.gl/QL7sq" target="_blank"><strong>P1000</strong></a>, md5sum: 556d0c83769ef8d743ca272cbec02198<br />
<a href="http://goo.gl/DcHp9" target="_blank">Kernel</a>, md5sum: 7bd3366bb4268cb9d8e465190b3dc340</li>
<li><a href="http://goo.gl/o9Wrb" target="_blank"><strong>P1000CDMA</strong></a>, md5sum: a3f17cfed8452f35ddcfd80724c0fd8e<br />
<a href="http://goo.gl/86gg4" target="_blank">Kernel</a>, md5sum: b634092936c434674765d786aa7ad152</li>
</ul>
</div>
<p><em><strong><span style="color: #008080;">CM10</span> 20121113</strong></em>: @<strong>humberos</strong>‘ kernel. Memory fix, video fix, wifi fix, 1.4GHz OC.<br />
<em><strong><span style="color: #008080;">CM10</span> 20121111</strong></em>: @<strong>humberos</strong>‘ kernel. <em>Little things.. Voodoo Sound is back.<br />
</em><em><strong><span style="color: #008080;">CM10</span> 20121108</strong></em>: @<strong>humberos</strong>‘ kernel. <em>Performance, battery and wireless fixes, including infamous ksoftirqd/0. Brazilian DST fixes.<br />
</em><em><strong>@</strong><strong>humberos</strong>‘  20121104 <span style="color: #800080;"><strong>test kernel</strong></span></em>. <em><strong>VPN PPTP with</strong> <strong>mppe encryption working!<br />
</strong></em><em><strong><span style="color: #008080;">CM10</span> 20121104</strong></em>: @<strong>humberos</strong>‘ kernel. <em>Little fixes and updates. VPN working (not mppe yet).<br />
</em><em><strong>CM10 20121031</strong></em>: @<strong>humberos</strong>‘ kernel. Little fixes and translations.<br />
<em><strong><span style="color: #008080;">CM10</span> 20121024</strong></em>: @<strong>humberos</strong>‘ kernel. <strong>1-Touch USB Mount!</strong> by @<strong>sbradymobile<br />
</strong><em><strong><span style="color: #008080;">CM10</span> 20121023</strong></em>: @<strong>humberos</strong>‘ kernel. Loads of updates (4.1.2), GPU OC using Antutu, @<strong>sbradymobile</strong> tweaks, etc.</p>
<hr />
<p><a href="http://goo.im/gapps" target="_blank"><span style="color: #008000;"><strong>GApps</strong></span></a>: GMail not included anymore, use the Market to install it.</p>
<p><span style="color: #008000;"><strong>Modem</strong></span> CwM <a href="http://forum.xda-developers.com/showpost.php?p=25378501&amp;postcount=3306" target="_blank">flash updates</a> for CM9/CM10 <strong>MTD</strong> ROMs, by <strong>cdesai</strong>. You can just copy modem.bin to /radio.</p>
<p><strong><em><span style="color: #008000;">PDroid Privacy Protection</span> CwM Patch 20121127 (Android 4.1.2).</em></strong></p>
<ul>
<li><a href="http://goo.gl/DHcN7" target="_blank"><strong>PDroid Patch Install</strong></a>, md5sum: c79c1e660322f3731dcb0480d8d50104</li>
<li>Works on latest CM10 official nightlies and @humberos builds.</li>
<li>We can&#8217;t install <strong>PDroid</strong> from the Market, for now, so just follow their link to their thread to download the <strong>APK, </strong>or restore it from your <strong>backups</strong>.</li>
</ul>
<p><strong><em><span style="color: #3366ff;">NoMoarPowah!</span> Galaxy Tab <span style="color: #3366ff;">stockblue</span> theme </em></strong><em>based on <a href="http://forum.xda-developers.com/showpost.php?p=15670514&amp;postcount=60" target="_blank">ironheart&#8217;s theme</a>.</em></p>
<ul>
<li><strong><a href="http://forum.xda-developers.com/showpost.php?p=26513228&amp;postcount=194" target="_blank">CwM install package</a></strong></li>
</ul>
<p>&nbsp;</p>
<hr />
<p><span style="color: #008080;"><em><strong>Kernels</strong></em></span></p>
<ul>
<li>Use <strong>boot.img</strong> inside the ROM ZIPs if you want to try other <span style="color: #008080;"><strong>CM10</strong></span> builds, like the <strong><span style="color: #008080;">CyanogenMod</span></strong> official and <span style="color: #ff00ff;"><strong>AOKP</strong></span>, which often don&#8217;t provide <strong>latin</strong> (<strong>P1000N/L</strong>) kernels.</li>
<li><strong>Flash</strong> with heimdall like this:<br />
<span style="color: #008000;"><strong>heimdall flash &#8211;kernel boot.img &#8211;recovery boot.img</strong></span></li>
<li><span style="color: #800000;">Or just replace <strong>boot.img</strong> inside the ROM ZIP with your desired kernel.</span></li>
</ul>
<p>&nbsp;</p>
<hr />
<p><span style="color: #993300;"><strong>ATENTION</strong></span>: I assume you are following the <strong>CM10</strong> conversations in the <strong>XDA</strong> threads. Make sure you have the required flashing background. In sum, if not already in CM10:</p>
<ul>
<li>Must be on <strong>Gingerbread </strong>or newer with unlocked bootloaders.</li>
<li><del>Must be on <strong>ext4</strong>.</del></li>
<li>Must have <strong>CwM Recovery</strong>.</li>
</ul>
<p><strong><a href="http://www.teamovercome.net/" target="_blank">The Overcome guide</a></strong> is a good start before you get to CM10.</p>
<p><span style="color: #008000;"><em><strong>Easy restock from Gingerbread</strong></em></span>, in case you get any strange simptoms.</p>
<ul>
<li>Flash <strong>full stock</strong> <strong>Gingerbread</strong> (with <strong>repartition</strong>).</li>
<li>Flash <strong>Kernel</strong> with <strong>CwM</strong>. Doesn&#8217;t have to be Overcome, could be any <strong>CF-root kernel</strong> for your model. You can use the same one in the <strong><span style="color: #008080;">CM10</span></strong> ZIP that you will flash.</li>
<li>Boot directly into <strong>CwM Recovery</strong>, holding <strong>VolUp</strong>.</li>
<li>Flash <strong><span style="color: #008080;">CM10</span> ROM</strong> and <span style="color: #008000;"><strong>GApps</strong></span>!</li>
</ul>
<p><span style="color: #993300;"><em><strong>Troubleshooting</strong></em></span></p>
<ul>
<li>If you get <strong>assert error status 7 </strong>while flashing<strong>:<br />
</strong><a href="http://forum.xda-developers.com/showpost.php?p=31519426&amp;postcount=186" target="_blank">edit the updater-script and remove assert check lines</a></li>
<li>Mobile, Data, <strong>3G</strong> problems? This ROM comes with the JPZ modem. You might need to flash your customary modem back. Just copy your modem.bin to <del><strong>/system/vendor</strong></del> in the Tab. It&#8217;s <strong>/radio</strong> again.</li>
<li>Wrong <strong>MAC</strong>? <a href="http://forum.xda-developers.com/showpost.php?p=32584881&amp;postcount=246" target="_blank">Ugly hack via script</a>.<br />
adb remount<br />
adb shell<br />
<del>Correct MAC should be in<strong> /system/vendor/firmware/nvram_net.txt</strong></del> &#8211; not always.<br />
edit  <strong>/data/.nvram_net.txt</strong> and <del>/data.nvmac.info</del> with your correct MAC (look for <strong>macaddr</strong>=xxxxx)</li>
<li>We can&#8217;t install <strong>PDroid</strong> from the Market, for now, so just follow their link to their thread to download the <strong>APK</strong>!</li>
<li><strong>Market</strong> problems? Clear <strong>Google Services Framework</strong> data and reboot.</li>
<li><strong>Reboot problems?</strong> Try the latest kernel and go into Performance / Memory Management and enable the default <strong>zRAM</strong> option. Must reboot after that.</li>
<li><strong>Superuser</strong> annoying you? Install <strong>SuperSU</strong> from Chainfire.</li>
</ul>
<p><em><strong><img class="alignright" title="cid" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/cid.png" alt="" width="64" height="64" align="right" /></strong></em>Don&#8217;t forget to <strong>hit the <img class="alignnone size-full wp-image-1556" title="thanks" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/thanks.png" alt="" width="82" height="28" /> button</strong> on the XDA posts that you find helpful.</p>
<p><em>Cheers from Brasil!</em></p>
<p style="text-align: right;"><em>Alroger &#8220;mobile&#8221; Jr</em></p>
<div><em><strong><br />
</strong></em></div>
<p><map name='google_ad_map_1835_fdb3949422165265'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1835?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1835_fdb3949422165265' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1835&amp;url= http%3A%2F%2Fcafe-ti.blog.br%2F1835%7Esamsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html' /></p><div class='yarpp-related-rss yarpp-related-none'>
<p>Sem artigos relacionados.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html/feed</wfw:commentRss>
		<slash:comments>141</slash:comments>
		</item>
		<item>
		<title>Second Life Viewer 64 bits com Audio e Video no Linux</title>
		<link>http://cafe-ti.blog.br/1820~second-life-viewer-64-bits-com-audio-e-video-no-linux.html</link>
		<comments>http://cafe-ti.blog.br/1820~second-life-viewer-64-bits-com-audio-e-video-no-linux.html#comments</comments>
		<pubDate>Fri, 24 Aug 2012 01:00:40 +0000</pubDate>
		<dc:creator>Alroger Filho</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Second Life®]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[gstreamer]]></category>
		<category><![CDATA[imprudence]]></category>
		<category><![CDATA[kokua]]></category>
		<category><![CDATA[linux 64bits]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[second life]]></category>
		<category><![CDATA[singularity]]></category>
		<category><![CDATA[sl viewer]]></category>
		<category><![CDATA[teapot]]></category>
		<category><![CDATA[vídeo]]></category>

		<guid isPermaLink="false">http://cafe-ti.blog.br/?p=1820</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1820~second-life-viewer-64-bits-com-audio-e-video-no-linux.html"></g:plusone></div>
Cada vez mais vejo o pessoal novo do Linux perguntando&#8230; existe um viewer 64 bits que funciona tudo? Como ativar a parte multimedia (áudio/vídeo/música) no Viewer de 32 bits, rodando num Linux 64 bits? O problema é que os Linux mais comuns de 64 bits vem apenas com o tal de gstreamer em 64 bits, [...]<div class='yarpp-related-rss yarpp-related-none'>

Sem artigos relacionados.
</div>
]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1820~second-life-viewer-64-bits-com-audio-e-video-no-linux.html"></g:plusone></div>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-1822" style="margin: 5px;" title="teapot_icon" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/08/teapot_icon-150x150.png" alt="" width="150" height="150" align="right" />Cada vez mais vejo o pessoal novo do <strong>Linux</strong> perguntando&#8230; existe um <strong>viewer</strong> <strong>64 bits</strong> que funciona tudo? Como ativar a parte <strong>multimedia</strong> (áudio/vídeo/música) no <strong>Viewer de 32 bits</strong>, rodando num <strong>Linux 64 bits</strong>?</p>
<p>O problema é que os Linux mais comuns de 64 bits vem apenas com o tal de <strong>gstreamer</strong> em <strong>64 bits</strong>, e não permitem instalar a contraparte de 32 bits sem bagunçar tudo e dar um nó na cabeça. Este gstreamer é o que permite tocar streamings de <strong>áudio</strong> e <strong>vídeo</strong> dentro do SL Viewer no Linux. Então a única solução viável, já que a Linden Labs não se da ao trabalho de compilar uma versão 64 bits de seu viewer, é usar um viewer 64 bits de terceiros.</p>
<p>Pois graças ao colaborador <a title="@ArminWeatherwax" href="https://twitter.com/ArminWeatherwax" target="_blank"><strong>@ArminWeatherwax</strong></a>, temos uma opção muito boa, o <strong>Teapot</strong>. Parece tudo funcionar muito bem e com performance superior a qualquer outro viewer. O <strong>Imprudence</strong> ficou congelado em sua última versão 1.4 beta 2, sem <em>Mesh</em> e outras coisas novas, deixando esperanças no desenvolvimento de seu sucessor o <strong>Kokua Viewer</strong>, primeira versão alpha, que deixa um pouco a desejar em sua performance e bugs. Alguém tomou providências e lançou o <strong>Teapot</strong> para contribuir. Hoje também fui avisado de uma nova opção, o <strong>Singularity</strong>, que ainda vou testar&#8230; e resolvi compartilhar.</p>
<p>Links dos viewers abaixo. Aceito comentários complementando ou corrigindo os meus em cada viewer.</p>
<p><em><strong>Links e Refs</strong></em></p>
<p><a href="http://blog.kokuaviewer.org/" target="_blank"><strong>Imprudence</strong></a> &#8211; No Mesh, no Flash media?</p>
<p><a href="http://blog.kokuaviewer.org/2011/05/05/kokua-0-1-0-wip-test-build-available/" target="_blank"><strong>Kokua</strong></a> &#8211; Mesh, slow, bugs.</p>
<p><a href="https://bitbucket.org/ArminW/teapot/wiki/Home" target="_blank"><strong>Teapot</strong></a> &#8211; Mesh, Fast, Stable.</p>
<p><a href="http://www.singularityviewer.org/" target="_blank"><strong>Singularity</strong></a> &#8211; Mesh, testing&#8230; não consegui rodar. Quebra logo após o login pra mim. No site diz que próxima versão vão compilar em outro Linux fora do Fedora 16 para melhorar a compatibilidade.</p>
<p style="text-align: right;"><em>in another world&#8230;</em></p>
<p><map name='google_ad_map_1820_fdb3949422165265'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1820?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1820_fdb3949422165265' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1820&amp;url= http%3A%2F%2Fcafe-ti.blog.br%2F1820%7Esecond-life-viewer-64-bits-com-audio-e-video-no-linux.html' /></p><div class='yarpp-related-rss yarpp-related-none'>
<p>Sem artigos relacionados.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cafe-ti.blog.br/1820~second-life-viewer-64-bits-com-audio-e-video-no-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Word Cloud</title>
		<link>http://cafe-ti.blog.br/1684~html5-word-cloud.html</link>
		<comments>http://cafe-ti.blog.br/1684~html5-word-cloud.html#comments</comments>
		<pubDate>Sun, 06 May 2012 15:19:56 +0000</pubDate>
		<dc:creator>Alroger Filho</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[html5 word cloud]]></category>

		<guid isPermaLink="false">http://cafe-ti.blog.br/?p=1684</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1684~html5-word-cloud.html"></g:plusone></div>
&#160; Links e Refs: HTML5 Word Cloud by timdream Alroger &#8220;in the cloud&#8221; Jr &#160;<div class='yarpp-related-rss yarpp-related-none'>

Sem artigos relacionados.
</div>
]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1684~html5-word-cloud.html"></g:plusone></div>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/05/Cafe-TI-url.png"><img class="aligncenter size-full wp-image-1691" title="Cafe-TI-small" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/05/Cafe-TI-small1.png" alt="" width="512" height="328" /></a></p>
<p><em><strong>Links e Refs:</strong></em></p>
<ul>
<li><a href="http://timc.idv.tw/wordcloud/en/" target="_blank">HTML5 Word Cloud</a> by timdream</li>
</ul>
<p style="text-align: right;"><em>Alroger &#8220;in the cloud&#8221; Jr</em></p>
<p>&nbsp;</p>
<p><map name='google_ad_map_1684_fdb3949422165265'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1684?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1684_fdb3949422165265' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1684&amp;url= http%3A%2F%2Fcafe-ti.blog.br%2F1684%7Ehtml5-word-cloud.html' /></p><div class='yarpp-related-rss yarpp-related-none'>
<p>Sem artigos relacionados.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cafe-ti.blog.br/1684~html5-word-cloud.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Samsung Galaxy Tab 7&#8243; (P1000*) &#8211; Android ICS CM9 MTD</title>
		<link>http://cafe-ti.blog.br/1524~sgt7-p1000-android-ics-cm9-mtd.html</link>
		<comments>http://cafe-ti.blog.br/1524~sgt7-p1000-android-ics-cm9-mtd.html#comments</comments>
		<pubDate>Thu, 19 Apr 2012 15:13:50 +0000</pubDate>
		<dc:creator>Alroger Filho</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cm9]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[ice cream sandwich]]></category>
		<category><![CDATA[ics]]></category>
		<category><![CDATA[mtd]]></category>
		<category><![CDATA[pdroid]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[samsung galaxy tab]]></category>
		<category><![CDATA[SGT-P1000L]]></category>
		<category><![CDATA[SGT-P1000N]]></category>
		<category><![CDATA[sgt7]]></category>

		<guid isPermaLink="false">http://cafe-ti.blog.br/?p=1524</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1524~sgt7-p1000-android-ics-cm9-mtd.html"></g:plusone></div>
<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html"></g:plusone></div>
Greetings Androidians! Clique Aqui para Português. This is a download page to help CM9 enthusiasts, specially P1000N and P1000L that always get their kernels later than the regular P1000. These are my own builds, from the original sgt7 repo, no modifications. XDA CM9 Developer thread &#8211; don&#8217;t post here! NOT for bug reports, questions or requests (always read [...]<div class='yarpp-related-rss'>

Artigos relacionados:<ol>
<li><a href='http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html' rel='bookmark' title='Samsung Galaxy Tab 7&#8243; (GT-P1000/N/L/CDMA) – Android Jelly Bean CM10'>Samsung Galaxy Tab 7&#8243; (GT-P1000/N/L/CDMA) – Android Jelly Bean CM10</a> <small>Greetings Androidians! Clique Aqui para Português. This is a download page...</small></li>
</ol>
</div>
]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1524~sgt7-p1000-android-ics-cm9-mtd.html"></g:plusone></div>
<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html"></g:plusone></div>
			<content:encoded><![CDATA[<p><strong>Greetings Androidians!<img class="alignright size-full wp-image-1543" title="cyan-logo" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/cyan-logo.png" alt="" width="111" height="105" align="right" /></strong> <a href="http://translate.google.com/translate?hl=en&amp;sl=en&amp;tl=pt&amp;u=http%3A%2F%2Fcafe-ti.blog.br%2F1524~sgt7-p1000-android-ics-cm9-mtd.html" target="_blank">Clique Aqui para Português.</a><br />
This is a download page to help <strong>CM9</strong> enthusiasts, specially <strong>P1000N</strong> and <strong>P1000L</strong> that always get their kernels later than the regular P1000. These are <em><strong>my own builds</strong></em>, from the original <strong>sgt7 repo</strong>, no modifications.</p>
<ul>
<li><a href="http://forum.xda-developers.com/showthread.php?t=1385153" target="_blank">XDA CM9 Developer thread</a> &#8211; <strong>don&#8217;t post here!<br />
NOT for</strong> bug reports, questions or requests (always read first post).<br />
Use discussion thread  for help or helping and the bug thread for bugs.</li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=1495007" target="_blank">XDA CM9 Nightly bug thread</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=1473166" target="_blank">XDA CM9 Discussion thread<br />
</a>The NEW DISCUSSION THREAD is only for OFFICIAL NIGHTLY BUILDS!</li>
<li><a href="http://www.humberos.com.br/p/android-ics.html" target="_blank">Blog do HumberOS</a> &#8211; <span style="color: #008080;"><strong>CM9</strong></span> <strong>Downloads</strong> - Português Brasil! <img class="alignnone size-full wp-image-1646" title="PT_BR" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/favicon.ico" alt="" /></li>
<li><a href="http://www.humberos.com.br/2012/04/instalacao-cm9.html" target="_blank">Blog do HumberOS</a> &#8211; <strong>Instalação &#8220;passo a passo&#8221;</strong> &#8211; Português Brasil! <img class="alignnone size-full wp-image-1646" title="PT_BR" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/favicon.ico" alt="" /></li>
<li><a href="http://forum.xda-developers.com/showpost.php?p=24986629&amp;postcount=756" target="_blank">My download post on XDA</a> &#8211; hit thanks!</li>
<li><a href="http://forum.xda-developers.com/showpost.php?p=24981889&amp;postcount=3041" target="_blank">My build tips on XDA</a></li>
<li><strong><span style="color: #008080;">CM9 Changelogs</span></strong>: <a href="http://changelog.bbqdroid.org/#p1/cm9" target="_blank">p1</a>, <a href="http://changelog.bbqdroid.org/#p1n/cm9" target="_blank">p1n</a>, <a href="http://changelog.bbqdroid.org/#p1l/cm9" target="_blank">p1l</a>, <a href="http://changelog.bbqdroid.org/#p1c/cm9" target="_blank">p1c</a></li>
<li><a href="http://wiki.cyanogenmod.com/wiki/Samsung_Galaxy_Tab_(GSM):_Full_Update_Guide" target="_blank"><span style="color: #008080;"><strong>CM9 Full Update Guide</strong></span></a> from the CyanogenMod Wiki.</li>
</ul>
<p><strong><span style="color: #800000;">BACK EVERYTHING UP, INCLUDING INTERNAL SDCARD, JUST IN CASE.</span></strong><br />
<strong><span style="color: #800000;">YOU MIGHT NEED TO RESTOCK AND FACTORY WIPE EVERYTHING.</span></strong></p>
<p><span style="color: #ff0000;"><strong>MTD</strong></span><br />
New opensource partitioning type. Same partitions, just diferent type.<br />
Easy to flash to, but you will have to full flash and repartition to go back do BML, the Saumsung proprietary partitioning, used in all other non-MTD ROMs.</p>
<p><strong>CM9 UNOFFICIAL &#8211; sgt7 mtd repo</strong>, not official Cyanogenmod nightly.<br />
The <strong>sgt7 repo</strong> is the original <strong>Te4m</strong> repo in the development thread, before the merge with CyanogenMod. It will be synced with CM, but will keep extra tweaks, such as the <strong>Trebuchet tweaks</strong> by <strong>sbradymobile</strong> and a better <strong>recovery</strong>.</p>
<p><center><img class="size-medium wp-image-1804" title="debut22" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/debut22-300x187.png" alt="" width="512" height="319" /></center></p>
<p style="text-align: center;"><em><strong>Downloads<br />
</strong></em><em></em><em><strong></strong></em>(OBS: New <span style="color: #008080;"><strong>CM9</strong></span> builds already contain <span style="color: #008000;">PDroid</span> patches and <strong>@sbradymobile</strong> tweaks)<br />
<span style="color: #ff0000;"><strong>UNPLUG USB / DOCK BEFORE FLASHING!</strong></span></p>
<hr />
<p><em><strong><span style="color: #008000;">CM9</span> 20120812 &#8220;STABLE&#8221;</strong></em>: <strong>@cdesai</strong>&#8216;s kernel, little updates and translations.</p>
<div>
<ul>
<li><a href="http://goo.gl/ZEtsQ" target="_blank"><strong>P1000N</strong></a>, md5sum: c5580776a128125988fe60b5ca0027cb<strong></strong></li>
<li><a href="http://goo.gl/YuZWT" target="_blank"><strong>P1000L</strong></a>, md5sum: 52f56ce3b8a858d2f5554940b2cd9b15</li>
<li><a href="http://goo.gl/NNHNr" target="_blank"><strong>P1000</strong></a>, md5sum: 0bc8101645b91229ab7cc50e2f88cef7</li>
<li><a href="http://goo.gl/Ewtcp" target="_blank"><strong>P1000CDMA</strong></a>, md5sum: 47d6d0a0a19ea0eabe7d372388eacdc7</li>
</ul>
</div>
<p><em><strong><span style="color: #008000;">CM9</span> 20120707</strong></em>: <strong>@cdesai</strong>&#8216;s kernel, little things, @sbradymobile&#8217;s Trebuchet updates&#8230;</p>
<div>
<ul>
<li><a href="http://goo.gl/O0Ko6" target="_blank"><strong>P1000N</strong></a>, md5sum: c02c29e579df5ec0786c8dcc7e22cebf<strong></strong></li>
<li><a href="http://goo.gl/tKNPY" target="_blank"><strong>P1000L</strong></a>, md5sum: 6a1ef5a15c7d7619400af23e9bd6e902</li>
<li><a href="http://goo.gl/rSRjh" target="_blank"><strong>P1000</strong></a>, md5sum: 15d78149c15bd4fde40c99a55a4c3d04</li>
<li><a href="http://goo.gl/8JxFv" target="_blank"><strong>P1000CDMA</strong></a>, md5sum: db0ba4fb01a6f5860936aad9a8af6c4e</li>
</ul>
</div>
<p><em><strong><span style="color: #800000;">@humberos Kernels</span> 20120627: </strong></em><a href="https://github.com/humberos/android_kernel_samsung_p1/commits/cm-9.0.0" target="_blank">changelog</a>: <strong>600MHz </strong>added for batt savings. <strong>CwM ZIP</strong>.</p>
<ul>
<li><a href="http://goo.gl/GHW0Q" target="_blank"><strong>P1000N</strong></a>, md5sum: 3d2ea2cd38afb7eb877c6acc0fb6a33b</li>
<li><a href="http://goo.gl/23U51" target="_blank"><strong>P1000L</strong></a>, md5sum: 279885dbbfe60dc2107e5d406242bf77</li>
<li><a href="http://goo.gl/7Wgc8" target="_blank"><strong>P1000</strong></a>, md5sum: fc26c3f2bd785c66e7a46d31be4d8cdc</li>
<li><a href="http://goo.gl/bwPyD" target="_blank"><strong>P1000CDMA</strong></a>, md5sum: 49fd3d62706ec97b8ed41ba922144a09</li>
</ul>
<p><span style="color: #800000;"><em><strong><em><span style="color: #008000;">CM9</span> <span style="color: #000000;">20120628</span></em><span style="color: #000000;">: </span></strong><span style="color: #000000;">@cdesai&#8217;s kernel, Fix sluggish to launch an app.</span><br />
</em><em><strong><span style="color: #008000;">CM9</span> </strong><span style="color: #000000;"><strong>20120627:</strong> @cdesai&#8217;s kernel. like RC1?<br />
</span></em></span><span style="color: #800000;"><em><strong>@humberos Kernels <span style="color: #000000;">20120624: </span></strong></em></span><a href="https://github.com/humberos/android_kernel_samsung_p1/commits/cm-9.0.0" target="_blank">changelog</a>: <strong>1.3GHz</strong> and <strong>USB</strong> <strong>Fast Charge</strong>.<br />
<em><strong><span style="color: #008000;">CM9</span> 20120623</strong></em>: <strong>@cdesai</strong>&#8216;s kernel, which seems more stable, trebuchet tweaks?<br />
<em><strong><span style="color: #008000;">CM9</span> 20120620</strong></em>: Lots of updates, logos, fixes&#8230; <em><strong>@humberos</strong> kernel<br />
</em><em><strong><span style="color: #008000;">CM9</span> 20120615</strong></em>: LiveOC disabled for stability, little fixes&#8230;<br />
<em><strong><span style="color: #008000;">CM9</span> 20120608</strong></em>: <em><strong>GPU OC, </strong></em> <em><strong>fast charge, LiveOC, camera flash</strong></em></p>
<p><span style="color: #008000;"><strong>GAPPS</strong></span>: You can flash both, first the old one with GMail, then the newest one.<br />
<a href="http://goo.im/gapps/gapps-ics-20120317-signed.zip" target="_blank">CM9 4.0.3-4 20120317</a> / md5sum: dc560aa235e8dd8cb00df0cefb5abd38 - Includes GMAIL.<br />
<a href="http://goo.im/gapps/gapps-ics-20120429-signed.zip" target="_blank">CM9 4.0.3-4 20120429</a> / md5sum: 7c524e1e078164f681e0aa6753180b2c &#8211; <strong>NO GMAIL.</strong></p>
<p><span style="color: #008000;"><strong>Modem</strong></span> CwM <a href="http://forum.xda-developers.com/showpost.php?p=25378501&amp;postcount=3306" target="_blank">flash updates</a> for <strong>MTD</strong> ROMs, by <strong>cdesai</strong>.</p>
<p><strong><em><span style="color: #008000;">PDroid Privacy Protection</span> CwM Patch 20120812.</em></strong></p>
<ul>
<li><a href="http://goo.gl/6bFke" target="_blank"><strong>PDroid Patch Install</strong></a>, md5sum: dc9d45d793a7163742c6acdddf68324b</li>
<li>PDroid Patch Remove<strong> - </strong>re-flash your ROM, or copy the original 3 files.</li>
</ul>
<p><strong><em><span style="color: #3366ff;">NoMoarPowah!</span> Galaxy Tab <span style="color: #3366ff;">stockblue</span> theme </em></strong><em>based on <a href="http://forum.xda-developers.com/showpost.php?p=15670514&amp;postcount=60" target="_blank">ironheart&#8217;s theme</a>.</em></p>
<ul>
<li><strong><a href="http://forum.xda-developers.com/showpost.php?p=26513228&amp;postcount=194" target="_blank">CwM install package</a></strong></li>
</ul>
<p>&nbsp;</p>
<hr />
<p><span style="color: #008080;"><em><strong>Kernels</strong></em></span></p>
<ul>
<li>Use <strong>boot.img</strong> inside the ROM ZIPs if you want to try other CM9 <span style="color: #800000;"><strong>MTD</strong></span> builds, like the <strong><span style="color: #008080;">CyanogenMod</span></strong> official and <span style="color: #ff00ff;"><strong>AOKP</strong></span>, which often don&#8217;t provide <strong>latin</strong> (<strong>P1000N/L</strong>) kernels.</li>
<li><strong>Flash</strong> with heimdall like this:<br />
<span style="color: #008000;"><strong>heimdall flash &#8211;kernel boot.img &#8211;recovery boot.img</strong></span></li>
<li><span style="color: #800000;">Or just replace <strong>boot.img</strong> inside the ROM ZIP with your desired kernel.</span></li>
</ul>
<p>&nbsp;</p>
<hr />
<p><span style="color: #993300;"><strong>ATENTION</strong></span>: I assume you are following the <strong>CM9</strong> conversations in the <strong>XDA</strong> threads. Make sure you have the required flashing background. In sum, if not already in CM9:</p>
<ul>
<li>Must be on <strong>Gingerbread</strong>.</li>
<li><del>Must be on <strong>ext4</strong>.</del></li>
<li>Must have <strong>CwM Recovery</strong>.</li>
</ul>
<p><strong><a href="http://www.teamovercome.net/" target="_blank">The Overcome guide</a></strong> is a good start before you get to CM9.</p>
<p><span style="color: #008000;"><em><strong>Easy restock from Gingerbread</strong></em></span>, in case you get any strange simptoms.</p>
<ul>
<li>Flash <strong>full stock</strong> <strong>Gingerbread</strong> (with <strong>repartition</strong>).</li>
<li>Flash <strong>Kernel</strong> with <strong>CwM</strong>. Doesn&#8217;t have to be Overcome, could be any <strong>CF-root kernel</strong> for your model. You can use the same one in the CM9 ZIP that you will flash.</li>
<li>Boot directly into <strong>CwM Recovery</strong>, holding <strong>VolUp</strong>. No need to convert to ext4, since MTD will converto to yaffs2 anyways.</li>
<li>Flash <strong>CM9 ROM</strong> and <span style="color: #008000;"><strong>GApps</strong></span>!</li>
</ul>
<p><em><strong>Troubleshooting</strong></em></p>
<ul>
<li>Coming from some variations of CM9 you might get <strong>assert error status 7.</strong> If you are up to editing the update script, try reading <a href="http://forum.xda-developers.com/showpost.php?p=21649322&amp;postcount=468" target="_blank">this post from HumberOS</a>.<br />
Or try <a href="http://forum.xda-developers.com/showpost.php?p=25143442&amp;postcount=3186" target="_blank">this</a> in recovery, thanks <strong>ayysir</strong>.<br />
Else, do the <strong>full restock</strong>, <strong>Overcome</strong> dance.</li>
<li>Mobile, Data, <strong>3G</strong> problems? This ROM comes with the JPZ modem. You might need to flash your customary modem back. Just copy your modem.bin to /radio in the Tab.</li>
<li><strong>Laggy</strong>? Slow? <strong>Wipe Cache and Dalvik cache</strong>. Also try using the following configs in <strong>Performance</strong> <strong>Settings</strong>: Processor: Max <strong>CPU</strong> <strong>1200MHz</strong>, Governor ONDEMANDX (go ahead and try others like SmartassV2, Smoothass and Lagfree). Memory Management: <strong>zRam</strong> 18%, Allow purgin assets and Kernel samepage merging (<strong>KSM</strong>). And <strong>reboot</strong>.</li>
<li><strong>@sbradymobile - </strong>For anybody with a <strong>SystemUI FC</strong> on the newest build go into Settings &gt; System &gt; <strong>Combined bar expanded settings</strong> &gt; Expanded settings entries and uncheck/recheck at least one of the settings (I will push the fix this morning).  You can now change the order as well.</li>
<li><strong>Wifi sleeping</strong>: if your wifi is sleeping when it&#8217;s not supposed to, try setting Minimum CPU Speed to 200MHz.</li>
</ul>
<p><em><strong><img class="alignright" title="cid" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/cid.png" alt="" width="64" height="64" align="right" /></strong></em>Don&#8217;t forget to <strong>hit the <img class="alignnone size-full wp-image-1556" title="thanks" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2012/04/thanks.png" alt="" width="82" height="28" /> button</strong> on the XDA posts that you find helpful.</p>
<p><em>Cheers from Brasil!</em></p>
<p style="text-align: right;"><em>Alroger &#8220;mobile&#8221; Jr</em></p>
<div><em><strong><br />
</strong></em></div>
<p><map name='google_ad_map_1524_fdb3949422165265'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1524?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1524_fdb3949422165265' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1524&amp;url= http%3A%2F%2Fcafe-ti.blog.br%2F1524%7Esgt7-p1000-android-ics-cm9-mtd.html' /></p><div class='yarpp-related-rss'>
<p>Artigos relacionados:<ol>
<li><a href='http://cafe-ti.blog.br/1835~samsung-galaxy-tab-7-gt-p1000-android-jelly-bean-cm10.html' rel='bookmark' title='Samsung Galaxy Tab 7&#8243; (GT-P1000/N/L/CDMA) – Android Jelly Bean CM10'>Samsung Galaxy Tab 7&#8243; (GT-P1000/N/L/CDMA) – Android Jelly Bean CM10</a> <small>Greetings Androidians! Clique Aqui para Português. This is a download page...</small></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cafe-ti.blog.br/1524~sgt7-p1000-android-ics-cm9-mtd.html/feed</wfw:commentRss>
		<slash:comments>169</slash:comments>
		</item>
		<item>
		<title>Recuperação de Discos e Arquivos do Windows</title>
		<link>http://cafe-ti.blog.br/967~recuperacao-de-discos-e-arquivos-do-windows.html</link>
		<comments>http://cafe-ti.blog.br/967~recuperacao-de-discos-e-arquivos-do-windows.html#comments</comments>
		<pubDate>Wed, 14 Dec 2011 21:16:37 +0000</pubDate>
		<dc:creator>Alroger Filho</dc:creator>
				<category><![CDATA[Dicas em Geral]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[gddrescue]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[particao]]></category>
		<category><![CDATA[recuperacao de hd]]></category>
		<category><![CDATA[setores defeituosos]]></category>
		<category><![CDATA[testdisk]]></category>

		<guid isPermaLink="false">http://cafe-ti.blog.br/?p=967</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/967~recuperacao-de-discos-e-arquivos-do-windows.html"></g:plusone></div>
Hoje consegui evitar o trabalho todo de reformatar e instalar tudo novamente depois de trocar um HD com setores defeituosos. A final, instalar o Windows, todas suas atualizações, ferramentas, utilitários, antivírus, impressoras&#8230;. é um baita trampo. Então hoje consegui clonar um HD que estava com alguns setores defeituosos para um novo HD sem que eu [...]<div class='yarpp-related-rss yarpp-related-none'>

Sem artigos relacionados.
</div>
]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/967~recuperacao-de-discos-e-arquivos-do-windows.html"></g:plusone></div>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1514" title="salvagente_architetto_f_01r" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2011/12/salvagente_architetto_f_01r.png" alt="" width="90" height="70" align="right" /></p>
<p>Hoje consegui evitar o trabalho todo de reformatar e instalar tudo novamente depois de trocar um <strong>HD com setores defeituosos</strong>. A final, instalar o Windows, todas suas atualizações, ferramentas, utilitários, antivírus, impressoras&#8230;. é um baita trampo. Então hoje consegui <strong>clonar um HD</strong> que estava com alguns setores defeituosos para um novo HD sem que eu perdesse tudo que ja estava instalado! Maravilha, eis minhas dicas.</p>
<p>Eu sempre ando e recomendo para os técnicos de plantão andar com um <strong>USB</strong> Flash Drive com o <strong>Ubuntu</strong> pronto para ser executado em qualquer PC ou notebook para fazermos esse tipo de manutenção.</p>
<p>O velho comando <strong>dd</strong> do Linux faz uma copia fiel de um HD para o outro, lendo e escrevendo setor por setor. Mas o dd tem 2 limitações que atrapalham. Ele para de fazer a cópia se encontrar algum setor defeituoso e não mostra um status da cópia para termos uma idéia de quanto ainda falta. Por isso recomendo usar o <strong>ddrescure</strong>.</p>
<p>Para instalar o <strong>ddrescue</strong> no <strong>Ubuntu</strong> basta verificar se o repositório Universo está ativado e dar um <span style="color: #008000;"><strong>sudo apt-get install gddrescue</strong></span>. Sim, o pacote se chama gddrescue, mas o comando que vamos usar é o <strong>ddrescue</strong>. Por exemplo, copiando diretamente de HD para HD:</p>
<ul>
<li><strong><span style="color: #008000;">ddrescue -v -r8 &#8211;force /dev/sda /dev/sdb</span></strong><br />
(lembre de verificar quais os HDs em questao! um <strong><span style="color: #008000;">fdisk -l</span></strong> mostra uma lista)</li>
</ul>
<p>Foi este comando que usei hoje. Ele copia tudo de um HD para o outro, mostrando um indicador do processo todo e tentando até 8 vezes os setores defeituosos (<strong>-r8</strong>). Enquanto o HD antigo nem bootava mais no Windows, pois o erro de leitura de setor terminava em tela azul durante o boot, no novo HD o Windows bootou normalmente. O que aconteceu é que o <strong>ddrescue</strong> tentou ler mais vezes o setor,<strong> sem dar erro fatal</strong> como no <strong>boot</strong> do <strong>Windows</strong> ou no <strong>dd</strong> tradicional até que conseguir ler. Se não me engano ele acusou apenas 8KB potenciamente corrompidos&#8230; mas pelo jeito conseguiu ler tudo.</p>
<div>Exemplo copiando de um HD para um arquivo de imagem que pode ser gravado em outro HD ou pendrive: <span style="color: #008000;"><strong>ddrescue -v -r3 /dev/sda /media/pendrive/backup.img</strong></span></div>
<p>O ddrescue também pode ser usado para copiar grandes arquivos que contém setores defeituosos.</p>
<p>Outra dica que já anotei de sofrimentos passados é o <strong>testdisk</strong>. Quando os setores defeituosos se encontram na tabela de arquivos (FAT, NTFS, etc) você não consegue nem montar e listar os arquivos daquela partição. Mas os espertinhos que criaram estes padrões sempre mantém uma copia da tabela de partições num segundo lugar no HD.</p>
<p>Com o <strong>testdisk</strong> você pode abrir e fazer backup de arquivos de uma partição <strong>NTFS</strong> que você não consegue mais montar nem pelo Windows nem pelo Linux, pois ele pode encontrar e usar o backup da tabela de partições.</p>
<p>Boa sorte!</p>
<p><strong><em>Links e Refs:</em></strong></p>
<ul>
<li><a href="http://onubuntu.blogspot.com/2010/06/command-line-hard-disk-cloning-with.html" target="_blank">On Ubuntu blog.</a></li>
<li><a href="http://www.forensicswiki.org/wiki/Ddrescue" target="_blank">DDrescue Forensics Wiki.</a></li>
</ul>
<p style="text-align: right;"><em>Alroger &#8220;to the rescue&#8221; Filho</em></p>
<p><map name='google_ad_map_967_fdb3949422165265'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/967?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_967_fdb3949422165265' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=967&amp;url= http%3A%2F%2Fcafe-ti.blog.br%2F967%7Erecuperacao-de-discos-e-arquivos-do-windows.html' /></p><div class='yarpp-related-rss yarpp-related-none'>
<p>Sem artigos relacionados.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cafe-ti.blog.br/967~recuperacao-de-discos-e-arquivos-do-windows.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android Froyo: ROOT e Bootloaders pela linha de comando</title>
		<link>http://cafe-ti.blog.br/1500~android-froyo-root-e-bootloaders-pela-linha-de-comando.html</link>
		<comments>http://cafe-ti.blog.br/1500~android-froyo-root-e-bootloaders-pela-linha-de-comando.html#comments</comments>
		<pubDate>Wed, 30 Nov 2011 16:32:06 +0000</pubDate>
		<dc:creator>Alroger Filho</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Galaxy Tab]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[adb shell]]></category>
		<category><![CDATA[Android 2.2 Froyo]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[desbloquear]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[superoneclick]]></category>
		<category><![CDATA[ubuntu linux]]></category>

		<guid isPermaLink="false">http://cafe-ti.blog.br/?p=1500</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1500~android-froyo-root-e-bootloaders-pela-linha-de-comando.html"></g:plusone></div>
Homenageando o Humberto Borba, nosso principal contribuidor Brasileiro para o desenvolvimento do Android no Samsung Galaxy Tab P1000L e P1000N (versões &#8220;latinas&#8221;), escrevi um post em seu blog com as dicas de como instalar o root no Android 2.2 Froyo de forma manual, para quem não usa Windows ou não consegue usar o SuperOneClick, como [...]<div class='yarpp-related-rss yarpp-related-none'>

Sem artigos relacionados.
</div>
]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://cafe-ti.blog.br/1500~android-froyo-root-e-bootloaders-pela-linha-de-comando.html"></g:plusone></div>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1503" title="BraTab" src="http://cafe-ti.blog.br/wordpress/wp-content/uploads/2011/11/BraTab.jpg" alt="" width="170" height="170" align="right" />Homenageando o <strong>Humberto Borba</strong>, nosso principal contribuidor Brasileiro para o desenvolvimento do Android no Samsung Galaxy Tab P1000L e P1000N (versões &#8220;latinas&#8221;), escrevi um post em seu <strong>blog</strong> com as dicas de como instalar o <strong>root</strong> no <strong>Android 2.2 Froyo</strong> de forma <strong>manual</strong>, para quem não usa Windows ou não consegue usar o <strong>SuperOneClick</strong>, como no meu exemplo <strong>Ubuntu Linux</strong> e como <strong>desbloquear o bootloader</strong> para permitir a instalação de novas <strong>ROMs</strong> (<strong>firmwares</strong>) e <strong>Kernels</strong> (com mais funcionalidades).</p>
<p>Blog do Humberto para nossa salvação!</p>
<p><em><strong>Links e Refs:</strong></em></p>
<ul>
<li><a href="http://www.humberos.com.br/2011/11/froyo-root-e-bootloaders-pela-linha-de.html?showComment=1322668120451#c3506178688345369854" target="_blank">Froyo: ROOT e Bootloaders pela linha de comando</a></li>
<li><a href="http://www.humberos.com.br" target="_blank">Blog do Humberto.</a></li>
</ul>
<div style="text-align: right;"><em>Alroger &#8220;The Flash&#8221; Filho</em></div>
<p><map name='google_ad_map_1500_fdb3949422165265'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1500?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1500_fdb3949422165265' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1500&amp;url= http%3A%2F%2Fcafe-ti.blog.br%2F1500%7Eandroid-froyo-root-e-bootloaders-pela-linha-de-comando.html' /></p><div class='yarpp-related-rss yarpp-related-none'>
<p>Sem artigos relacionados.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cafe-ti.blog.br/1500~android-froyo-root-e-bootloaders-pela-linha-de-comando.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
