diff --git a/Misc/Ubuntu_16.10_Dependencies.txt b/Misc/Ubuntu_16.10_Dependencies.txt index 674da2ca..4611f60b 100644 --- a/Misc/Ubuntu_16.10_Dependencies.txt +++ b/Misc/Ubuntu_16.10_Dependencies.txt @@ -8,3 +8,4 @@ sudo apt-get install autoconf automake bc bison build-essential ccache curl expa echo "export EXPERIMENTAL_USE_JAVA8=true" >> .bashrc echo 'export PATH=$PATH:~/Chromium/depot_tools' >> .bashrc +echo "export TZ=:/etc/localtime" >> .bashrc diff --git a/Scripts/Generic_Deblob.sh b/Scripts/Generic_Deblob.sh index 543813b7..00e0edbc 100644 --- a/Scripts/Generic_Deblob.sh +++ b/Scripts/Generic_Deblob.sh @@ -45,10 +45,8 @@ export base; #CMN (DRM) blobs=$blobs"|cmnlib.b00|cmnlib.b01|cmnlib.b02|cmnlib.b03|cmnlib.b04|cmnlib.b05|cmnlib.mdt|cmnlib64.b00|cmnlib64.b01|cmnlib64.b02|cmnlib64.b03|cmnlib64.b04|cmnlib64.b05|cmnlib64.mdt"; - #CNE Core XXX: Breaks radio - #blobs=$blobs"|libcneapiclient.so"; - #CNE (Automatic Cell/Wi-Fi Switching) + #blobs=$blobs"|libcneapiclient.so"; #XXX: Breaks radio blobs=$blobs"|andsfCne.xml|ATT_profile1.xml|ATT_profile2.xml|ATT_profile3.xml|ATT_profile4.xml|ATT_profiles.xml|cnd|cneapiclient.jar|cneapiclient.xml|CNEService.apk|com.quicinc.cne.jar|com.quicinc.cne.xml|ConnectivityExt.jar|ConnectivityExt.xml|libcneconn.so|libcneqmiutils.so|libcne.so|libNimsWrap.so|libvendorconn.so|libwqe.so|profile1.xml|profile2.xml|profile3.xml|profile4.xml|profile5.xml|ROW_profile1.xml|ROW_profile2.xml|ROW_profile3.xml|ROW_profile4.xml|ROW_profile5.xml|ROW_profiles.xml|SwimConfig.xml|VZW_profile1.xml|VZW_profile2.xml|VZW_profile3.xml|VZW_profile4.xml|VZW_profile5.xml|VZW_profile6.xml|VZW_profiles.xml"; #Diagnostics diff --git a/Scripts/LAOS-14.1_Patches.sh b/Scripts/LAOS-14.1_Patches.sh index f4e813d0..e9c2b839 100644 --- a/Scripts/LAOS-14.1_Patches.sh +++ b/Scripts/LAOS-14.1_Patches.sh @@ -2,9 +2,6 @@ #TODO: Aggressive Doze (Verify Extended Doze First), Failed Unlock Shutdown, Optimized build flags, Optimized toolchain, OTA Updates, Ship Chromium, Wallpaper -#Speedup -#export TZ=:/etc/localtime - #Hard reset repos #repo forall -c 'git add -A && git reset --hard'