View Single Post
Old 10-10-2023, 12:42 PM   #145
downeaster59
Wizard
downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.
 
downeaster59's Avatar
 
Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
ADB and Apps for your Nook Glowlight 4 Plus

The purpose of these instructions is to enable you to install apps on your Nook Glowlight 4 Plus. This guide is based on my guide for the Glowlight 4, which included the wisdom of other folks, especially Renate. I have made a few changes where necessary for the Plus. I did so by following my former guide with my Plus in hand, changing it as needed so that (hopefully) my instructions will be clear and accurate for the Plus.

Please note that you do not need to root your Plus to install apps. These instructions, then, will not include rooting. If I find that I want or need to root, and if there is any interest among you, I'll also post a root guide. Updates to the Nook firmware will not affect anything you do here with apps. Nook firmware updates will remove root, however.

We will set up your computer and your Nook to use ADB commands. ADB (Android Debug Bridge) is a connection that enables you to send commands to a device from your computer. I’m going to assume that you know nothing about ADB and so will keep things simple, telling you only what you need to know to accomplish the purpose at hand.

What You Need

A Windows or macOS laptop or desktop (don't have Linux, sorry), a Nook Glowlight 4 Plus, and a USB cable to connect the two.

Step One: Installing ADB On Your Computer

If you don’t know what ADB is, or if it is on your computer, it probably isn’t! If you have ADB on your computer, you can skip this step.

1) Windows: Download Minimal ADB and Fastboot, which you can find here. Install it to your desktop as that will make it easier to find and use. Your Windows PC should be ready.

2) Mac: Open the Terminal app, which is in the Other app group in Launchpad. We will install the homebrew package manager first. Copy the following and paste it at the Terminal prompt:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Hit enter. You may be prompted to enter your computer’s password here. Do so. Once the
homebrew installation is complete and you are back at the prompt, type or paste
the following: brew install android-platform-tools
Hit enter.
Once this is complete, your Mac should be ready.

Step Two: Preparing Your Nook

Turn on your Nook. Tap the upper right hand corner. You should see the Quick Settings dropdown window. Tap “See All Settings”. Tap the lower right arrow to go to page 2. Tap “About”. Tap the small Nook/Barnes & Noble icon at least five times in rapid succession. You should see a new window appear with a number of options in rectangles. Tap “Android Development Settings”. Scroll down to USB Debugging and turn it on. Your Nook should be ready.

Step Three: Test The ADB Connection

For Windows, start up Minimal ADB And Fastboot. It should take you to a command prompt. For Mac, open Terminal. Connect your Nook with your computer using your USB cable. At the prompt (Windows and Mac), type adb devices

Hit enter.

You should see a line that says “List of devices attached” and, under this line, a long sequence of numbers on the left and the word “device” on the right. If you see this, then ADB is correctly set up on your computer and your Nook.

Step Four: Install an Android launcher

You can now install apps over ADB. The first thing you need to do is install an Android launcher app. Why? The stock Nook launcher has no app drawer, so it will not show any apps you install. Most launchers that run on Android 8.1 should work, but not all will. I use Simple Ink Launcher. You can obtain the apk from a number of places. I use apkpure.com. Get the launcher apk and save it to your desktop. Follow Step Three above to connect your Nook to your computer and test the connection with adb devices. If your connection is good, then, at the prompt, type adb install, hit the spacebar once, copy your launcher apk and paste it at the prompt, and hit enter. You should get a message that the apk is being installed.

Step Five: Test the New Launcher

Reboot your Nook. It will not boot automatically into the Nook stock launcher, but will ask you which launcher you want to use. Select the one you have just installed, and select “just once” (for now). You will now be in your new launcher. Scroll up or find the icon that takes you to the app drawer. If you use Simple Ink Launcher, the home area is the app drawer! You’ll find several app icons already there. You will see two Nook icons. The first should be for the stock launcher. (The second takes you to what looks like a test area within the Nook launcher.) This means that if you select your new launcher as default, you can still access the stock Nook launcher. You will also see a Settings icon. It will give you access to more settings than you would find in the stock Nook launcher.

You can choose your new launcher as default by hitting the home button on your Nook, or rebooting. When you are given the choice of launchers, pick your new launcher and choose 'always'. If you opt for the Nook stock launcher and choose "always" by mistake, don't panic! Install another launcher as above.

Step Six: Install Other Apps

You are now ready to install other apps. You can download them from a place like apkpure.com and install them in the same way you installed your launcher. You have other options, though. You can install the Amazon Appstore app. This is valuable if you want to install paid apps. You can install the Aurora Store. This gives you access to many free Play Store apps. When installing, opt for an anonymous account. Unless you are more skilled than I am, don’t bother trying to install Play Store. Save yourself the frustration.

For Calibre users, you can connect to Calibre on your computer by USB cable or install Calibre Companion from the Amazon Appstore. Calibre Companion allows you to connect with Calibre wirelessly. You can install third party reading apps to use with your Calibre books. Everyone has their favorites. I recommend Moon Reader Pro, KOReader and Librera. The Kindle app works on the Plus - sort of. I find it challenging to navigate within the app. You've been warned! Note that if you add ebooks with Calibre to the NOOK folder on your Nook, then the Nook launcher/reader will be able to access any ePubs and add them to your Nook library.

The Glowlight 4 Plus was not designed with installing apps in mind, even though the Nook folks left a back door open for those of us who wish to install apps. This means that your experiences will vary. Some apps will work as expected; others may not.


Finishing Up

If something here doesn’t work for you, first try it again. Then feel free to ask me. It could be a typo on my part or something I neglected to mention.

Enjoy your Nook Glowlight 4 Plus!
downeaster59 is offline   Reply With Quote