Comment on Did we win?
kilgore_trout@feddit.it 3 weeks ago
To call the install of apps of your choice as «sideloading», means that they have won.
Comment on Did we win?
kilgore_trout@feddit.it 3 weeks ago
To call the install of apps of your choice as «sideloading», means that they have won.
zarkanian@sh.itjust.works 3 weeks ago
That’s the name of the command, though. It’s
adb sideload. Anything else is installing.entwine@programming.dev 3 weeks ago
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: android.googlesource.com/platform/…/adb.1.md
signup@sh.itjust.works 3 weeks ago
bs, i did install apks before using
adb sideloadit worksentwine@programming.dev 3 weeks ago
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:
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:
dogs0n@sh.itjust.works 3 weeks ago
Exactly?..
kilgore_trout@feddit.it 2 weeks ago
As someone else explained, it is not. The command is
adb install.zarkanian@sh.itjust.works 2 weeks ago
So, why did you feel the need to say it, too? You aren’t adding anything.
kilgore_trout@feddit.it 2 weeks ago
What is this comment of yours doing, then?