This commit is contained in:
2024-02-28 11:04:05 +01:00
commit db2082311f
49 changed files with 587 additions and 0 deletions

6
android/adb-root-rw.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo "Device must be rooted!!"
echo "login as adb shell"
echo "remount /system/ as rw"
adb shell && su && mount -o rw,remount /system

3
android/fix/ogg-bug.txt Normal file
View File

@@ -0,0 +1,3 @@
echo "tl;dr /vendor/etc/audio_policy_configuration.xml, remove or comment out the part about AUDIO_FORMAT_VORBIS."