this post was submitted on 19 Mar 2026
523 points (96.9% liked)

Technology

82882 readers
2453 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] entwine@programming.dev 18 points 1 day ago (1 children)

That's not even true. If you install an app through adb, the command is adb install <path/to/app.apk>

adb sideload is for installing OTA packages

Source: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/master/docs/user/adb.1.md

[–] signup@sh.itjust.works -3 points 1 day ago (1 children)

bs, i did install apks before using adb sideload it works

[–] entwine@programming.dev 6 points 1 day ago (1 children)

I don't know if adb sideload will fallback to a regular install, maybe it does as a convenience for people who don't read the docs? In any case, you said:

That’s the name of the command, though.

And I demonstrated that you're wrong by linking to the official man page (aka the docs) directly from the master branch of the public git repo. Here's the relevant part which describes the sideload command:

sideload OTAPACKAGE Sideload the given full OTA package OTAPACKAGE.

[–] signup@sh.itjust.works -4 points 1 day ago

idc what those stupid docs say. i know i installed apps with that command before