MynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-26 days agoDid we win? Google to continue to allow side loading liliputing.comexternal-linkmessage-square57linkfedilinkarrow-up17arrow-down11
arrow-up16arrow-down1external-linkDid we win? Google to continue to allow side loading liliputing.comMynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-26 days agomessage-square57linkfedilink
minus-squarezarkanian@sh.itjust.workslinkfedilinkEnglisharrow-up0arrow-down1·5 days agoThat’s the name of the command, though. It’s adb sideload. Anything else is installing.
minus-squareentwine@programming.devlinkfedilinkEnglisharrow-up2·5 days 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·4 days agoAs someone else explained, it is not. The command is adb install.
minus-squarezarkanian@sh.itjust.workslinkfedilinkEnglisharrow-up1·4 days agoWhy did you feel the need to say it, too? You aren’t adding anything.
minus-squareKilgore Trout@feddit.itlinkfedilinkEnglisharrow-up1arrow-down1·3 days 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
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?