As many of you probably already know, the parse server service was shut down some time ago. However, on the way out the door, they released all of their material […]
Samsung Galaxy S5 kernels
Below are some kernels for the Samsung Galaxy S5. You can find the source code here: https://github.com/alaskalinuxuser Praise God! The AKLU kernel has arrived on the Galaxy S5 in the flavor […]
Searching an Array List
Searching an array list: // When we click the search button. public void searchACity (View searchView) { // Set our boolean to false. searchYes = false; // Defining an array […]
Getting photos with intents on Android
During my class for app development, the instructor showed us how to get a photo from the phone’s gallery with intents. I wanted to take that one step farther, so […]
AOKP 7.1.2 for the Samsung Galaxy S4 and Samsung Galaxy Note Edge!
The AOKP ROM for the Samsung Galaxy S4 and Samsung Galaxy Note Edge has been updated to 7.1.2! Be sure to check out the “homemade ROM’s” page and get the […]
AOKP Nougat on my Verizon Samsung Galaxy S5!
To God be the glory! My AOKP Nougat project for the Verizon Samsung Galaxy S5 finally works! Be sure to check it out under my home made ROMs link in […]
fatal error: ‘liblights/samsung_lights_helper.h’ file not found
Moving on from the S4, I began work on the Note Edge, only to be greeted with this error: [CODE] target thumb C: lights.APQ8084 <= hardware/samsung/liblights/lights.c hardware/samsung/liblights/lights.c:34:10: fatal error: ‘liblights/samsung_lights_helper.h’ […]
Yet again, error: package com.android.okhttp does not exist
By now, I think I would remember this one by heart, yet every time, this error throws me for a loop…. [CODE] external/apache-http/../../frameworks/base/core/java/android/net/http/SslCertificate.java:19: error: cannot find symbol import com.android.internal.util.HexDump; ^ […]
SyntaxError: invalid syntax
As I was wrapping up my work on the upgrade to 7.1.2 on the S4, I ran into this error, which prevented the compiler from building the userdata.img file. Here’s […]
Healthd problems with pointers to fonts….
In the continuing saga of updating to 7.1.2, I’ve run into an interesting error about gr_text and gr_measure that are used to set the fonts properly when you are charging […]