Skip to content

Commit

Permalink
gta9p: Fixed health issue in fastboot mode.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dee <carlodee.official@proton.me>
  • Loading branch information
cd-Crypton committed Jun 17, 2024
1 parent 43c13bd commit e14dde5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recovery/root/init.recovery.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on init
setprop prepdecrypt.loglevel 2

on boot
start health-hal-2-1-samsung
start health-hal-2-1

on fs
wait /dev/block/platform/soc/${ro.boot.bootdevice}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
service health-hal-2-1-samsung /vendor/bin/hw/android.hardware.health@2.1-service-samsung
service health-hal-2-1-samsung /system/bin/android.hardware.health@2.1-service-samsung
user root
group root
capabilities WAKE_ALARM
Expand Down

0 comments on commit e14dde5

Please sign in to comment.