• «
  • 1
  • 2
  • 3
  • »
  • Pages: 2/3     Go
主题 : 关于移植android 2.2请教 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 25260
精华: 0
发帖: 2
金钱: 10 两
威望: 2 点
贡献值: 0 点
综合积分: 4 分
注册时间: 2010-07-21
最后登录: 2010-08-02
10楼  发表于: 2010-07-21 20:23

 回 楼主(caszhao) 的帖子

楼主用的是什么板?
*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
11楼  发表于: 2010-07-21 20:41

 Re:回 楼主(caszhao) 的帖子

引用第11楼znxmf于2010-07-21 20:23发表的 回 楼主(caszhao) 的帖子 :
楼主用的是什么板?

http://www.aiothome.net/read.php?tid-7016.html
"If you have an apple and I have an apple and we exchange apples, then you and I will
still each have one apple. But if you have an idea and I have an idea and we exchange
these ideas, then each of us will have two ideas."
级别: 新手上路
UID: 25260
精华: 0
发帖: 2
金钱: 10 两
威望: 2 点
贡献值: 0 点
综合积分: 4 分
注册时间: 2010-07-21
最后登录: 2010-08-02
12楼  发表于: 2010-07-21 21:32

 回 12楼(kasim) 的帖子

请问android 2.2 还可以移植到什么板上? TQ6410 适合吗?
。。。。。。。。。
级别: 新手上路
UID: 27949
精华: 0
发帖: 1
金钱: 5 两
威望: 1 点
贡献值: 0 点
综合积分: 2 分
注册时间: 2010-09-03
最后登录: 2010-09-03
13楼  发表于: 2010-09-03 10:12
Android2.2 怎么看源码?
*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
14楼  发表于: 2010-09-03 10:52

 回 14楼(dzlyb) 的帖子

在线浏览: http://android.git.kernel.org
每个project的froyo分支就是2.2的代码
"If you have an apple and I have an apple and we exchange apples, then you and I will
still each have one apple. But if you have an idea and I have an idea and we exchange
these ideas, then each of us will have two ideas."
级别: 新手上路
UID: 22186
精华: 0
发帖: 24
金钱: 140 两
威望: 28 点
贡献值: 0 点
综合积分: 48 分
注册时间: 2010-05-27
最后登录: 2014-12-01
15楼  发表于: 2010-09-11 09:59
上传好吗
我的个性签名
级别: 新手上路
UID: 28128
精华: 0
发帖: 42
金钱: 210 两
威望: 42 点
贡献值: 0 点
综合积分: 84 分
注册时间: 2010-09-06
最后登录: 2013-08-07
16楼  发表于: 2010-09-20 17:26
Q1 :
froyo 不能代表android 2.2,froyo只是 2.2 里的一个分支,是这样吗?
Q2 :
这些都是不同的分支吗?
froyo froyo-release master android-2.2_r1 android-2.2_r1.1 android-cts-2.2_r1 android-cts-2.2_r2


因为之前我编译android时 ,
$ repo init -u git://android.git.kernel.org/platform/manifest.git -b   froyo
编译froyo的时候用的 sun-java5-sdk
显示的是:
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.2
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=MASTER
============================================

而不选放入哦有直接
$ repo init -u git://android.git.kernel.org/platform/manifest.git
编译的时候提示用 sun-java6-sdk
显示
========================
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=AOSP
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=OPENMASTER
============================================
*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
17楼  发表于: 2010-09-20 17:44
Q1 :
froyo 不能代表android 2.2,froyo只是 2.2 里的一个分支,是这样吗?

froyo == Android 2.2

Q2 :
这些都是不同的分支吗?
froyo froyo-release master android-2.2_r1 android-2.2_r1.1 android-cts-2.2_r1 android-cts-2.2_r2

froyo froyo-release master是不同的分支,android-2.2_r1 android-2.2_r1.1 android-cts-2.2_r1 android-cts-2.2_r2则是不同的tag

“repo init -u git://android.git.kernel.org/platform/manifest.git -b   froyo” check out出的是Android的froyo分支源代码,而“repo init -u git://android.git.kernel.org/platform/manifest.git”则是master分支,事实上它的源代码比froyo更新,并且可以用sun-java 1.6来编译,而froyo分支的源代码只能用1.5版本的。
"If you have an apple and I have an apple and we exchange apples, then you and I will
still each have one apple. But if you have an idea and I have an idea and we exchange
these ideas, then each of us will have two ideas."
我的个性签名
级别: 新手上路
UID: 28128
精华: 0
发帖: 42
金钱: 210 两
威望: 42 点
贡献值: 0 点
综合积分: 84 分
注册时间: 2010-09-06
最后登录: 2013-08-07
18楼  发表于: 2010-09-21 11:16
谢谢     kasim  总版主,

froyo froyo-release master是不同的分支,
这3个分支都代表什么意思呢,那个更具有代表性?
级别: 新手上路
UID: 9455
精华: 0
发帖: 30
金钱: 150 两
威望: 30 点
贡献值: 0 点
综合积分: 60 分
注册时间: 2009-09-29
最后登录: 2011-10-02
19楼  发表于: 2010-09-24 11:34
引用第18楼kasim于2010-09-20 17:44发表的  :

froyo froyo-release master是不同的分支,android-2.2_r1 android-2.2_r1.1 android-cts-2.2_r1 android-cts-2.2_r2则是不同的tag

“repo init -u git://android.git.kernel.org/platform/manifest.git -b   froyo” check out出的是Android的froyo分支源代码,而“repo init -u git://android.git.kernel.org/platform/manifest.git”则是master分支,事实上它的源代码比froyo更新,并且可以用sun-java 1.6来编译,而froyo分支的源代码只能用1.5版本的。


"“repo init -u git://android.git.kernel.org/platform/manifest.git -b   froyo” check out出的是Android的froyo分支源代码"

弱弱的问一句,这样就可以把froyo的kernel, device, platform, tools, toolchain都抓下来吗?

kernel, device, platform, tools, toolchain都包含了什么内容啊,移植android到mini2440,这些都需要下载吗?我现在用git把所有这些都下了,看了引用的帖子好像白下了。
  • «
  • 1
  • 2
  • 3
  • »
  • Pages: 2/3     Go