AlaskaLinuxUser's Scratchpad

Commit thy works unto the LORD, and thy thoughts shall be established. - Proverbs 16:3

How to extract an OTA package

One of the many tools in the toolbox of the Android phone developer is that of downloading OTAs. An OTA is an Over The Air zip file that contains an update for your Android phone. This zip file will have a lot of very useful information and files in it …

Adding external SD card to TWRP build for CAT S42G/H

When trying to use my CAT S42G TWRP build to back up my phone, I realized that I forgot to add lines in the file system tab for the sdcard, so I could back the phone up to it. Fortunately, that is pretty easy to do, like so:

# Add external …

JustChess - Add quit dialog for back button presses.

One of the issues on the issue tracker for my app JustChess is a comment about back button behavior. Technically, their problem is that if they press the back button to leave the game, the game is gone when they try to play again by choosing to play one or …

JustChess 2.3 - Fixing a castle.

Well, rather fixing castling, I suppose. There were quite a few problems with castling in my JustChess engine. In fact, it was so bad, I probably should have removed the function altogether until I fixed it. However, to God be the glory, it is fixed now. You can download the …

Justchess 2.2 - Fix "problème en fin de partie"

In case you didn't catch that, don't feel bad, I didn't either. It is French for "Endgame problem". The rest of the issue on the tracker went like this: "Quand il n'y a plus que les deux rois, la partie ne s'arrête pas." Which translates to "When there are only …

CAT S42G TWRP Custom Recovery

There was no custom recovery (TWRP) built for my new phone, the CAT S42G, so I decided to build one. To God be the glory, it even works! Since I built one, I thought I'd share it with others, because that's what I feel is the right thing to do …

Install a GSI on a CAT S42G

I'm trying to install a GSI on a CAT S42G. One might wonder why it matters, but with AT&T locking out a lot of phones with a whitelist of approved models, this one is on there, and if you are like me, you might want a rugged phone, which …

Differences in numbers between Windows and Linux in Godot

As is often the case when taking online classes about programming, the instructor, and probably most of the class, use Windows. Usually, I am one of the few, if not only, Linux user(s).

This typically doesn't present too much of a problem, but can occasionally cause an issue, especially …