Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I can only do this with Linux, correct?
I think either you didn't do this:
-typed: cd ~/android/system
-typed: repo init -u git://github.com/ikarosdev/android.git -b ics
OR you did it in the wrong directory. Notice in your error log:
fatal: Not a git repository: '/home/sean/.repo/projects/bootable/bootloader/legacy.git'
fatal: Not a git repository: '/home/sean/.repo/projects/dalvik.git'
It is talking about /home/sean/.repo/...
That .repo directory should be /home/sean/android/system/.repo/...
Edit: OR, you have residual .repo directories laying around when you may have mistakenly done a "repo init" in the wrong directories.
If you look in the file manager and hit CTRL+H on your keyboard, you can see all of the hidden files/folders (basically any file/folder that begins with a dot such as .repo). Or, you can type ls -a in the terminal to show the hidden files also. I would get rid of any unneeded .repo directories, especially in your home folder /home/sean/.repo since I assume you won't really be doing any syncing or version control directly in the /home/sean/ folder.
Seriously? I wasted all my time to not figure out I could just do it on my Mac?! Jeez. I need a brain. I guess I can use his tutorial but use the right directories for my Mac right?Linux or Mac (which, of course, is based on unix) only.
I shall do that.
Seriously? I wasted all my time to not figure out I could just do it on my Mac?! Jeez. I need a brain. I guess I can use his tutorial but use the right directories for my Mac right?

Well, I was able to get it to finally sync without errors.
I cleared it out, and found the hidden .repo files and deleted them. I'll have to cut the sync off once my car is fixed, but then I'll head home and let this baby run, hopefully, if all goes well, I'll attempt a build.
You'll probably have to get the proprietary blobs too from your phone or download the package from this post:
http://androidforums.com/triumph-al...7-source-development-area-11.html#post3634312
)I'm sorry, but let me clarify:
-you got the error
-you went and deleted ~/bin and ~/android/system
-deleted ^ those files permanently from the trash (optional)
-went back into terminal
-typed: mkdir -p ~/android/system && mkdir -p ~/bin
-typed: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
-typed: chmod a+x ~/bin/repo
-rebooted
-started terminal again
-typed: cd ~/android/system
-typed: repo init -u git://github.com/ikarosdev/android.git -b ics
-set up name and email
-typed: repo sync -j16
? If not, follow ALL above
Its all there except he hasnt updated his cherry picks so you will be fighting alot of errors that he already solved.
ISAAC: if you are reading this please upload all of your changes to github. lol thanks
I have fully synced but upon building I get this error
When solved it throws another error. I can brute force solve most problems but thats not gonna work for ICS so im just gonna wait for isaac to finish updating his changes because he hasnt updated it since the 4th and Im sure thee has been aot of changes since then.Code:build/core/base_rules.mk:166: *** hardware/qcom/media/audio/msm7x30: MODULE.TARGET.SHARED_LIBRARIES.audio.primary.triumph already defined by build/core.
You are correct sir. He has not put anything up for CM9.
Actually, my ICS changes on Github that I've made is pretty current. All the stuff that's specific for the Triumph ICS port is up. The things that I missing are the pieces need for the source to build.
Actually, my ICS changes on Github that I've made is pretty current. All the stuff that's specific for the Triumph ICS port is up. The things that I missing are the pieces need for the source to build.
The problem is the base code is changing everyday, but in order for CM9 to build (especially for the msm7x30 devices), certain commits need to be cherry-picked. However, this may cause conflicts when trying to merge from upstream.
Were can we find these cherry picks?
I tried to use you audio changes but it kept giving me errors. Will cyanogen mod make it easier to build for msm7x30 devices as time goes by?
How can I solve this error?
build/core/base_rules.mk:166: *** hardware/cm/audio: MODULE.TARGET.SHARED_LIBRARIES.audio.primary.triumph already defined by build/core. Stop.
Deleted the audio folder under cm and its building.
I dual boot. I was trying on vmware and it wasn't working so well, so I just set my laptop up to dual boot. Hadn't done it for like 5-6 years or so, and now I basically don't use the windows partition on the laptop, lol.Do you guys use a dual booting windows and ubuntu (wubi) or use a vmware variant thing? Lol I hope I was clear saying this![]()
I dual boot. I was trying on vmware and it wasn't working so well, so I just set my laptop up to dual boot. Hadn't done it for like 5-6 years or so, and now I basically don't use the windows partition on the laptop, lol.
. That and the fact that I always have to google a software to see if it supports linux. Anybody know how to get Microsoft word and powerpoint 2010 on ubuntu? It would probably push me to stay on it.I REALLY like ubuntu, I'm not going to lie, but I've gotten so familiar with windows that I just can't replace it with Ubuntu. And maybe if I could increase the partition instead of just having 30 gigs. That and the fact that I always have to google a software to see if it supports linux. Anybody know how to get Microsoft word and powerpoint 2010 on ubuntu? It would probably push me to stay on it.
You could use OpenOffice.org. It's ms office compatible.

Last I had used it, it doesn't have all the features. But it can save your documents in a compatible format and all the basic and most advanced features are there.I've tried it but I don't think it has nearly as many features as office, but then again i haven't really messed with it that much.
I keep running into the same error and can't seem to find my way around it. I was curious if you figured out how to correct/get past and finish the build?Its all there except he hasnt updated his cherry picks so you will be fighting alot of errors that he already solved.
ISAAC: if you are reading this please upload all of your changes to github. lol thanks
I have fully synced but upon building I get this error
When solved it throws another error. I can brute force solve most problems but thats not gonna work for ICS so im just gonna wait for isaac to finish updating his changes because he hasnt updated it since the 4th and Im sure thee has been aot of changes since then.Code:build/core/base_rules.mk:166: *** hardware/qcom/media/audio/msm7x30: MODULE.TARGET.SHARED_LIBRARIES.audio.primary.triumph already defined by build/core.
I keep running into the same error and can't seem to find my way around it. I was curious if you figured out how to correct/get past and finish the build?
Do you guys use a dual booting windows and ubuntu (wubi) or use a vmware variant thing? Lol I hope I was clear saying this![]()