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

Support hex digits in OnePlus projid #549

Merged
merged 1 commit into from
May 23, 2024

Conversation

mkropat
Copy link
Contributor

@mkropat mkropat commented May 23, 2024

Most of the deviceconfig keys have only 0-9 digits, however the format is actually hex, as evidenced by a handful of entries, for example:

# OP9 Pro TMO, lemonadept
"2085A": dict(version=2, cm="7f19519a", param_mode=0),

This change should fix the immediate error reported in: #237

(Even with this fix I'm having trouble getting writes to work for other reasons on the OnePlus 9 Pro, but I figure it make sense to fix the issues one at a time.)

Most of the deviceconfig keys have only 0-9 digits, however the format
is actually hex, as evidenced by a handful of entries (for example: OP9
Pro TMO / "2085A").
@bkerler bkerler merged commit 3e4e569 into bkerler:master May 23, 2024
1 check passed
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.

2 participants