Skip to content

Commit

Permalink
Patch oneplus devices
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Jan 1, 2023
1 parent 480a74b commit f629a72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openandroidinstaller/tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,14 @@ def search_device(platform: str, bin_path: Path) -> Optional[str]:
# Sony issues
"C6603": "yuga",
# OnePlus issues
"OnePlus6": "enchilada",
"OnePlus6T": "fajita",
"OnePlus7": "guacamoleb",
"OnePlus7Pro": "guacamole",
"OnePlus7T": "hotdogb",
"OnePlus7TPro": "hotdog",
"Nord": "avicii",
"NordN200": "dre",
}
try:
# read device properties
Expand Down

0 comments on commit f629a72

Please sign in to comment.