←back to thread

400 points ingve | 1 comments | | HN request time: 0.223s | source
Show context
sschueller ◴[] No.45035917[source]
The requirement of verification to side-load any app is fascist control. It is clear as night and day.

Shame on Google and Apple, it was always clear this was the end goal and next up is also your PC.

Right after will come the removal off apps they don't like and there is nothing you can do about it.

Stallman was right

replies(8): >>45036045 #>>45036321 #>>45036362 #>>45036441 #>>45036963 #>>45037126 #>>45037391 #>>45037551 #
enriquto ◴[] No.45036362[source]
> The requirement of verification to side-load any app is fascist control.

Even the language we are using to describe the situation is problematic. Why do we say "side-load an app"? It should be just "run a program"!

An OS that doesn't let you run programs of your choice is laughable.

replies(2): >>45036517 #>>45036566 #
opan ◴[] No.45036566[source]
I think I have an old comment about this, but there is an actual `adb sideload` command for installing an apk on your phone from your computer. Since it's from your computer and not the phone itself, it's sideloading and not frontloading, I guess. Weirdly, and wrongly, people have also started to use the term to refer to just installing apps from outside the official appstores, but that's not sideloading. It's just installing an app. It's a normal Android feature. You can just grab a .apk file with your browser and install it like you would a .exe file on Windows.

iOS on the other hand historically required a jailbreak for this. I think that's where the confusion started. Android doesn't need a jailbreak, it doesn't need root (privileges), it doesn't need a custom ROM. You can just install stuff, it's normal. I think iOS users don't realize how different Android is and they just start repeating words like sideload and root without knowing what they mean, assuming it's just Android-speak for a jailbreak. They don't realize there's no jail in the first place.

I am aware English is a living language, and if enough people are wrong for long enough, they stop being wrong, but it's certainly painful to witness.

replies(2): >>45037803 #>>45039971 #
1. ptx ◴[] No.45039971[source]
I always used "adb install" to install programs on my phone from my PC. I never heard of the "adb sideload" command, but my search results [1][2] indicate that the second command is for installing things from the recovery mode, when you don't have the full Android system running. So "install" is the command for installing programs under normal circumstances using the Android installer.

[1] https://android.stackexchange.com/a/84248

[2] https://www.androidauthority.com/how-to-use-adb-android-3260...