[android-developers] Re: Can Android Framework API support multiple cameras?

2009-10-22 Thread clemsongrad
Dianne, But if we had to support, would say option#1 is preferable? Would you recommend adding new methods to make it more cleaner ? Thanks On Oct 21, 4:55 pm, Dianne Hackborn hack...@android.com wrote: Not currently supported, sorry. On Wed, Oct 21, 2009 at 1:36 PM, clemsongrad dpotl

[android-developers] Can Android Framework API support multiple cameras?

2009-10-21 Thread clemsongrad
If an android device wants to support multiple cameras, then how does the API support this? Right now the framework API is a simple static method to create an instance of camera Camera.open(). I see couple of options: 1. Using camera.setParameters() to set a name/value pair that instructs

[android-developers] is there a Guide lines for physical keys

2009-10-19 Thread clemsongrad
Is there a set of guidelines for the device makers in relation to the physical keys? For example mandating things like a phone button, menu button etc? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Where does com.google.common.DataRequestListener come from?

2009-09-16 Thread clemsongrad
Folks, I am using Android 1.5 R2. We are testing an application that uses com.google.common.DataRequestListener? Where does this class come from? I cannot find it any jar bundled in SDK or add-ons (maps.jar). Any ideas? btw: I found some documentation on this

[android-developers] Re: Where does com.google.common.DataRequestListener come from?

2009-09-16 Thread clemsongrad
Thanks Mark, that is what i am afraid of. On Sep 16, 3:10 pm, Mark Murphy mmur...@commonsware.com wrote: clemsongrad wrote: Folks, I am using Android 1.5 R2.  We are testing an application that uses com.google.common.DataRequestListener? Where does this class come from?  I cannot

[android-developers] Re: Where does com.google.common.DataRequestListener come from?

2009-09-16 Thread clemsongrad
/ MapActivity;.createMap ()V BTW: This runs just fine in the emulator with 1.5 R2, but not on the device. Thanks! On Sep 16, 3:17 pm, clemsongrad dpotl...@gmail.com wrote: Thanks Mark, that is what i am afraid of. On Sep 16, 3:10 pm, Mark Murphy mmur...@commonsware.com wrote: clemsongrad

[android-developers] Re: Updating framework - How to include new Java classes for android.jar

2009-07-12 Thread clemsongrad
Romain, That is a good point and in fact we will put them in a separate package. Can you pl address the magic on how com.android,internal.util.Predicate.class is included in the android.jar? Where is it specified on the files that needs to be part of the android.jar? Any help is greatly

[android-developers] Updating framework - How to include new Java classes for android.jar

2009-07-11 Thread clemsongrad
Folks, I updated the android framework ( java code), and I was able to compile the new java classes and test it. My issue is that i want to make some of the new java classes part of the android.jar, and i am unable to figure out the best way to add it to be build file. For example: I want to

[android-developers] Obtaining Android market place data

2009-07-07 Thread clemsongrad
I have seen some sites pop up that show summary of the applications that are available on the android market place. For example, if i try to go to Android market place from a desktop the interface is very limited (like no search etc). How do these sites obtain this data, they show the

[android-developers] Re: Help with Services

2009-05-29 Thread clemsongrad
Sujay, There are two ways I know of doing this: 1. Easy way is to have the service to broadcast the result. 2. A little more complex way is to have an AIDL which is very similar to CORBA and enable the IPC between the service and your app components. This i assume would be more sync in

[android-developers] Re: How to find out screen status: active/dark?

2009-05-29 Thread clemsongrad
Jeff, What would the behavior be if you registered the broadcast receiver and listed these intents in the manifest? Would the run time start the service to invoke the onReceive() method? If so this is a great tip for optimization. Thanks On May 29, 1:38 pm, Jeff Sharkey

[android-developers] SDK Navigating from PackageManager to Activity to IntentFilters

2009-05-22 Thread clemsongrad
I want to use the SDK (PackageManager API) and dump all packages, their activities and the intent filters the activities use. So far navigating from the Context - PackageManager - ActivityInfo is easy. I am stuck trying to figure out how to retrieve the mappings from Activity - Intent-Filter.

[android-developers] Re: Framework support for detecting starting and stopping of activities

