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: […]
Neverallow failures occurred
What does that even mean? Let’s take a look at the code: [CODE] libsepol.report_failure: neverallow on line 574 of system/sepolicy/system_server.te (or line 18452 of policy.conf) violated by allow system_server system_server:process […]
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 […]
Setting up Android Studio on a Debian Jessie HP Compaq 6715b AMD Turion X2 Processor
Setting up Android Studio on a HP Compaq 6715b AMD Turion X2 processor was far from simple. I followed numerous guides online, read dozens of articles on Stack Overflow, and yet, […]
New homemade roms page for the Samsung Galaxy Note Edge!
There is a new link on the homemade roms page for the Samsung Galaxy Note Edge! Praise God, it finally came together with the help of another XDA user […]
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 […]
When Jack turns into a Ninja.
Well, Jack doesn’t actually turn into a Ninja. Actually Jack gets beat up by one. On my computer at least. I’ve used Jack for a while now, when compiling Marshmallow […]
Error: Spaces are literal!
Yet another interesting error. This time, the problem is that it needs spaces between the “literal and identifier”. Take a look: [CODE] hardware/qcom/display-caf/apq8084/libqdutils/profiler.cpp:130:22: error: invalid suffix on literal; C++11 requires […]