Ah, OmniRom. Yes, I am still working on it. Hopefully you are not getting tired of these errors, but I find it helpful to log them here, and hopefully others […]
To skia or not to skia?
What is skia? Well, skia is used for drawing 2d graphics, and that is pretty important in Android. More specifics can be read here at their website. Essentially, it is […]
use BUILD_PREBUILT instead!
OmniRoms Nougat. An elusive dream of mine is building OmniRoms for my devices. In the past I just couldn’t seem to get them to work. Well, I have decided to […]
error: use of undeclared identifier ‘LED_ADJUSTMENT_G’
After synching my source with AOKP for Nougat 7.1.2, I ran into this error when trying to build for the JFLTETMO: [CODE] target thumb C: lights.MSM8960 <= hardware/samsung/liblights/lights.c hardware/samsung/liblights/lights.c:215:40: error: […]
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. […]
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 […]
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…….. […]
fatal error: ‘liblights/samsung_lights_helper.h’ file not found
Moving on from the S4, I began work on the Note Edge, only to be greeted with this error: [CODE] target thumb C: lights.APQ8084 <= hardware/samsung/liblights/lights.c hardware/samsung/liblights/lights.c:34:10: fatal error: ‘liblights/samsung_lights_helper.h’ […]
Yet again, error: package com.android.okhttp does not exist
By now, I think I would remember this one by heart, yet every time, this error throws me for a loop…. [CODE] external/apache-http/../../frameworks/base/core/java/android/net/http/SslCertificate.java:19: error: cannot find symbol import com.android.internal.util.HexDump; ^ […]
SyntaxError: invalid syntax
As I was wrapping up my work on the upgrade to 7.1.2 on the S4, I ran into this error, which prevented the compiler from building the userdata.img file. Here’s […]