Add info on how to enable bluetooth
This commit is contained in:
parent
1f077f5c91
commit
f0f5e9858a
|
@ -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
|
||||
```
|
||||
|
||||
## 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
|
||||
- https://softhandtech.com/what-is-ffbm-mode-in-android/
|
||||
- https://wiki.postmarketos.org/wiki/Samsung_Galaxy_S24_Ultra_(samsung-e3q)
|
||||
|
|
Loading…
Reference in New Issue
Block a user