[android-developers] Debugging beta apps

2013-02-15 Thread njman
How do people test their beta apps - i.e. released to a few testers - getting back app crashed doesn't help. Can users send back a log file and/or stack trace. Also, I was planning to use asserts. is java assert recommended or the Assert class. I noticed that latter does not display a message on

[android-developers] Re: error message

2013-02-12 Thread njman
right before the crash. > > > > > On Tuesday, February 12, 2013 11:34:44 AM UTC-6, njman wrote: >> >> more details. >> >> the the error when a menu is opened and closed when i tap somewhere else >> on the screen. >> >> if i select a menu item -

[android-developers] Re: error message

2013-02-12 Thread njman
more details. the the error when a menu is opened and closed when i tap somewhere else on the screen. if i select a menu item - i do not get the error message. On Tuesday, February 12, 2013 11:41:33 AM UTC-5, njman wrote: > > 02-12 11:38:57.025: W/InputEventReceiver(14874): Attemp

[android-developers] error message

2013-02-12 Thread njman
02-12 11:38:57.025: W/InputEventReceiver(14874): Attempted to finish an input event but the input event receiver has already been disposed. I'm getting above message when closing a menu. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group

[android-developers] Possible to replace the someone calling you screen

2012-11-21 Thread njman
Is it possible to replace the built-in new-call screen (when someone calls you) with your own. Any help appreciated. -- 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

[android-developers] Re: creating a server app on the Android

2012-08-01 Thread njman
pinging doesn't work. the reason for this crazy project is - i'm trying to access a secondary server and they're blocking me based on ip address of my server. i thought i'd create the app on the phone to act as a proxy server. again - battery is not an issue because the device will be always con

[android-developers] creating a server app on the Android

2012-08-01 Thread njman
I'm using ServerSocket() object to create a proxy server on the phone itself. But I can't seem to connect to it. The phone is running 3g and has an ip address. i'm using port 1962. Maybe that's the problem. i'm trying to connect from my desktop http://ipaddress:1962/test help appreciated. p

[android-developers] Re: authenticating a google account

2012-04-06 Thread njman
now i am. thanks. On Apr 6, 8:50 pm, Kristopher Micinski wrote: > You are aware of AccountManager? > > http://developer.android.com/reference/android/accounts/AccountManage... > > > > > > > > On Fri, Apr 6, 2012 at 8:25 PM, njman wrote: > > writing an a

[android-developers] authenticating a google account

2012-04-06 Thread njman
writing an app that will receive push notifications. for that i need to get the user's google account name. is there a way to get that w/o prompting the user - maybe display a list of those entered on the phone. i understand i have to prompt the user for the password. or can i retrieve that als

[android-developers] layout positioning help

2011-02-18 Thread njman
i've got a RelativeLayout with 2 vertical TextView elements. the height of the bottom one is WRAP_CONTENT - i would like it to take the exact space required. i would like the top one to take the rest of the height. if i set it's height to WRAP_CONTENT - it leaves a lot of unused height. if i se