diff options
| author | Seth Shelnutt <shelnutt2@gmail.com> | 2013-12-15 18:57:33 -0500 |
|---|---|---|
| committer | Seth Shelnutt <shelnutt2@gmail.com> | 2013-12-15 18:58:08 -0500 |
| commit | 66a5b6fb97a0ef0feee675bc9d35fcacf4bdbe5c (patch) | |
| tree | 20451675bbc432c8ef1b99b1538f309c9da19d06 | |
| parent | ad5622ff548929005dcede5aca83c450d23fb716 (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-swv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |
