AlaskaLinuxUser's Scratchpad

Commit thy works unto the LORD, and thy thoughts shall be established. - Proverbs 16:3

Does a mobile cell phone booster really work?

As may be evident by the name of the blog, as well as my username, I live in Alaska. Alaska is a really big state. Alaska also has relatively poor cell phone coverage, in my opinion. Often when driving around, I will loose signal, drop calls, or even have no …

CompTIA Network+ N10-006 exam

Among other certifications, one of the certs that I needed to renew was my CompTIA Network+ exam. The current series is N10-006, and to take the test locally through Pearson View costs \$295! That is a hefty chunk of change. However, I need this certificate for my work, so I …

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 'wifi_start_fstman'
system/qcom/softap/sdk/qsap.c:714: error: undefined reference to 'wifi_stop_fstman'
system …

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 …

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 used for making menus and drawings.

Now you are wondering why we are talking about it. Well, because we had …

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 give it another go, and here was one of my first errors:

[CODE]
build/core/Makefile:34: *** Prebuilt apk found …