X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=data%2Fmenu.xml;h=93455b2314bcb3ea9fb48474a8c87437cfedb979;hb=1be69784396f194419adda53331d5fee02ea062b;hp=7091c83ef03b03315818dcecd95638a811599ffc;hpb=f1af72b9827f7c192a22279c5d780a050798336a;p=vuplus_dvbapp diff --git a/data/menu.xml b/data/menu.xml index 7091c83..93455b2 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -1,45 +1,110 @@ - - - self.openDialog(Satconfig) - - self.openDialog(TimerEditList) - self.openDialog(About) - self.openDialog(PluginBrowser) - - + + + + + + + + + self.session.scart.VCRSbChanged(3) + + + + + + + + + + + - self.openSetup("satconfig") - self.openDialog(ServiceScan) - self.openDialog(ServiceScan) - + --> + + + + + + + + + --> - - self.openSetup("timezone") - self.openSetup("avsetup") - self.openSetup("rfmod") - self.openDialog(HarddiskSelection) - self.openSetup("rc") - self.openSetup("keyboard") - self.openSetup("osd") - self.openSetup("lcd") - self.openSetup("network") + + + + + + + + + + + + + + + + + + + + - - self.openSetup("parental") - self.openSetup("expert") + + + + + +from Screens.DefaultWizard import DefaultWizard +self.session.open(DefaultWizard, silent = False) + + + + +from Screens.MessageBox import MessageBox +def msgClosed(ret): + if ret: + from os import system, _exit + system("rm -R /etc/enigma2") + system("cp -R /usr/share/enigma2/defaults /etc/enigma2") + _exit(0) + +self.session.openWithCallback(msgClosed, MessageBox, _("When you do a factory reset, you will lose ALL your configuration data\n" + "(including bouquets, services, satellite data ...)\n" + "After completion of factory reset, your receiver will restart automatically!\n\n" + "Really do a factory reset?"), MessageBox.TYPE_YESNO) + + + - - quitMainloop() - quitMainloop() - quitMainloop() + + + + + 2 + 3 + 1 - \ No newline at end of file +