Hi all, i am trying to rebuild and load image to htc g1 phone,i find some data on internet.It teach me to get the android_2.1_r2 version, and modify the .repo/manifest.xml, add these line into it. <?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="kernel" name="kernel/msm" revision="refs/heads/android- msm-2.6.29-donut"/> <project path="vendor/htc/dream" name="platform/vendor/htc/dream" revision="master"/> <project path="vendor/htc/common-open" name="platform/vendor/htc/ common-open" revision="master"/> <project path="vendor/htc/dream-open" name="platform/vendor/htc/dream- open" revision="master"/> <project path="vendor/htc/prebuilt-open" name="platform/vendor/htc/ prebuilt-open" revision="master"/> <project path="vendor/htc/sapphire-open" name="platform/vendor/htc/ sapphire-open" revision="master"/> <project path="vendor/qcom/android-open" name="platform/vendor/qcom/ android-open" revision="master"/> <project path="vendor/qcom/proprietary-open" name="platform/vendor/ qcom/proprietary-open" revision="master"/> <project path="vendor/pv-open" name="platform/vendor/pv-open" revision="master"/> <project path="vendor/aosp" name="platform/vendor/aosp" revision="master"/> <project path="hardware/htc/dream" name="platform/hardware/htc/dream" revision="master"/> </manifest>
But i found that, when i execute "repo sync" ,it appears some error when try to sync following two line: <project path="kernel" name="kernel/msm" revision="refs/heads/android- msm-2.6.29-donut"/> <project path="vendor/htc/dream" name="platform/vendor/htc/dream" revision="master"/> then i go to check android.git.kernel.org, found there is no refs/ heads/android-msm-2.6.29-donut branch, it replace with "refs/heads/ archive/android-msm-2.6.29-donut" and the "htc/dream" folder disappear. i have no idea, the git will modify or remove some older version ? if there is no htc/dream version, can i use htc/dream-open version to upgrade with htc g1 phone ? And if i have build a wireless driver wlan.ko, and just wanna push this driver into G1 phone through adb. i must use "adb shell" to check the g1 phone's kernel version(uname -r). If G1's kernel version is differ from my kernel, the driver can't insmod success ,am i right ? Thanks for help. Regards, tku1216 -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel