I am trying to find out if there is a way to set media metadata (mainly ID3 such as artist, album, song, ...) on an anudio file in Android.
I have noticed that it is po
From the CLI, you can use id3ed. Just build it using Android's NDK, then you can use adb debug bridge to access the shell.