MynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-223 hours agoDid we win? Google to continue to allow side loading liliputing.comexternal-linkmessage-square143fedilinkarrow-up1465arrow-down114
arrow-up1451arrow-down1external-linkDid we win? Google to continue to allow side loading liliputing.comMynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-223 hours agomessage-square143fedilink
minus-squareKilgore Trout@feddit.itlinkfedilinkEnglisharrow-up38·10 hours agoTo call the install of apps of your choice as «sideloading», means that they have won.
minus-squarezarkanian@sh.itjust.workslinkfedilinkEnglisharrow-up2arrow-down6·6 hours agoThat’s the name of the command, though. It’s adb sideload. Anything else is installing.
minus-squareentwine@programming.devlinkfedilinkEnglisharrow-up9arrow-down1·5 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·3 hours agobs, i did install apks before using adb sideload it works
To call the install of apps of your choice as «sideloading», means that they have won.
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?..