Lately I've been going through the Xperia XA2 Ultra kernel (sdm660) and trying to add new features. Today I was adding in some governors, and several of them had the same underlying issues. Part of the problem was that I got the governors from a 3.10 kernel and put …
error: use of undeclared identifier 'pm_idle'
Lately I've been going through the Xperia XA2 Ultra kernel (sdm660) and trying to add new features. Today I was adding in some governors, and several of them had the same underlying issues. Part of the problem was that I got the governors from a 3.10 kernel and put …
field designator 'suspend' does not refer to any field in type 'struct early_suspend'
Lately I've been going through the Xperia XA2 Ultra kernel (sdm660) and trying to add new features. Today I was adding in some governors, and several of them had the same underlying issues. Part of the problem was that I got the governors from a 3.10 kernel and put …
Picked up two more badges from CompTIA!
[gallery ids="4418,4417" type="square" columns="2"]
Well, I'm not 100% sure how valuable they are, but I picked up a few more CompTIA badges recently. I've been going through the CompTIA certifications to renew some that I had, and to pick up some new ones. All told, this …
cpufreq_interactivex.c:239:9: error: implicit declaration of function 'strict_strtoul' [-Werror,-Wimplicit-function-declaration]
Lately I've been going through the Xperia XA2 Ultra kernel (sdm660) and trying to add new features. Today I was adding in some governors, specific to this post, is the interactiveX governor.
That's when I ran into this error:
/home/alaskalinuxuser/aokp_pie/kernel/sony/sdm660/drivers/cpufreq/cpufreq_interactivex.c:239 …
E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.android.systemui.keyguard.KeyguardService
Oh boy! I finally got AOKP to boot up in an Engineering build for the XA2 Ultra (discovery). However, once you get through the setup pages, it crashes at the home screen. Here's the logcat output:
--------- beginning of crash
08-21 04:12:30.094 3050 3050 E AndroidRuntime: FATAL EXCEPTION …
system/bt/stack/btu/btu_hcif.cc:729:22: error: no member named 'BLUETOOTH_CLASSIC_PAIRING_EVENT_REPORTED' in namespace 'android::util'
Several Bluetooth issues were really giving me the run around while trying to compile AOKP for the Xperia XA2 Ultra. Let's take a look:
system/bt/stack/btu/btu_hcif.cc:729:22: error: no member named 'BLUETOOTH_CLASSIC_PAIRING_EVENT_REPORTED' in namespace 'android::util'
android::util::BLUETOOTH_CLASSIC_PAIRING_EVENT_REPORTED, "", handle,
\~\~\~\~\~\~\~\~\~\~\~\~\~\~~^
system/bt/stack/btu/btu_hcif …
error: vendor/qcom/opensource/cryptfs_hw/Android.bp:27:37: unrecognized property "product_variables.lineage.uses_metadata_as_fde_key"
Another random error while compiling AOKP pie for the XA2 Ultra. These calls work properly when compiling Lineage, but don't work in the AOKP source tree, so I did some digging.
error: vendor/qcom/opensource/cryptfs_hw/Android.bp:27:37: unrecognized property "product_variables.lineage.uses_metadata_as_fde_key"
In the end, I found …
system.com/vold/Ext4Crypt.cpp:204:12: error: use of undeclared identifier 'fs_mgr_is_wrapped_key_supported'
Another strange set of errors while compiling AOKP. It seems like they are in the middle of merging some Lineage commits, but didn't finish them. Either way, I ran into this problem with Ext3Crypt:
compile system.com/vold/Ext4Crypt.cpp:204:12: error: use of undeclared identifier 'fs_mgr_is_wrapped_key_supported'
So, I …
AudioPolicyManager.cpp:2240:65: error: member reference type 'android::AudioMix *' is a pointer
Well, that was a new one to me! I had just build LineageOS and Resurrection Remix for the XA2 Ultra, and now I got this error in the first minute of trying to build AOKP. Here's the full error:
vendor/qcom/opensource/audio/policy_hal/AudioPolicyManager.cpp:2240:65: error: member …