ICT: Diary
D: 28 W: 05

< April 2011 >
Sun Mon Tue Wed Thu Fri Sat
 12
3456789
10111213141516
17181920212223
24252627282930

Based on notaweblog.php by joshua stein

[ ] Thursday, 14 April 2011 [ ]

Building Android: Gingerbread

git was not allowing me to connect, I kept getting "Network unreachable" errors, this was solved by replacing

git://android.git.kernel.org/platform/manifest.git
with
http://android.git.kernel.org/platform/manifest.git

I also needed to edit the manifest.xml file and do the same change there to allow repo sync to work.

vi .repo/manifest.xml
<manifest>
  <remote  name="korg"
           fetch="git://android.git.kernel.org/"
           review="review.source.android.com" />
  <default revision="froyo"
           remote="korg" />


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $