Forgot your password?

typodupeerror

Comment: Re:"Written in JTAG" (Score 1) 757

by MaxVT (#32923326) Attached to: Droid X Self-Destructs If You Try To Mod

JTAG is not a language, and I believe blowing eFuses is not a reversible process. This technology is commonly used for chip binning and testing to permanently disable parts of the chip's logic (say, one of 4 cores that didn't pass testing) or features that the client didn't pay for (that one more Mb of L2 cache that costs $50 extra).

Following the description (if it is accurate), it is more likely that if the ROM fails the check a bit is set somewhere in flash or nvram that instructs the bootloader to stop. This memory area is not being written to by stock firmware upgrade sofware used by Motorola, but can be deleted at the service center who have the necessary hardware/software to issue the correct commands.

However it is equally likely that the TFA screwed around with incorrect files, overwrote some part of the Flash he was not supposed to, and simply confounded the bootloader into not working.

Comment: Re:It will never happen (Score 1) 567

by MaxVT (#29624603) Attached to: California Requests Stimulus Funding For Bullet Train

Actually, if you look just a bit further down the energy chain, those high speed trains would run on coal, which would be burned to heat water - just like steam engines of yesteryear.

Do you know how most of the electricity in the US is produced? Or do you think it just magically appears on those catenaries?

Comment: Re:Its been done for years already (Score 1) 711

by MaxVT (#29249223) Attached to: Apple Kicks HDD Marketing Debate Into High Gear

Both you and GP are misleaded by an irrelevant point. When you have a 397GB file, you don't decide whether to put it on 400GB (SI) or a 400gB (by Apple and hardware manufacturers definition). You put it on an 1TB drive to cope with expansion and because storage is cheap.

Thus, the entire discussion is irrelevant because the difference is in the single percent and eventually does not matter.

if (argc > 1 && strcmp(argv[1], "-advice") == 0) { printf("Don't Panic!\n"); exit(42); } (Arnold Robbins in the LJ of February '95, describing RCS)

Working...