Add info on how to enable bluetooth

This commit is contained in:
Waldemar Tomme 2024-12-09 22:35:42 +01:00
parent 1f077f5c91
commit f0f5e9858a

View File

@ -26,6 +26,12 @@ mount -t debugfs debugfs /sys/kernel/debug
ls -lah /sys/kernel/debug # A lot of values here can be copied/dumped ls -lah /sys/kernel/debug # A lot of values here can be copied/dumped
``` ```
## Fix bluetooth after reboot
```bash
sudo btmgmt --index 0 public-addr 00:11:22:33:44:55
```
NOTE: `bluez-btmgmt` must be installed
## Misc. Links ## Misc. Links
- https://softhandtech.com/what-is-ffbm-mode-in-android/ - https://softhandtech.com/what-is-ffbm-mode-in-android/
- https://wiki.postmarketos.org/wiki/Samsung_Galaxy_S24_Ultra_(samsung-e3q) - https://wiki.postmarketos.org/wiki/Samsung_Galaxy_S24_Ultra_(samsung-e3q)