In the continuing saga of updating to 7.1.2, I’ve run into an interesting error about gr_text and gr_measure that are used to set the fonts properly when you are charging […]
CID_PATH not defined!
In an attempt to update the AOKP 7.1.1 rom for the Samsung Galaxy S4 to 7.1.2, I received an error about AOKP712/hardware/libhardware_legacy/wifi/wifi.c:179.18. The error complained that the CID_PATH was not […]
CONGRATS YOU EARNED A QUAIL STAR!
We have seen Cid’s stink eye, and now we have seen a quail star. Check out the error: [CODE] [ 3% 1534/40974] Checking API: checkpublicapi-current FAILED: /bin/bash -c “(( /home/alaskalinuxuser/compile/build_rr7/out/host/linux-x86/bin/apicheck […]
Gello and Maven errors while compiling AOKP MM!
Let’s take a look at the problem code: [CODE] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:get (default-cli) on project standalone-pom: Couldn’t download artifact: Could not transfer artifact org.cyanogenmod:gello:apk:40 from/to central (https://maven.cyanogenmod.org/artifactory/gello_prebuilds): […]
Using a fallback branch to overcome poor choice of repository branch names
I know that we have looked at fallback branches before, but this really is worth looking at again. Last time, we saw an instance where there was not a branch […]
Error: File not found – The problem with using absolute paths.
While attemtping to add the Lionheart governor to my previously built kernel, I ran into an interesting problem: [CODE] firmware/audience-es325-fw-eur.bin.gen.S: Assembler messages: firmware/audience-es325-fw-eur.bin.gen.S:5: Error: file not found: /home/alaskalinuxuser/Documents/projects/phones/compile/cm13/kernel/samsung/jf/firmware/audience-es325-fw-eur.bin make[3]: *** […]
Error: ‘memcmp’ was not declared in this scope!
Here is a problem that I occasionally come across while compiling. Since it is so common for me to see this, I would like to re-iterate an earlier post I […]
Stop: Recovery theme is not valid!
While compiling OmniRom 6.0.1 for the Samsung Galaxy S4, T-Mobile variant (JFLTETMO, SGH-M919), I ran into this problem, which halted the compiling process: [CODE] bootable/recovery/gui/Android.mk:127: **************************************************************************** bootable/recovery/gui/Android.mk:128: * TW_THEME is […]
Error: That is already defined!
After a quick re-run of compiling OmniRom for my Samsung Galaxy S4, T-Mobile variant (JFLTETMO SGH-M919), I ran into another issue: [CODE] including ./hardware/qcom/display/Android.mk … build/core/copy_headers.mk:15: warning: overriding commands for […]
Error: No resource found that matches the given name
Well, as I continue to attempt to build OmniRom 5 for the Samsung Galaxy S4, T-Mobile Variant (JFLTETMO SGH-M919), I encountered this error: [CODE] frameworks/base/packages/SystemUI/AndroidManifest.xml:328: error: Error: No resource found […]