ADB on Boot

Verified safe
5.0
2 reviews
219
downloads
5.0
android

AI summary

Run ADB commands automatically every time your Android device boots. Add commands through a simple interface, test them with a built-in button, and optionally show Toast notifications on completion. Designed for Fire TV but works on Android 5.0+; requires enabling ADB debugging first.

Generated by AI. May contain inaccuracies.

Screenshots

About this app

Developer info

thisisamaan.s@gmail.com

More apps by this developer

Product features

ADB Commands

adb commands on every boot

Automate things at the boot time

Product description

How to use?

1. Enable ADB Debugging from Fire TV settings 2. In this app, add the adb commands that you want to execute on every boot 3. Set whether you want to display a Toast message on completion of command execution 4. Test the script if you want by pressing "Test Script" button. 5. Apply the configs by pressing the apply button.

when you run this app for the first time, you should press the test script button, so that app can acquire adb permission. If you don't do this, then the adb permission prompt would appear when you boot the stick for the first time, after installing and opening this app.

That's all

User Data Privacy

Developer has indicated that this app does not collect or transfer user data to third parties.

Technical details

Size: 2.1MB

Version: 1.001

Developed By: ASFM

Application Permissions: ( Help me understand what permissions mean )

Access information about networks

FOREGROUND_SERVICE

Open network sockets

Get notified that the operating system has finished booting

Minimum Operating System: Android 5.0

https://www.amazon.com/gp/product/B09MQKLVY3?tag=xdaforum01-20

https://xdaforums.com/t/app-no-root-adb-on-boot-run-adb-commands-at-boot-automatically.4368281/

What's new

v1.001Dec 11, 2025

If you know what you're doing, this app is the MASTER KEY that can start anything you want in motion at BOOT_COMPLETED without all the complexity of other automation programs...absolutely awesome and seems utterly reliable...well worth the buck and a half he is asking for it.

About this version

Version
1.001 (1001)
Size
2.15 MB
Requires Android
5.0
Target SDK
21
Downloads
219
Updated
Dec 11, 2025
Package
com.asfmapps.firetv_adbonboot

Ratings & reviews

5.0·2 reviews
5.0
2 ratings
  • 5
    2
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app

Recent reviews

Showing 2 of 2
  • I just wanted to add a few things... 1. Despite the name and author's description, this app does NOT require a firestick, it will work on any android device that meets its prerequisites...obviously needs adb debugging so would be extra work before android 11 and wireless debugging, but I've tried it on 12 and 14 and i worked great. 2. Here is an example of what I'm using it for RIGHT NOW, but I have much more planned for it in the future. Here is my current command string: cd /sdcard ; /system/bin/nohup /data/app/~~8oxXZxJ4kEGCeEJWqreGrg==/moe.shizuku.privileged.api-fYJFHd8-ecqDItmvycyLOw==/lib/arm/libshizuku.so & logcat -d --buffer="main,radio,events,system,crash,stats,security,kernel" --format="long,descriptive" --dividers > /sdcard/logcat_all_at_boot_bandw.txt This saves the logcat output to a file as soon as possible after boot, trying to capture the very beginning of the logcat (to gather info for eventual rooting attempt) and also ensures that Shizuku's server is up and running immediately after BOOT_COMPLETED. Good luck and let us know what YOU have used it for, please so we can all learn new things! Peace.