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.
Building from source for the first time now, oh snap
What device and did it finish?
Still building. Maybe I should switch to kernels so I don't blow up my poor laptop lol
Plain aosp for my nexus 7 right now just to make sure its all kosher and I have the process down.
Eventually I want to try to port it to the s3 or evo 4g lte for my own personal use. Will probably rely on much of cms work for that.
Bought it a few years ago. Intel i5 @2.53 GHz x4
4 gigs of ram is what I thinks holding it back. Don't they recommend like 16gb for building ICS?
I have 4 gigs of swap as well. I didn't setup ccache, so that could be part of it.
I don't know anything about ccache, so I can't help you there.OK so when I try to enable ccache anytime i reboot I get an unresponsive black screen. Clearly I'm not doing it right here.
What's the proper way to enable it, and how do I get Ubuntu to boot again?
No! No, no, no. With rare exceptions, no Linux distro should ever need to be reinstalled in order to fix problems. About the only time I ever suggest reinstalling is when a brand new installation is hopelessly screwed up, and the user has nothing to lose by just wiping the drive and starting over again. Other than that, it just shouldn't need to happen. This isn't window$.Still mostly a Ubuntu noob here. I learn by messing up and figuring it out, but last time I couldn't figure it out and reinstalled the os
Ok, so when I reformatted I put /home on its own partition like you suggested. However, I noticed for ccache...Also, another thing: keep /home on a separate partition
Now how do I know the correct path to use for the partition?Put the following in your .bashrc or equivalent.
export USE_CCACHE=1 By default the cache will be stored in ~/.ccache. If your home directory is on NFS or some other non-local filesystem, you will want to specify the directory in your .bashrc as well.
export CCACHE_DIR=<path-to-your-cache-directory>
Good! That's the preferred way.Ok, so when I reformatted I put /home on its own partition
Assuming your home directory is in the default location, i.e., /home/YOUR_USER_NAME, then you don't need to specify anything, as you'll have /home/YOUR_USER_NAME/.ccache. It's only if you stuck your home directory in some other location, such as on a hard drive in another computer on your network [which would be REALLY weird!], would you need to specify its location. So just add the export USE_CCACHE=1 line to your ~/.bashrc file and you'll be good to go.However, I noticed for ccache...
Now how do I know the correct path to use for the partition?Put the following in your .bashrc or equivalent.
export USE_CCACHE=1 By default the cache will be stored in ~/.ccache. If your home directory is on NFS or some other non-local filesystem, you will want to specify the directory in your .bashrc as well.
export CCACHE_DIR=<path-to-your-cache-directory>
Just an FYI: You might want to add posts like this to the Linux questions thread. It helps keep all Linux-oriented stuff organized, plus it's more likely that certain people (like me!) will see your question.Alright guys,
I have 2 harddrives in my computer on with unbuntu and one with windows. and i cant for hell figure out how to get them both to boots and i choose witch one i want to boot into ?.. any help ?
Just an FYI: You might want to add posts like this to the Linux questions thread. It helps keep all Linux-oriented stuff organized, plus it's more likely that certain people (like me!) will see your question.