David Wong has successfully got Google Android running on an iPhone. This requires a jailbroken iPhone with openiboot and Android .img files.
Archive for the ‘Linux’ Category

What We Are Using
Host: OSX Lion
VirtualBox: 4.1.0
Guest: Ubuntu Server 11.04 (Natty Narwhal)
I’m assuming you have installed VirtualBox and the VirtualBox Extension Pack from here:
http://www.virtualbox.org/wiki/Downloads
Download Ubuntu Server 11.04 making sure you select 32 bit from the drop down:
So lets setup the final piece of the puzzle so we can install some packages and start coding already. If you've been following along (Part Two), we are now ready to setup the shorewall firewall. This will lock down all ports we aren't using, both tcp and udp. Go ahead and ssh into your slice from terminal and type in the code below to install the shorewall package.
-
sudo -i
-
apt-get install shorewall
-
cd /etc/shorewall
So now that we've got Ubuntu Feisty installed (Part One), we'll setup some basic security for our new slice. Fire up terminal and ssh into your slice.
-
ssh -l your_username your_ip_address






