Skip to content

Commit 0123449

Browse files
committed
docs: it's vendorid not manufacturerid
no idea where i got manufacturerid from
1 parent 8a5d608 commit 0123449

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
![LibrePods Banner](/imgs/banner.png)
22

3-
[![XDA Thread](https://img.shields.io/badge/XDA_Forums-Thread-orange)](https://xdaforums.com/t/app-root-for-now-airpodslikenormal-unlock-apple-exclusive-airpods-features-on-android.4707585/)
4-
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kavishdevar/librepods)](https://github.com/kavishdevar/librepods/releases/latest)
5-
[![GitHub all releases](https://img.shields.io/github/downloads/kavishdevar/librepods/total)](https://github.com/kavishdevar/librepods/releases)
6-
[![GitHub stars](https://img.shields.io/github/stars/kavishdevar/librepods)](https://github.com/kavishdevar/librepods/stargazers)
7-
[![GitHub issues](https://img.shields.io/github/issues/kavishdevar/librepods)](https://github.com/kavishdevar/librepods/issues)
8-
[![GitHub license](https://img.shields.io/github/license/kavishdevar/librepods)](https://github.com/kavishdevar/librepods/blob/main/LICENSE)
9-
[![GitHub contributors](https://img.shields.io/github/contributors/kavishdevar/librepods)](https://github.com/kavishdevar/librepods/graphs/contributors)
10-
11-
123
## What is LibrePods?
134

145
LibrePods unlocks Apple's exclusive AirPods features on non-Apple devices. Get access to noise control modes, adaptive transparency, ear detection, hearing aid, customized transparency mode, battery status, and more - all the premium features you paid for but Apple locked to their ecosystem.
@@ -40,9 +31,7 @@ Most features should work with any AirPods. Currently, I've only got AirPods Pro
4031
- All accessibility settings
4132
- And more!
4233

43-
* Features marked with an asterisk require the Bluetooth DID (Device Identification) hook to be enabled.
44-
45-
See the [pinned issue](https://github.com/kavishdevar/librepods/issues/20) for a complete feature list and roadmap.
34+
* Features marked with an asterisk require the VendorID to be change to that of Apple.
4635

4736
## Platform Support
4837

@@ -81,9 +70,11 @@ If you are using ColorOS/OxygenOS 16, you don't need root except for customizing
8170
8271
Until then, you must xposed. I used to provide a non-xposed method too, where the module used overlayfs to replace the bluetooth library with a locally patched one, but that was broken due to how various devices handled overlayfs and a patched library. With xposed, you can also enable the DID hook enabling a few extra features.
8372

84-
## Bluetooth DID (Device Identification) Hook
73+
## Changing VendorID in the DID profile to that of Apple
8574

86-
Turns out, if you change the manufacturerid to that of Apple, you get access to several special features!
75+
Turns out, if you change the VendorID in DID Profile to that of Apple, you get access to several special features!
76+
77+
You can do this on Linux by editing the DeviceID in `/etc/bluetooth/main.conf`. Add this line to the config file `DeviceID = bluetooth:004C:0000:0000`. For android you can enable the `act as Apple device` setting in the app's settings.
8778

8879
### Multi-device Connectivity
8980

@@ -93,9 +84,7 @@ Upto two devices can be simultaneously connected to AirPods, for audio and contr
9384

9485
Accessibility settings like customizing transparency mode (amplification, balance, tone, conversation boost, and ambient noise reduction), and loud sound reduction can be configured.
9586

96-
All hearing aid customizations can be done from Android, including setting the audiogram result. The app doesn't provide a way to take a hearing test because it requires much more precision. It is much better to use an already available audiogram result.
97-
98-
To enable these features, enable App Settings -> `act as Apple Device`.
87+
All hearing aid customizations can be done from Android (linux soon), including setting the audiogram result. The app doesn't provide a way to take a hearing test because it requires much more precision. It is much better to use an already available audiogram result.
9988

10089
#### A few notes
10190

0 commit comments

Comments
 (0)