artem-zinnatullin / android-wail-app

DEPRECATED Android Last.fm scrobbler. Recruiters: please don't look at this project.
MIT License
121 stars 36 forks source link

Add support for AIMP Player #6

Open artem-zinnatullin opened 10 years ago

artem-zinnatullin commented 10 years ago

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

artem-zinnatullin commented 10 years ago

Can anybody decompile their app and try to find "sendBroadcast()" calls with music info? Thx

theli-ua commented 10 years ago

Just subscribing to their intents and dumping their contents would be much easier then to decompile it I believe.

artem-zinnatullin commented 10 years ago

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

theli-ua commented 10 years ago

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.

artem-zinnatullin commented 10 years ago

ok, can you please try to do it? Btw: WAIL already have IntentUtil.getIntentAsString() which is doing same thing

theli-ua commented 10 years ago

Sorry, I'm not interested in AIMP at all, I was just suggesting a way to try this without decompiling

artem-zinnatullin commented 10 years ago

okay

ilya-murzinov commented 10 years ago

I decompiled AIMP and it doesn't seem that it sends broadcasts :(

artem-zinnatullin commented 10 years ago

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 .

raxemus commented 10 years ago

Woof! Soon to be release with support Aimp player?

artem-zinnatullin commented 10 years ago

Nope, nobody currently works on support for Aimp player

raxemus commented 10 years ago

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?

artem-zinnatullin commented 10 years ago

Here is the issue #8

raxemus commented 10 years ago

Thanks =)