Today was a pretty fun day. By God’s grace, I was able to add intelli_plug, a hotplug alternative made by Faux123, to my JFLTE kernel! Adding a hotplug was a […]
Gello and Maven errors while compiling AOKP MM!
Let’s take a look at the problem code: [CODE] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:get (default-cli) on project standalone-pom: Couldn’t download artifact: Could not transfer artifact org.cyanogenmod:gello:apk:40 from/to central (https://maven.cyanogenmod.org/artifactory/gello_prebuilds): […]
How to add an I/O Scheduler to your kernel
How to add an I/O Scheduler to your kernel: Praise God, another succesful addition to the TBLTE kernel was that of adding the FIOPS I/O scheduler to the kernel. What […]
Building a kernel for an Android phone without the rom source
For the record, I do not recommend building kernels this way, I recommend that you build them within your ROM source. This method will work, but is far more labor […]
Overclock an apq8084 Samsung Galaxy Note Edge!
In my continuing quest to make a better kernel for the Samsung Galaxy Note Edge (TBLTE, N915T), I decided to tackle overclocking the kernel. There are already some overclocked kernels […]
Adding a kernel governor can be a Nightmare!
Okay, so a little play on words, especially since I am adding the Nightmare governor to the tblte (Samsung Galaxy Note Edge) kernel, but it did turn out to be […]
CONGRATS YOU EARNED A STINKEYE FROM CID!
Well, this certainly is an original code error if I ever saw one. [CODE]prebuilts/cmsdk/api/6.txt:745: error 8: Removed public class cyanogenmod.platform.R.color prebuilts/cmsdk/api/6.txt:749: error 8: Removed public class cyanogenmod.platform.R.dimen prebuilts/cmsdk/api/6.txt:765: error 8: […]
Error: could not load context file
Edit: At this point (being 4 years ago) I did not understand this issue, and performed the below fix. However, this not the correct way to fix it: While working […]
AIDE: Building Android apps on your phone!
After spending a little bit of time with my Android Studio app development course, it occurred to me that there must be a way to build Android apps on your […]
When symbolic links don’t work?
Recently, while compiling CM12 for the TBLTETMO, Galaxy Note Edge, I ran into an odd error. I did not get a chance to copy the error message, but essentially it […]