Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signal strength, unique identifier, persist custom name, many improvements #701

Merged
merged 8 commits into from
Jun 10, 2023
Prev Previous commit
Next Next commit
optimized disable procedure
mr-manuel committed Jun 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 68bd0a5a74397bee911c0d3f0fb38f0bdbfc5019
4 changes: 2 additions & 2 deletions etc/dbus-serialbattery/disable.sh
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ rm -rf /service/dbus-serialbattery.*
rm -rf /service/dbus-blebattery.*

# kill driver, if running
pkill -f "python .*/dbus-serialbattery.py"
pkill -f "blebattery"
pkill -f "dbus-serialbattery"
pkill -f "dbus-blebattery"

# remove install script from rc.local
sed -i "/bash \/data\/etc\/dbus-serialbattery\/reinstall-local.sh/d" /data/rc.local