So, round one of building Android Oreo. Specifically giving an early try for SlimRoms and OmniRom, both of which have started an Oreo build system. Obviously, anything at this stage […]
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 […]
Failed to mmap at expected address
In the continuing OmniRom saga, another day with another fail: [CODE]FAILED: /bin/bash -c “(mkdir -p out/target/product/h811/obj/APPS/CaptivePortalLogin_intermediates/oat/arm64/ && rm -f out/target/product/h811/obj/APPS/CaptivePortalLogin_intermediates/oat/arm64/package.odex ) && (find out/target/common/obj/APPS/CaptivePortalLogin_intermediates/ -maxdepth 1 -name \”classes*.dex\” | sort […]
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 […]
Installing the latest PicoLisp on Ubuntu
While testing out The Quiet Learner‘s game, Dr. Theobold, a text based adventure game written in picolisp, I ran into several issues. As discussed previously, I added these issues 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. […]
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…….. […]