Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 0876ce93 authored by synt4x93's avatar synt4x93 Committed by Ahmed Harhash
Browse files

universal9810: proprietary: switch to AOSP charger

Change-Id: I40aeefebb37660fe4523bea74e799e5237a22216
parent 1ecc4a14
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -31,3 +31,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
    ro.config.notification_sound=Argon.ogg \
    ro.config.alarm_alert=Hassium.ogg \
    ro.config.vc_call_vol_steps=7

# Charger
PRODUCT_PRODUCT_PROPERTIES += \
    ro.charger.enable_suspend=true
+0 −20
Original line number Diff line number Diff line
@@ -6,26 +6,6 @@ lib/libsecaudiocoreutils.so
# Bluetooth - APT-X
lib64/libaptX_encoder.so

# LPM
bin/lpm
lib64/libmaet.so
lib64/libsxqk_skia.so
media/battery_error.spi
media/battery_low.spi
media/battery_temperature_error.spi
media/battery_temperature_limit.spi
media/battery_water_usb.spi
media/charging_New_Fast.spi
media/charging_New_Normal.spi
media/dock_error_usb.spi
media/incomplete_connect.spi
media/lcd_density.txt
media/percentage.spi
media/safety_timer_usb.spi
media/slow_charging_usb.spi
media/temperature_limit_usb.spi
media/water_protection_usb.spi

# NFC
etc/nfc_key
etc/nfcee_access.xml
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ on boot
    write /sys/block/zram0/comp_algorithm lz4
    write /proc/sys/vm/page-cluster 0

# LPM
service lpm /system/bin/lpm
# Charger
service charger /system/bin/charger
    class sec-charger
    user root
    group system radio input
+0 −3
Original line number Diff line number Diff line
@@ -3,9 +3,6 @@
/data/biometrics(/.*)? u:object_r:biometrics_data_file:s0
/data/vendor/biometrics(/.*)? u:object_r:biometrics_vendor_data_file:s0

# LPM
/system/bin/lpm u:object_r:lpm_exec:s0

# Bluetooth
/sys/devices/platform/bluetooth/rfkill/rfkill0/state u:object_r:sysfs_bluetooth_writable:s0
/sys/devices/platform/bluetooth/rfkill/rfkill0/type u:object_r:sysfs_bluetooth_writable:s0

sepolicy/private/lpm.te

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
type lpm, domain;
type lpm_exec, exec_type, system_file_type, file_type;

allow lpm sysfs_health:file rw_file_perms;
allow lpm sysfs_health:dir r_dir_perms;
allow lpm sysfs_leds:file rw_file_perms;
allow lpm sysfs_leds:dir r_dir_perms;
Loading