User:Joel Reymont/Android Notes: Difference between revisions

Jump to navigation Jump to search
Line 15: Line 15:
1. [http://source.android.com/download Get the sources].
1. [http://source.android.com/download Get the sources].


2. Apply [http://groups.google.com/group/android-platform/msg/efd76f9a3bd02a2b changes] making sure there spaces before ''refs''.
2. Apply these changes


This almost works but resets the head each time. Both of the last two changes are needed but the Java one gets written over by the very last change. Also, changes downloaded this way get blown away on ''repo sync''.
<pre>
cd system/core && git pull git://android.git.kernel.org/platform/system/core refs/changes/45/11845/2 && cd ../..
cd external/qemu && git pull git://android.git.kernel.org/platform/external/qemu refs/changes/46/11846/2 && cd ../..
cd prebuilt && git pull git://android.git.kernel.org/platform/prebuilt refs/changes/14/12014/1 && cd ..
cd prebuilt && git pull git://android.git.kernel.org/platform/prebuilt refs/changes/75/12075/1 && cd ..
cd build && git pull git://android.git.kernel.org/platform/build refs/changes/74/12074/1 && cd ..
cd build && git pull git://android.git.kernel.org/platform/build refs/changes/93/12093/1 && cd ..
</pre>
 
The following almost works but resets the head each time. Both of the last two changes are needed but the Java one gets written over by the very last change. Also, changes downloaded this way get blown away on ''repo sync''.


<pre>
<pre>
109

edits

Navigation menu