Okay, so I’ve been playing around some more with the SODP material and AOSP 10. That’s right, they decided to stop naming Android versions after deserts and just give them […]
Fix for MTP/PTP crashes on the XA2 Ultra!
One of the prevailing issues with the SODP build of AOSP was that every time I hooked up my phone to the computer to transfer files, it would cause the […]
Google Apps on the SODP AOSP for the XA2 Ultra?
As you know, I’ve gone Google App-less, or “gappless”. But, for better or worse, not all of my ROM users have done the same. Typically, when you build a custom […]
Fixing Camera issues with SODP/AOSP on the XA2 Ultra
Well, last post I was telling you how I started using the SODP material to build AOSP on the XA2 Ultra, and how well it worked. However, there were a […]
AOSP with the SODP on XA2 Ultra!
Alright! Well, the first build of AOSP using the SODP on the XA2 Ultra are out! For those who are caught in acronym paralysis, that is the Android Open Source […]
Sony Open Device Project and the Xperia XA2 Ultra….
Now that I’ve built a few ROMs for the XA2 Ultra (AOKP and Resurrection Remix), I’ve turned my attention to the Sony Open Devices Project. The SODP, as it is […]
Homemade Bluetooth Auto-start Still Trucking!
Well, after a year of service, thousands of miles, and a full fall, winter, spring, and summer, my home made Bluetooth auto-start is still trucking! It’s been really convenient as […]
Chirp – programming a HAM radio
While this tool isn’t new for most HAM’s, it was new for me. It’s called CHIRP, and it is a programmer for your radio. More or less, it allows you […]
error: implicit declaration of function ‘INIT_DELAYED_WORK_DEFERRABLE’
While working on the nightmare governor for the Xperia XA2 Ultra (sdm660), I ran into this error: /home/alaskalinuxuser/aokp_pie/kernel/sony/sdm660/drivers/cpufreq/cpufreq_nightmare.c:714:3: error: implicit declaration of function ‘INIT_DELAYED_WORK_DEFERRABLE’ [-Werror,-Wimplicit-function-declaration] INIT_DELAYED_WORK_DEFERRABLE(&this_nightmare_cpuinfo->work, do_nightmare_timer); ^ /home/alaskalinuxuser/aokp_pie/kernel/sony/sdm660/drivers/cpufreq/cpufreq_nightmare.c:714:3: error: […]
error: implicit declaration of function ‘cputime64_sub’ [-Werror,-Wimplicit-function-declaration]
You might be getting tired of these by now, but I really do use this website as my scratchpad, so I can jump back to something that I worked on […]