2009-05-22 Thread clemsongrad
Mike, I am proceeding along the same lines. Seeing if there is an elegant soln to this. Thanks for your feedback. On May 21, 3:41 pm, Mike Hearn mh.in.engl...@gmail.com wrote: You can write an app which dumps adb logcat and greps for the output from the activity manager. It's ugly and

[android-developers] Re: Emulator is not coming up if we will do the changes in CUPCAKE version

2009-05-21 Thread clemsongrad
I had emulator issues when i first migrated to cupcake. I had to do a wipe all the existing data and ever since it booted up fine. Have you tried emulator -wipe-data // reset the use data image (copy it from initdata) As you can see i lost all the applications

[android-developers] Re: Start Application with SMS

2009-05-21 Thread clemsongrad
Based on the prior discussion on this subject, i thought we cannot delete the SMS messages ie prevent from them showing up in the Inbox. This is for security to prevent trojan attacks. Did i get that wrong? On May 4, 10:57 pm, Android Users androidmai...@gmail.com wrote: Hi, Every msg tat

[android-developers] Re: Framework support for detecting starting and stopping of activities

2009-05-20 Thread clemsongrad
will dump its current data. On Wed, May 13, 2009 at 2:21 PM, clemsongrad dpotl...@gmail.com wrote: Dianne, Could you please shed any light on where i should look in 1.5 for this launch information?   Atleast i can research on what is there instead of reinventing the wheel. -Best Regards

[android-developers] Re: Does Android have OMA DM, DLOTA client?

2009-05-20 Thread clemsongrad
My understanding is that there is no OMA DM support. One option suggested in other posts are to look at RedBend and InnoPath for that support. I remember seeing couple of discussions on this group regarding that. Pl search and you should be able to find it. Regardless, i summarized it for

[android-developers] Android 1.5 Spare parts Battery History does not display any data

2009-05-20 Thread clemsongrad
Folks, I do not have G1 Dev phone yet, and i am using the emulator for now. When you go to Spare Parts - Battery History, there is nothing that is displayed. Question: 1. Why is the data not Battery history data not available? Thanks in advance.

[android-developers] Re: Android 1.5 Spare parts Battery History does not display any data

2009-05-20 Thread clemsongrad
On Wed, May 20, 2009 at 12:30 PM, clemsongrad dpotl...@gmail.com wrote: Folks, I do not have G1 Dev phone yet, and i am using the emulator for now. When you go to Spare Parts - Battery History, there is nothing that is displayed. Question: 1. Why is the data not Battery history data

[android-developers] Re: Android 1.5 Spare parts Battery History does not display any data

2009-05-20 Thread clemsongrad
is, by its nature, things that are incomplete and not ready for use, so they may or may not work at various times depending on the phase of the moon and other factors that nobody really understands. ;) On Wed, May 20, 2009 at 2:42 PM, clemsongrad dpotl...@gmail.com wrote: Jeff

[android-developers] Re: Android source code versions

2009-05-20 Thread clemsongrad
Sandy, Cupcake used to a branch of android and is now merged on to the main line. That merge is now Android 1.5. Hope that helps. On May 20, 10:23 am, sandy.andr...@gmail.com sandy.andr...@gmail.com wrote: Is android-1.5 and cupcake-1.5 is same?

[android-developers] Framework support for detecting starting and stopping of activities

2009-05-13 Thread clemsongrad
To support usability studies on what applications are used, i want to write a service that logs when an activity is started and also when it has finished. This is to understand how the users are using the device: One straightforward option is to have the applications modify, to write this out.

[android-developers] Re: Framework support for detecting starting and stopping of activities

2009-05-13 Thread clemsongrad
to do anything like this though. On Wed, May 13, 2009 at 1:28 PM, clemsongrad dpotl...@gmail.com wrote: To support usability studies on what applications are used, i want to write a service that logs when an activity is started and also when it has finished.  This is to understand how

[android-developers] What widget frameworks are available on Android platform?

2009-04-09 Thread clemsongrad
Folks, I searched a lot and could not find answer to this. I am hoping to post it here on the developer group with a hope that fellow developers can chime in. Thanks I am trying to find which mobile widget frameworks are available on the android platform. The main reason i am looking for