summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Shelnutt <shelnutt2@gmail.com>2013-12-15 18:57:33 -0500
committerSeth Shelnutt <shelnutt2@gmail.com>2013-12-15 18:58:08 -0500
commit66a5b6fb97a0ef0feee675bc9d35fcacf4bdbe5c (patch)
tree20451675bbc432c8ef1b99b1538f309c9da19d06
parentad5622ff548929005dcede5aca83c450d23fb716 (diff)
fetch-swv: Get baseband from the modem not misc.
On many devices the misc flag is not set, as lgnpst does not set it only kdzupdater sets it. Change-Id: I73ccad506ea030f4391bff5a07c363ee89fa8b72
-rw-r--r--fetch-swv2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch-swv b/fetch-swv
index d079171..2f064ff 100644
--- a/fetch-swv
+++ b/fetch-swv
@@ -4,4 +4,4 @@
PATH=/sbin:/system/sbin:/system/bin:/system/xbin
export PATH
-setprop gsm.version.baseband `strings /dev/block/platform/msm_sdcc.1/by-name/misc | grep ^LG | tail -1`
+setprop gsm.version.baseband `strings /dev/block/platform/msm_sdcc.1/by-name/modem | grep M9615A-C | head -1`