Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
paxChristos
Old
(Last edited by paxChristos; 27th April 2012 at 08:03 PM.)
#81  
paxChristos's Avatar
Retired Forum Moderator
Thanks Meter 1255
Posts: 2,036
Join Date: Aug 2011
Location: Milwaukee

 
DONATE TO ME
Quote:
Originally Posted by cj360 View Post
do you mean this "git" I'm not sure what command to use as
git clone https://github.com/koush/proprietary_vendor_semc.git -b
is missing the argument after -b or I am.
(The -b tag means branch) (and you need all 4 Keiran listed in the OP)
you're forgetting which branch (ics) you wanna sync


Also, if you plan on rebuilding at a later date, you're gonna have to cd to the folders that you cloned & do a
Code:
git pull
for any updates to those repositories.

(From the OP: In the terminal again:
Code:
cd ~/android/ics/vendor/
git clone https://github.com/koush/proprietary_vendor_semc.git -b ics semc
Then:

Code:
cd ~/android/ics/device/
mkdir semc
cd semc
git clone https://github.com/CyanogenMod/android_device_semc_msm7x30-common.git -b ics msm7x30-common
git clone https://github.com/CyanogenMod/android_device_semc_zeus.git -b ics zeus
git clone https://github.com/CyanogenMod/android_device_semc_zeus-common.git -b ics zeus-common
)
Tips:
*Logcat or it never happened. *Search before posting *Go to User CP -> Edit Options -> switch "Number of Posts to Show Per Page" to 50. *Reporting Posts

Link to My Mediafire Folder (R800x Goodies) | Link to common Xperia Play fixes
My Work: Roms for R800x that i've ported/tweaked | Team Gummy Rom | Codename Android | CM9 | In Progess: Jelly Bean (CM10 (Pre-Alpha) then AOSP) | Codename Android GSM
The Following User Says Thank You to paxChristos For This Useful Post: [ Click to Expand ]
 
cj360
Old
#82  
cj360's Avatar
Senior Member
Thanks Meter 449
Posts: 994
Join Date: Oct 2011

 
DONATE TO ME
Well I'm dumb lol. But I merged the zeusc git into my directory and I still only see zeus-eng in the list. Should I be adding cm9 prebuilts for zeusc?
 
paxChristos
Old
(Last edited by paxChristos; 27th April 2012 at 08:19 PM.)
#83  
paxChristos's Avatar
Retired Forum Moderator
Thanks Meter 1255
Posts: 2,036
Join Date: Aug 2011
Location: Milwaukee

 
DONATE TO ME
Quote:
Originally Posted by cj360 View Post
Well I'm dumb lol. But I merged the zeusc git into my directory and I still only see zeus-eng in the list. Should I be adding cm9 prebuilts for zeusc?
oooh.... s***
rm -rf that folder & both the cdma folders... somehow those left my computer & entered the internets... we'll pretend like they don't exist because they don't work :P (you'll have to change a couple of files in .repo/ folder to get rid of it re-syncing)
Tips:
*Logcat or it never happened. *Search before posting *Go to User CP -> Edit Options -> switch "Number of Posts to Show Per Page" to 50. *Reporting Posts

Link to My Mediafire Folder (R800x Goodies) | Link to common Xperia Play fixes
My Work: Roms for R800x that i've ported/tweaked | Team Gummy Rom | Codename Android | CM9 | In Progess: Jelly Bean (CM10 (Pre-Alpha) then AOSP) | Codename Android GSM
 
cj360
Old
(Last edited by cj360; 27th April 2012 at 08:39 PM.)
#84  
cj360's Avatar
Senior Member
Thanks Meter 449
Posts: 994
Join Date: Oct 2011

 
DONATE TO ME
Do you mean post #81? Re- syncing the vendor trees just cause.

I do have a zeus-eng in my list but it gives a error saying its incomplete and asking if its the right one.
 
paxChristos
Old
#85  
paxChristos's Avatar
Retired Forum Moderator
Thanks Meter 1255
Posts: 2,036
Join Date: Aug 2011
Location: Milwaukee

 
DONATE TO ME
Quote:
Originally Posted by cj360 View Post
Do you mean post #81? Re- syncing the vendor trees just cause
I re-sync the vendor & device trees every time I (re)build. Unless you add them into the .repo/ manifests

