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

Commit 1e76f008 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Fill all device's preparation config file with default value

- Duplicate FP3's preparation config file for each device
- replace the sources values by the one corresponding to each device
- update date in licence header of each preparation config file
parent d36291b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
## Copyright 2019-2020 - ECORP SAS
## Copyright 2019-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
+82 −17
Original line number Diff line number Diff line
## Copyright 2019-2021 - ECORP SAS
## Copyright 2019-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
@@ -14,6 +14,71 @@
## 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/GS290/IMG-e-latest-GS290.zip
+70 −5
Original line number Diff line number Diff line
## Copyright 2019-2020 - ECORP SAS
## Copyright 2019-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
@@ -14,6 +14,71 @@
## 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/2e/IMG-e-latest-2e.zip
+73 −8
Original line number Diff line number Diff line
## Copyright 2019-2021 - ECORP SAS 
## Copyright 2019-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
@@ -14,6 +14,71 @@
## 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/dream2lte/e-latest-dream2lte.zip
+73 −8
Original line number Diff line number Diff line
## Copyright 2019-2020 - ECORP SAS 
## Copyright 2019-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
@@ -14,6 +14,71 @@
## 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/dreamlte/e-latest-dreamlte.zip
Loading