you are viewing a single comment's thread
view the rest of the comments
[+] -6 points 6 months ago (10 children)

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

  • source
  • parent
  • hideshow 10 child comments
  • [–] 19 points 5 months ago (5 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

  • source
  • parent
  • hideshow 5 child comments
  • [–] -4 points 5 months ago (4 children)

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

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 5 months ago (3 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.

  • source
  • parent
  • hideshow 3 child comments
  • [–] -5 points 5 months ago (2 children)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 0 points 5 months ago (2 children)

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

  • source
  • parent
  • hideshow 2 child comments