MynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · 2 months agoDid we win?liliputing.comexternal-linkmessage-square169fedilinkarrow-up1412arrow-down117
arrow-up1395arrow-down1external-linkDid we win?liliputing.comMynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · 2 months agomessage-square169fedilink
minus-squarezarkanian@sh.itjust.workslinkfedilinkEnglisharrow-up3arrow-down7·2 months agoThat’s the name of the command, though. It’s adb sideload. Anything else is installing.
minus-squareentwine@programming.devlinkfedilinkEnglisharrow-up18·2 months 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 Source: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/master/docs/user/adb.1.md
minus-squareKilgore Trout@feddit.itlinkfedilinkEnglisharrow-up0arrow-down1·2 months agoAs someone else explained, it is not. The command is adb install.
minus-squarezarkanian@sh.itjust.workslinkfedilinkEnglisharrow-up0·edit-22 months agoWhy did you feel the need to say it, too? You aren’t adding anything.
minus-squareKilgore Trout@feddit.itlinkfedilinkEnglisharrow-up0arrow-down1·2 months agoWhat is this comment of yours doing, then?
That’s the name of the command, though. It’s
adb sideload. Anything else is installing.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
Exactly?..
As someone else explained, it is not. The command is
adb install.Why did you feel the need to say it, too? You aren’t adding anything.
What is this comment of yours doing, then?