-
Notifications
You must be signed in to change notification settings - Fork 6
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
WIP, DO NOT MERGE, Dualboot: Sos 3.x dualboot #1
Open
luka177
wants to merge
21
commits into
SHIFTPHONES:sos-3.x
Choose a base branch
from
ABM-Community-Ports:sos-3.x-dualboot
base: sos-3.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
WIP, DO NOT MERGE, Dualboot: Sos 3.x dualboot #1
luka177
wants to merge
21
commits into
SHIFTPHONES:sos-3.x
from
ABM-Community-Ports:sos-3.x-dualboot
Conversation
This file contains 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
Change-Id: I37f7ab0cb88b25f6595ea2d534d2a33f1fdb41fe
Change-Id: I49a9b9c33ab2a3a270616b3738194653834423f0
Change-Id: I0f0a87b2f27dd22b62cfe9eb7d42e5803d85a6df
Change-Id: I8c2243f26ac741441979e2253e44af742fd02cdb
Change-Id: I723f22aeae61b58a654a62814a118967d02eb750
Change-Id: Id28855144e1709037fe2bdd82323387cd5e4885d
Commands used to generate the data: - avbtool extract_public_key --key key_rsa4096.pem --output key_rsa4096.pub - bin2c key_rsa4096.pub Change-Id: Icbfab99d9e1e6e230746ad51f614d6fa26934e2c Signed-off-by: Alexander Martinz <[email protected]>
POWER + VOL UP -> Bootloader POWER + VOL DOWN -> Recovery Change-Id: I6299ed3960fbc20fb947474ede1d41710270a049 Signed-off-by: Alexander Martinz <[email protected]>
We believe in the right to run any software on the hardware you own. Change-Id: I740e05b9e780c5de0067b56b8b0815a8c44a9aeb Signed-off-by: Alexander Martinz <[email protected]>
Change-Id: I9fd80ffe70c139af9838617e8f8892a38192774c Signed-off-by: Alexander Martinz <[email protected]>
"oem" is a partition where device specific values are stored, such as "serial number", "hardware revision", ... This change allows retrieving the partition guid of "oem", which will be used in future changes. Change-Id: Ic0b70a312d22cc0eaaf4eaad50c2997de45a6e7d Signed-off-by: Alexander Martinz <[email protected]>
This change reads the serial number from "oem" partition and passes it on to the system. If the serial number can not be read from "oem" partition, it falls back to calculate a serial number based on UFS storage. Change-Id: I8f48ab166330e56efc1bc7603da51fab172de5ad Signed-off-by: Alexander Martinz <[email protected]>
Set "androidboot.hardware.revision", which is automatically picked up by init, which sets "ro.boot.hardware.revision", which is used by userspace already. If HW revision can not be read, fall back to "10000". Change-Id: Ia73d0e7e1755f2c346a9993eadaf4baf18a0d145 Signed-off-by: Alexander Martinz <[email protected]>
Show hardware revision in the bootloader fastboot menu. Change-Id: I011952064b4c90bdd2f6c3d9ee54fc3db385145a Signed-off-by: Alexander Martinz <[email protected]>
Change-Id: If26fcc711aa81f4e1a930c2d319cfe0b0f8b71a9 Signed-off-by: Alexander Martinz <[email protected]>
Use yellow for Fastboot mode and conditionalize color for DEVICE STATE: - green when locked - red when unlocked Change-Id: I970af3e2dfd1e84a04f4812a61f44ea82cc456e6 Signed-off-by: Alexander Martinz <[email protected]>
Change-Id: I3f669841e4c91ac44f6d19db73005d981269fdac Signed-off-by: Alexander Martinz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.