Earlier quoted context omitted.
But the iPhone only "just works" if you completely buy in to Apple's ecosystem. E.g. if you want to buy some FLAC music files from somewhere else, it won't "just work" anymore. Android is still the lesser of two evils in terms of allowing more choice on its platform.
There are third-party apps available that handle FLAC just fine. I use a paid app called Neutron Music Player mainly because it has an SMB client to connect to a NAS with my FLAC collection, but you can also use its built-in server to transfer FLAC to internal storage. I think you can even sync the SMB source to local storage as well but I haven't explored that, since I play them over the network just fine.
Android loses 8% of its global OS market share in five years
481–490 of 539 posts
Re: Android loses 8% of its global OS market share in five years
#482Earlier quoted context omitted.
Not sure what you're talking about. I have zero issues using my FLAC files from elsewhere on my iPhone.
How do you play it? How do you import them into your library? If it's not mp3, aac, or m4a, iTunes won't index it, it won't end up in your library, and any of the standard music apps will not play it. Speaking from experience because this is a continuing pain point for my music collection that includes oddball formats like flac, ogg, and others--none of which I can even get on my phone without using a cloud service.
Re: Android loses 8% of its global OS market share in five years
#483Re: Android loses 8% of its global OS market share in five years
#484Earlier quoted context omitted.
> Android phones don't break even if they stop getting updates. So when Google issues a kernel patch for an actively exploited zero day you aren't vulnerable? Don't be ridiculous.
Vulnerable != Broken. An iPhone SE is vulnerable to the same bug used by checkra1n. Is it broken?
Software zero days can be patched and on Android even the vendors with the best support policies only cover half as many years.
Cheap Android phones don't even get that.
The OG iPhone SE is on it's sixth year of OS updates.
The iPhone 5s just got it's eighth year of security updates.
Re: Android loses 8% of its global OS market share in five years
#485Earlier quoted context omitted.
But the iPhone only "just works" if you completely buy in to Apple's ecosystem. E.g. if you want to buy some FLAC music files from somewhere else, it won't "just work" anymore. Android is still the lesser of two evils in terms of allowing more choice on its platform.
Perhaps not the best example because my brand new pixel 6 has a horrible DAC and can't pass through properly to a USB DAC which iPhones have no issue with. (I'll believe a fix is coming then I see it.) https://www.reviewgeek.com/105739/googles-pixel-6-is-disappo...
Re: Android loses 8% of its global OS market share in five years
#486Earlier quoted context omitted.
Vulnerable != Broken. An iPhone SE is vulnerable to the same bug used by checkra1n. Is it broken?
Checkra1n relies on a hardware issue that cannot be patched. Software zero days can be patched and on Android even the vendors with the best support policies only cover half as many years. Cheap Android phones don't even get that. The OG iPhone SE is on it's sixth year of OS updates. The iPhone 5s just got it's eighth year of security updates.
Re: Android loses 8% of its global OS market share in five years
#487Earlier quoted context omitted.
VLC is currently #18 in the app store in the media player category. It's not just some linux app. As to how to get flac files on the iPhone, 1) you can connect it a computer open Finder go to apps section drag the file there 2) put the file in the iCloud and access it from any device with the files app on 3) in Safari if a link is a media file you can share it with VLC and that's just 3 off the top of my head, I thin…
1. Requires a Mac. 2. Requires a proprietary apple service. I'm starting to notice a trend with your suggestions. 3. Are you really suggesting people manually download their files one by one? Rofl.
Re: Android loses 8% of its global OS market share in five years
#488Earlier quoted context omitted.
Checkra1n relies on a hardware issue that cannot be patched. Software zero days can be patched and on Android even the vendors with the best support policies only cover half as many years. Cheap Android phones don't even get that. The OG iPhone SE is on it's sixth year of OS updates. The iPhone 5s just got it's eighth year of security updates.
Which means it's permanently broken by your standards right? Or do you have some sort of non-nonsensical exception for hardware vulnerabilities?
Even if it's a software flaw that can easily be patched, but the vendor prefers to force you to buy another device and toss the first into a landfill.
Re: Android loses 8% of its global OS market share in five years
#489Earlier quoted context omitted.
My iPhone 13 Pro Max has 120 hz, so that feature is available. I don't mind that it was Android only for a bit, very little on that platform can actually render a non-static UI at that rate.
> very little on that platform can actually render a non-static UI at that rate. you would be surprised, try it sometime.
Re: Android loses 8% of its global OS market share in five years
#490Earlier quoted context omitted.
(disclaimer: I work at Qualcomm) > Mobile devices have no UEFI Since the Snapdragon 835, Android devices with Qualcomm processors use UEFI all the way to the kernel. However, custom UEFI binaries aren't part of the boot flow, with an Android UEFI boot application running instead. > no bus enumeration It's device tree instead of ACPI, but apart from that the situation isn't _that_ different from PCs today. We aren't i…
Hey @my123 > However, there's a catch still: there isn't a central update service. So while you might use a custom OS that way, you'll still need to update the vendor partitions (with the drivers, both kernel and user-mode ones) out of band in that scenario to get updates for those. > This mechanism allows to have universal Android images that work across all of the ecosystem, and can be used for GNU/Linux distributi…
A good chunk of the Linux community on phones didn't want to have to rely on binary drivers for non-technical reasons, and that's one of the reasons why it isn't exactly well taken care of today.
For Ubuntu Touch specifically:
https://docs.ubports.com/en/latest/porting/introduction/Intr... for Ubuntu Touch.
https://github.com/ubports/porting-notes/wiki/Generic-System...
An upgraded Halium (https://github.com/Halium) image on a can work unmodified across the whole ecosystem of Android devices.
However, the latest currently developed experimental Halium works on an Android 11 base at most, so that devices launched with Android 12 might be using drivers too new for it at this point in time.
(https://gitlab.com/ubports/community-ports/jenkins-ci/generi...)
This can be fixed with an engineering effort to do so to make it work on devices launched with Android 12. The Linux on phones community is very small and that causes problems in this case.
Together with the unified kernel image (GKIs) on Android 12 which allows to have kernel image binaries built with GNU/Linux-specific features that work across the whole fleet, a full straightforward experience can be made possible. This would fill the last chunk of custom per-device bits.
I wonder how big the audience would be for such a project though. :)