Changes between Version 19 and Version 20 of Android
- Timestamp:
- 07/21/10 10:29:22 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Android
v19 v20 64 64 So 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. 65 65 66 Now to the real download: 67 First 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" 66 68 67 69 == What to modify so it will boot on an A5IT ==
