Porting Android's Java VM to the iPhone? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T06:23:00Z http://stackoverflow.com/feeds/question/150781 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone 2 Porting Android's Java VM to the iPhone? Wilco 2008-09-29T21:31:18Z 2008-10-17T13:16:36Z <p>Does anyone know of any existing projects that aim to port Android's Java VM over to the iPhone? From what I understand, this wouldn't be too out of reach and would certainly make for some exciting developments.</p> <p><strong>Edit</strong>: I should point out that I am aware this will not happen using the official iPhone SDK. However, a jailbroken platform would remove any Apple-imposed roadblocks. I imagine most that would be interested in integrating Android into the iPhone would also be the demographic that would typically have a jailbroken iphone.</p> http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone/150810#150810 -3 Answer by Joel Coehoorn for Porting Android's Java VM to the iPhone? Joel Coehoorn 2008-09-29T21:34:52Z 2008-09-29T21:34:52Z <p>To be useful you'd also have to port the connection to Google's App Store. Yeah, Apple's gonna allow that. We're much more likely to see some iPhone-emulation tools for the Android.</p> http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone/150847#150847 0 Answer by hazzen for Porting Android's Java VM to the iPhone? hazzen 2008-09-29T21:42:53Z 2008-09-29T21:42:53Z <p>Based on <a href="http://www.infoworld.com/article/08/03/14/Suns-plan-for-Java-on-iPhone-could-hit-roadblock_1.html" rel="nofollow">this article</a>, that doesn't seem likely as the iPhone SDK agreement wouldn't allow a program that downloads/runs other programs.</p> http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone/150851#150851 1 Answer by LKM for Porting Android's Java VM to the iPhone? LKM 2008-09-29T21:43:21Z 2008-09-29T21:43:21Z <p>As of now, there are no existing projects aiming to port Dalvik (the Android VM, which is not <em>really</em> a Java VM since it doesn't execute Java bytecode) to the iPhone. There is, however, at least one "real" Java VM available for the iPhone. You can find it in Cydia on jailbroken phones.</p> <p>The issue with these projects is that Apple doesn't allow third-party apps to execute code, so Java VMs can only run on jailbroken iPhones.</p> http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone/150852#150852 0 Answer by dacracot for Porting Android's Java VM to the iPhone? dacracot 2008-09-29T21:43:23Z 2008-09-29T21:43:23Z <p>Apple's iPhone is a closed system. They control what is deployed from the OS to the applications. They have said they have no intention of supporting a JVM. This would have to be a rogue application outside of that control and therefore not very appealing to the masses.</p> http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone/150922#150922 4 Answer by bmdhacks for Porting Android's Java VM to the iPhone? bmdhacks 2008-09-29T22:04:52Z 2008-09-29T22:14:13Z <p>There isn't currently an effort to port <a href="http://en.wikipedia.org/wiki/Dalvik_virtual_machine" rel="nofollow">Dalvik</a> to iPhone because <a href="http://code.google.com/android/roadmap.html" rel="nofollow">Google hasn't released the source yet</a>. As soon as the source is released (assuming all of it will be) I would think this will happen. It's also likely to be seen on other homebrew platforms such as PSP, <a href="http://openpandora.org/" rel="nofollow">Pandora</a>, <a href="http://www.openmoko.com/" rel="nofollow">openmoko</a>, etc.</p>