Lately I’ve been playing around with old school Bulletin Board Systems (BBS). This is something that you can still do over the internet, but it also is something you can […]
Building Nile SODP Kernels
Recently I decided to do some personal kernel work on my discovery, aka Sony Xperia XA2 Ultra, which is part of the “nile” family of devices. I use the Sony […]
TWRP on the Urbane!
One of the side projects I have been working on is playing around with my new to me smart watch, an LG Urbane (W150). Among the different projects, I built […]
enum class is not a class unless it’s -std=c++11
As I progress through the C++ course at Udemy, I’ve just completed section 4. However, I ran into a few snags along the way. Some of them are due to […]
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 […]
Changing your Android app icon.
As I continue my studies in Android app making, I was a bit surprised that we had not yet covered how to change your application’s icon. I suppose making the […]
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 […]
Stop. No rule to make android.hardware.fingerprint.xml
Stop. No rule to make android.hardware.fingerprint.xml As I continue to attempt successful builds on the TBLTETMO, TBLTEXX, and TBLTESPR, I came accross this error: [CODE] make: *** No rule to […]
Adding a new I/O scheduler to your Kernel
In my continuing effort to learn about kernel modification, I was blessed to be able to add a new I/O scheduler to my kernel. To be honest, the ArcTeam kernel […]
New builds! New device! The N915T Galaxy Note Edge!
While I don’t have one yet, I have decided that I will be getting one of these Galaxy Note Edge phones. They are a couple years old, and the price […]