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 […]
When LiquidSmooth gets rough!
Among the many roms that I am currently working on, one of them is Liquid-Marshmallow (LiquidSmooth 6.0.1) for the Samsung Galaxy S4, T-Mobile variant (SGH-M919, JFLTETMO). There are a couple […]
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 […]
RWE: Step by step instructions for building AOKP 6.0 for the T-Mobile variant of the Samsung Galaxy S4
I have noticed that the build instructions on the AOKP website are a bit outdated. They date back to JellyBean. I would like to encourage other users to build more […]
Changing the default wallpaper in an Android build
The other day, God graciously allowed me to compile PAC-ROM MM for the T-Mobile Samsung Galaxy S4 (JFLTETMO SGH-M919). So there are a lot of great things about this rom, […]
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 […]
Adding Governors to your kernel
While building AOKP MM for my Samsung Galaxy S4, T-Mobile phone (SGH-M919 JFLTETMO), I made a rookie mistake. In my mind, AOKP users are the type to want the maximum […]
Error: No rule to make target export_includes….
While I was compiling OmniRom for my T-mobile Samsung Galaxy S4 (JFLTETMO SGH-M919), I ran into this common error: [CODE] /obj/SHARED_LIBRARIES/libinputflinger_intermediates/export_includes make: *** No rule to make target `/home/alaskalinuxuser/Documents/projects/phones/compile/omni5/out/target/product/jfltetmo/obj/SHARED_LIBRARIES/libmedia_intermediates/export_includes’, needed […]