super(context);
setCancelable(false);
setTitle(context.getText(com.android.internal.R.string.factorytest_failed));
setMessage(msg);
setButton(DialogInterface.BUTTON_POSITIVE,
context.getText(com.android.internal.R.string.factorytest_reboot),
mHandler.obtainMessage(0));
WindowManager.LayoutParams attrs = getWindow().getAttributes();
attrs.setTitle("Factory Error");
getWindow().setAttributes(attrs);