In recent builds of yoshino devices (lilac
, poplar
, maple
) there is an issue with audio playback: playback stops at the end of a track instead of automatically continuing with the next track in the queue. Until a fix is made in the code and included in new builds, it can be worked around using rooted debugging
adb root
adb shell "mount -o rw,remount /vendor"
adb shell "sed -i '/debug.stagefright.omx_default_rank.sw-audio/d' /vendor/build.prop"
adb reboot
The bug can be tracked here: Audio playback stops at the end of the current track · Issue #115 · whatawurst/android_device_sony_yoshino-common · GitHub