dialog.add(battery);
dialog.add(new WirelessStatus());
dialog.add(new WirelessStatus(WirelessStatus.DISPLAY_DESCRIPTOR, false));
dialog.add(new WirelessStatus(WirelessStatus.DISPLAY_SIGNAL, true));
dialog.add(new WirelessStatus(WirelessStatus.DISPLAY_WIFI, true));
dialog.add(new Notifications());
dialog.add(new TimeDisplay());
UiApplication.getUiApplication().pushGlobalScreen(dialog, UiApplication.GLOBAL_SHOW_LOWER, 0);
Application.getApplication().requestBackground();
} catch (Exception e) {
log(e.toString());