Sent from my phone, please excuse any Swypos.
Tips:
*Logcat or it never happened. *Search before posting *Go to User CP -> Edit Options -> switch "Number of Posts to Show Per Page" to 50. *Reporting Posts

Link to My Mediafire Folder (R800x Goodies) | Link to common Xperia Play fixes
My Work: Roms for R800x that i've ported/tweaked | Team Gummy Rom | Codename Android | CM9 | In Progess: Jelly Bean (CM10 (Pre-Alpha) then AOSP) | Codename Android GSM
 
cj360
Old
#86  
cj360's Avatar
Senior Member
Thanks Meter 449
Posts: 994
Join Date: Oct 2011

 
DONATE TO ME
I still seem to only have zeus-eng in my list besides a couple other devices. Going to work on it more after dinner.
 
paxChristos
Old
#87  
paxChristos's Avatar
Retired Forum Moderator
Thanks Meter 1255
Posts: 2,036
Join Date: Aug 2011
Location: Milwaukee

 
DONATE TO ME
Quote:
Originally Posted by cj360 View Post
I still seem to only have zeus-eng in my list besides a couple other devices. Going to work on it more after dinner.
run either
Code:
. build/envsetup.sh
or
Code:
vendor/cm/vendorsetup.sh
(envsetup will get all options, vendor/cm/vendorsetup.sh will give you the userdebug options, also you might have to chmod +x vendorsetup.sh)

Pax
Tips:
*Logcat or it never happened. *Search before posting *Go to User CP -> Edit Options -> switch "Number of Posts to Show Per Page" to 50. *Reporting Posts

Link to My Mediafire Folder (R800x Goodies) | Link to common Xperia Play fixes
My Work: Roms for R800x that i've ported/tweaked | Team Gummy Rom | Codename Android | CM9 | In Progess: Jelly Bean (CM10 (Pre-Alpha) then AOSP) | Codename Android GSM
 
cj360
Old
#88  
cj360's Avatar
Senior Member
Thanks Meter 449
Posts: 994
Join Date: Oct 2011

 
DONATE TO ME
I get
Code:
andrew@andrew-Aspire-5517:~/Gummy$ . build/envsetup.sh
including device/amazon/otter/vendorsetup.sh
including device/semc/zeus/vendorsetup.sh
including device/ti/panda/vendorsetup.sh
including vendor/Gummy/vendorsetup.sh
including sdk/bash_completion/adb.bash
And cd-ing to the dir of vendorsetup.sh and running it, terminal says
Code:
bash: build/vendorsetup.sh: No such file or directory
.

Can't thank you enough for helping me out on this so much
 
paxChristos
Old
#89  
paxChristos's Avatar
Retired Forum Moderator
Thanks Meter 1255
Posts: 2,036
Join Date: Aug 2011
Location: Milwaukee

 
DONATE TO ME
Quote:
Originally Posted by cj360 View Post
I get
Code:
andrew@andrew-Aspire-5517:~/Gummy$ . build/envsetup.sh
including device/amazon/otter/vendorsetup.sh
including device/semc/zeus/vendorsetup.sh
including device/ti/panda/vendorsetup.sh
including vendor/Gummy/vendorsetup.sh
including sdk/bash_completion/adb.bash
And cd-ing to the dir of vendorsetup.sh and running it, terminal says
Code:
bash: build/vendorsetup.sh: No such file or directory
.

Can't thank you enough for helping me out on this so much
Gummy? Is that the Aokp code? Check (from your Android source dir)
Code:
 cd vendor/cm
It should be in there.
Sent from my phone, please excuse any Swypos.
Tips:
*Logcat or it never happened. *Search before posting *Go to User CP -> Edit Options -> switch "Number of Posts to Show Per Page" to 50. *Reporting Posts

Link to My Mediafire Folder (R800x Goodies) | Link to common Xperia Play fixes
My Work: Roms for R800x that i've ported/tweaked | Team Gummy Rom | Codename Android | CM9 | In Progess: Jelly Bean (CM10 (Pre-Alpha) then AOSP) | Codename Android GSM
 
cj360
Old
#90  
cj360's Avatar
Senior Member
Thanks Meter 449
Posts: 994
Join Date: Oct 2011

 
DONATE TO ME
It's not. I said I'm trying to merge the vendor trees for zeus of ics to make a Gummy rom. It has some simiarites to aokp but seems to have less developers from what I can tell. Wasn't sure if cm should be pulled or should it be in the vendor trees from the 1st posts and from koush?

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...