Today was a pretty fun day. By God's grace, I was able to add intelli_plug, a hotplug alternative made by Faux123, to my JFLTE kernel! Adding a hotplug was a lot easier than I thought it would be, and only required one trimming of the code by Faux123 to make …
Error! Sometimes they are hard to find!
Sometimes errors can be nested deep in the terminal output, in fact, sometimes it is so deep that you have to scroll back several HUNDRED LINES just to find it. Consider this real example from helping a fellow developer:
[CODE]
....EDITED FOR SPACE....
....LINE# 135....
device/samsung/grandprimeve3g/libs/audio …
AOKP N 7.1.1 for the JFLTETMO and JFLTEXX
To God be the glory, my AOKP Nougat project finally works!
If you are interested in a *mostly* working AOKP 7.1.1 rom for the JFLTETMO or JFLTEXX, head over to XDA or look under my Homemade Roms page for a download link!
http://forum.xda-developers.com/galaxy-s4-tmobile/development …
A Square or Triangular number?
Doesn't sound like a very useful tool to me, but it was the app I was required to build as part of my course. Here's the download if you want to give it a try:
http://www.mediafire.com/file/3ee5m33ynhcxasw/SquareOrTriangularNumber_1.0.apk
While not very complicated for the …
Art from "TheQuietLearner"
Often I choose custom backgrounds for my ROMs that are specifically themed to that ROM, such as choosing a PacMan image to go with a PAC rom, or the logo of the ROM somehow embossed or colorized to match the custom ROM.
On occasion, however, I strike out in a …
Change the color please!
I often use a different texting app then the one which comes with my custom ROMs that I build. Often, the built in texting application is very bland. However, lately I have been trying to actually use more of the built in programs that come with the ROMs source, to …
Gello and Maven errors while compiling AOKP MM!
Let's take a look at the problem code:
[CODE]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:get (default-cli) on project standalone-pom: Couldn't download artifact: Could not transfer artifact org.cyanogenmod:gello:apk:40 from/to central (https://maven.cyanogenmod.org/artifactory/gello_prebuilds): peer not authenticated …
Android number guessing game gets better!
Last post I made a number guessing game for Android. It is simple and short, but works well enough. However, my online course teacher pointed out a problem that was in my game.
If the user did not make any guess, but just clicked the guess button, then the app …
Android number guessing game!
In the continuing adventures of higher education and personal learning, I made a simple little guessing game for Android, as instructed by my online course for Android app development. It is a very basic game, where the user must guess the number Android is thinking of. You can download it …
A real GitHub client for Android!
GitHub. Android. They should be friends. At least, that's what I thought. Yet time and time again, I was settling for less than fully functional GitHub apps. Sure ForkHub and other similar apps are great for BROWSING GitHub, but I wanted an app to actually CONTROL GitHub. Finally, I found …