While starting my new attempt at an Oreo build for the H811/H815 (T-Mobile LG G4), I ran into an error, right off the bat: Error: TARGET_USES_UNCOMPRESSED_KERNEL is depreciated! I took […]
RWE: Ejabberd failed to start in Debian Wheezy
I had an old laptop that I decided would make a good toy for playing around with some lightweight server applications. It was a great candidate for several reasons. For […]
error: undefined reference to ‘wifi_start_fstman’
Ah, the continuing saga of the far far away dream of building OmniRom Nougat for the LG G4. Yet again, another set of errors: [CODE] system/qcom/softap/sdk/qsap.c:705: error: undefined reference to […]
Function “appears in overlay but not in the base package”
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 […]
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…….. […]
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 […]