init
This commit is contained in:
6
android/adb-root-rw.sh
Normal file
6
android/adb-root-rw.sh
Normal 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
3
android/fix/ogg-bug.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
echo "tl;dr /vendor/etc/audio_policy_configuration.xml, remove or comment out the part about AUDIO_FORMAT_VORBIS."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user