I’m referring to the camera application that is already installed on my G1, not the camera API source code.
How do I get the source code?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to clone the project from the Android repository using
git.The project URL is:
You can clone the project like this:
The source code will be in the directory Camera.
This link will tell you how to download all the sources.
If you need help with using git then checkout git’s documentation section.