Skip to content

Commit

Permalink
raphael: reduce WiFi Scans (Increase interval to 5 minutes)
Browse files Browse the repository at this point in the history
By default, WiFi scans every 15 seconds. Change this to every 5 minutes to save battery.
We dont change WiFi locations that often to need a check every 15 seconds.

Taken from here: https://www.rankred.com/android-build-prop-tweaks/
  • Loading branch information
aoleary committed May 18, 2024
1 parent 30cf6c5 commit 9701ba2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ persist.vendor.sensors.enable.mag_filter=true
# Vendor
ro.vendor.qti.va_aosp.support=1

# WiFi Scan Interval (default = 15s)
PRODUCT_PROPERTY_OVERRIDES += \
wifi.supplicant_scan_interval=600

# ZRAM writeback
ro.zram.mark_idle_delay_mins=60
ro.zram.first_wb_delay_mins=1440
Expand Down

0 comments on commit 9701ba2

Please sign in to comment.