- cross-posted to:
- android@lemdro.id
- cross-posted to:
- android@lemdro.id
I really hate the term “side-loading.” We shouldn’t need a word for the normal way we’ve been installing apps for the past 40 years. If tomorrow Apple decided they were going to start only letting you visit web pages they approved of, we wouldn’t call some sort of alternating system that let you see the rest of the fucking internet “side-paging”. We’d instead call the whole thing bullshit.
Until some time ago, I always though that “side-loading” is something different. Since I first saw “side-loading” used in ADB, so I thought that it means using another system on the side to load and install software onto a target system.
So to me that seems fitting, but now it seems to be used differently. How is installing software using just one device “side-loading”. What side do they mean?
I’ve always took side-loading to mean installing from local storage, as opposed to downloading from remote storage. As far as I’m concerned downloading from a third party app store should not be treated as side-loading.
But to install from local storage, you first download or fetch a storage medium from a remote location with the file on it. There isn’t that much of a difference IMO.
I would not call it side-loading when I download a file and then install it on the same device. Because that is how it has always worked. I never before heard people describing downloading and executing a setup.exe as “side-loading”.
Fair points. I was mostly thinking of situations like downloading using a separate device, writing to a usb drive or SD card and installing via that. Downloading an installer and using it is just downloading without using an app store.
All Android phones block side loading by default, do they not?
It’s in the article : “Samsung’s Auto Blocker feature takes things a bit further.The feature, fully blocks the installation of apps from unauthorized sources, even if those sources were granted the
REQUEST_INSTALL_PACKAGES
permission.”Damn. Finished the paragraph before it and made the comment. Lol. Interesting. Seems redundant.
So this new update (assuming the update ads this too) i just got today should have killed my revanced apps?
This is only for phones that come with One UI 6.1.1 by default and there’s a page during OOBE setup with a toggle for this “feature”.
An update to your existing phone will not turn on this block, it’s only for new phones.
Ty, cleared it up right away.
I don’t have a Samsung but I would imagine that this only blocks new installations and looks like that it can be easily disabled if you don’t want it
But it also shows you a button to go straight to the toggle that lets you enable it when you try to install an app
I really don’t mind that they hide the button to enable installs from .APK when they are being directly downloaded. It has been in my opinion very bad idea from the beginning that it shows that, it has enabled multiple malwares in android. Non-technical people should not have easy way to install things, even with big warnings, because people ignore warnings.
If google removes the ability to install non-store apps all together, then that day I will stop using Android.
deleted by creator
wasn’t it always blocked by default? Google’s always given a scare alert on sideloading apps, is this just an additional popup or is it replacing the stock one. Seems rather pointless if a setting and a waste of developer’s resources if you ask me.
My phone randomly started quarantining basically every app that wasn’t from the play store after my last update, annoying as hell.
That is super obnoxious, but I don’t think it was supposed to do that judging by the article it’s supposed to keep your existing settings it wasn’t supposed to be forced on
I’m pretty sure the EU Commission will have something to say about this
What’s the problem? you can disable it, and, for example, I don’t want my 80 yr old mother sideloading stuff. It’s not like Apple where you just CAN’T do stuff.
the problem is the one we’re gonna have in a few years if nobody steps in now and does something
cough cough EU please
she already can’t unless she specifically enables sideloading
And that popup probably scares her away from doing it anyway.
They always did this. Tap two more buttons and allow.
What in the cock
So does macOS, but as long as you can still enable it in settings eh, fine.
I was prompted during the initial set up of my Fold 6 (Singapore SKU) on whether I wanted to enable it or not though and the option was disabled by default. So something doesn’t seem right here or maybe this is an American SKU only thing?
See, this is another thing broken in the current web. I made a usercss (Stylus) to normalize font size for certain elements and it works reasonably well. But on this site, it looks like this.
Anyone has a guess why, something with viewport or other meta tags?
Edit: fixed, they use a custom font with weird size settings. Looks like this now (with my normalize usercss).
As a web dev we do try to accommodate userCSS for accessibility reasons but often font sizes are tuned to what they are for a reason. I’d guess there’s a line height issue here.
You mean that their font was customized to display a certain size, for whatever reason?
Right,
browser.display.use_document_fonts = 0
fixed it, lol.
Maybe a fixed line-height?
But my usercss enforces font-size: medium for <p> elements but this looks more like x-large. And it works well for 99% of pages.
Font-size and line-height are different properties