Hacker News new | ask | show | jobs
by shooper 4580 days ago
>So you think that a user should be able install an OS that bricks their phone and still have the phone still covered by warranty?

Yes

>How does that make sense?

It makes sense the same way that installing Linux and/or wiping Windows doesn't void a PCs warranty.

Should users be allowed to install any programs including keylogging malware on Windows computers? Shouldn't Microsoft protect them by locking it down so that only approved apps from their app store can be installed? Like mobile app stores?

3 comments

It is rare to "brick" your PC by installing linux/windows. Phones are different because their input/output interfaces are limited to a single usb port, and in many cases that usb port doesn't even support host mode. Technically the phone isn't really bricked, but there's no way for a normal user to fix it without cracking open the phone to attach a jtag.

If PCs in the 1980's could be destroyed simply by improperly installing an OS, you bet manufacturers would void warranty for software misuse.

Sounds like bad design though. It's normal for embedded devices to have a non upgradable bootloader that can always be triggered at boot and is able to reflash a pristine copy of the original firmware wiping whatever was later written. iOS does that (see DFU mode), and all embedded devices I design at work do the same. Why an Android device shouldn't? Apple devices are nominally warranty voided when you jailbreak them, but since you can always reflash an original firmware leaving no traces behind, it's basically moot.

NOTE: no sarcasm here, I'm genuinely interested on why android phones can be software bricked and can't have a boot loader like anything else.

Android devices have similar failsafes (e.g. recovery, fastboot mode), but since they're part of the infrastructure that validates that you're only flashing authorized changes, you are often working around them when you modify your device.
Which is exactly the problem, the fact that you have to work around them to begin with.
Which means that the barrier placed by Android manufacturers is artificial.
> It makes sense the same way that installing Linux and/or wiping Windows > doesn't void a PCs warranty.

Have you ever actually tried getting warranty support for a Windows PC you installed Linux on? The last time I tried even just mentioning the word "Linux" was enough to get many support departments to drop you like a hot potato. In my experience, the minimum bar for support is keeping around a Windows partition and any diagnostic/recovery partitions they have, whether or not you want them otherwise. If you're unlucky, you'll have to blow away your Linux install even if it's completely irrelevant to the issue at hand.

Modded Windows PCs are easier to deal with because you can usually erase all traces of Linux/other OSes if you need to for support (no eFuses and similar nonsense), but the on-the-ground support policies aren't all that different from modded phones.

> It makes sense the same way that installing Linux and/or wiping Windows doesn't void a PCs warranty.

You need to take another look at user grade warranties for PCs. Many of them are void if the users installs a different OS. Especially if they break the HPA partition where the OS reinstall stuff is kept.