iammert / RadioPlayerService

Android service library which uses AAC Player. Ready to use Radio Player Service.
254 stars 91 forks source link

Fixing Text relocations and crash #46

Open ratulbside opened 7 years ago

ratulbside commented 7 years ago

Thanks for this awesome library. Please use this library as dependency, instead of vbartacek/aacdecoder-android to fix Text relocations and crash problem in Android 6.0 and above.

bkoruznjak commented 7 years ago

did you manage to avoid the Text relocations dialog with the tarigo's patch on the aac decoder library?

EDIT: ok so i managed to build an .aar module and include it in my project with the newer aacdecoder jar from the link above. As i have tested this on a Nexus 5X with Nougat seems like the problem is fixed.

Would suggest that the author updates the dependency as suggested.

P.S. thanks for this amazing lib :)

ajoaespinola commented 7 years ago

Solved my #48 Huawei P9 crash! Thanks @ratulbside.

P.S: Would suggest that the author updates the dependency as suggested. (2)

mitab86 commented 6 years ago

@ratulbside @bkoruznjak could you please guide me on using this tarigo library. There is no jar file and I don't know how to use it in my project. Any help will be helpful

bkoruznjak commented 6 years ago

@mitab86 to be completely honest I forgot what I did exactly...

I think I git cloned the decoder from spoledge and compiled it into an .aar file (how to 1 & how to 2)

I then included it into my gradle build like so:

dependencies{ ... compile project(':library-release') ... }

And then it should work...you just need to use the classes from the spoledge lib mentioned above. Good luck, hope you manage to fix it :)

mitab86 commented 6 years ago

Thank you @bkoruznjak for the quick response. I will work through these steps

Edit: I was successfully able to solve the problem from these files at https://mega.nz/#!EQIVTLIL!mwwakCztR5yd_VjAjS7TJ0kCKO3hrH5mqFkcth9SLc0 Which contains jar file and .so files