RadioPlayerService icon indicating copy to clipboard operation
RadioPlayerService copied to clipboard

Fixing Text relocations and crash

Open ratulbside opened this issue 8 years ago • 5 comments

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.

ratulbside avatar Jan 21 '17 19:01 ratulbside

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 :)

bkoruznjak avatar Jan 21 '17 23:01 bkoruznjak

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

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

ajoaespinola avatar Jan 30 '17 21:01 ajoaespinola

@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

mitab86 avatar Oct 31 '17 15:10 mitab86

@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 :)

bkoruznjak avatar Oct 31 '17 18:10 bkoruznjak

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

mitab86 avatar Nov 01 '17 03:11 mitab86