Re: [android-developers] Re: Debugging code that cause's a hardware restart of the phone :?

2012-05-01 Thread Thomas Wrobel
I have installed Mat but not sure if I am using it the way intended, as I am not getting any useful results. I run my app from eclipse using usb debugging. I let it run for a bit doing random actions. I open DDMS in eclipse and goto the "Dump HPROF file" icon. This gives me what I think is a and

Re: [android-developers] Re: Debugging code that cause's a hardware restart of the phone :?

2012-04-30 Thread Thomas Wrobel
I am using XP/eclipse. I see all the normal logs coming from the device just fine, including many,many I put in my apps code. On searching for adb on my system it seems all I found is a polite note from google saying its been moved too "platform-tools/" in my android sdk directory. As that direct

Re: [android-developers] Re: Is it possible to have dynamicly generated keys in a preferance screen?

2011-02-06 Thread Thomas Wrobel
Thanks for the tip, that actualy looks like a much more neater way of doing it then trying to manualy change all the keys. I'll try to adapt that for my own requirements, shouldn't be too hard. -Thomas ~~ Reviews of anything, by anyone; www.rateoholic.co.uk Please try out my new site and giv

Re: [android-developers] Re: How to have a ContextMenu on a GLSurfaceView :?

2010-09-06 Thread Thomas Wrobel
Thanks I got it sorted now :) I knew how to create a menu, but I thought I could just create a menu on another view in order to have it view-specific. I didn't spot I could just get the parameter of the view that triggered it. Cheers, On 6 September 2010 14:02, Miguel Morales wrote: > Override  

Re: [android-developers] Re: Is runtime mapview defining possible? (rather then in main.xml)

2010-06-27 Thread Thomas Wrobel
l whenever i switch my app between > two modes. anyway hope you find a way out soon. > > On Jun 27, 7:21 am, Thomas Wrobel wrote: > > Thanks, but no luck. I get the exact same error :-/ > > > > On 26 June 2010 22:35, HeHe wrote: > > > > > > > >

Re: [android-developers] Re: Is runtime mapview defining possible? (rather then in main.xml)

2010-06-27 Thread Thomas Wrobel
Thanks, but no luck. I get the exact same error :-/ On 26 June 2010 22:35, HeHe wrote: > it should be possible. one way is to put a framelayout on xml and in > activity do sxth like: > > mapview mview=new mapview(this,getString(R.string.mapkey)); > > framelayout frame=(framelayout)findViewById