AlaskaLinuxUser's Scratchpad

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

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 …

Just letting the user know...

When making apps, I have begun to realize that I don't do a very good job of creating intuitive and informative interfaces. The fact that the user his the export button doesn't really tell the Just Notes app user that they actually did anything, or that notes were exported. That …

Critical Velocity! A fun side scrolling arcade style game.

After finishing my Android developer course, I decided to try to put my new found (fledgling) skills to use by making a game. It's a classic side scroller with an arcade feel to it. The story line is pretty short and to the point: you are a captain of a …

Adding Parse to your App in Android Studio

Parse is a really neat tool for your Android applications, allowing you to have online servers that store game scores, driver id's, names, logins, you name it! Whatever storage your app needs, you can just about always use parse for the job.

The usual way of getting parse set up …