Jump to content

admin

Administrators
  • Posts

    1,282
  • Joined

  • Last visited

3 Followers

About admin

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

admin's Achievements

Advanced Member

Advanced Member (3/3)

  1. @Juan Camilo all the details are here: Basically the purchase is per your (selected in Google Play) account.
  2. Коротко/TLDR: возможно, вы не сможете временно восстановить покупку в Google Play или скачать Разблокировку/Unlocker, но время работы пробной версии значительно увеличено и весь функционал полной версии доступен. Просто обновитесь до сборки 932+, чтобы продолжать использовать приложения после окончания пробного периода в предыдущих билдах. Покупка на сайте/Восстановление покупки работает в обычном режиме. Длинно:
  3. TLDR: it's possible that restoring purchase from Google Play or Poweramp Unlocker downloading may be temporarily disabled, but Poweramp / Poweramp Equalizer will continue to work in the Trial mode with all Full Version functionality enabled. Just update to builds 932+ to continue to use apps after the trial period ends in the previous builds. Website purchase/Restore purchase operates as usual. Long:
  4. Players such as Spotify, YouTube Music, Deezer (enable Equalizer in their settings), Yandex Music are supported out of box, player app restart may be required once. Players that don't support equalization (such as YouTube video, TIDAL) still can be equalized via Advanced Player Tracking options in Equalizer settings, but that requires additional permissions. See Settings / Equalizer / Advanced Player Tracking for step by step instructions.
  5. Literally 2 lines of code required: Send AudioEffect.ACTION_OPEN_AUDIO_EFFECT_CONTROL_SESSION intent with the actual session id when playback starts Send AudioEffect.ACTION_CLOSE_AUDIO_EFFECT_CONTROL_SESSION intent when playback ends Additional hints: don't change session id between played tracks, playlists, etc. Keep single session id per playback session (per playing service lifetime) this reduces possible artefacts on session start, as effects require some time to setup and apply also this approach reduces resources usage as no tear-down/re-setup of effects is required don't use multiple session ids even if you use multiple MediaPlayers/AudioTracks (for example, for the crossfade) this also reduces resources usage as there is need for multiple effects then To implement the hints above, get audio session id once from the first MediaPlayer/AudioTrack and reuse it for the next created MediaPlayers/AudioTracks.
  6. this can happen if some task killer/battery optimizer/task manager kills Poweramp while it's in background. Please add both Poweramp and Poweramp Full Version Unlocker (if installed) to the task killer/battery optimizer/task manager exceptions list standard Android / Pixel firmwares -long press app icon / (i) / Battery / Unrestricted for some Chinese brands, where background execution is often limited in non-standard way, you may need to enable background execution for both Poweramp and Poweramp Full Version Unlocker (if installed) in device settings => Apps => Poweramp Huawei Pie/10: - device Settings / Battery / App Launch / Poweramp - UNCHECK. Ensure Run in background is checked in the popup. Then please do the same for Poweramp Full Version Unlocker - UNCHECK, if you have it (system can't distinguish apps from plugins) Xiaomi: - device Settings / Installed apps / Poweramp / Battery saver / No restrictions (same for Poweramp Full Version Unlocker, as it's considered as the same app as Poweramp) Samsung: - device Settings / Apps / Poweramp / Battery / Allow background activity (check) If you have Poweramp Unlocker, do this for the Unlocker app too (as it's considered as the same app as Poweramp) see https://dontkillmyapp.com for more examples some custom ROMs (Android 5-9) require Settings => Misc => Tweaks => Use Wakelock option to be enabled Note: Unlocker app should be added to exceptions lists (if installed) as Unlocker is loaded to the same process and Android kills at process level - so both Poweramp and Unlocker are killed together.
  7. Internet connection is not required for normal operation. Internet connection is required for a short time after Poweramp purchase. Poweramp (main app): - uses optional Internet connection for Album art downloading and Support. - for Website purchase, license is checked via Internet once after Unlocker installation and Poweramp next start, and if the check is successful, then it's never checked again, unless Poweramp is reinstalled, Poweramp data is cleared, system is reset, or ROM is updated Poweramp Unlocker: - for Play purchase license is checked via Internet within first 24 hours after Unlocker installation and Poweramp next start, and if the Google Play Store check is successful, then it's never checked again, unless Poweramp is reinstalled, Poweramp data is cleared, system is reset, or ROM is updated If license check is failed, Poweramp will try to check it until it fails completely in few attempts. Poweramp v2: license failure timeouts are very long, hours or days, but timeouts immediately reset when Internet is not available causing license error. Poweramp v3: license failure timeouts are short, Poweramp will complain about license almost immediately to avoid unexpected license failure error when Internet is not available later.
  8. Google Play: Из-за отключения Google платных приложений в РФ, невозможно скачать Разблокировку с Play. Eсли у вас Разблокировка уже куплена, вы можете запросить ее APK через поддержку powerampmaxmpz@gmail.com и активация пройдет нормально. Вы также можете отключить обновления для Разблокировки в Плее (на странице приложение меню - снять галку с Автообновление). Основное приложение Poweramp (бесплатное) обновляется без проблем. Сайт: 1. убедитесь, что Интернет работает на устройстве 2. (только для Poweramp v2) убедитесь, что аккаунт (учетная запись) Google или Email (как указано в письме - подтверждении покупки от PayPro Global) зарегистрирован на устройстве в настройках Андроида 3. убедитесь, что установлена версия Poweramp с сайта Poweramp (uni, например, build-800-uni). Версии с Play Маркет не имеют поддержки покупок не на Play (согласно официальным условиям Play) 4. в настройках Poweramp, используйте Уже купили? => Сайт и введите Google или Email аккаунт и номер заказа / Order ID (как указано в письме - подтверждении покупки от PayPro Global). Другие способы покупки: Восстановить покупку можно через пункт Уже купили? в настройках Poweramp
  9. Эта ошибка происходит, если:- использовалась опция "Восстановить покупку" для покупки с сайта- кол-во активаций на разных устройствах достигло предела
  10. Thanks for the report - I need to update the test app. PowerAMP now uses milliseconds everywhere, previously API accepted seconds for seeking, so please multiply your seek values by 1000.
  11. localh0st PowerAMP still processes headset MEDIA_* events as usual. Make sure no other apps intercepting/cancelling these messages before PowerAMP. 1. Please check comments in PowerAMPiAPI.java for OPEN_TO_PLAY command (around line 94). startService(new Intent(PowerAMPiAPI.ACTION_API_COMMAND).putExtra(PowerAMPiAPI.COMMAND, PowerAMPiAPI.Commands.OPEN_TO_PLAY) .setData(Uri.parse("content://com.maxmpz.audioplayer/ALL/" + id))); The code above will force PowerAMP to play file from All Files list, by song id. You can also force to play it from other lists. Note that PowerAMP can play only from "external" storage. ALL/ARTIST/ALBUM/ARTIST_ALBUM/GENRE_ALBUM categories are library categories - media store ids are expected. FOLDER is special category - own ids namespace is used. 2. This setting looks this way (right click on project => Properties). Of course you should have the poweramp_api_lib project first imported into Eclipse workspace. Thanks!
  12. Hi, in PowerAMP v1.4 you can now force it to display filenames instead of title tags in Folder/Folder playlists via Settings => Advanced Folder Options => Show Filenames Thanks!
  13. Попробуйте выбрать в настройках проекта другой Target SDK.
×
×
  • Create New...