In the last few weeks, MIPS has already released the Linux Kernel for MIPS Android and shown us a low cost (99 USD) Android ICS Tablet. Today, they announced the official release of MIPS Android 4.0 source code. The latest version of Android 4.0 is “mr0″ and you can read the release notes for further details. Before downloading the Android source code be sure that you have a correctly setup Linux workstation. Now, here are the instructions to checkout MIPS Android 4.0:
1 2 3 4 |
mkdir mipsandroid cd mipsandroid repo init --repo-url=git://github.com/MIPS/repo.git --repo-branch=stable -u git://github.com/MIPS/manifests.git -b mips-ics-mr0 -m mips-ics-4.0.1_r1m1.xml repo sync |
The first time you run the repo sync it will download several gigabytes of source code to your machine so be patient and it may take a few hours. Once the download is completed future updates may take only a few minutes since only the code changes are downloaded. If you just want to have a look, All MIPS Android source code can also be viewed online at http://www.github.com/mips. […]