MynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-21 month agoDid we win? Google to continue to allow side loading liliputing.comexternal-linkmessage-square182linkfedilinkarrow-up1568arrow-down118
arrow-up1550arrow-down1external-linkDid we win? Google to continue to allow side loading liliputing.comMynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-21 month agomessage-square182linkfedilink
minus-squarezarkanian@sh.itjust.workslinkfedilinkEnglisharrow-up2arrow-down9·1 month agoThat’s the name of the command, though. It’s adb sideload. Anything else is installing.
minus-squareentwine@programming.devlinkfedilinkEnglisharrow-up20·1 month 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-up1arrow-down1·1 month agoAs someone else explained, it is not. The command is adb install.
minus-squarezarkanian@sh.itjust.workslinkfedilinkEnglisharrow-up1·1 month agoWhy did you feel the need to say it, too? You aren’t adding anything.
minus-squareKilgore Trout@feddit.itlinkfedilinkEnglisharrow-up1arrow-down1·1 month 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?