this post was submitted on 30 Apr 2026
9 points (100.0% liked)
Technology
1420 readers
15 users here now
A tech news sub for communists
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes. You don't need to look for an alternative to Jerboa. There are now two ways to install an app: via ADB and via "direct" installation from your phone (Advanced Flow).
With ADB, download the .apk file from the releases page to your computer, and after enabling USB debugging on your phone, connect it to your computer and install the app with the command
adb install.If you try to install Jerboa directly from your phone, for example, from a repository like F-Droid, you'll have to wait 24 hours for the "install" button to become available. This is meant to prevent impulsive malware downloads and gives you a day to change your mind. This method is for more "normie" users. ADB is considered for advanced users, so it's still an option.