Promote LGE G5, G6, and V20 to 19.1

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-05-17 01:27:02 -04:00
parent cd0a29d69b
commit 71c169d326
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
16 changed files with 276 additions and 1299 deletions

View file

@ -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;