How can I get opencore 2.0.7?

33 views
Skip to first unread message

Hwayoung

unread,
Jan 6, 2010, 10:18:38 PM1/6/10
to android-platform
how can i get opencore 2.07?
just type repo init -u git://android.git.kernel.org/platform/manifest.git
?
or should I type repo init -u git://android.git.kernel.org/platform/manifest.git
-b master?
or should I get tag 2.0.7 another way?

when i type repo init -u git://android.git.kernel.org/platform/manifest.git,
repo shows new tag just v1.6.8.9. is it correct? or any problem?

I should decide we update our platform or not. we have out of memory
problem in gallery application when sdcard has very many files (over
5000)
and want to know version 2.07 correct that problem.

thanks :)

NoraBora

unread,
Jan 7, 2010, 7:56:41 AM1/7/10
to android-...@googlegroups.com
"repo init -u git://android.git.kernel.org/platform/manifest.git and repo sync" will get you the latest OpenCORE. (v2.07)

If you want to download OpenCORE only,

"git clone git://android.git.kernel.org/platform/external/opencore.git" will do.

2010/1/7 Hwayoung <das...@gmail.com>
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To post to this group, send email to android-...@googlegroups.com.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.




Garret

unread,
Jan 7, 2010, 11:04:00 AM1/7/10
to android-platform
To set your opencore repo to the v2.07 tag:

$ cd external/opencore
$ git tag
$ git log
$ git reset --hard v2.07
$ git log

Reply all
Reply to author
Forward
0 new messages