diff --git a/Changelogs/Changes-LAOS_14.1.txt b/Changelogs/Changes-LAOS_14.1.txt
index 1d723101..6b975526 100644
--- a/Changelogs/Changes-LAOS_14.1.txt
+++ b/Changelogs/Changes-LAOS_14.1.txt
@@ -1,7 +1,7 @@
Last Updated: 06/06/2017
Credits
- Google and the Android Open Source Project
- - ROMs: LineageOS, CyanogenMod, CopperheadOS, OmniROM
+ - Distros: LineageOS, CyanogenMod, CopperheadOS, OmniROM, Code Aurora Forum
- Apps: F-Droid (and community), MicroG (mar-v-in)
- Patches: anarkia1976, be-neth, bhb27, Evisceration, faux123, fglfgl27, flar2, hellsgod, nguyenquangduc2000, nikhil18, reioux, savoca, thestinger, WedyDQ10, XileForce
- Misc: nvllsvm, p4block, Emojione/Ranks, Stack Exchange Network
diff --git a/Patches/LineageOS-14.1/cm_platform_sdk/profile_default.xml b/Patches/LineageOS-14.1/cm_platform_sdk/profile_default.xml
index 71f5d868..078519ba 100644
--- a/Patches/LineageOS-14.1/cm_platform_sdk/profile_default.xml
+++ b/Patches/LineageOS-14.1/cm_platform_sdk/profile_default.xml
@@ -130,13 +130,13 @@
true
- 3
- 4
+ 2
+ 5
true
- 2
- 5
+ 3
+ 4
true
@@ -150,12 +150,12 @@
true
- 1
+ 0
1
true
- 0
+ 1
1
true
@@ -176,7 +176,7 @@
9
- 1
+ 9
true
1
@@ -220,13 +220,13 @@
true
- 2
- 5
+ 3
+ 4
true
- 3
- 4
+ 2
+ 5
true
@@ -240,12 +240,12 @@
true
- 0
+ 1
1
true
- 1
+ 0
1
true
@@ -266,7 +266,7 @@
9
- 1
+ 9
true
1
diff --git a/Scripts/Generic_Deblob.sh b/Scripts/Generic_Deblob.sh
index 75451967..6c5b0d32 100755
--- a/Scripts/Generic_Deblob.sh
+++ b/Scripts/Generic_Deblob.sh
@@ -95,7 +95,7 @@ export base;
blobs=$blobs"|lib-dplmedia.so|librcc.so|libvcel.so|libvoice-svc.so|qti_permissions.xml|volte_modem[/]"; #Misc.
#IPA (Internet Packet Accelerator) [Qualcomm]
- #This is actually open source (excluding -diag), but doesn't seem that benefical and has been shown vulnerable before
+ #This is actually open source (excluding -diag)
#blobs=$blobs"|ipacm";
blobs=$blobs"|ipacm-diag";
#makes=$makes"|ipacm|IPACM_cfg.xml";
@@ -145,7 +145,7 @@ export base;
#blobs=$blobs"|libthermalclient.so|libthermalioctl.so|thermal-engine";
#Time Service [Qualcomm]
- #XXX: Requires that https://github.com/LineageOS/android_hardware_sony_timekeep be included in repo manifest
+ #Requires that https://github.com/LineageOS/android_hardware_sony_timekeep be included in repo manifest
#blobs=$blobs"|libtime_genoff.so"; #XXX: Breaks radio
blobs=$blobs"|libTimeService.so|time_daemon|TimeService.apk";
diff --git a/Scripts/LAOS-14.1_Patches.sh b/Scripts/LAOS-14.1_Patches.sh
index 0c81ab7d..c1cdd6c6 100755
--- a/Scripts/LAOS-14.1_Patches.sh
+++ b/Scripts/LAOS-14.1_Patches.sh
@@ -141,7 +141,7 @@ sed -i 's/CM_BUILDTYPE := UNOFFICIAL/CM_BUILDTYPE := dos/' config/common.mk; #Ch
enter "vendor/cmsdk"
git fetch https://review.lineageos.org/LineageOS/cm_platform_sdk refs/changes/21/148321/12 && git cherry-pick FETCH_HEAD #network traffic
-cp $patches"cm_platform_sdk/profile_default.xml" cm/res/res/xml/profile_default.xml; #Replace default profiles with *way* better ones #TODO: 2G/3G -> LTE
+cp $patches"cm_platform_sdk/profile_default.xml" cm/res/res/xml/profile_default.xml; #Replace default profiles with *way* better ones
#
#END OF ROM CHANGES
#