Skip to content

Commit f629a72

Browse files
committed
Patch oneplus devices
1 parent 480a74b commit f629a72

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

openandroidinstaller/tooling.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,14 @@ def search_device(platform: str, bin_path: Path) -> Optional[str]:
308308
# Sony issues
309309
"C6603": "yuga",
310310
# OnePlus issues
311+
"OnePlus6": "enchilada",
312+
"OnePlus6T": "fajita",
311313
"OnePlus7": "guacamoleb",
314+
"OnePlus7Pro": "guacamole",
315+
"OnePlus7T": "hotdogb",
316+
"OnePlus7TPro": "hotdog",
317+
"Nord": "avicii",
318+
"NordN200": "dre",
312319
}
313320
try:
314321
# read device properties

0 commit comments

Comments
 (0)