I did but can't remember exactly what I did.... :-) It had something to do with the alertdialog.
I debugged it by loading an HTC Hero ROM onto a developer G1. I got the same error as a real Hero and worked backwards from there. Shane On Nov 13, 12:52 am, Anton Pirker <[email protected]> wrote: > HiShane! > > Have you solved your Problem? I think i have the same one! > > Thanks for any information, > Anton > > On Oct 18, 6:55 am,Shane<[email protected]> wrote: > > > > > I am getting a "requestFeature() must be called before adding content" > > but only on HTC Hero phones. This error nevers occurs on G1s, Magic > > but only on the Hero. > > > I think it occurs (but not sure) when a progress dialog is shown to > > the user. Weird thing is, the progress dialog is shown two or three > > times on the Hero with no problems. On the third or forth time it is > > shown to the user, the error above occurs. > > > Why only on the Hero? Any suggestions? > > > case DIALOG3_KEY: > > progressDialog.setMessage(getString > > (R.string.deletefilewait)); > > progressDialog.setIndeterminate(true); > > progressDialog.setCancelable(true); > > return progressDialog; > > > FYI - progressDialog is a global variable - private ProgressDialog > > progressDialog; > > > Thanks, > > >Shane -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

