Windows Phone Unlock Tool Goes Official
judgecorp writes "A tool to unlock (or 'jailbreak' if you like) Windows Phone devices is now available with Microsoft's blessing. ChevronWP7 Labs was withdrawn at Microsoft's request a year ago, but is back now, allowing users to run any app on their phones for a cost of $9."
But Microsoft withdrew it a year ago.
Support the EFF and Creative Commons. The war is coming, and they're supporting you...
It's sad when Microsoft is more forward thinking than Apple isn't it.
To offset political mods, replace Flamebait with Insightful.
I would not have expected this sort of news from Microsoft a decade ago. Then again, maybe we are getting too used to Apple.
I think this is a nice move by MS :)
So, if you're in the market for a new phone and want neither the assurance that all apps have been checked for quality nor the ability to freely load whatever app you want, have we got a phone for you. By combining the negative aspects of both of our competitors, and then slapping a $9 price tag on it, we here at Microsoft feel confident we've created a phone that pleases absolutely nobody!
You pay the $9 to run your own apps on the phone, right. But only atmost 5 of them. Yes, there is a limit on the number of apps you are allowed to run on your very own phone. And you have to pay for that. Pathetic.
Windows is to big for app store lock down anit trust laws is one thing.
But the app store system should only block apps that can damage the system not adult games / pron apps.
It if allows unchecked code, it doesn't appear to be that much different than the previous version aside from version differences.
Hopefully it has no restrictions on what code can be done, thus being as full of an unlock as the previous one was. Otherwise it still makes ChevronWP7 another "embrace, extend, extinguish" job.
Twitter supports and protects racists - by smearing their critics with the "Hate Speech" label.
If I can run unsigned code on this guy I can do anything, including find a way to get Linux on it.
To offset political mods, replace Flamebait with Insightful.
Who wants to "jailbreak" a windows phone? Big deal.
Rafael Rivera generally tends to hold a good deal of trust and clout amongst Windows enthusiasts (shock and awe that there's such a crowd, I know) in that he's known specifically for thoroughly investigating a product. He always produces a high quality service, product, workaround, etc. for whatever his project happens to be, and has provided many of the safe patches that unlock hidden functionality during previous Windows alpha and beta releases.
His involvement in this project and in other general Windows reverse-engineering gigs in the past leads me to believe that ChevronWP7 is a solid and safe release. The fact that Microsoft endorsed this is not at all a surprise.
Viable Slashdot alternatives: https://pipedot.org/ and http://soylentnews.org/
The main thing I use my Android phone for is playing chess against the computer while recumbent on the couch. Nine dollars seems a bit ridiculous.
That's basically it. They also knew this would hit the tech news sites, for that free advertising.
You would not have expected Microsoft a decade ago to release an open operating system while Apple released a vertically integrated and closed down market?
Microsoft is many things, but bending over backwards to let anything run on their systems (including malware) has been one of the greatest strengths and weaknesses since the beginning.
A company run by suits NOT making a fuck-tarded move?! THIS IS INSANITY!
Microsoft has never been the direction apple is. While shutting out competition was always a strong stance of theirs. Preventing competition from running on their OS or any devices they run has never been a high priority. I do have to admit, Xbox is probably the most independent developer friendly console (out of the top 3 competitors of course), Microsoft has never attempted to discourage people from using any software on windows. That is kinda how MS kicked apples ass back in the day. (Macs were strongly against allowing competition to design hardware, Microsoft encoraged a huge compeating pricewar to drive down hardware prices and boost software sales.)
Technically, every WP7 device is a Zune.
I just want to point this out: "Unlocking" in this context refers to allowing phones to be used on different carriers. For example, an AT&T phone will not generally work on other GSM carriers; unlocking it allows it to connect to T-Mobile (provided you also put in a T-Mobile sim card). "Root" or "Jailbreak" would be fine, but "Unlock" is not. People do already get confused by this, so please don't use that term this way. Thanks.
That is kinda how MS kicked apples ass back in the day. (Macs were strongly against allowing competition to design hardware, Microsoft encoraged a huge compeating pricewar to drive down hardware prices and boost software sales.)
sed s/MS/IBM
FTFY
Right. No, your other right. No, the other other right.
Microsoft encouraged the price war by being willing to license MS-DOS to any company that made a PC with a remotely IBM-compatible BIOS. IBM didn't want openness; in fact, it tried to charge back-royalties on ISA to anyone making MCA cards.
But are there any WP7 devices sold in the United States that don't either A. cost more than my laptop or B. require a full-price subscription to a calling plan with more minutes in a month than I use in a year?
Microsoft jailbreaks you!
But seriously, this "jailbreak" is a Microsoft-sanctioned app that costs $9 and requires you to log-in to windows live... Doesn't sound like a jailbreak to me. Sounds like something that Microsoft should have BEEN OFFERING IN THE FIRST PLACE.
Whats that, we get to run whatever app we want on the computer we bought? THANKS MICROSOFT! Hey, it beats the $99 yearly fee to get a dev licence.
Seriously? Do they not want people developing for their platform? (oh, that's right, they only want big companies. They don't care about hobbyists at all.)
Is Windows 8 going to require a jailbreak to install homebrew too?!? Madness.
I'm sick of defective by design and I'll not be celebrating some "features" that they finally enabled. Its my device. Let me use it already.
GCS/MU/P d- s:- a-- C++++$ UL++ P+ L++ E+ W++ N o K- w--- O M+ V- PS+++ PE Y+ PGP t+ 5- X R++ tv+ b++ DI++ D++ G+ e++ h-
Wait, you mean they're doing something to sell their product?!
God damn it, somebody call my Congressman - I won't put up with this shit where a company performs actions meant to increase the sale of their products!
IBM was the hardware manufacturer, it was IBM who lost money when the hardware competitors came in, and MS that benefited.
Unfortunately, there's a barrier in Mango (whether you use the marketplace developer account dev-unlock, which has been available from day 1, or ChevronWP7 Labs which is essentially the same thing from the phone's perspective) that prevents apps from getting high-permission access (specificlaly, prevents opening a handle on a driver, which is the standard way to break out of the low-privilege app sandbox on WP7). To do this, an app needs to specify the "INTEROPSERVICES" capability in its manifest, and by default Mango blocks installing or running non-marketplace apps with this capability. NoDo and below did not - that's how people were able to do file browsers, registry editors, tethering apps, and so forth - but this restriction is part of Mango.
You can still run some homebrew apps, including native code, but only with low permissions. While it's useful to know there's limits on what an app can do, I'd really like to be able to remove those limits on apps I trust. A webserver that demonstrates access to the full socket API, including TCP server sockets (the official API only has client sockets) is cool, but there's a lot more that you could do.
Fortunately, there's a way around this restiction also built into the OS. The process of removing this restriction is called "interop-unlock" by the guys who discovered it, and is possible easily on LG phones (change the MaxUnsignedApp registry value to 300 or more using the built-in registry editor), possible on Samsung phones (instructions and app here: http://forum.xda-developers.com/showthread.php?t=1271963), and difficult if possible at all on HTC phones (requires rolling back to pre-Mango, which isn't possible on new devices). No solution at all for Dell, Toshiba, or Nokia yet.
There's no place I could be, since I've found Serenity...
Microsoft encouraged openness and competition on the hardware front so they could sneak in the back door and obtain lock-in via software instead... It worked largely because at the time software was perceived as a very small cheap component of an expensive hardware bundle, especially when you could pirate the software.
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
This isn't an "open" system by any stretch of the imagination. It's basically charging people $9 for the ability to sideload software, something Android enables via a checkbox. The security systems remain 100% in force.
I'd be impressed if it put the user in control of the security systems, rather than let Microsoft retain that control (oh, and if it were free and not $9.)
Wow, you're a retard.
Mod parent up
How is demanding 9$ for the "privilege" to install up to 10 unapproved apps anywhere close to "bending over backwards to let anything run on their systems"?
Unforunately not all android devices have the checkbox. The HTC Aria on AT&T was one of them as well as some of the low-end motorola devices.
Since when does Toshiba have any WP 7 phones?
And speaking of since when, in the year since WP 7 was unveiled, there are FOUR new phones? FOUR phones after a year? And then only one from some carriers, like TMo? It works for Apple, but these aren't apples, these aren't even really mangos, they are, if you can bear it, moldy fruit! I think each time Google takes a shit another FOUR phones show up. And google is full of shit, you know?
There are more people commenting on this than there are Win7 phones in the world. Who would want a second rate poorly supported (from an app perspective) phone when you can do all this on any android phone with more apps
Oh for goodness sake, they've been having so many performance problems they put a queuing system in.
I've gone from 80 to 55 in the last 4 hours and now some a-hole posts it on slashdot so they can get slashdotted.
thanks!
That's AT&T being a bunch of assholes though, not a matter of policy set by the OS vendor.
I actually enjoyed writing applications on Windows Mobile 6 and I was surprised at how different it was with 7. First, attempting to charge me $99 dollars to be afforded the opportunity to write applications for their OS. Luckily I was still in a student status so it cost me nothing. (Reduces the number of applications allowed to load though from full payment. Only get 3 instead of 10 allowed home-brew apps.) I've really been turned off with the whole way many of these businesses are closing and controlling the application pools. I'm sure many others are in the same boat. Myself and others are less likely to write useful applications when limited. I got out of writing any mobile applications all together. They try to push the point that it provides added security and protects customers but it's all another layer of control and $$$ making. Sad...
Steve Jobs designed the Mac so that it could only be opened by special tools. So it's more that Apple has "controlled the whole wigit" (with a brief period of licensing to clones when Jobs wasn't in charge) since then. The Apple II was open - but since then, not so much.
Aren't jailbreaking and unlocking different? Calibrating refers to being able to execute cystine programs on your phone, whereas unlocking allows one to use any carrier. I think this article is referring to jailbreaking.
It looks like you're writing an ill-conceived flamebait post.
Would you like help?
A tool to unlock (or 'jailbreak' if you like) Windows Phone devices
I don't know if this is global or local parlance, but over here "unlock" generally refers to removing the SIM-lock from a locked phone, enabling the use of SIMs from any service provider. This is in most cases a breach of contract with the original service provider, unless the contract has since expired.
Jailbreaking refers exclusively to the removal of any restrictions to the installation of applications. Granted, in most cases one has to jailbreak the phone to unlock it, since the unlocking software is generally nowhere to be found in app stores supported by the service provider - for obvious reasons. Whether or not jailbreaking is a breach of contract is up for discussion in some cases and clearly no breach in others.
It seems to me that 'jailbreak' is the term to use here.