hi,
I think something wrong with gitorious. However, can you follow the
instructions mentioned in wiki?
http://code.google.com/p/0xdroid/wiki/0x7_leb_gingerbread
Thanks,
Jim Huang (jserv)
http://0xlab.org/
--
You received this message because you are subscribed to the Google Groups "0xlab-discuss" group.
To post to this group, send email to 0xlab-...@googlegroups.com.
To unsubscribe from this group, send email to 0xlab-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/0xlab-discuss?hl=en.
Hi !
The problem results from the incorrect 'repo'.
Please use the following instructions:
$ mkdir ~/bin
$ PATH=~/bin:$PATH
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
Reference:
http://source.android.com/source/downloading.html
Thanks for your report!
Sincerely,
hi Kerick,
You have to use the latest 'repo' from the following:
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
If you saw anything related to "android.git.kernel.org", try to lift
it. The old git server is no longer working.
Thanks for your patience.
hi,
Thanks for reporting.
Please follow the instructions in wiki:
http://code.google.com/p/0xdroid/wiki/Source
http://code.google.com/p/0xdroid/wiki/0x7_leb_gingerbread
manifests should be already fixed according to new GIT schema.
Can you check your repo by `repo --version`
and make sure which repo you executed by `which repo`?
hi Kerick,
I think that resulted from incorrect Android manifests used in repo.
The problem should be resolved now.
However, toward future 0xdroid development, we wish to merge into
upstream as possible as we can. Therefore, we work with CyanogenMod,
Linaro, and AOSP.