Open artem-zinnatullin opened 10 years ago
Can anybody decompile their app and try to find "sendBroadcast()" calls with music info? Thx
Just subscribing to their intents and dumping their contents would be much easier then to decompile it I believe.
What do you mean by "just subscribing to their intents"? Or AIMP has documentation about intent actions, categories and so on? Because in 99% music players for Android just have no documentation for 3rd partly developers and decompilation is the only way
What I meant was: Use dumpsys activity broadcasts To get the name of broadcasts AIMP sends, subscribe to them, and use something like this: http://stackoverflow.com/questions/5968896/listing-all-extras-of-an-intent to dump their contents and see if there is something usefull.
ok, can you please try to do it? Btw: WAIL already have IntentUtil.getIntentAsString()
which is doing same thing
Sorry, I'm not interested in AIMP at all, I was just suggesting a way to try this without decompiling
okay
I decompiled AIMP and it doesn't seem that it sends broadcasts :(
I think it's time to parse notifications or (better) use RemoteControllerClient API, it will add support for 99% of players 17 сент. 2014 г. 1:23 пользователь "Ilya Murzinov" notifications@github.com написал:
I decompiled AIMP and it doesn't seem that it sends broadcasts :(
— Reply to this email directly or view it on GitHub https://github.com/artem-zinnatullin/android-wail-app/issues/6#issuecomment-55815764 .
Woof! Soon to be release with support Aimp player?
Nope, nobody currently works on support for Aimp player
Judging by their words - it will be the second, if not soon = ( What about the API, which would read information from the lockscreen, and sent it to the WAIL?
Here is the issue #8
Thanks =)
Here is the AIMP app: https://play.google.com/store/apps/details?id=com.aimp.player
Here is discussion on AIMP's forum http://www.aimp.ru/forum/index.php?topic=39355.0