Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement additional fastboot actions #169

Merged
merged 2 commits into from
Mar 11, 2022

Conversation

amartinz
Copy link
Member

@amartinz amartinz commented Mar 11, 2022

Devices, which are launching with Android 10 and higher, are required to implement Dynamic Partitions.

This requires a different workflow when installing, such as resizing super partitions or rebooting to userspace fastboot (fastbootd) mode to flash logical partitions located withing the physical super partition.

Reboot to fastbootd mode via fastboot

- fastboot:reboot_fastboot:

Reboot to recovery via fastboot

- fastboot:reboot_recovery:

Wipe super partitions and repartition with specified super.img

- fastboot:wipe_super:
    image:
        file: "super_empty.img"
        group: "firmware"

Reboot into userspace fastboot (fastbootd) mode:
  - fastboot:reboot_fastboot:

Reboot into recovery:
  - fastboot:reboot_recovery:

Change-Id: I72dd8d1f98d668935bf20827920389e44ae6e9ec
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
Change-Id: I24e54a8d41db8c57c3281dd7524169ed478b155b
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants