Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:The solution is obvious (Score 1) 579

That fact does remain, but what I am arguing is that the real problem is the hardware vendors not google.

That's a fair position to take but in my opinion Google should see the situation and adapt to it by patching the older version especially since many of those phones do lack the capability to run 4.4 (though some may be able to skip 4.4 and run 5.0).

Until the hardware vendors change their ways, I think the most reasonable advice is "Don't buy phones with locked bootloaders, and preferably buy nexus phones from the google play store".

Even an unlocked bootloader isn't going to help you if you don't have a compatible system image, the binary drivers of one version don't necessarily work with the next because of the instability of the kernel ABI.

What Google should do is force a support requirement through the OHA.

Comment Re:First Sale (Score 1) 468

Yes, the "no, you tell me" answer. It's not a phonorecord, but the ECU of my car is copyrighted. Am I allowed to transfer the license to my ECU (and the car along with it)?

I'm not sure why you said "car" up until this point when you are specifically referring to the ECU component of a car that has one, which of course not all cars do. Were you trying to be intentionally misleading? ECUs can be replaced irrespective of the First Sale doctrine because that copyright is not tied to the car but to the ECU.

But that is irrelevant anyway, unlike the case of Ubisoft revoking keys for games no ECU has a requirement that ties it to an owner but if it did then it would still satisfy the First Sale doctrine because it is not about being able to use the goods after they were sold but to be able to sell the copyrighted goods in the first place.

So I still don't see how you're relating an ECU to re selling insurance policies, or to Ubisoft game keys for that matter.

Comment Re:First Sale (Score 1) 468

Then how does the Right of First Sale have nothing to do with my car, when it applies to my car?

We're talking about the First Sale Doctrine, it doesn't apply to your car.

Seems the only one here that doesn't know what it is is you.

No, it is definitely you. So please explain to me what you think the First Sale Doctrine is.

Comment Re:Open source code is open for everyone (Score 1) 211

When a FOSS hole is found... it is a hole... but not yet being exploited.

Where do you get the idea that when a FOSS hole is found nobody is exploiting it? How do you even know when one is found? You wait for somebody to tell you about it and assume that nothing is ever found by anybody until then?

Comment Re:Option? (Score 1) 113

Most OSes will allocate the vast majority of RAM to a disk cache, because unused RAM is wasted RAM.

Yes, but that is completely different. That is the operating system and it is dealing with system RAM - which the operating system controls access to anyway. What we are talking about here is video memory and processes that do not exclusively control that video memory.

Comment Re:First Sale (Score 1) 468

First sale doctrine (in the US). You think you bought something, but you didn't. Not your game, not your house, not your car. Nothing is yours.

Ok so clearly you have no idea what First Sale Doctrine actually is. It has to do with the ability of rightsholders to control content after it has been sold for the first time, so no, it is nothing to do with your house or your car.

Comment Re:The solution is obvious (Score 1) 579

Either you're wrong because you don't understand how a JVM works (a.k.a. Dalvik) or you're right and Google doesn't know how a JVM works.

I'm betting on the former.

The third option of course is that you don't realize that the Android operating system does not run on a JVM and therefore does need to be compiled for each architecture. Now you can be all you want but the fact is it is the third option.

Comment Re:The solution is obvious (Score 1) 579

It doesn't matter anyway as WebView in 4.3 and earlier is part of the system that is non-upgradable with out a new system image. Fixing the problem would require OEMs to update, they may as well just take 4.4.

It's just a software patch, OEMs can then patch their existing binaries since 4.4 won't work on most of the 4.3 devices.

Comment Re:Option? (Score 1) 113

There might be cases where an application queries how much memory is available, then allocates all of it to use as caching.

As you say, that is really just theoretical. Doing that would be a very poor memory management system. Assuming that just because there is free memory you can allocate all of it to use for caching would be a silly thing to do. Even in the case where you can assume that your process has exclusive control and ownership of the memory pool no middleware is even going to do that as code outside that middleware but within that process could allocate GPU memory for some other use. So I doubt this would happen except in very contrived scenarios.

Slashdot Top Deals

Say "twenty-three-skiddoo" to logout.

Working...