treat the LanguageSelection as an own wizard, so it is started first on a firstrun
[vuplus_dvbapp] / data / startwizard.xml
index fbc1d49..d4c7efa 100644 (file)
@@ -1,8 +1,5 @@
 <wizard>
                <step number="1">
-                       <config screen="LanguageSelection" module="LanguageSelection" type="standalone" />
-               </step>
-               <step number="2">
                        <text value="Hello User.\n\nThis start-wizard will guide you through the basic setup of your Dreambox.\n\nPress the OK button on your remote control to move to the next step." />
                        <code>
 self["arrowdown"].moveTo(557, 232, 10)
@@ -11,7 +8,7 @@ self["arrowdown"].startMoving()
 self["rc"].startMoving()
                        </code>
                </step>
-               <step number="3">
+               <step number="2">
                        <text value="Use the up/down keys on your remote control to select an option. After that, press OK." />
                        <list>
                                <listentry caption="Use wizard to set up basic features" step="next" />
@@ -24,7 +21,7 @@ self["arrowdown"].startMoving()
 self["arrowup"].startMoving()
                        </code>
                </step>
-               <step number="4">
+               <step number="3">
                        <text value="Please set up tuner A" />
                        <config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" />
                        <code>
@@ -36,7 +33,7 @@ self["arrowdown"].addMovePoint(610, 300, 10)
 self["arrowdown"].startMoving()
                        </code>
                </step>
-               <step number="5">
+               <step number="4">
                        <text value="Please set up tuner B" />
                        <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
                        <code>
@@ -48,14 +45,14 @@ self["arrowdown"].addMovePoint(610, 300, 10)
 self["arrowdown"].startMoving()
                        </code>
                </step>
-               <step number="6">
+               <step number="5">
                        <text value="Do you want to do a service scan?" />
                        <list>
                                <listentry caption="Yes, scan now" step="next" />
-                               <listentry caption="No, scan later manually" step="8" />
+                               <listentry caption="No, scan later manually" step="7" />
                        </list>
                </step>
-               <step number="7">
+               <step number="6">
                        <text value="What do you want to scan?" />
                        <config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
                        <code>
@@ -67,7 +64,7 @@ self["arrowdown"].addMovePoint(610, 300, 10)
 self["arrowdown"].startMoving()
                        </code>
                </step>
-               <step number="8">
+               <step number="7">
                        <text value="Thanx for using the wizard. Your box is now ready to use." />
                        <code>
 self["arrowdown"].moveTo(740, 200, 10)