←back to thread

395 points josephcsible | 3 comments | | HN request time: 0.626s | source
Show context
HiPhish ◴[] No.45570232[source]
We need to stop calling it "sideloading", we should call it freely installing software. The term "sideloading" makes it sound shady and hacky when in reality it is what we have been able to do on our computers since forever. These are not phones, they are computers shaped like phones, computer which we fully bought with our money, and I we shall install what we want on our own computers.
replies(12): >>45570367 #>>45570379 #>>45570432 #>>45570481 #>>45570663 #>>45570698 #>>45570888 #>>45570921 #>>45571652 #>>45571793 #>>45571892 #>>45572581 #
1. alejoar ◴[] No.45570432[source]
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.

replies(1): >>45570527 #
2. viernullvier ◴[] No.45570527[source]
There is, actually, but in a different context. The `adb sideload` command allows you to boot a device from an image without flashing it.
replies(1): >>45570914 #
3. chasil ◴[] No.45570914[source]
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.