Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e3e225c authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

add default preparation config file

parent 1e76f008
Loading
Loading
Loading
Loading
+82 −0
Original line number Diff line number Diff line
## Copyright 2022 - ECORP SAS

## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.

## You should have received a copy of the GNU General Public License
## along with this program.  If not, see <https://www.gnu.org/licenses/>.
## Author: Vincent Bourgmayer
---
stepsCount: 7
steps:
    p0:
        type: welcome
        stepNumber: 1
        nextStepKey: p1
    p1:
        type: connectDevice
        stepNumber: 2
        nextStepKey: p2
    p2:
        type: custom
        stepNumber: 3
        nextStepKey: p3
        titleKey: devMode_mTitle
        titleIconName: icon-hand.png
        instructions:
          - devMode_instr_settings
          - devMode_instr_build
          - devMode_instr_tap7
    p3:
        type: custom
        stepNumber: 4
        nextStepKey: p4
        titleKey: debugADB_mTitle
        titleIconName: icon-hand.png
        instructions:
          - debugADB_instr_settings
          - debugADB_instr_search
          - debugADB_instr_androidDebug
    p4:
        type: checkDriver
        stepNumber: 5
        nextStepKey: p5
        skipIf:
          - linux
          - windows
    p5:
        type: custom
        stepNumber: 6
        nextStepKey: p6
        titleKey: enableMTP_mTitle
        titleIconName: icon-hand.png
        instructions:
          - enableMTP_instr_settings
          - enableMTP_instr_scrollToUSBConfig
          - enableMTP_instr_selectMTP
    p6:
        type: custom
        stepNumber: 7
        nextStepKey: p7
        titleKey: removeAccounts_mTitle
        titleIconName: icon-hand.png
        instructions:
          - debugADB_instr_settings
          - removeAccounts_instr_openAccounts
          - removeAccounts_instr_selectAccounts
    p7:
        type: deviceDetection
        stepNumber: 8
        nextStepKey: p8
    p8:
        type: downloadSources
        stepNumber: 9
        nextStepKey: end
        sources: ~
 No newline at end of file
+13 −78
Original line number Diff line number Diff line
@@ -14,71 +14,6 @@
## along with this program.  If not, see <https://www.gnu.org/licenses/>.
## Author: Vincent Bourgmayer
---
stepsCount: 7
steps:
    p0:
        type: welcome
        stepNumber: 1
        nextStepKey: p1
    p1:
        type: connectDevice
        stepNumber: 2
        nextStepKey: p2
    p2:
        type: custom
        stepNumber: 3
        nextStepKey: p3
        titleKey: devMode_mTitle
        titleIconName: icon-hand.png
        instructions:
          - devMode_instr_settings
          - devMode_instr_build
          - devMode_instr_tap7
    p3:
        type: custom
        stepNumber: 4
        nextStepKey: p4
        titleKey: debugADB_mTitle
        titleIconName: icon-hand.png
        instructions:
          - debugADB_instr_settings
          - debugADB_instr_search
          - debugADB_instr_androidDebug
    p4:
        type: checkDriver
        stepNumber: 5
        nextStepKey: p5
        skipIf:
          - linux
          - windows
    p5:
        type: custom
        stepNumber: 6
        nextStepKey: p6
        titleKey: enableMTP_mTitle
        titleIconName: icon-hand.png
        instructions:
          - enableMTP_instr_settings
          - enableMTP_instr_scrollToUSBConfig
          - enableMTP_instr_selectMTP
    p6:
        type: custom
        stepNumber: 7
        nextStepKey: p7
        titleKey: removeAccounts_mTitle
        titleIconName: icon-hand.png
        instructions:
          - debugADB_instr_settings
          - removeAccounts_instr_openAccounts
          - removeAccounts_instr_selectAccounts
    p7:
        type: deviceDetection
        stepNumber: 8
        nextStepKey: p8
    p8:
        type: downloadSources
        stepNumber: 9
        nextStepKey: end
sources: 
    rom:
        url: https://images.ecloud.global/stable/starlte/e-latest-starlte.zip