AlaskaLinuxUser's Scratchpad

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

How to get to TWRP on a LG G4 with the hardware buttons....

This is something that should be easy. Really easy. However, it took me a while to find this on the web, and since it did, I'm posting it here too. On XDA, there is a thread about this, intermingled with numerous other threads that say different or sometimes erroneous information …

SlimRoms 7.1.2 on the H811 LG G4!

[gallery ids="1962,1963,1964,1965,1966,1967,1968" type="columns"]

Praise God! My SlimRoms Nougat ROM for the LG G4 H811 is finally working!

It's always fun to try building for a new device, but this one was particularly interesting, as it was my first non-Samsung build! Not to …

Fixing the blank developer settings on SlimRoms Nougat

After building SlimRoms Nougat for the H811 (LG G4 T-Mobile), I ran into an odd artifact: when you enabled and opened the developer settings, it would be blank, or crash. I had absolutely no idea why that would be, nor where to begin looking into a fix.

So, I hopped …

undeclared identifier 'POWER_HINT_LAUNCH_BOOST'

So, a new one for me. I'm building a rom for the H811, the T-Mobile variant of the LG G4. Currently building the tried and true AOKP 7.1.2 that I have used for my other phones, and I ran into an error:

[CODE]
target thumb C: power.msm8992_32 …

Setting up libGDX for Android Studio on Ubuntu

Every one else is probably brighter than me. However, after reading the instructions over and over again, and then attempting to follow them, it just wasn't working. All I wanted to do was start a libGDX project in Android Studio. I finally figured out where I went wrong, so here …

Overclocked the Verizon Galaxy S5

Actually, I'm not the first one to do this. It's been done dozens of times before, and quite frankly, to higher levels. So, why do I make my own kernel overclocked? Well, I do think there is one difference in my kernel overclocking than the others. I don't increase the …

POWER_HINT_LAUNCH_BOOST is not declared in this scope!

While building AOKP 7.1.2 for the kltevwz (the Verizon Samsung Galaxy S5), I ran into this error:

[CODE]

device/qcom/common/power/power-8974.c:143:17: error: ‘POWER_HINT_LAUNCH_BOOST’ was not declared in this scope .......Edited for space........ make: *** Waiting for unfinished jobs....

[/CODE]

So, I headed over to …