-
Notifications
You must be signed in to change notification settings - Fork 33
Update configs for additional partitions and flash vendor_boot.img #317
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
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
dda3aed
Update configs of OnePlus devices for additional partitions
tsterbak a2f3621
Enable flashing of vendor_boot partition
tsterbak b9ebd60
Fix configs with addintion flash step and add vendor_boot to tooling …
tsterbak 693e691
Update configs of some google devices
tsterbak 377f2fa
Add --disable-verity --disable-verification to flash vbmeta step
tsterbak 3d44666
Fix guacamoleb config
tsterbak 8c6183e
Change fastboot_flash_recovery to also flash additional partitions if…
tsterbak f9a10ea
Add support for alioth (Redmi K40 / Mi 11X / Poco F3)
347c036
Add support for alioth (Redmi K40 / Mi 11X / Poco F3) (#343)
tsterbak 53d836b
Update configs
tsterbak a334957
Merge branch 'dev' into update-configs-for-additional-partitions
tsterbak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| metadata: | ||
| maintainer: A non (anon) | ||
| brand: xiaomi | ||
| device_name: Xiaomi Redmi K40 / Mi 11X / POCO F3 | ||
| is_ab_device: false | ||
| device_code: alioth | ||
| untested: true | ||
| additional_steps: | ||
| - vbmeta | ||
| supported_device_codes: | ||
| - alioth | ||
| - aliothin | ||
| notes: | ||
| - Be careful when choosing OrangeFox version, Android 12 & 13 ROM needs OrangeFox version code with `A12`, for example `R11.1_5_A12`. Android 10 & 11 ROM needs OrangeFox version code without `A12` (bellow on the page) | ||
| steps: | ||
| unlock_bootloader: | ||
| - type: confirm_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. This will reset your phone. | ||
| - type: link_button_with_confirm | ||
| content: > | ||
| - Create a Mi account on Xiaomi’s website. Beware that one account is only allowed to unlock one unique device every 30 days. | ||
|
|
||
| - Add a phone number to your Mi account, insert a SIM into your phone. | ||
|
|
||
| - Enable developer options in `Settings` > `About Phone` by repeatedly tapping MIUI Version. | ||
|
|
||
| - Link the device to your Mi account in `Settings` > `Additional settings` > `Developer options` > `Mi Unlock status`. | ||
|
|
||
| - Download the Mi Unlock app with the link bellow (Windows is required to run the app), and follow the instructions provided by the app. It may tell you that you have to wait, usually 7 days. If it does so, please wait the quoted amount of time before continuing to the next step! | ||
|
|
||
| - After device and Mi account are successfully verified, the bootloader should be unlocked. | ||
|
|
||
| - Since the device resets completely, you will need to re-enable USB debugging to continue : `Settings` > `Additional settings` > `Developer options` > `USB debugging` | ||
| link: https://en.miui.com/unlock/download_en.html | ||
| boot_recovery: | ||
| - type: call_button | ||
| content: > | ||
| Now you need to install 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. | ||
|
|
||
| Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. | ||
| command: adb_reboot_bootloader | ||
| - type: call_button | ||
| content: > | ||
| Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. | ||
| command: fastboot_flash_recovery | ||
| - type: call_button | ||
| img: twrp-start.jpeg | ||
| content: > | ||
| Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. | ||
| If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. | ||
| Once it's done continue. | ||
| command: fastboot_reboot_recovery |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.