What do you mean by freeze ?

A "Force close" or a "This app does not respond, wait or kill"
message, or no message at all ?

>From what you describe I'd guess you have a memory leak or an
exception raising during the onStart or onResume of your app.

You can probably replicate the problem on any device by just doing a
few screen orientation changes which will mimick what you describe(the
lost of focus by your activity)

Don't stay in the dark when you can't access a device that crashes,
use something like the android-remote-stacktrace to receive emails
from your app with the full stack. 
http://code.google.com/p/android-remote-stacktrace/

Good luck.

Yahel


On Nov 29, 7:05 pm, Eyvind Almqvist <eyv...@mobile-visuals.com> wrote:
> My app freezes when the power key is pressed. This happens on
> SonyEricsson X10 and X8, but not on Samsung Galaxy S. This is what
> happens:
>
> 1)Launch the application->Press power key-> Press power key again to
> active app->App freeze.
>
> The app also freezes when the USB cable is inserted, like this:
>
> 2)Launch the application-> Insert USB cable->Message pops up and click
> any option to continue-> App freeze.
>
> I am distributing apps to SonyEricsson's Playnow appstore. They have
> reported this as error, so I have to fix this. Does anyone have an
> idea how to fix this? I have already followed all the advices in
> "Designing for Responsiveness" on
>
> http://developer.android.com/guide/practices/design/responsiveness.html

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

Reply via email to