Comment by alejoar

Comment by alejoar 5 hours ago

2 replies

I wonder where the term started?

Android itself calls it "install" when you open an APK file, there's not mention of "sideload" in Android at all as far as I can tell.

viernullvier 5 hours ago

There is, actually, but in a different context. The `adb sideload` command allows you to boot a device from an image without flashing it.

  • chasil 5 hours ago

    This command is also used to install 3rd-party ROMs.

    There is an option in the TWRP recovery tool to sideload any capable .ZIP file.