<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Apps on paapereira.xyz</title><link>https://paapereira.xyz/categories/apps/</link><description>Recent content in Apps 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>Sat, 13 Apr 2013 17:13:00 +0100</lastBuildDate><atom:link href="https://paapereira.xyz/categories/apps/index.xml" rel="self" type="application/rss+xml"/><item><title>Google Play Music</title><link>https://paapereira.xyz/posts/2013/04/google-music/</link><pubDate>Sat, 13 Apr 2013 17:13:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2013/04/google-music/</guid><description>&lt;p>&lt;a href="https://play.google.com/music">Google Play Music&lt;/a> is finally available in Portugal!&lt;/p>
&lt;p>I will show how to set up upload your music in Ubuntu using the Google Music Manager.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-04-13-google-music/google-music.png" alt="Google Play Music">&lt;/p>
&lt;h2 id="installing-google-play-music-manager-in-ubuntu">Installing Google Play Music Manager in Ubuntu&lt;/h2>
&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>wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | &lt;span style="color:#ae81ff">\
&lt;/span>&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>&lt;span style="color:#ae81ff">&lt;/span>	sudo apt-key add -
&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>sudo sh -c &lt;span style="color:#e6db74">&amp;#39;echo &amp;#34;deb http://dl.google.com/linux/musicmanager/deb/ stable \
&lt;/span>&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">4&lt;/span>&lt;span>&lt;span style="color:#e6db74">	main&amp;#34; &amp;gt;&amp;gt; /etc/apt/sources.list.d/google.list&amp;#39;&lt;/span>
&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">5&lt;/span>&lt;span>sudo apt-get update
&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">6&lt;/span>&lt;span>sudo apt-get install google-musicmanager-beta
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>I had trouble with the version installed via ppa, it was always crashing after opening up. I found a working version &lt;a href="http://ubuntuforums.org/showthread.php?t=2130680">here&lt;/a>.&lt;/p></description></item><item><title>FavApps: FileZilla</title><link>https://paapereira.xyz/posts/2013/03/favapps-filezilla/</link><pubDate>Sat, 02 Mar 2013 21:02:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/03/favapps-filezilla/</guid><description>&lt;p>&lt;em>FileZilla is a full-featured FTP client with an easy-to-use GUI. It is written in C++ and uses the wxWidgets library. FileZilla includes the following features:&lt;/em>&lt;/p>
&lt;ul>
&lt;li>&lt;em>Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)&lt;/em>&lt;/li>
&lt;li>&lt;em>IPv6 support&lt;/em>&lt;/li>
&lt;li>&lt;em>Available in more than 40 languages&lt;/em>&lt;/li>
&lt;li>&lt;em>Supports resume and transfer of large files &amp;gt;4GB&lt;/em>&lt;/li>
&lt;li>&lt;em>Easy to use Site Manager and transfer queue&lt;/em>&lt;/li>
&lt;li>&lt;em>Bookmarks&lt;/em>&lt;/li>
&lt;li>&lt;em>Drag &amp;amp; drop support&lt;/em>&lt;/li>
&lt;li>&lt;em>Speed limits&lt;/em>&lt;/li>
&lt;li>&lt;em>Filename filters&lt;/em>&lt;/li>
&lt;li>&lt;em>Directory comparison&lt;/em>&lt;/li>
&lt;li>&lt;em>Network configuration wizard&lt;/em>&lt;/li>
&lt;li>&lt;em>Remote file editing&lt;/em>&lt;/li>
&lt;li>&lt;em>Keep-alive&lt;/em>&lt;/li>
&lt;li>&lt;em>HTTP/1.1, SOCKS5 and FTP Proxy support&lt;/em>&lt;/li>
&lt;li>&lt;em>Logging to file&lt;/em>&lt;/li>
&lt;li>&lt;em>Synchronized directory browsing&lt;/em>&lt;/li>
&lt;li>&lt;em>Remote file search&lt;/em>&lt;/li>
&lt;li>&lt;em>Tabbed interface to connect to multiple servers&lt;/em>&lt;/li>
&lt;/ul>
&lt;p>FileZilla is my favorite FTP client. I copy files to my Android devices via FTP and FileZilla makes it very easy and fast.&lt;/p></description></item><item><title>FavApps: BeyondPod Podcast Manager</title><link>https://paapereira.xyz/posts/2013/02/favapps-beyondpod-podcast-manager/</link><pubDate>Sat, 02 Feb 2013 21:35:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/02/favapps-beyondpod-podcast-manager/</guid><description>&lt;p>&lt;em>Full featured Podcast Manager (podcatcher) and RSS feed reader.
Subscribe to RSS/Atom feeds, download, listen or watch podcasts directly on your device. Google Reader integration, flexible download scheduler and many more.&lt;/em>&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-02-favapps-beyondpod-podcast-manager/googleplay.png" alt="Google Play">&lt;/p>
&lt;p>After using Google Listen for my podcast needs from the start, after Google discontinued it BeyondPod as been my daily podcast manager.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-02-favapps-beyondpod-podcast-manager/beyondpod.png" alt="Beyondpod">&lt;/p>
&lt;p>I specially like is scheduler options to keep my playlist fresh.&lt;/p>
&lt;p>I&amp;rsquo;m also using my &lt;a href="https://paapereira.xyz/tags/b3caster">b3caster&lt;/a> podcast server to keep all my feeds in one place.&lt;/p></description></item><item><title>FavApps: GCstar Collections Manager</title><link>https://paapereira.xyz/posts/2013/01/favapps-gcstar-collections-manager/</link><pubDate>Sat, 19 Jan 2013 15:16:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/01/favapps-gcstar-collections-manager/</guid><description>&lt;p>&lt;em>GCstar is an application for managing your collections. It supports many types of collections, including movies, books, games, comics, stamps, coins, and many more. You can even create your own collection type for whatever unique thing it is that you collect.&lt;/em>
&lt;em>Detailed information on each item can be automatically retrieved from the internet and you can store additional data, such as the location or who you&amp;rsquo;ve lent it to. You may also search and filter your collection by many criteria.&lt;/em>&lt;/p></description></item><item><title>FavApps: franco.Kernel updater</title><link>https://paapereira.xyz/posts/2013/01/favapps-francokernel-updater/</link><pubDate>Fri, 04 Jan 2013 17:35:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/01/favapps-francokernel-updater/</guid><description>&lt;p>&lt;em>A well established top-100 paid app with one of the highest ratings in that top.
It combines a series of powerful tools to manage your device with your favorite kernel, specially with franco.Kernel.&lt;/em>&lt;/p>
&lt;p>&lt;a href="http://play.google.com/store/apps/details?id=com.franco.kernel">&lt;img src="https://paapereira.xyz/blog/2013/2013-01-04-favapps-francokernel-updater/playstore.png" alt="Play Store">&lt;/a>&lt;/p>
&lt;p>I use franco.Kernel at quite some time. The app to control to change the kernel setting is payed, but it is a great app and you support the developer.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-01-04-favapps-francokernel-updater/francokernel.png" alt="franco.Kernel">&lt;/p>
&lt;p>Here are my current settings, based on &lt;a href="http://forum.xda-developers.com/showpost.php?p=34951507&amp;amp;postcount=34567">osm0sis&lt;/a>.&lt;/p></description></item><item><title>FavApps: syncBackup</title><link>https://paapereira.xyz/posts/2013/01/favapps-syncbackup/</link><pubDate>Fri, 04 Jan 2013 09:00:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/01/favapps-syncbackup/</guid><description>&lt;p>&lt;a href="https://apps.ubuntu.com/cat/applications/syncbackup/">Ubuntu Software Center&lt;/a>&lt;/p>
&lt;p>&lt;em>It takes advantage of the delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination. Create custom profiles and save each configuration independently. Simple control of source and destination rules, register directories or files to be skipped, access remote location using SSH protocol and more.&lt;/em>&lt;/p>
&lt;p>I&amp;rsquo;ve been using syncBackup basically since it was the app pick in &lt;a href="http://www.jupiterbroadcasting.com/25276/pc-bsd-9-1-review-las-s23e09/">The Linux Action Show&lt;/a>.&lt;/p></description></item><item><title>Install AOKP in Galaxy Nexus</title><link>https://paapereira.xyz/posts/2013/01/install-aokp-in-galaxy-nexus/</link><pubDate>Thu, 03 Jan 2013 19:56:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/01/install-aokp-in-galaxy-nexus/</guid><description>&lt;p>This is how I install a new ROM in my Galaxy Nexus, backing up all my apps and settings, and allowing a recover to my current state in case of something goes wrong.&lt;/p>
&lt;p>I have root and have been using XenonHD (Android 4.2.1).&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-01-03-install-aokp-in-galaxy-nexus/aokp.png" alt="aokp_maguro_jb-mr1_build-1">&lt;/p>
&lt;p>I&amp;rsquo;m going back to &lt;a href="http://aokp.co/">AOKP&lt;/a>, so I decided to post how I prepare my phone for a new ROM.&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;/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>cd Android/android-sdk-linux_86/tools/
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Go into adb shell and list the directories in your &amp;ldquo;sdcard&amp;rdquo; to decide what to backup&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>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;ul>
&lt;li>Pull all the directories you want to backup&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>sudo ./adb pull /data/media/0/data sdcard/data
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&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;/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>sudo chown -R youruser:youruser sdcard
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&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>FavApps: Terminator</title><link>https://paapereira.xyz/posts/2012/06/favapps-terminator/</link><pubDate>Sat, 16 Jun 2012 19:15:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2012/06/favapps-terminator/</guid><description>&lt;p>&lt;a href="https://apps.ubuntu.com/cat/applications/terminator/">Ubuntu Software Center&lt;/a>&lt;/p>
&lt;p>&lt;em>Terminator is a little project to produce an efficient way of filling a large area of screen space with terminals.
The user can have multiple terminals in one window and use key bindings to switch between them.&lt;/em>&lt;/p>
&lt;p>Terminator is more than an alternative to the regular default terminal application. It allows you to split the terminal window in two or more terminals.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-06-16-favapps-terminator/terminator.png" alt="Terminator">&lt;/p>
&lt;h2 id="installing-terminator">Installing Terminator&lt;/h2>
&lt;p>You can install Terminator via the Ubuntu Software Center. You can also use the button at the beginning of this post.&lt;/p></description></item><item><title>FavApps: Chromium Browser</title><link>https://paapereira.xyz/posts/2012/06/favapps-chromium-browser/</link><pubDate>Sat, 09 Jun 2012 23:10:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2012/06/favapps-chromium-browser/</guid><description>&lt;p>&lt;a href="https://apps.ubuntu.com/cat/applications/chromium-browser/">Ubuntu Software Center&lt;/a>&lt;/p>
&lt;p>&lt;em>Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web.
Chromium serves as a base for Google Chrome, which is Chromium rebranded (name and logo) with very few additions such as usage tracking and an auto-updater system.&lt;/em>&lt;/p>
&lt;p>I&amp;rsquo;ve been using Chrome and Chromium for quite some time. Probably since Google launched Chrome.&lt;/p></description></item><item><title>Upgrading to Ubuntu 11.10</title><link>https://paapereira.xyz/posts/2011/10/upgrading-to-ubuntu-1110/</link><pubDate>Sat, 15 Oct 2011 23:06:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2011/10/upgrading-to-ubuntu-1110/</guid><description>&lt;p>&lt;a href="http://www.ubuntu.com/download">Ubuntu 11.10&lt;/a> came out last Thursday. Codename: Oneiric Ocelot.&lt;/p>
&lt;p>I will be upgrading using the &amp;ldquo;Alternate CD/DVD upgrade&amp;rdquo;.
This way I don&amp;rsquo;t depend on Ubuntu servers during the upgrade.&lt;/p>
&lt;h2 id="upgrading">Upgrading&lt;/h2>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2011/2011-10-15-upgrading-to-ubuntu-1110/ubuntu.png" alt="Ubuntu 11.10">&lt;/p>
&lt;ul>
&lt;li>Backup, backup!&lt;/li>
&lt;li>Be sure you have the latest updates prior to this new release:&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>sudo apt-get update
&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>sudo apt-get upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>&lt;a href="http://www.ubuntu.com/download/ubuntu/alternative-download">Download&lt;/a> the alternate iso image. In my case was the 64bit version (&lt;em>ubuntu-11.10-alternate-amd64.iso&lt;/em>).&lt;/li>
&lt;li>Check the &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">hash&lt;/a> of the downloaded file:&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>md5sum ubuntu-11.10-alternate-amd64.iso
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Compare the output with the Ubuntu &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">hash list&lt;/a>:&lt;/li>
&lt;/ul>
&lt;blockquote>
&lt;p>5e427f31e6b10315ada74094e8d5d483 ubuntu-11.10-alternate-amd64.iso&lt;/p></description></item></channel></rss>