As an open source developer of simple Android applications, I can’t tell you how ecstatic I am about a new website: MechDome (https://www.mechdome.com/). Finally, a one stop shop to turn your […]
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 […]
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 […]
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 […]
CPU and GPU voltage control are back!
CPU and GPU voltage control are back! To God be the glory! Since moving to Android Nougat, I have not been able to make GPU and CPU voltage control work for […]
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…….. […]
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 […]
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 […]
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 […]
Sometimes the screen is just too small….
Recently I updated my Ships, Captain, and Crew game, because of a comment from a friend. They wanted to know where to find the instructions on how to play the […]