AlaskaLinuxUser's Scratchpad

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

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 …

Compile SlimRoms 6.0 for the Samsung Galaxy S4 T-mobile variant (JFLTETMO SGH-M919)

And so the epic journey to compile SlimMM for the JFLTETMO continues....

[CODE]
warning: string 'gsm_alphabet_default_charset' has no default translation.
device/samsung/qcom-common/overlay/frameworks/base/core/res/res/values/cm_arrays.xml:19: error: Resource does not already exist in overlay at 'shutdown_reboot_options'; use \<add-resource> to add.

device/samsung/qcom-common …