Skip to content

Commit

Permalink
Merge pull request #1 from joel16/lineage-17.1
Browse files Browse the repository at this point in the history
satsuki: import configs/calib files from 32.4.A.1.54 and set boot anim to half res
  • Loading branch information
TARKZiM authored Feb 14, 2020
2 parents 65a9ff1 + 2a27384 commit 2c5df26
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 104 deletions.
2 changes: 1 addition & 1 deletion audio/mixer_paths.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@

<!-- Gain offset target for dmic1 unit calibration -->
<path name="dmic1-adj-gain">
<ctl name="DEC7 Volume" value="84" />
<ctl name="DEC7 Volume" value="85" />
</path>

<!-- Gain offset target for dmic2 unit calibration -->
Expand Down
139 changes: 60 additions & 79 deletions configs/thermal-engine.conf

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions configs/wlan/bcmdhd.cal
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ temps_hysteresis=15
tempoffset=255
rawtempsense=0x1ff

tworangetssi2g=0
tworangetssi2g=1
tworangetssi5g=0
lowpowerrange2g=0
lowpowerrange5g=0

#pa2gccka0=-145,6220,-699
#pa2gccka1=-167,5991,-703
Expand Down Expand Up @@ -122,7 +124,6 @@ mcsbw805ghpo=0xcaaaaaaa,0x11111111
mcslr5glpo=0x0000
mcslr5gmpo=0x0000
mcslr5ghpo=0x0000

sb20in40hrpo=0x0
sb20in80and160hr5glpo=0x0
sb40and80hr5glpo=0x0
Expand Down
1 change: 1 addition & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# Boot animation
TARGET_SCREEN_HEIGHT := 3840
TARGET_SCREEN_WIDTH := 2160
TARGET_BOOTANIMATION_HALF_RES := true

# init
PRODUCT_COPY_FILES += \
Expand Down
14 changes: 7 additions & 7 deletions idc/clearpad.idc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
touch.deviceType = touchScreen

# Pressure
touch.pressure.scale = 0.0065
touch.pressure.scale = 0.0093

# Touch Filter
touch.filter.level = 3
Expand All @@ -17,14 +17,14 @@ touch.filter.tfsw.f0.path = /system/lib64/touchfilter/roadrunner_ukf.so
# Roadrunner
touch.filter.RoadRunner.Enabled = 1
touch.filter.RoadRunner.Debug = 0
touch.filter.RoadRunner.c0.PredictionSteps = 2.1
touch.filter.RoadRunner.c1.PredictionSteps = 3.2
touch.filter.RoadRunner.c2.PredictionSteps = 4.9
touch.filter.RoadRunner.c3.PredictionSteps = 6.4
touch.filter.RoadRunner.FrameRate = 0.0079
touch.filter.RoadRunner.c0.PredictionSteps = 0.0
touch.filter.RoadRunner.c1.PredictionSteps = 2.8
touch.filter.RoadRunner.c2.PredictionSteps = 2.8
touch.filter.RoadRunner.c3.PredictionSteps = 2.8
touch.filter.RoadRunner.FrameRate = 0.0111
touch.filter.RoadRunner.PreSmoothingFactor = 0.2
touch.filter.RoadRunner.PostSmoothingFactor = 0.1
touch.filter.RoadRunner.DisplayPpi = 428
touch.filter.RoadRunner.DisplayPpi = 403
touch.filter.RoadRunner.VelocityThreshold = 50
touch.filter.RoadRunner.OvershootControl = 1

Expand Down
28 changes: 13 additions & 15 deletions overlay/frameworks/base/core/res/res/xml/power_profile.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
<item name="none">0</item>
<item name="screen.on">27.43</item>
<item name="bluetooth.active">48.64</item>
<item name="bluetooth.on">1.09</item>
<item name="screen.on">89.89</item>
<item name="bluetooth.active">0.1</item>
<item name="bluetooth.on">0.61</item>
<item name="bluetooth.at">39.93</item>
<item name="screen.full">393.25</item>
<item name="wifi.on">0.97</item>
<item name="wifi.active">329.74</item>
<item name="wifi.scan">49.42</item>
<item name="dsp.audio">38.79</item>
<item name="dsp.video">230.86</item>
<item name="camera.avg">813.49</item>
<item name="camera.flashlight">22.17</item>
<item name="radio.active">116.89</item>
<item name="screen.full">447.69</item>
<item name="wifi.on">2.19</item>
<item name="wifi.active">94.22</item>
<item name="wifi.scan">0.1</item>
<item name="dsp.audio">0.1</item>
<item name="dsp.video">0.1</item>
<item name="radio.active">178.62</item>
<item name="modem.controller.idle">0.29</item>
<item name="modem.controller.rx">153.62</item>
<item name="modem.controller.tx">132.21</item>
<item name="modem.controller.voltage">0.74</item>
<item name="radio.scanning">9.37</item>
<item name="gps.on">48.81</item>
<item name="gps.on">51.70</item>
<array name="radio.on">
<value>9.01</value>
<value>8.28</value>
Expand Down Expand Up @@ -91,12 +89,12 @@
<value>4</value>
</array>
<item name="cpu.awake">40.36</item>
<item name="battery.capacity">2900</item>
<item name="battery.capacity">3430</item>
<array name="wifi.batchedscan">
<value>.0002</value>
<value>.002</value>
<value>.02</value>
<value>.2</value>
<value>2</value>
</array>
</device>
</device>

0 comments on commit 2c5df26

Please sign in to comment.