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’ […]
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 […]
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 […]
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 […]
E Zygote : java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions whitelist
More dreaded whitelist errors! Essentially, an app is trying to do something it should not be allowed to do. You can see the logs here: E Zygote : java.lang.IllegalStateException: Signature|privileged […]
Finding the real errors in your Android logcat…
So, you built a rom, and something went wrong. It’s stuck at the boot logo, or it does boot up, but doesn’t do “xyz” action, or it crashes right after […]
Resurrection Remix Pie for the XA2 Ultra!
To God be the glory, I finally finished a XA2 Ultra build of Resurrection Remix! It’s Resurrection Remix, Pie flavored! You can check it out on XDA if you would […]
Engineering Pie Build for the Sony Xperia XA2 Ultra!
So it’s been a rough start for me, stepping into the modern world with a modern phone that has a/b partitioning and was Android 8.0+. I’ve built dozens of roms […]
Going Gapp-Less, Again….
Don’t worry, you can put the tinfoil hats away. That being said, I’m going Google App Less (gappless) again. A few years back, I tried to go gappless, and it […]
Beginning AOKP Pie for the Xperia XA2 Ultra
I knew I couldn’t keep away from Android forever. It was only a matter of time before I jumped back into development. A lot has changed since my old rom […]