I want users to take pictures and send them to my website with the
phone number of the cell phone to identify them. My website can deal
with the pictures from here.

I have a small demo program working but the focus of the pictures is
poor. I downloaded the Camera package and had a look at it. Very fine
code, and such a lot of it! The whole autofocus and other stuff is
there location too. It does not compile on my eclipse system, probably
because I'm on R2 and it's probably on R3.

What I would like to do is to make a modification to Camera so that it
calls my menu instead of the current menu to decide what to do with
the picture, in fact just the mail option needs to be intercepted.

I am trying to decide whether it's better to try and catch the call to
email, or to re-build the whole camera app. Can anyone help identify
the possibility of intercepting an intent or however the email option
is called after a photo is taken?

For Your Information.
The source code of projects is available at http://source.android.com/download
GIT is available at http://code.google.com/p/msysgit/  I downloaded
http://msysgit.googlecode.com/files/Git-1.6.4-preview20090730.exe and
it seemed to work
http://android.git.kernel.org/ contains instructions and indexes of
the projects and packages

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to