Comment on Did we win?
entwine@programming.dev 8 hours agoThat’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
Comment on Did we win?
entwine@programming.dev 8 hours agoThat’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
signup@sh.itjust.works 6 hours ago
bs, i did install apks before using
adb sideloadit worksentwine@programming.dev 2 hours 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:
signup@sh.itjust.works 1 hour ago
idc what those stupid docs say. i know i installed apps with that command before