From my previous posts, you can see that I am enjoying the journey of trying to build a custom ROM for the CAT S42G cell phone. In particular, I am […]
Fix a Nabi Big 20 HD Tablet that cannot connect to FUHU servers!
I recently got a Nabi Big 20 HD tablet to use as a camera viewer in a nursery at our church. The only problem was, when I turned it on, […]
Ship, Captain, and Crew: Exports and keys
So, as I near completion of my 3D dice game, I ran into several small issues that I thought I would share here, since they all apply to exporting your […]
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 […]
error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] MODULE_LICENSE(“GPL”);
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 […]
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 […]
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 […]
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 […]
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’ […]