1
Portable Devices / Re: Wifi android device synching
« on: June 01, 2024, 08:01:24 PM »I have been running into this issue as well. Files and playlists sync fine, but playcounts do not update. I have the full version of Poweramp and have tried a few variants of the Wifi Sync APK, but nothing I have tried has worked. On Android 14 on a Pixel 7 Pro.I have written about Poweramp before,
Uri.parse("content://com.maxmpz.audioplayer.data/files")
to retrieve the playback history and update it to MusicBee.
This is a bit technical, but this Uri.parse is an internal storage,
/Android/data/com.maxmpz.audioplayer/
This is equivalent to accessing the internal storage under /Android/data/com.maxmpz.audioplayer/data/.
And access to this folder is no longer allowed and can only be accessed in the normal way with a rooted device.
It is undeniable that there was a lack of testing of the interactions between GoneMad and PowerAMP. But this is my mistake. And there is probably no solution.
It is very likely that it is also failing for GoneMAD, but I have addressed it to you for a solution.
Thank you for the explanation. I assumed it was a file system permission, since that was the big issue with newer versions of Android. I appreciate all your work!