<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Android on paapereira.xyz</title><link>https://paapereira.xyz/categories/android/</link><description>Recent content in Android on paapereira.xyz</description><generator>Hugo</generator><language>en-US</language><copyright>&lt;a href='https://creativecommons.org/licenses/by-nc/4.0/' target='_blank' rel='noopener'>©&lt;/a> 2008-2026 / &lt;a href='https://gitlab.com/paapereira/paapereira.gitlab.io' target='_blank' rel='noopener'>source code&lt;/a></copyright><lastBuildDate>Thu, 04 Apr 2013 00:17:00 +0100</lastBuildDate><atom:link href="https://paapereira.xyz/categories/android/index.xml" rel="self" type="application/rss+xml"/><item><title>Nexus 4 bootloader unlocking, rooting and installing a new ROM</title><link>https://paapereira.xyz/posts/2013/04/nexus-4-bootloader-unlocking-rooting/</link><pubDate>Thu, 04 Apr 2013 00:17:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2013/04/nexus-4-bootloader-unlocking-rooting/</guid><description>&lt;p>I just got a Nexus 4 :)&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-04-04-nexus-4-bootloader-unlocking-rooting/nexus_4.png" alt="Nexus 4 (mako)">&lt;/p>
&lt;p>Time to unlock the bootloader, install a new recovery, get root and install a new ROM.&lt;/p>
&lt;h2 id="android-sdk">Android SDK&lt;/h2>
&lt;p>Download the Android SDK from &lt;a href="http://developer.android.com/sdk/index.html#ExistingIDE">here&lt;/a> and uncompress the zip file. I will be using the Linux version.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>mkdir ~/Android
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>cd ~/Android
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">3&lt;/span>&lt;span>unzip adt-bundle-linux-x86_64-20130219.zip
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="usb-debugging">USB Debugging&lt;/h2>
&lt;p>In Android go to Settings&amp;gt;About&amp;gt;Build Number and click seven times to unlock the Developer Options.
Then go to Settings&amp;gt;Developer Options and check USB Debugging.&lt;/p></description></item><item><title>Install atom422 in Galaxy Nexus</title><link>https://paapereira.xyz/posts/2013/03/install-atom422-in-galaxy-nexus/</link><pubDate>Sat, 16 Mar 2013 21:31:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/03/install-atom422-in-galaxy-nexus/</guid><description>&lt;p>I&amp;rsquo;ve been using &lt;a href="http://forum.xda-developers.com/showthread.php?t=1969162">atom422&lt;/a> ROM with &lt;a href="https://paapereira.xyz/tags/ak-kernel">Ak Kernel&lt;/a> for a week now, and I must say this is the best ROM/kernel combo I had in my Galaxy Nexus. And it&amp;rsquo;s underclocked!&lt;/p>
&lt;p>I will be using atom422 v9 and Ak Kernel 731.&lt;/p>
&lt;h2 id="backing-up-your-device">Backing up your device&lt;/h2>
&lt;ul>
&lt;li>Backup using &lt;a href="https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup">Titanium Backup&lt;/a>&lt;/li>
&lt;li>Backup &lt;a href="https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher">Nova Launcher&lt;/a> settings&lt;/li>
&lt;li>Backup SMS using &lt;a href="https://play.google.com/store/apps/details?id=com.riteshsahu.SMSBackupRestore">SMS Backup &amp;amp; Restore&lt;/a>&lt;/li>
&lt;li>Reboot into recovery (I have ClockworkMod Recovery v6.0.2.3)&lt;/li>
&lt;li>Backup (backup and restore &amp;gt; backup)&lt;/li>
&lt;li>Go into &amp;ldquo;install zip from sdcard &amp;gt; choose zip from sdcard&amp;rdquo; just to guarantee that ClockworkMod Recovery is accessing the storage&lt;/li>
&lt;li>Plug the phone into a computer (I&amp;rsquo;m using Ubuntu 12.10, and have already android-sdk)&lt;/li>
&lt;li>Go into your android-sdk tools folder
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>cd Android/android-sdk-linux_86/tools/
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>Go into adb shell and list the directories in your &amp;ldquo;sdcard&amp;rdquo; to decide what to backup
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo ./adb shell
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>ls /data/media/0
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">3&lt;/span>&lt;span>exit
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>Pull all the directories you want to backup
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo ./adb pull /data/media/0/examplefolder sdcard/examplefolder
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>The previous example will create a sdcard folder in your tools folder with the data folder pulled from your phone&lt;/li>
&lt;li>Change the owner of the pulled folders
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo chown -R youruser:youruser sdcard
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;/ul>
&lt;p>You can also backup using FTP for example. I normally use &lt;a href="https://play.google.com/store/apps/details?id=com.gsapp.wifitransport">WellFTP Server&lt;/a>.&lt;/p></description></item><item><title>Install Ak Kernel in Galaxy Nexus</title><link>https://paapereira.xyz/posts/2013/03/install-ak-kernel-in-galaxy-nexus/</link><pubDate>Sun, 10 Mar 2013 22:06:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/03/install-ak-kernel-in-galaxy-nexus/</guid><description>&lt;p>I started using Ak Kernel after installing Xylon, as I talked about in my previous &lt;a href="https://paapereira.xyz/posts/install-xylon-in-galaxy-nexus/">post&lt;/a>.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-03-10-install-ak-kernel-in-galaxy-nexus/ak.png" alt="Ak Kernel">&lt;/p>
&lt;p>I will show how to install &lt;a href="http://forum.xda-developers.com/showthread.php?t=1883298">Ak Kernel&lt;/a> coming from another kernel an how to simply update Ak Kernel when a new version is released.&lt;/p>
&lt;p>You can also read the kernel FAQ &lt;a href="http://forum.xda-developers.com/showthread.php?t=2157193">here&lt;/a>.&lt;/p>
&lt;h2 id="ak-kernel">Ak Kernel&lt;/h2>
&lt;p>&lt;a href="http://forum.xda-developers.com/showthread.php?t=1883298">Ak Kernel&lt;/a> comes in two flavors:&lt;/p>
&lt;ul>
&lt;li>Purity edition, the stable version&lt;/li>
&lt;li>Cylon edition, a experimental branch&lt;/li>
&lt;/ul>
&lt;h2 id="install-ak-kernel-coming-from-another-kernel">Install Ak Kernel coming from another kernel&lt;/h2>
&lt;p>If you are installing Ak Kernel for the first time in your ROM, follow this steps:&lt;/p></description></item><item><title>Install Xylon in Galaxy Nexus</title><link>https://paapereira.xyz/posts/2013/03/install-xylon-in-galaxy-nexus/</link><pubDate>Sat, 09 Mar 2013 22:43:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/03/install-xylon-in-galaxy-nexus/</guid><description>&lt;p>I was having problems in &lt;a href="https://paapereira.xyz/posts/low-ram-problems-after-aokp-build-3-update/">AOKP&lt;/a>, so I decided to try a different ROM and a different kernel.&lt;/p>
&lt;p>I&amp;rsquo;ve decided to go with &lt;a href="http://forum.xda-developers.com/showthread.php?t=1996726">Xylon&lt;/a> and &lt;a href="http://forum.xda-developers.com/showthread.php?t=1883298">Ak Kernel&lt;/a>.&lt;/p>
&lt;h2 id="what-is-xylon">What is Xylon?&lt;/h2>
&lt;p>&lt;em>&amp;ldquo;A Generally based of many kinds of features around the Android Development and fits into minimal customization. It may act up like AOKP, but totally not at all. Overall, we&amp;rsquo;re still in work in progress state of changing the base to slightly minimal like FNV before. This ROM is built off with GCC 4.7, O3, Linaro Strings enabled. (Galaxy Nexus Kernel, fusion with anarkia&amp;rsquo;s horn, O3 and Linaro GCC 4.7.3 enabled.).&amp;rdquo;&lt;/em>
&lt;em>from xda-developers&lt;/em>&lt;/p></description></item><item><title>Low RAM problems after AOKP Build 3 update</title><link>https://paapereira.xyz/posts/2013/02/low-ram-problems-after-aokp-build-3-update/</link><pubDate>Sat, 23 Feb 2013 17:33:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/02/low-ram-problems-after-aokp-build-3-update/</guid><description>&lt;p>After updating AOKP to the latest &lt;a href="https://paapereira.xyz/posts/updating-aokp-in-galaxy-nexus/">build 3&lt;/a>, my phone started to get really laggy. Digging around in Google I &lt;a href="http://rootzwiki.com/topic/39029-low-ram-sluggish-phone/">found&lt;/a> others having the same problem.&lt;/p>
&lt;p>It seems that the SystemUI has a memory leak, and starts consuming an abnormal quantity of RAM. This means that apps will start to be killed and relaunched, including the UI. The consequence is the sluggishness of the phone. Rebooting solves the problem, but it&amp;rsquo;s only temporary.&lt;/p></description></item><item><title>Updating AOKP in Galaxy Nexus</title><link>https://paapereira.xyz/posts/2013/02/updating-aokp-in-galaxy-nexus/</link><pubDate>Mon, 11 Feb 2013 22:48:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/02/updating-aokp-in-galaxy-nexus/</guid><description>&lt;p>&lt;a href="http://aokp.co/release-jb-mr1-build-3/">AOKP build 3&lt;/a> is out, and after showing how to &lt;a href="https://paapereira.xyz/posts/install-aokp-in-galaxy-nexus/">install AOKP from scratch&lt;/a>, this is how I usually upgrade a ROM in my Galaxy Nexus.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-11-updating-aokp-in-galaxy-nexus/aokp.png" alt="aokp_maguro_jb-mr1_build-3">&lt;/p>
&lt;p>I only use this procedure between builds of the same ROM, and typically when the base Android version is the same (in this case 4.2.1).&lt;/p>
&lt;h2 id="backing-up-your-device">Backing up your device&lt;/h2>
&lt;p>When upgrading I usually only backup with Titanium Backup and within ClockworkMod Recovery. Usually I don&amp;rsquo;t copy the backups to my desktop.&lt;/p></description></item><item><title>Reinstall Oxygen ROM in HTC Desire</title><link>https://paapereira.xyz/posts/2011/05/reinstall-oxygen-rom-in-htc-desire/</link><pubDate>Mon, 02 May 2011 21:12:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2011/05/reinstall-oxygen-rom-in-htc-desire/</guid><description>&lt;p>I&amp;rsquo;m currently using the &lt;a href="http://forum.xda-developers.com/showthread.php?t=971904">Android Oxygen ROM&lt;/a> in my HTC Desire.&lt;/p>
&lt;p>As the version 2.1 just came out, I&amp;rsquo;ve decided to wipe my device and do a fresh install.
Also I took the chance to post the procedure.&lt;/p>
&lt;p>Note: I have root on my device.&lt;/p>
&lt;h2 id="backup-before-wipe">Backup before wipe&lt;/h2>
&lt;ul>
&lt;li>I used &lt;a href="https://market.android.com/details?id=com.keramidas.TitaniumBackup">Titanium Backup&lt;/a> to create a backup of my apps&lt;/li>
&lt;li>I used &lt;a href="https://market.android.com/details?id=tv.studer.smssync">SMS Backup&lt;/a> to backup my sms to GMail&lt;/li>
&lt;li>I backup up my sdcard using rsync in Ubuntu&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>rsync -axS --delete /media/sdcard/ /media/backup
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>I&amp;rsquo;ve manually kept a list of all the apps I want to keep. I will installed them all by hand, as needed, and restore only a list of selected ones&lt;/li>
&lt;/ul>
&lt;h2 id="download-rom-and-prepare-for-installation">Download ROM and prepare for installation&lt;/h2>
&lt;ul>
&lt;li>Download &lt;a href="http://download.oxygen.im/roms/update-oxygen-2.1-signed.zip">Oxygen ROM v2.1&lt;/a> from &lt;a href="http://forum.xda-developers.com/showthread.php?t=971904">xda-developers forum&lt;/a>&lt;/li>
&lt;li>I&amp;rsquo;ve formated my sdcard (&lt;em>Settings &amp;gt; Storage &amp;gt; Erase SD card&lt;/em>) so I&amp;rsquo;ll have a really clean install&lt;/li>
&lt;li>Copy the ROM zip file to the sdcard&lt;/li>
&lt;/ul>
&lt;h2 id="reboot-into-recovery-and-backup-entire-rom">Reboot into Recovery and backup entire ROM&lt;/h2>
&lt;ul>
&lt;li>I have the Clockwork Recovery (installed via &lt;a href="https://market.android.com/details?id=com.koushikdutta.rommanager">ROM Manager&lt;/a>), so I rebooted into recovery by long pressing the power button and rebooting into recovery&lt;/li>
&lt;li>In Clockwork Recovery interface:
&lt;ul>
&lt;li>backup and restore &amp;gt; Backup&lt;/li>
&lt;li>reboot system now&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>After rebooting backup from sdcard (&lt;em>/media/sdcard/clockworkmod/backup/&lt;/em>)&lt;/li>
&lt;/ul>
&lt;h2 id="reboot-into-recovery-and-install">Reboot into Recovery and install&lt;/h2>
&lt;ul>
&lt;li>Reboot into Recovery&lt;/li>
&lt;li>In Clockwork Recovery interface:
&lt;ul>
&lt;li>install zip from sdcard &amp;gt; choose zip from sdcard &amp;gt; update-oxygen-2.1-signed.zip &amp;gt; Yes - Install update-oxygen-2.1-signed.zip&lt;/li>
&lt;li>press back button&lt;/li>
&lt;li>wipe data/factory reset &amp;gt; Yes &amp;ndash; delete all user data&lt;/li>
&lt;li>advanced &amp;gt; Wipe Dalvik Cache &amp;gt; Yes - Wipe Dalvik Cache&lt;/li>
&lt;li>advanced &amp;gt; Wipe Battery Stats &amp;gt; Yes - Wipe Battery Stats (if your battery is 100% and charging)&lt;/li>
&lt;li>press back button&lt;/li>
&lt;li>reboot system now&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="app-list">App list&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://market.android.com/details?id=com.noshufou.android.su">Superuser&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.fede.launcher">LauncherPro&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=ymst.android.homeswitcherfroyo">Home Switcher for Froyo&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=net.dinglisch.android.taskerm">Tasker&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.mobitobi.android.gentlealarm">Gentle Alarm&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.bw.onair">On Air (Wifi Disk)&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.keramidas.TitaniumBackup">Titanium Backup&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.gm">Gmail&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.reader">Google Reader&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.listen">Listen&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.zxing.client.android">Barcode Scanner&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.authenticator">Google Authenticator&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.docs">Google Docs&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.youtube">YouTube&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.maps">Google Maps&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.street">Street View on Google Maps&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.voicesearch">Voice Search&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.googlequicksearchbox">Google Search&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.unveil">Google Goggles&lt;/a>&lt;/li>
&lt;li>Google Talk&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.translate">Google Translate&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.chrometophone">Google Chrome to Phone&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.blogger">Blogger&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.jbapps.contact">GO Contacts&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.jb.gosms">GO SMS Pro&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.code.apndroid">APNdroid&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.androidpt.apnportugal">APN Portugal&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://www.swypeinc.com/">Swype&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=tv.studer.smssync">SMS Backup&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.lookout">Lookout&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=nextapp.systempanel.r1">SystemPanel App / Task Manager&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.extendedcontrols">Extended Controls&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.levelup.beautifulwidgets">Beautiful Widgets&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.xelacorp.android.batsnaps">Battery Snap&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.metago.astro">Astro&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.metago.astro.smb">Astro SMB Module&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.th.android.widget.gTabsimiClock">SiMi Clock Widget&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.dolphin.browser">Dolphin Browser Mini&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.bigtincan.android.adfree">AdFree&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.adobe.reader">Adobe Reader&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.adobe.flashplayer">Flash Player&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.koushikdutta.rommanager">ROM Manager &lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=org.connectbot">ConnectBot&lt;/a>&lt;/li>
&lt;li>Facebook&lt;/li>
&lt;li>Twitter&lt;/li>
&lt;li>Tweetdeck&lt;/li>
&lt;li>Dropbox&lt;/li>
&lt;li>Evernote&lt;/li>
&lt;li>Skype&lt;/li>
&lt;li>Jorte&lt;/li>
&lt;li>Smooth Calendar&lt;/li>
&lt;li>NDrive&lt;/li>
&lt;li>ColorNote&lt;/li>
&lt;li>Our Groceries&lt;/li>
&lt;li>QuickPic&lt;/li>
&lt;li>SoundHound&lt;/li>
&lt;li>ACV&lt;/li>
&lt;li>air control&lt;/li>
&lt;li>aldiko&lt;/li>
&lt;li>amdroid&lt;/li>
&lt;li>andry birds&lt;/li>
&lt;li>astrid tasks&lt;/li>
&lt;li>autowipe&lt;/li>
&lt;li>battery snap&lt;/li>
&lt;li>cache cleaner NG&lt;/li>
&lt;li>camscanner&lt;/li>
&lt;li>carhome&lt;/li>
&lt;li>cifs manager&lt;/li>
&lt;li>cinemas&lt;/li>
&lt;li>clockr evolution&lt;/li>
&lt;li>currency converter&lt;/li>
&lt;li>desktop visualizer&lt;/li>
&lt;li>farmácias&lt;/li>
&lt;li>folder organizer&lt;/li>
&lt;li>food spotting&lt;/li>
&lt;li>imdb&lt;/li>
&lt;li>launch-x pro&lt;/li>
&lt;li>layar&lt;/li>
&lt;li>linkedin&lt;/li>
&lt;li>metro lx&lt;/li>
&lt;li>musicbox&lt;/li>
&lt;li>music junk&lt;/li>
&lt;li>mysporting&lt;/li>
&lt;li>network info ii&lt;/li>
&lt;li>prey&lt;/li>
&lt;li>pulse&lt;/li>
&lt;li>resultados das apostas&lt;/li>
&lt;li>revision3&lt;/li>
&lt;li>robo defense&lt;/li>
&lt;li>seepu&lt;/li>
&lt;li>seepu++&lt;/li>
&lt;li>smart sms vibrate&lt;/li>
&lt;li>sms unread count&lt;/li>
&lt;li>songbird&lt;/li>
&lt;li>syncmypix&lt;/li>
&lt;li>team coco&lt;/li>
&lt;li>temp+cpu v2&lt;/li>
&lt;li>ubuntu countdown widget&lt;/li>
&lt;li>vplayer&lt;/li>
&lt;li>watchdog lite&lt;/li>
&lt;li>wheres my droid power&lt;/li>
&lt;li>wifi status&lt;/li>
&lt;li>winamp xda&lt;/li>
&lt;/ul></description></item></channel></rss>