[Q] Help with merging dagr8 or flappjaxxx kernel into my build

slamindamalibu

Senior Member
Oct 11, 2007
134
21
0
St. Louis
My question is, i would like to build with one of these kernels how do i go about doing this?

i can build Aokp and Cm10 just fine for the t989 with stock kernel, but i don't want to flash a separate zip .

Ive tried editing my remote url

[email protected]:~/aokp_jb/kernel/samsung/msm8660-common/.git$ git remote -v
cm https://github.com/CyanogenMod/android_kernel_samsung_msm8660-common (fetch)
cm https://github.com/CyanogenMod/android_kernel_samsung_msm8660-common (push)

[email protected]:~/aokp_jb/kernel/samsung/msm8660-common/.git$ git remote set-url flappjaxxx https://github.com/flappjaxxx/android_kernel_samsung_msm8660-common.git
fatal: No such remote 'flappjaxxx'

now if i leave the remote "cm" it changes


[email protected]:~/aokp_jb/kernel/samsung/msm8660-common/.git$ git remote set-url cm https://github.com/flappjaxxx/android_kernel_samsung_msm8660-common.git

[email protected]:~/aokp_jb/kernel/samsung/msm8660-common/.git$ git remote -v
cm https://github.com/flappjaxxx/android_kernel_samsung_msm8660-common.git (fetch)
cm https://github.com/flappjaxxx/android_kernel_samsung_msm8660-common.git (push)

but after i build and flash the kernel seems stock as i have no new govs and cant oc.
someone said to edit my local_manifest but what would i change as the remote and the revision would be the same "cm" and "jellybean"

yes im new and have done plenty of research, ive asked over on irc, ive read the git help page, ive pmed other members with no luck

taking it to the community. thanks for any help that you can offer



flappjaxxx gave me

<project name="flappjaxxx/android_kernel_samsung_msm8660-common" path="kernel/samsung/msm8660-common" remote="github" revision="jellybean" />

to add to my local_manifest but when i repo sync i get


error.ManifestParseError: remote github not defined in /home/brian/aokp_jb/.repo/manifest.xml

so how do i define github in the maifest.xml?

define github by adding
<remote name "github"
fetch ".."/>

but now i error with

error.GitError: remote github does not have refs/heads/jellybean


ALRIGHT I STARED FROM SCRATCH THE WAY THINGS WERE BEFORE I STARTED THIS AND ADDED

<remote name="fj" fetch="https://github.com/flappjaxxx"/>

TO THE MANIFEST.XML

THEN I DELETED THE ORIGINAL KERNEL STRING IN MY LOCAL_MANIFEST.XML AND ADDED

<project name="android_kernel_samsung_msm8660-common" path="kernel/samsung/msm8660-common" remote="fj" revision="jellybean"/>

ALL REPO SYN'ED JUST FINE IT FETCHED FLAPPJAXX WORKING TREES AND IM ABOUT TO BUILD

THANKS FLAPPJAXX FOR SPENDING THE LAST COUPLE HOURS GETTING THAT SQUARED UP FOR ME
 
Last edited:

crt60

Senior Member
Jan 31, 2008
1,153
2,755
0
St. Louis
Nevermind

<project name="android_kernel_samsung_msm8660-common" path="kernel/samsung/msm8660-common" remote="fj" revision="jellybean"/>

ALL REPO SYN'ED JUST FINE IT FETCHED FLAPPJAXX WORKING TREES AND IM ABOUT TO BUILD

THANKS FLAPPJAXX FOR SPENDING THE LAST COUPLE HOURS GETTING THAT SQUARED UP FOR ME
 
Last edited: