One of the issues that I have with my home made auto start is range. Obviously, Bluetooth Low Energy is only supposed to travel about 35 feet, when it is […]
BlueFruit autostart was a success!
After several series of bench tests, I was finally ready to make the plunge and install my home made autostart into my truck. The vehicle in question is a 1993 […]
enum class is not a class unless it’s -std=c++11
As I progress through the C++ course at Udemy, I’ve just completed section 4. However, I ran into a few snags along the way. Some of them are due to […]
Update to Rom/Kernel/TWRP building guide!
Hey everyone! Just wanted to let you know that I was able to finish and upload another hour worth of videos! That’s right, currently there is more than 9 hours […]
Can you say that again, Mr. Alarm?
While using my Hourglass app for Android phones, a user made an interesting observation: Hi I love this open source app and using it quite often. But sometimes my phone […]
Putting Android Nougat on a Nook HD+
While there are several guides out there on how to do this, I ran into a slight snag while trying to put Android Nougat on a Nook HD+, so I […]
C++ and variable screen sizes?
I’m at the end of section 3 of my online course, and I’ve learned so much! I’ll be honest, since Java and C++ are both object oriented languages, I feel […]
BlueFruit Project: All boxed in!
Spent a little bit of time with a soldering iron. I put my project into a box, wired in all of the relays, and ran several feet of wire […]
Video Tutorial on How to Compile Android and Modify Kernels
For those interested, I have just posted a video tutorial series on XDA for building Android Oreo, Nougat, Marshmallow, and Lollipop on 5 different phones, the emulator, and 5 different […]
Randomness in C++
One of the most interesting things I’ve learned since completing the second section of my Udemy course on C++ game creation, is that of random number generation. In Android, this […]