AlaskaLinuxUser's Scratchpad

Commit thy works unto the LORD, and thy thoughts shall be established. - Proverbs 16:3

Aptoide: A good Google alternative?

There are many great reasons to use Google apps on your Android phone. Not the least of which is that Google made Android, and thus have really great insights on how to implement it. However, some of the things that make it so great also can give cause for alarm …

Pulling a logcat

I have never been accused of being the sharpest tool in the shed, but boy, have I been missing the biggest, most obvious way of figuring out my 6.0 problems. In fact, I am embarrassed. However, I hope that by posting it here, I will accomplish two things:

  1. Prove …

New SlimRoms Boot Animation

Just another simple SlimRoms boot animation. I use Gimp to make each frame, and then zip them together like so:

\$ zip -r -0 ./SlimHD.zip ./part0
\$ zip -r -0 ./SlimHD.zip ./part1
\$ zip -r -0 ./SlimHD.zip ./desc.txt

Where -r means recursive, and -0 means no compression.

Download the …