3) Clone the github device tree from remote to local: (The heroc would be whatever you want that folder to be named so make sure it is whatever standard name would be for your device, example: Nexus One [Passion], Nexus S [Crespo], Motorola Droid [Sholes], HTC Incredible [Inc], etc.)
Ok, I'm looking for this, and I'm building for the htc glacier (mytouch 4g) I'm really new to this and looking for this on github. I've tried searching for glacier, mytouch 4g, mytouch, and several other derivatives and can't figure out what I'm supposed to find, it's mostly people's kernels. Can you give a little further guidance or clarification on this? For a new person to compiling from source. Thanks.
Ok, I'm looking for this, and I'm building for the htc glacier (mytouch 4g) I'm really new to this and looking for this on github. I've tried searching for glacier, mytouch 4g, mytouch, and several other derivatives and can't figure out what I'm supposed to find, it's mostly people's kernels. Can you give a little further guidance or clarification on this? For a new person to compiling from source. Thanks.
It's 4am where I'm at right now and I need some sleep and have class from noon to 4pm, but after that I will elaborate upon that.
Ok, I'm looking for this, and I'm building for the htc glacier (mytouch 4g) I'm really new to this and looking for this on github. I've tried searching for glacier, mytouch 4g, mytouch, and several other derivatives and can't figure out what I'm supposed to find, it's mostly people's kernels. Can you give a little further guidance or clarification on this? For a new person to compiling from source. Thanks.
clone this to WORKING_DIRECTORY/device/htc/glacier (make the folder if it doesnt exist)
You'll need to tweak few things before you can successfully build, like tweaking the overlay for AOSP ICS
CyanogenMod Maintainer | SGT7 | TeamBBQ
BBQLinux - An Arch based Linux distribution for Android developers
Website: http://www.bbqlinux.org | Downloads: [url]http://sourceforge.net/projects/bbqlinux/files//url]
IRC: #bbqlinux on freenode
Package sun-java6-jdk has no installation candidate
I just had trouble to install the Sun Java6 JDK after updating to Ubuntu 10.04. The problem was that the system couldn’t find the package sun-java6-sdk and apt-get gave me the message:
Package sun-java6-jdk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package sun-java6-jdk has no installation candidate
What I did to solve this problem was to add a new source
I'm really sorry for the stupid question, but I can't seem to find the answer for this.
I'm using Ubuntu 11.10 64bit and I'm trying to get all the dependencies together so I can start playing. I already have all the repos in the default /etc/apt/sources.list enabled and get this feedback when I run
Code:
apt-get install lib32readline5-dev
Code:
Package lib32readline5-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32readline-gplv2-dev
E: Package 'lib32readline5-dev' has no installation candidate
My question is do I have to get the package "lib32readline5-dev" or can I use the replacement package that apt recommends "lib32readline-gplv2-dev".
they look like they do the same thing from the description.
Thanks for having patience and understanding with a N00b, and for all the work that you already put into this post, the information on this site is great.
--Sorrell
I'm really sorry for the stupid question, but I can't seem to find the answer for this.
I'm using Ubuntu 11.10 64bit and I'm trying to get all the dependencies together so I can start playing. I already have all the repos in the default /etc/apt/sources.list enabled and get this feedback when I run
Code:
apt-get install lib32readline5-dev
Code:
Package lib32readline5-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32readline-gplv2-dev
E: Package 'lib32readline5-dev' has no installation candidate
My question is do I have to get the package "lib32readline5-dev" or can I use the replacement package that apt recommends "lib32readline-gplv2-dev".
they look like they do the same thing from the description.
Thanks for having patience and understanding with a N00b, and for all the work that you already put into this post, the information on this site is great.
--Sorrell
You'd be fine using this:
Code:
$ sudo apt-get install lib32readline-gplv2-dev
I've been compiling without it and I've been fine, but I'm adding now.
Getting feedback for your app during development is as simple as adding logging info where necessary and looking … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?