Android code base for MINI2440

dayal
Hi all,

I am trying for android porting on mini2440.i have all the necessary images
required for this but i need to add some functionalities and API's into
android for mini2440 so images are not going to work for it.

so i need any kind of help regarding where can i get android code base for
mini2440 board or any patch if there is?

thanks in advance
regards dayal

Andreas Watterott
http://code.google.com/p/friendlyarm/wiki/Android

dayal
Hi Andreas,

Thanks for your quick reply..but i can't see any code base there for direct
download..will you please tell me how to fetch full code base from your
given link because downloading git directly doesn't provides total code
(like bionic, framework, are not there).

is there something else what i have to follow other than direct downloading
of git?

dayal
ohh i got the way..
i was wrong and using git clone to download source code and because of that
i was getting just a manifest file. actually it's repo init and then repo
sync.now i have android code base for mini2440.

thanks andreas.

regards 
dayal

Satish
Hi dayal,

I don't understand how to download code base from the link. Can you please
explain me the same.

Thanks & Regards,
satish

xzhang
You can try this:

curl http://android.git.kernel.org/repo >~/bin/repo
chmod +x ~/bin/repo

repo init -u git://gitorious.org/android-mini2440/manifest.git  -b cupcake
repo sync