Window animations now have rounded corners, meaning that
the shader that we use is more expensive than it used to be.
Because of this, we need to adjust the SF offsets, to make sure
that we'll have enough time to finish the GPU composition without
dropping frames.
These offsets as similar to blueline's, adjusted slightly because
we were getting false "frame missed" signals if composition
starts too early.
Change-Id: I8173e12b006bc1cab6b4cb0b3a5db9f9b3489819
Our packet filter changes to the moto prima opensource driver now requires setting this flag to achieve maximum power savings when sleeping by filtering out broadcast and multicast messages.
* Our 3.18 kernel doesn,t support this. logcat spams like this "E QTI PowerHAL: Error opening /sys/kernel/hbtp/display_pwr: No such file or directory"
Signed-off-by: muralivijay <muralidharan9845@gmail.com>
Those parameters need to set for Hotspot 2.0 network
interworking=1 : Enable Interworking
hs20=1: Enable Hotspot 2.0
auto_interworking=0 : Do not automatically go through Interworking
network selection in wpa_supplicant
Bug: 118633353
Test: live test with Passpoint AP
Signed-off-by: Ecco Park <eccopark@google.com>
Change-Id: Ic2351295802265516f20466113c08e2df0796dfa
* in moto framework we have “config_sim_operator_override_rules” which is overriding sim operators, and in overlays they are replacing 312530 with 310120.
getprop of sprint on stock firmware:
[gsm.sim.operator.numeric]: [310120]
[gsm.sim.operator.numeric.orig]: [312530]
* We don’t hve such implementation on lineage so it uses wrong APN and mobile data is broken with sprint
* This hack adds 310120 APNs to 312530, so we can have LTE+ on it
Change-Id: I9184348ee58dbf0239fce5cf69b7826b5e7a3ed1
* This is only available on Nexus/Pixel devices, and we have our own
implementation in livedisplay.
Change-Id: I8343e4986d7dd8413bd8d36dfad0309a4c08026e
* wcnss-service is in charge of copying your wcnss ini from /system to
/data where framework reads it. If /data is encrypted, or being
encrypted, this can't happen. Move it to late_start so it tries to run
after encrpytion and mount has happened.
Change-Id: I63dce20f84935ac22dd737c9b63b40c69f3e815d