this post was submitted on 19 Mar 2026
342 points (96.2% liked)

Technology

82884 readers
3704 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
[–] zarkanian@sh.itjust.works -4 points 1 day ago (3 children)

That's the name of the command, though. It's adb sideload. Anything else is installing.

[–] kilgore_trout@feddit.it -1 points 3 hours ago (1 children)

As someone else explained, it is not. The command is adb install.

[–] zarkanian@sh.itjust.works 1 points 3 hours ago* (last edited 3 hours ago)

Why did you feel the need to say it, too? You aren't adding anything.

[–] entwine@programming.dev 15 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 -1 points 1 day ago (1 children)

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

[–] entwine@programming.dev 5 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 0 points 1 day ago (1 children)

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

[–] communism@lemmy.ml 3 points 22 hours ago (1 children)

And I've installed apps with adb install file.apk, your point?

[–] signup@sh.itjust.works -3 points 22 hours ago

the docs about adb sideload is wrong. thats my point bec they dont say you can install apps with it

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

Exactly?.......