Skip to content

Commit 50a61e1

Browse files
committed
Minor change to how adding configs works
1 parent 074032e commit 50a61e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Every step in the config file corresponds to one view in the application. These
7878
- `img`: Display an image on the left pane of the step view. Images are loaded from `openandroidinstaller/assets/imgs/`.
7979
- `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.
8080

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.
8282

8383

8484
## Tools

0 commit comments

Comments
 (0)