How to Sideload Apps on an Amazon Kindle Kids Tablet
How to Sideload Apps on an Amazon Kindle Kids Tablet
Amazon’s Kindle Kids Tablet offers a secure environment for children, but some apps like YouTube Kids aren’t preloaded. Here’s a parent-friendly guide to sideloading YT Kids (and in fact any other app) using Google Play Store and a third-party launcher.
What You’ll Need
- The Kindle Kids Tablet
- A computer with ADB installed
- A USB cable
Step 1: Install Google Play Store (Parent Profile)
- Switch to the Parent Profile: Enter your password to access parental settings.
- Install Google Play Store: Follow this simplified guide to download and install the Play Store via APK files.
- Open the Play Store, sign in with your Google account, and install YouTube Kids.
Step 2: Install the App Launcher (Parent Profile)
- Open the Amazon Appstore and search for “App Launcher” (yellow star on a blue background).
- Install it. To confirm the package name (e.g.,
rocks.seufert.applauncher
), connect the tablet to your computer and run:1
adb shell pm list packages -3
This lists all third-party apps installed.
Step 3: Enable Developer Mode & ADB
- On the tablet, go to Settings > Device Options and tap the Serial Number 7 times to enable Developer Options.
- Return to Settings, open Developer Options, and enable USB Debugging.
- Connect the tablet to your computer via USB. When prompted, check “Always allow” and tap OK.
Step 4: Run ADB Commands (Child Profile)
- Switch to the Child Profile on the tablet.
- Find the Child Profile User ID (usually
10
):1
adb shell pm list users
Look for the child profile’s ID (e.g.,
UserInfo{10:Kids...}
). - On your computer, run these commands to link Google services to the child profile (replace
10
if needed):1 2 3 4 5
adb shell cmd package install-existing --user 10 com.google.android.apps.youtube.kids adb shell cmd package install-existing --user 10 com.google.android.gms adb shell cmd package install-existing --user 10 com.android.vending adb shell cmd package install-existing --user 10 com.google.android.gsf adb shell cmd package install-existing --user 10 com.google.android.gsf.login
Step 5: Allow App Launcher & Add YT Kids (Parent Profile)
- Switch back to the Parent Profile and open Settings > Parent Dashboard.
- Go to Child Profile > Allowed Apps and ensure App Launcher is enabled.
Step 6: Launch YouTube Kids (Child Profile)
- Switch to the Child Profile.
- Open the App Launcher on the parent profile, then:
- Tap the Settings icon (gear symbol) in the App Launcher.
- Select YouTube Kids from the list of installed apps.
- Save changes.
- The App is now visible with one click.
Troubleshooting Tips
- If YT Kids crashes, reboot the tablet.
- Use
pm list packages -3
to verify installed apps. - Double-check user IDs with
pm list users
if commands fail.
Enjoy a kid-friendly YouTube experience on your Kindle Tablet! 🚀
This post is licensed under CC BY 4.0 by the author.