Can I add an audible alarm for connect and remove the charger?

Can I add an audible alarm for connect and remove the charger?

Because the charger is not stable, need to check carefully every time.

Hi, @karma install "By voice " from play store, it will give you voice prompt for battery and many other things

1 Like

Thank you,
Canā€™t I modify it from the system level like Booting music?

I use a Battery Calibration App on my watch. Even though I donā€™t actuate it every time I charge the watch, only when I want to do a calibration of the battery, it notifies me when the watch is fully charged both audibly and with a message. I have it on all my watches and is a very valuable tool to keep the battery functioning properly.
I appears this app is no longer in the PS. It was associated with Deadwine Studio. But I would imagine similar apps would work the same. Fortunately I have a back up copy of the app in Apps Backup and Restore.

From the adb shell:
settings put global charging_sounds_enabled 1
reboot
Dunno which ogg audio file it uses for that. one of /system/media/audio/ui/ folder I guess.

thank youļ¼I used the adb shell command, but it seems that nothing happened?
The adb command does not prompt any failure, of course, there is no prompt success too, the CMD interface is just a line change.

Thank you for the information, but I donā€™t want to use third-party software,.

From the PC type adb shell
then type in the shell:
settings put global charging_sounds_enabled 1
Then check if the setting is correct:
settings get global charging_sounds_enabled
Pretty basic Android stuff.

2 Likes