This android developer course is actually pretty fun! There are several hard parts, and a few “scratch my head” moments, but Rob does a great job of explaining what to […]
Changing your Android app icon.
As I continue my studies in Android app making, I was a bit surprised that we had not yet covered how to change your application’s icon. I suppose making the […]
Making Toast
As I have mentioned previously, I am continuing my studies with an online course from Udemy by Rob Perceval about how to build Android apps. Here is my latest creation: […]
keyCode=KEYCODE_UNKNOWN, When your buttons don’t work!
While building roms for the Samsung Galaxy Note Edge (TBLTETMO, TBLTEXX) I ran into an issue where the recents button was not working. So, I pulled a logcat, and here […]
Building a kernel for an Android phone without the rom source
For the record, I do not recommend building kernels this way, I recommend that you build them within your ROM source. This method will work, but is far more labor […]
CONGRATS YOU EARNED A STINKEYE FROM CID!
Well, this certainly is an original code error if I ever saw one. [CODE]prebuilts/cmsdk/api/6.txt:745: error 8: Removed public class cyanogenmod.platform.R.color prebuilts/cmsdk/api/6.txt:749: error 8: Removed public class cyanogenmod.platform.R.dimen prebuilts/cmsdk/api/6.txt:765: error 8: […]
Neverallow failures occurred
What does that even mean? Let’s take a look at the code: [CODE] libsepol.report_failure: neverallow on line 574 of system/sepolicy/system_server.te (or line 18452 of policy.conf) violated by allow system_server system_server:process […]
Error: could not load context file
Edit: At this point (being 4 years ago) I did not understand this issue, and performed the below fix. However, this not the correct way to fix it: While working […]
AIDE: Building Android apps on your phone!
After spending a little bit of time with my Android Studio app development course, it occurred to me that there must be a way to build Android apps on your […]
Setting up Android Studio on a Debian Jessie HP Compaq 6715b AMD Turion X2 Processor
Setting up Android Studio on a HP Compaq 6715b AMD Turion X2 processor was far from simple. I followed numerous guides online, read dozens of articles on Stack Overflow, and yet, […]