[android-developers] Re: Moto Milestone device drivers for XP/32?

2010-03-26 Thread DanM
Have you tried this Driver installation package from the Motorola site? There are 64 bit drivers there as well. Direct Download: http://direct.motorola.com/hellomoto/Common/Drivers%20and%20Plug%20ins/USB_Drivers_32_bit_4.5.0.zip Link to Motorola site: http://www.motorola.com/consumers/v/index.js

[android-developers] Re: LED is not working

2010-03-26 Thread DanM
Which product is this for? dan On Mar 23, 5:37 am, AKarmakar wrote: > Hi All, > > I wrote a small application to test LED. Here is the code snippet: > > private void RedFlashLight() >     { >     NotificationManager nm = ( NotificationManager ) > getSystemService( NOTIFICATION_SERVICE ); >     N

[android-developers] Re: Neither user nor current process has android.permission.SET_PREFERRED_APPLICATIONS

2009-03-05 Thread DanM
I'd also like to point out that there is a bug in the android system when handling intents for subactivities. I created an application that responds to the same intent as the call- log portion of the phone application (the intent that is started when the call-log tab is selected within that app).

[android-developers] IllegalStateException: get field slot from row 0 col -1

2008-12-18 Thread DanM
I've seen this problem talked about before on the group, but the general fix seems to be to use a table that has a primary key field named "_id". This field is present in my table, yet I still get this exception. However, I only get this exception when I attempt to use the getColumnIndex method of