赞
踩
一、 源码下载方式
1.安装JDK
$ sudo apt-get update
$ sudo apt-get install openjdk-8-jdk
2.安装软件包
$ sudo apt-get install git-core gnupg flex bison gperf build-essential \
zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \
lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache \
libgl1-mesa-dev libxml2-utils xsltproc unzip
3.
mkdir ~/bin
PATH=~/bin:$PATH
curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o ~/bin/repo
chmod a+x ~/bin/repo
打开repo修改 REPO_URL = 'https://gerrit-googlesource.lug.ustc.edu.cn/git-repo' //此处用的是中国科学技术大学提供的镜像。
4.
下载2.7 qemu
repo init -u git://mirrors.ustc.edu.cn/aosp/platform/manifest -b emu-2.7-release //-b参数指定版本
接着repo sync下载
二、修改源码
1、修改IMEI以及IP地址
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。