[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-16 Thread Hans
On Mar 16, 1:25 am, Ralf ralfo...@gmail.com wrote: Just to clarify: - is this Camera the one in the git android repository? Yes. - are you trying to build from the android repository using make or from the SDK? From the SDK. - what is your platform? (i.e. not windows) Windows and/or

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-16 Thread Abdul Mateen
What do you mean by the camera Application, I have mostly used Camera in my applications, are you asking about the invocation of the camera, or something else? Do you mean that the Application based on Camera, that uses the Camera, take photos, and other stuffs if this, then this is the what I

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-16 Thread Hans
On Mar 15, 1:06 pm, Abdul Mateen abmat...@gmail.com wrote: What do you mean by the camera Application, I have mostly used Camera in my applications, are you asking about the invocation of the camera, or something else? The Camera package, the system app denoted by Camera.apk.

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-16 Thread Dave Sparks
We are planning to move to a model where most of the apps are built against the SDK. Unfortunately, we're not quite there yet. I expect to release a better camera sample application in the next SDK. This one will be buildable against the SDK. On Mar 16, 8:59 am, Hans hkess...@gmail.com wrote:

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Jean-Baptiste Queru
I haven't looked in detail, but this looks like yet another case of a platform application that uses private platform APIs and therefore can't be built against the SDK. JBQ On Sun, Mar 15, 2009 at 7:57 AM, Hans hkess...@gmail.com wrote: Manifest for Camera.git application lists this service.

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Hans
Much appreciated Jean-Baptiste. Would the source for this actually be available to a phone OEM or ISP (I'm not sure what term to use for a branded network provider) such as T-Mobile. If so, I have contacts there who could do the build for me; or, would this only be something in-house at Google?

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Jean-Baptiste Queru
Oh, I see. The real problem is that the class in question was deleted a long time ago, but the manifest still lists it by mistake. The manifest should be updated. For your own purposes you can just remove the line in question in the manifest. JBQ On Sun, Mar 15, 2009 at 8:03 AM, Hans

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Hans
Much appreciated. I'd like to ask you one more question if I could JBQ. I have built all kinds of things with Android now, from simple activities, to OpenGL applications, to out of process servers running in services with inter-process communication and callbacks, et cetera. All of this is

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Jean-Baptiste Queru
I'm not familiar at all with the camera code and the dependencies that you might find, so I can't give you any advice here, sorry. JBQ On Sun, Mar 15, 2009 at 9:31 AM, Hans hkess...@gmail.com wrote: Much appreciated. I'd like to ask you one more question if I could JBQ. I have built all

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Ralf
Just to clarify: - is this Camera the one in the git android repository? - are you trying to build from the android repository using make or from the SDK? - what is your platform? (i.e. not windows) R/ On Sun, Mar 15, 2009 at 7:57 AM, Hans hkess...@gmail.com wrote: Manifest for Camera.git