[WIP][CM10] CyanogenMod 10 Alpha | tutorial (7/22/12)

Search This thread

m4570d0n

Senior Member
Nov 20, 2011
1,304
1,021
Houston
OnePlus 6T
what happened to the TeamChopsticks/android_vendor_samsung_skyrocket repo?

Getting sync errors now and I'm not seeing it on github anymore. I tried to change it to TeamChopsticks/proprietary_vendor_samsung but it's telling me that this is not a valid repository name.

edit. Figured it out. Dumb error on my part.
 
Last edited:
I

Illnevertell

Guest
what happened to the TeamChopsticks/android_vendor_samsung_skyrocket repo?

Getting sync errors now and I'm not seeing it on github anymore. I tried to change it to TeamChopsticks/proprietary_vendor_samsung but it's telling me that this is not a valid repository name.

They have a jellybean repo now I know that much

Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
 

roger_n

Senior Member
Sep 23, 2010
1,078
1,374
Can you share what you figured out?

Sent from my SAMSUNG-SGH-I727 using xda app-developers app
 

dakpluto

Senior Member
Mar 2, 2012
1,035
370
45
Orlando
In Sk8ers local_manifest, you need to make this correction now:

Change:

Code:
<project name="TeamChopsticks/android_vendor_samsung_skyrocket" path="vendor/samsung/skyrocket" remote="github" revision="ics"/>

to:

Code:
<project name="TeamChopsticks/proprietary_vendor_samsung" path="vendor/samsung/" remote="github" revision="jellybean" />
 
  • Like
Reactions: roger_n

Decepticaons

Senior Member
Sep 1, 2011
1,318
260
43
Byron Center
In Sk8ers local_manifest, you need to make this correction now:

Change:

Code:
<project name="TeamChopsticks/android_vendor_samsung_skyrocket" path="vendor/samsung/skyrocket" remote="github" revision="ics"/>

to:

Code:
<project name="TeamChopsticks/proprietary_vendor_samsung" path="vendor/samsung/" remote="github" revision="jellybean" />

what code do i type in terminal to pull up the manifest so I can make that change?
 

dakpluto

Senior Member
Mar 2, 2012
1,035
370
45
Orlando
what code do i type in terminal to pull up the manifest so I can make that change?

nano, gedit, kedit, take your pick. Whatever text editor you want.

I'm gonna say this, and I promise I don't say this to be mean...if you have to ask that question, you need to focus first on learning a lot more linux, especially CLI, before progressing too much more into building. That's like as entry level as it gets right there. Learn some more linux, then try to build. It will only make your life easier.
 

Decepticaons

Senior Member
Sep 1, 2011
1,318
260
43
Byron Center
nano, gedit, kedit, take your pick. Whatever text editor you want.

I'm gonna say this, and I promise I don't say this to be mean...if you have to ask that question, you need to focus first on learning a lot more linux, especially CLI, before progressing too much more into building. That's like as entry level as it gets right there. Learn some more linux, then try to build. It will only make your life easier.

I pomised myself that I would copy and paste my way through my first build, the reason is becuase I learn best by asking questions, then doing, then researching the why's. I dont take your post offensively, its great advice, I just dont work that way :)
Thanks for the quick answer tho, bare with me for a bit and I promise my annoying questions will be a huge factor in the overall success of the skyrocket.
 

KangKilla

Senior Member
Mar 8, 2012
209
48
43
Tempe
kataishin.com
nano, gedit, kedit, take your pick. Whatever text editor you want.

I'm gonna say this, and I promise I don't say this to be mean...if you have to ask that question, you need to focus first on learning a lot more linux, especially CLI, before progressing too much more into building. That's like as entry level as it gets right there. Learn some more linux, then try to build. It will only make your life easier.

I really prefer windows. I love Linux but I don't like having to switch computer OS's and setting up shop anew.

I thought about kitchens and then I thought about Kitchen Nightmares if you catch my drift, lmfap



Sent from my SAMSUNG-SGH-I727 using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 111
    This is built straight from the cm10 repo. ill update this as commits get pushed to the CM repo.

    - format data factory reset
    - format /system
    - format dalvik cache
    - format /cache
    - install rom

    Hercules users use this rotation fix (thanks JPOKeefe):
    http://xdaforums.com/showthread.php?p=28931172#post28931172

    Working:
    - data
    - bluetooth
    - gapps-jb-20120717.zip
    - adb (you must turn on developer options)
    - messaging
    - wifi
    - root (flash this HERE)
    - sound
    - mic (sorta)
    - new bootanimation (http://xdaforums.com/showthread.php?p=28984583) (thanks to whosgotlag for the tip and nozerogravity for making it)
    - BLN

    Issues:
    - switching to landscape in youtube app while watching a video causes a reboot
    - camera
    - in-call echo
    - pretty much anything else. its alpha.....



    Credit goes to cyanogenmod team for getting these fixes so fast!

    HOW TO BUILD!

    Download repo script:
    Code:
    mkdir ~/bin
    PATH=~/bin:$PATH
    curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
    chmod a+x ~/bin/repo

    Create CM10 directory:
    Code:
    mkdir ~/cm10
    cd ~/cm10
    repo init -u git://github.com/CyanogenMod/android.git -b jellybean
    repo sync -j16 (this will take a few hours)
    wget http://sk8erwitskil.com/guest/skyrocket/CM10/extras/local_manifest.xml -O .repo/local_manifest.xml
    repo sync -j16

    Build:
    Code:
    . build/envsetup.sh (notice the period and space)
    vendor/cm/get-prebuilts
    repo sync -j16
    CM_EXTRAVERSION=-yourname CM_SNAPSHOT=1 brunch cm_skyrocket-userdebug

    jellybean-skyrocket.png
    33
    unless this is your thread please refrain from telling others what to do on it. i own this thread and if i have a problem with someone i will tell them. i dont care what anyone has said previously. from now on if there is one more comment that is negatively aimed at someone else i will close this thread and stop building these roms. that is all.
    20
    So... does anyone know if the tutorial is decent? I haven't read it yet and was wondering if a lot of people were getting stuck like I do with most of the other half baked tutorials.

    Sent from my bed.

    LOL How is it a half baked tutorial? If you can make a better one please do buddy.

    As far as people staying "on topic"... I think discussing which distro works best is very relevant since the point of this thread is to further the development of cm10, and if people are having issues getting the builds to work then, by all means, we should discuss ways to fix that. I think this thread has been great! I'll still be afk for another day or so but you guys are doing great. Toggles and lock screen shortcuts going good? If someone can pm a link to the latest build that has those fixes ill put it in the op :)

    Keep up the good work guys. My wife is being induced in 5 hours so keep us in your prayers.

    Sent from my SAMSUNG-SGH-I727 using xda app-developers app
    15
    building with audio commits. lets see if it works
    15
    Bad News: New Errors

    Has anyone built a 7/25 ROM today? I did and can't believe that system audio now works without cherry picking the audio patches but now in-call audio is broken again. Does anybody have a work-around I can try without compiling another ROM?


    Good News: Working out of the box without cherry picking.
    System audio
    Custom lock screen shortcuts working
    Status bar toggles working

    Thanks Roger:cool:

    ---------- Post added at 01:15 AM ---------- Previous post was at 01:14 AM ----------



    Hey Sk8er how did everything go I hope well are you a proud daddy yet?

    Roger:cool:

    yep. Connor was born on 7/23/12 6lbs10oz 19.5in :) still in the hospital though until thursday cuz the wife got a fever.