Skip to main content

Posts

Showing posts from February, 2011

Starting my Streak Gingerbread port

While I appreciate all the hard work DJ_Steve puts into StreakDroid, it's just too buggy for me.  So I'm going to try my hand at jumping right to Gingerbread. My starting point is the MSM/QSD code that Qualcomm publishes at CodeAurora.  Clone the kernel repo using the following command: git clone git://codeaurora.org/kernel/msm.git Next, I want to change the working master to the Gingerbread kernel: git checkout -b gingerbread_rel origin/gingerbread_rel My next step is to pull in Dell's changes from their 3.09 release.  Stay tuned!