Slashdot Log In
iPhone Dev Team to Open Source Free Unlock
Posted by
Zonk
on Sat Dec 01, 2007 03:34 PM
from the free-as-in-iphone-is-a-little-odd-to-say dept.
from the free-as-in-iphone-is-a-little-odd-to-say dept.
An anonymous reader writes "In an effort to keep up with changes from Apple at a faster speed, the iPhone Dev Team is considering open sourcing AnySIM, the free unlocking solution for the iPhone. In a chat with Gizmodo, iPhone Dev Team member Sam said that this move could 'open a lot of possibilities for the future,' mainly in terms of the speed of the updates and avoiding sloppy and possibly dangerous binary patches. They are now looking for community input to get the project started."
Related Stories
Firehose:iPhone Dev Team to Open Source Free Unlock by Anonymous Coward
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

How is this going to work? (Score:4, Insightful)
Re: (Score:3, Insightful)
Won't Apple just read the code and release updates keeping the program from working?
Yeah, because until now Apple had no idea at all how that anySIM thing worked. Now that they'll be able to access the source, they'll like instantly know how to prevent t
Re: (Score:2, Insightful)
I can appreciate your point that Apple will never be able to keep people from reverse engineering the iPhone but saying that Apple won't be able to do a
Re:How is this going to work? (Score:4, Insightful)
Re:How is this going to work? (Score:4, Insightful)
Re:How is this going to work? (Score:4, Insightful)
Re:How is this going to work? (Score:5, Informative)
The Drawbacks? (Score:4, Interesting)
Re:The Drawbacks? (Score:5, Insightful)
Re: (Score:3)
Are you suggesting that some profitable new market will emerge from FOSS users that will convince App
Not safer (Score:3, Insightful)
this move could 'open a lot of possibilities for the future,' mainly in terms of the speed of the updates and avoiding sloppy and possibly dangerous binary patches.
Ugh. This is just another version of "open source code is more secure because you can review it and compile it yourself." Open source code can be more secure, because a qualified individual can conduct a lengthy security audit, and maybe catch some malicious or insecure code."
Re:Not safer (Score:5, Insightful)
All it takes is one person who knows how to read the code to make a rambling blog post detailing the vulnerabilities and submit it to Slashdot.
Then all the people who didn't know how to read code will now know and the code reader will have his share of adsense for the month.
But more seriously... When I have doubts about a software package, I just hit it up in Google to see if there has been wide spread complaints or other issues.
As far as your other issues you bring up, in a closed source scenario what is to prevent a malicious person from just renaming any old trojan that they compiled to be the same exact size as the closed source exe and putting up a torrent of it? Sure it won't work at all as far as running the program, but it will do what they need to do. (Checksums anyone?)
Even if a person uploads something maliciously into the main package, someone will eventually notice and with more eyes the faster this will happen. Of course this also helps out if the original coder is the one who is malicious.
Re:Not safer (Score:4, Interesting)
Re: (Score:2)
Re: (Score:2)
To trojan that process, someone would have to hack the 'trusted source' I used or provide instructions that point the user to a trojaned source.
Why would a
Much safer (Score:5, Insightful)
Enough with the "closed source is inherently superior" propaganda. Whether you like it or not open source for the user is everything that closed source is. Plus the source is available.
The idea that "closed source" is magical security pixie dust needs to die.
Ugh. This is just another version of "open source code is more secure because you can review it and compile it yourself."
No, it hasn't. Try to understand that it's not just you reviewing the code but potentially many other parties apart from the originator. Are you trying to tell us independent third party review is not a good idea?
Open source code can be more secure
No, open source is likely to be more secure. Because many independent third parties can review it. Not just a vendor who has a commercial, ego or "not-enough-manhours" incentive to hide mistakes.
, because a qualified individual can conduct a lengthy security audit,
No, because many different individuals with many different levels of expertise can conduct all sorts of audits, security and otherwise, and in addition use the code in ways the the original author[s] never even envisaged.
and maybe catch some malicious or insecure code."
Better than no chance at all.
* virtually nobody that uses the code will be even remotely qualified to even understand how the code works, much less be able to tell if it'll screw up their phone.
So, out of a population of billions that leaves a population of thousands, or more, who are more than qualified to look at it. Think the statistics.
* Opening development to more people makes the chances of someone SUBMITTING (note, I said "submitting", not "successfully getting away with putting malicious code into an official release) go up; now the few people who know what they're doing have to spend a lot of time reviewing code not just for correctness but malicious intent, something they may not be qualified to do.
Malicious code is a strict subset of incorrect code. You check all your code for correctness, right? If you're not qualified to do that then you're not a programmer.
* Releasing the source code now makes it exceptionally easy for people to trojan the code and release a compiled version. The bar has been lowered from "knows assembler and iPhone internals" to "is decent with C."
No, it hasn't. Let me know when you've managed to break code signing and vendor repositories. Every binary package I use was either compiled/signed by the vendor or compiled by myself from vendor signed source code.
---
I want a free and open market. Do you?
Re: (Score:2, Funny)
Re: (Score:2)
To what? (Score:3, Insightful)
Re: (Score:2)
Gotta say that I'm a pretty rabid Slashdot reader, I also immediately took that phrase to mean Apple itself. Which seemed pretty damned strange, but then again every time that I use Finder I get the same feeling that some things Apple d
Re: (Score:2)
Re: (Score:2)
Open Source (Score:3, Informative)
This is very confusing (Score:2)
Re: (Score:3, Funny)