Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Porting Android's Java VM to the iPhone?

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.

Edit: 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.

like image 802
Wilco Avatar asked Sep 29 '08 21:09

Wilco


People also ask

How can I port Android games to Iphone?

On your Android device, open the Move to iOS app. If you don't have the Move to iOS app, you can tap the QR code button on your new iOS device and scan the QR code using the camera on your Android device to open the Google Play Store. Tap Continue, and read the terms and conditions that appear. To continue, tap Agree.


2 Answers

There isn't currently an effort to port Dalvik to iPhone because Google hasn't released the source yet. 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, Pandora, openmoko, etc.

like image 51
bmdhacks Avatar answered Oct 14 '22 19:10

bmdhacks


Android Dalvik run on iOS:

The "In the box" open source project show on their website (www.in-the-box.org) for the first time and as a first step of their open source project a Android Dalvik VM running on iOS. (No need to jailbreak).

"In the box" is an open source project create to provide a porting of Gingerbread Android runtime on top of iOS. It enables Android application developers to execute their Android application on iOS.

Enjoy :-)

like image 5
Karnag Avatar answered Oct 14 '22 17:10

Karnag