forked from openstf/stf
-
Notifications
You must be signed in to change notification settings - Fork 574
Open
Description
Is your feature request related to a problem? Please describe.
Some actions like updating, resetting or rooting a device with already unlocked OEM require fastboot, which is not accessible over stf
Describe the solution you'd like
Some functionality which allows calling fastboot on a specific device. In detail
adb reboot bootloader- execute fastboot commands (e.g.
fastboot flash boot boot.img) fastboot reboot
Describe alternatives you've considered
For updates, Magisk A/B patch could work - but seems hard to automate. Further, this does not allow flashing custom images.
Some specific devices allow local upgrades or side loading images in recovery with a adb-like functionality - but this is hard to automate as well.
Metadata
Metadata
Assignees
Labels
No labels