We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4129a37 commit a0914a4Copy full SHA for a0914a4
host-support/manufacturing-data
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
metadata_get() {
4
- fastboot -s "${FASTBOOT_DEVICE_SPECIFIER}" getvar "$1" 2>&1 | grep -oP "${1}"': \K[^\r\n]*'
+ fastboot -s "${TARGET_DEVICE_SERIAL}" getvar "$1" 2>&1 | grep -oP "${1}"': \K[^\r\n]*'
5
}
6
7
metadata_gather() {
0 commit comments