
Size
2.15 MB
Android
5.0+
Downloads
83
Security Scan
Verified Safe
✓ Scanned with ClamAV, APKiD, and Quark-Engine
Screenshots



What's New
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.
Description
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/
Rate this app
Ratings & Reviews
CJ3808121/8/2026
Lapis Alpha12/14/2025
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.