mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-16 01:55:22 -04:00
Promote LGE G5, G6, and V20 to 19.1
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
cd0a29d69b
commit
71c169d326
16 changed files with 276 additions and 1299 deletions
|
@ -514,7 +514,8 @@ export -f hardenLocationSerials;
|
|||
hardenLocationConf() {
|
||||
local gpsConfig=$1;
|
||||
#Debugging: adb logcat -b all | grep -i -e locsvc -e izat -e gps -e gnss -e location -e xtra
|
||||
#sed -i 's|DEBUG_LEVEL = .|DEBUG_LEVEL = 4|' "$gpsConfig" &> /dev/null || true;
|
||||
#sed -i 's|DEBUG_LEVEL = .|DEBUG_LEVEL = 4|' "$gpsConfig" &> /dev/null || true; #Debug
|
||||
#sed -i 's|DEBUG_LEVEL = .|DEBUG_LEVEL = 2|' "$gpsConfig" &> /dev/null || true; #Warning
|
||||
#Enable GLONASS
|
||||
if [ "$DOS_GPS_GLONASS_FORCED" = true ]; then
|
||||
sed -i 's/#A_GLONASS_POS_PROTOCOL_SELECT =/A_GLONASS_POS_PROTOCOL_SELECT =/' "$gpsConfig" &>/dev/null || true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue