[android-developers] ScrollView in SYSTEM_TYPE_ALERT is blurred

2012-02-07 Thread Drew
I have an android app that displays an system alert from a service: WindowManager.LayoutParams params = new WindowManager.LayoutParams(WindowManager.LayoutParams.FILL_PARENT, WindowManager.LayoutParams.FILL_PARENT, WindowManager.LayoutParams.TYPE_SYSTEM_ALERT, WindowManager.LayoutP

[android-developers] ScrollView in SYSTEM_TYPE_ALERT

2012-02-07 Thread Drew
I have an android app that displays an system alert from a service: WindowManager.LayoutParams params = new WindowManager.LayoutParams(WindowManager.LayoutParams.FILL_PARENT, WindowManager.LayoutParams.FILL_PARENT, WindowManager.LayoutParams.TYPE_SYSTEM_ALERT, WindowManager.LayoutP

[android-developers] Photo storage on Android device

2011-11-04 Thread Drew de la Hunt-James
I'd like to know where the default storage place on my Android device is, of the photos I work on in Adobe Photoshop Express. I'm also battling to find and import the photos held in the Bluetooth folder into Photoshop Express. Any ideas? -- You received this message because you are subscribed t

[android-developers] Why does ddms heap size not match HPROF?

2011-06-23 Thread Drew DeNardo
I'm doing memory profiling on my Xoom application. DDMS says my heap size is "96.133M" and that I have "89.136M" allocated. I did a HPROF dump, ran hprof-conv, and then loaded the .hprof file into MAT. It says my heap is 37.3 MB. What gives? Looking at the output of "adb logcat" while my app is ru

[android-developers] Re: Input method randomly disabled?

2011-05-31 Thread Drew
he input method being disabled. I'll add something to our Android Market listing about it, but it seems like Android should either add something to the input method enable screen about it, or the move to SD screen, or both. Drew On May 23, 5:23 pm, Kostya Vasilyev wrote: > Have

[android-developers] Re: Input method randomly disabled?

2011-05-23 Thread Drew
l channels. Drew On May 17, 3:58 pm, Drew wrote: > One of our Android applications contains an input method.  A user > recently reported that the input method is randomly being disabled. > In other words, it's mysteriously no longer checked in Language & > keyboard settings. &

[android-developers] Input method randomly disabled?

2011-05-17 Thread Drew
way. He has a Samsung Epic 4G running Android 2.2, if that matters. Any debugging ideas would be greatly appreciated. Thanks. Drew -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-dev

[android-developers] Audio input funciton via 3.5mm / headphone jack?

2011-04-28 Thread Drew
How do I receive input from the audio jack (from a headset with built in microphone)? Is it auto switched when the headset is inserted? Is it a function of HeadsetObserver.java? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] Android app only taking up part of screen

2010-03-09 Thread Drew
play it. I was originally using setContentView(View), but I tried adding new ViewGroup.LayoutParams(ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT) as the second parameter today, which didn't seem to fix the problem. I'd appreciate any advice anyone can give. Thanks. Dr

[android-developers] Re: No callback when list item is touched.

2009-02-01 Thread Brendon Drew
ahh, right, I misunderstood. I thought you meant if those were set to true. but still, why does it work with the trackball? > > On Feb 1, 2009 5:04 PM, "Romain Guy" wrote: > > When an item contains a ... >> >> > > On Feb 1, 2009 4:41 PM, &quo

[android-developers] Re: No callback when list item is touched.

2009-02-01 Thread Brendon Drew
t; > On Feb 1, 2009 4:41 PM, "Brendon Drew" wrote: > > No, I am printing a log ... On Sun, Feb 1, 2009 at 2:41 PM, Mark Murphy wrote: > > > Brendon Drew wro... Brendon --~--~-~--~~~---~--~~ You

[android-developers] Re: No callback when list item is touched.

2009-02-01 Thread Brendon Drew
m/apk/res/android"; android:layout_height="60px" android:orientation="horizontal" android:id="@+id/row_id" android:layout_width="fill_parent"> On Sun, Feb 1, 2009 at 2:41 PM, Mark Murphy wrote: &g

[android-developers] Re: No callback when list item is touched.

2009-02-01 Thread Brendon Drew
I do have that listener defined as well. Though again, I'm not getting a callback when I touch it. I do get a call back when selecting an item with the trackball. list.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() { public void onItemSelected(Adap

[android-developers] Re: Orientation sensor gone bad?

2008-11-08 Thread Brendon Drew
Maybe download the Bubble app from the market, see if its really the sensor as opposed to a bug in your code. Sent from my gPhone On Nov 7, 2008 12:20 PM, "kelly" <[EMAIL PROTECTED]> wrote: Hello, Has anyone noticed trouble with the orientation sensor in their phone? Mine was returning valu

[android-developers] Re: Does /proc/meminfo show the correct memory info?

2008-11-07 Thread Brendon Drew
Well, it's not available to the user directly, but it is used by the system as a whole. I'm simply curious how to determine total physical RAM. On Fri, Nov 7, 2008 at 6:04 PM, Eric <[EMAIL PROTECTED]> wrote: > > > So how do I get the total amount of RAM on the system? > > From the published spec

[android-developers] Re: Does /proc/meminfo show the correct memory info?

2008-11-07 Thread Brendon Drew
So how do I get the total amount of RAM on the system? On Fri, Nov 7, 2008 at 2:19 PM, hackbod <[EMAIL PROTECTED]> wrote: > > This is the amount of RAM available to the kernel and higher-level > system as regular memory. The rest is used for various other things > like the radio image, frame buf

[android-developers] Re: GPS LocationProvider journey simulation

2008-08-30 Thread drew
I have exactly the same problem. The provided LocationProvider "gps" that is supposed to simulate a journey between two locations in the San Francisco Bay Area does not send any location updates despite being configured properly and having the proper permissions. I am completely lost as to the cau