how to maximize music player in android phone using python script

  • Thread starter Thread starter AC Question
  • Start date Start date
A

AC Question

Hi

I am doing one automation project in which I need to maximize music player in my phone using python script.
But can't figure out how to do that can anyone please help?
 
This seems like a pretty technical question that would require help from people who are more familiar with Python and other programming languages.
I'd check StackOverflow and see if anyone can help you get started :)

Sent from my Galaxy S4 running SlimKat 4.4.4
 
If by "maximize music player", you mean store the maximum amount of music, that would require a better compression algorithm (and Python isn't the best language to write something like that in), or storing the music somewhere other than on the phone (like an external drive or the cloud).

If you mean maximize the volume, that's usually dependent on the hardware - most phones play at the maximum volume the phone is capable of (except through the earphone jack, where the $3,000 price of a good hearing aid is a definite consideration in the volume level you want).

Define "maximize music player" better and we can help you better.