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 …
Signing and installing your MechDome converted app on a simulated iPhone
MechDome: Run your Android apps on iPhones and iPads!
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 Android app into one that can be used on iOS devices, in minutes!
Can this really …
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 …
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 the Samsung Galaxy S4, but that changed today. You can see the commit here:
https://github.com/alaskalinuxuser/android_kernel_samsung_jf …
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 …