diff --git a/README.md b/README.md index 5b14bfca..0538dadc 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 L ## Officially supported devices -Currently, the **we support 48 devices** by various vendors and working on adding more soon! +Currently, the **we support 51 devices** by various vendors and working on adding more soon! Support for these devices is provided as best effort, but things might still go wrong. @@ -130,12 +130,15 @@ Motorola | moto g7 power | [ocean](https://wiki.lineageos.org/devices/ocean/) | Motorola | moto g 5G plus / one 5G | [nairo](https://wiki.lineageos.org/devices/nairo/) | | tested Motorola | moto g 5G / one 5G ace | [kiev](https://wiki.lineageos.org/devices/kiev/) | | tested Motorola | edge | [racer](https://wiki.lineageos.org/devices/racer/) | | tested +Motorola | moto z | [griffin](https://wiki.lineageos.org/devices/griffin/) | | tested
OnePlus Vendor | Device Name | CodeName | Models | Status ---|---|---|---|--- +OnePlus | 5 | [cheeseburger](https://wiki.lineageos.org/devices/cheeseburger/) | | tested +OnePlus | 5T | [dumpling](https://wiki.lineageos.org/devices/dumpling/) | | tested OnePlus | 6 | [enchilada](https://wiki.lineageos.org/devices/enchilada/) | | tested OnePlus | 6T | [fajita](https://wiki.lineageos.org/devices/fajita/) | | tested OnePlus | 7 | [guacamoleb](https://wiki.lineageos.org/devices/guacamoleb/) | | tested diff --git a/openandroidinstaller/assets/configs/cheeseburger.yaml b/openandroidinstaller/assets/configs/cheeseburger.yaml new file mode 100644 index 00000000..f162ed98 --- /dev/null +++ b/openandroidinstaller/assets/configs/cheeseburger.yaml @@ -0,0 +1,42 @@ +metadata: + maintainer: SirRGB + devicename: OnePlus 5 + devicecode: cheeseburger +steps: + unlock_bootloader: + - type: call_button + content: > + As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone + how to start and run an operating system (like Android). Your device should be turned on. + Press 'Confirm and run' to reboot into the bootloader. + command: adb_reboot_bootloader + - type: call_button + content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here. + command: fastboot_oem_unlock + - type: confirm_button + content: > + At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. + Please take whatever actions the device asks you to to proceed. + - type: call_button + content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue. + command: fastboot_reboot + - type: confirm_button + content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. + flash_recovery: + - type: call_button + content: > + Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, + adapting and repairing of the operating system. + Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. + command: adb_reboot_bootloader + - type: call_button + content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. + command: fastboot_flash_recovery + install_os: + - type: call_button + content: > + In the next steps, you finally flash the selected OS image. + Wait until the TWRP screen appears. Then run the command. + This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored + in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS. + command: adb_twrp_wipe_and_install diff --git a/openandroidinstaller/assets/configs/dumpling.yaml b/openandroidinstaller/assets/configs/dumpling.yaml new file mode 100644 index 00000000..c52e87df --- /dev/null +++ b/openandroidinstaller/assets/configs/dumpling.yaml @@ -0,0 +1,42 @@ +metadata: + maintainer: SirRGB + devicename: OnePlus 5T + devicecode: dumpling +steps: + unlock_bootloader: + - type: call_button + content: > + As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone + how to start and run an operating system (like Android). Your device should be turned on. + Press 'Confirm and run' to reboot into the bootloader. + command: adb_reboot_bootloader + - type: call_button + content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here. + command: fastboot_oem_unlock + - type: confirm_button + content: > + At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. + Please take whatever actions the device asks you to to proceed. + - type: call_button + content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue. + command: fastboot_reboot + - type: confirm_button + content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. + flash_recovery: + - type: call_button + content: > + Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, + adapting and repairing of the operating system. + Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. + command: adb_reboot_bootloader + - type: call_button + content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. + command: fastboot_flash_recovery + install_os: + - type: call_button + content: > + In the next steps, you finally flash the selected OS image. + Wait until the TWRP screen appears. Then run the command. + This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored + in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS. + command: adb_twrp_wipe_and_install diff --git a/openandroidinstaller/assets/configs/griffin.yaml b/openandroidinstaller/assets/configs/griffin.yaml new file mode 100644 index 00000000..1f321c9a --- /dev/null +++ b/openandroidinstaller/assets/configs/griffin.yaml @@ -0,0 +1,54 @@ +metadata: + maintainer: SirRGB + devicename: Motorola Moto Z + devicecode: griffin +steps: + unlock_bootloader: + - type: call_button + command: adb_reboot_bootloader + content: > + As a first step, you need to unlock the bootloader of your device. A bootloader is the piece of software, that tells your phone + how to start and run an operating system (like Android). You need to boot into fastboot mode by pressing the 'Confirm and run' button. Then continue. + - type: call_button + command: fastboot_get_unlock_data + content: > + Now you need to get your device ID to get an unlock code from Motorola. Press 'Confirm and run' to get the ID. (You need to toggle 'Advanced Output' here to see it.) + Copy it to a separate file to use it in the next step. + - type: link_button_with_confirm + content: > + Click on the button to open the instructions on Motorola's official unlocking website to generate an unlock code for your bootloader. + Copy the code from the last step to the website and follow the instructions there. Then continue here. + link: https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a + - type: confirm_button + content: Connect the device to your PC via USB. And confirm to continue. + - type: call_button_with_input + content: > + Use your code to unlock the bootloader of your device. Type in the full 21 character code you received by email (Example: 5RTSQCYL7ZJKL4NN35MY). Then confirm an run. Afterwards you can continue. + command: fastboot_unlock_with_code + - type: call_button_with_input + content: > + You need to perform the last command again, so reenter the code and run again. Afterwards you can continue. + command: fastboot_unlock_with_code + - type: call_button + content: > + Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue. + Connect your device to your PC via USB. Then confirm here to continue. + command: fastboot_reboot + flash_recovery: + - type: call_button + content: > + Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, + adapting and repairing of the operating system. + Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. + command: adb_reboot_bootloader + - type: call_button + content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. + command: fastboot_flash_recovery + install_os: + - type: call_button + content: > + In this last step, you finally flash the selected OS image. + Wait until the TWRP screen appears. Then run the command. + This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored + in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS. + command: adb_twrp_wipe_and_install diff --git a/openandroidinstaller/installer_config.py b/openandroidinstaller/installer_config.py index 3efacf47..5f61c331 100644 --- a/openandroidinstaller/installer_config.py +++ b/openandroidinstaller/installer_config.py @@ -55,6 +55,8 @@ class InstallerConfig: # Sony issues "C6603": "yuga", # OnePlus issues + "OnePlus5": "cheeseburger", + "OnePlus5T": "dumpling", "OnePlus6": "enchilada", "OnePlus6T": "fajita", "OnePlus7": "guacamoleb",