Skip to main content

Posts

Showing posts from July, 2014

1.6.2

1.6.2 (07/25/14): -Unlicensed copies of the unlocker are no longer accepted.  Update to the latest version of the unlocker or purchase a valid copy if you get an error.  In order to validate the license, you must be connected to the internet before opening GMMP.  Once validated the first time, an internet connection is no longer needed.  If all of this is done and you still run into issues with the unlocker, please contact gonemadsoftware@gmail.com with your order number and we will help resolve the issue. -44100 sample rate is now shown in now playing as 44.1khz instead of 44khz -Fixed notification art always using embedded image even when another image was chosen -Fixed issue with the split view toggle button not able to be hidden -Fixed crash in license check -Fixed widget crash -Modified how chromecast devices are detected to hopefully fix the issue of the cast menu option not showing up

How to get a logcat / system log to help with debugging an issue

Android 4.2+: If you are rooted you can follow the instructions for 4.0.x and below. Step 1: Reproduce the crash / issue with the app Step 2: Enable developer options: Go to system settings -> about device -> click on "Build Number" roughly 7 times until you get a toast saying developer options are enabled. Step 3:  Back out of About Device and Click on Developer Options Step 4:  Find take bug report and click it.  If Take bug report is grayed out, you will need to check the "Enable USB Debugging" option to enable the bug report option Step 5: Wait up to a few minutes for the bug report to generate, you will then be prompted to select an app to handle the bug report.  Select your email client / gmail.  (There may also be a notification saying the bug report was taken.. clicking on the notification will give you the prompt) Step 6: Enter the email address to the dev you want to send the report to (gonemadsoftware@gmail.com if you want to

1.6.1 Released

This update has a bunch of new minor features. I also was able to test GMMP on Android L and it was completely broken, so I made a few critical fixes in this update. Also from here on out the GMMP version number scheme is going to be slightly different.  In the i've used the 1.major.minor.revision model and since GMMP will be moving on to 2.x in the next big update, I wanted to make the version number a bit longer.  Major.minor.revision will be what is used now, so if there are any more patches before 2.0, it'll just be 1.6.2/1.63/etc instead of 1.6.1.1.  Nothing too important, but knowing the versioning scheme can give you a better understanding of how big an update will be when released. You will notice a new link on the right hand size labeled "All".  Use this if you do not know what type of CPU your device has.  The android installer will install the correct libraries for your device 1.6.1 (07/11/14): -Added "default" on queue completion setting.

Starting a scan via tasker

A scan can be started via tasker with a "run shell" command Use the following line to run a scan: am startservice -n gonemad.gmmp/.data.scanner.FileScanService -a gonemad.gmmp.filescanservice.auto_scan --ez show_notification true or if you prefer adb adb shell am startservice -n gonemad.gmmp/.data.scanner.FileScanService -a gonemad.gmmp.filescanservice.auto_scan --ez show_notification true