You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Every step in the config file corresponds to one view in the application. These
78
78
-`img`: Display an image on the left pane of the step view. Images are loaded from `openandroidinstaller/assets/imgs/`.
79
79
-`allow_skip`: [OPTIONAL] boolean; If a skip button should be displayed to allow skipping this step. Can be useful when the bootloader is already unlocked.
80
80
81
-
After you created a config file, you can open a pull request to make the file available to other users. The file should be named after device name output by `adb shell dumpsys bluetooth_manager | grep 'name:' | cut -c9-` when the devices is connected to the computer. Please also add the device to the supported devices table above.
81
+
After you created a config file, you can open a pull request to make the file available to other users. The file should be named after device code output by `adb shell getprop | grep ro.product.device` when the devices is connected to the computer. Please also add the device to the supported devices table above.
0 commit comments