MynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-21 day agoDid we win? Google to continue to allow side loading liliputing.comexternal-linkmessage-square149fedilinkarrow-up1480arrow-down115
arrow-up1465arrow-down1external-linkDid we win? Google to continue to allow side loading liliputing.comMynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-21 day agomessage-square149fedilink
minus-squarezarkanian@sh.itjust.workslinkfedilinkEnglisharrow-up2arrow-down6·7 hours agoThat’s the name of the command, though. It’s adb sideload. Anything else is installing.
minus-squareentwine@programming.devlinkfedilinkEnglisharrow-up9arrow-down1·6 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 Source: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/master/docs/user/adb.1.md
minus-squaresignup@sh.itjust.workslinkfedilinkEnglisharrow-up1arrow-down1·4 hours agobs, i did install apks before using adb sideload it works
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
bs, i did install apks before using
adb sideloadit worksExactly?..