Changes between Version 19 and Version 20 of Android

Show
Ignore:
Timestamp:
07/21/10 10:29:22 (3 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Android

    v19 v20  
    6464So now if we type "repo" there will be an errer which sais that there is no such command, to tix this you include the path to repo in your $PATH (this is a variable, which knows the cmd paths) to do this you simply type into the terminal:  export PATH=/usr/src/android/bin:$PATH  now the computer finds repo, to be sure make the test with:  echo $PATH   if the repo directory is in the terminal answer, everything is fine. 
    6565 
     66Now to the real download: 
     67First we need a working folder so "cd /usr/src/android" and "mkdir mydroid" now get cd to mydroid and initialise repo in there with "repo init -u git://android.git.kernel.org/platform/manifest.git" 
    6668 
    6769== What to modify so it will boot on an A5IT ==