mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-24 01:43:35 +00:00
add manual patching script and flask server
This commit is contained in:
6
root-module-manual/src/module.prop
Normal file
6
root-module-manual/src/module.prop
Normal file
@@ -0,0 +1,6 @@
|
||||
id=btl2capfix
|
||||
name=Bluetooth L2CAP workaround for AirPods
|
||||
version=v1
|
||||
versionCode=1
|
||||
author=kavishdevar
|
||||
description=Fixes the Bluetooth L2CAP connection issue with AirPods
|
||||
4
root-module-manual/src/post-data-fs.sh
Normal file
4
root-module-manual/src/post-data-fs.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/system/bin/sh
|
||||
|
||||
mount -t overlay overlay -o lowerdir=/apex/com.android.btservices/lib64,upperdir=/data/adb/modules/btl2capfix/apex/com.android.btservices/lib64,workdir=/data/adb/modules/btl2capfix/apex/com.android.btservices/work /apex/com.android.btservices/lib64
|
||||
mount -t overlay overlay -o lowerdir=/apex/com.android.btservices@352090000/lib64,upperdir=/data/adb/modules/btl2capfix/apex/com.android.btservices@352090000/lib64,workdir=/data/adb/modules/btl2capfix/apex/com.android.btservices@352090000/work /apex/com.android.btservices@352090000/lib64
|
||||
Reference in New Issue
Block a user