[App] PowerAmpToast showing a toast on track-change over any apps (configurable) - MTCB Software Development

I threw together a small app for my HuiFei that will show a toast from Poweramp whenever it's in the background. I wanted a way to see title/artist/album/album art when tracks change while I'm in Google Nav or Sygic. The toast is configurable; location, background color, font color, and duration.
Changelog
1.6.0
Now includes Spotify support. Requires the addition of the INTERNET permission, as the cover images have to be downloaded from their servers.
In order for PAToast to receive the broadcast intents from Spotify, you must enable the setting in Spotify:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1.5.3
Updated app to include an accessibility service. This is the proper way to get foreground application info, so it will need to be enabled for PAToast to work
Older changes
Had to fix the album art imageview dimensions. It was too large on the HuiFei. Fixed in 1.1
Added app whitelisting so you can choose which apps it displays the toast in. v1.2
The HuiFei apparently thinks Google Maps is a system app, so I had to unfilter it from the apps list. v1.2a
Start service in foreground so process doesn't get killed off (thx @KeiserSozeyFr). Added experimental toast visual setup w/ sample Google Maps & Sygic screens. v1.3
Fixed the toast not being displayed if a track didn't have album art. Increased long toast duration to ~10 secs. v1.4
Refactored the toast method to only update AA when needed. Increased toast display performance and visual aspects. v1.4.1
Added 10s delay to service startup on boot in case it's causing conflicts with MCU startup. v1.4.2 -- Startup delay not needed
Add broadcast receiver for service start/stop intents (com.dr8.poweramptoast.START_SERVICE and STOP_SERVICE). v1.4.2
Change minSDK to 16 to support the AN21U crowd. Also added the wifi_state_change permission to bypass the boot_complete bug on 4.4+ roms. v1.4.3
1.4.4
Removed unnecessary permission for READ_PHONE_STATE
Removed temporary WIFI_STATE_CHANGED permission that was added for testing
Added preference to center toast if desired
Added preferences to change the size and color of each individual text field (song, artist, album)
1.4.5
Fixed toast background color to follow preference for both text area and album art area
1.4.6
Add left margin to album art view
Add QUICKBOOT_POWERON intent to receiver filter
1.4.9
Added album art caching preference (will cache images based on album name -- if you have mixed songs but similar album name, and individual album art set per-file, don't use this option)
Improved toast and album art display performance when songs switch
1.5.0
Added preference for album art scaling/resizing -- didn't forget about your request @Shadow128
New releases will be posted to the Huifei FTP repository here and this post.

this does not work at all.. what am i doing wrong... no notifications are shown whatsoever

Nomader0 said:
this does not work at all.. what am i doing wrong... no notifications are shown whatsoever
Click to expand...
Click to collapse
Is the service running? Which version of Poweramp are you using? Did you define which app(s) you want the notification drawn over?

I am using latest power amp. Yes the service is running.. I tested by adding opera and waze

Nomader0 said:
I am using latest power amp. Yes the service is running.. I tested by adding opera and waze
Click to expand...
Click to collapse
What device/OS are you running this on? I just tested on my Pixel (7.1.1) and it seems that the function that reads the top-level app isn't working correctly, and shows the launcher instead in logcat.
As a test, try whitelisting the launcher that you're using, restart the service and try again. When I have some free cycles I'll try and fix the app detection method.

MTCD PX3 android 5.1
it is not even working on my HTC E9+ phone
---------- Post added at 09:35 PM ---------- Previous post was at 09:32 PM ----------
ok i whitelisted "sense home" app and is now working fine in my phone.. i will try later in car.. great app by the way

Nomader0 said:
ok i whitelisted "sense home" app and is now working fine in my phone.. i will try later in car.. great app by the way
Click to expand...
Click to collapse
Ok that's good. Glad it's working for you. Will hopefully have an update posted sooner than later.

Can not find the launcher in the app list... so can not use it in HU. Waiting for your update

Nomader0 said:
Can not find the launcher in the app list... so can not use it in HU. Waiting for your update
Click to expand...
Click to collapse
I uploaded a new version to the OP. Please let me know if it works for you. You'll need to go into Settings -> Accessibility and enable the service in order for PAToast to get the foreground application info.

It works great!!!!! Thanks for your work.

ok after testing for a week, i did find some issues:
-It runs on startup even though power amp is not running. so it will show the toast even when radio for example is running.
-On startup and when poweramp is running, the toast will be shown again randomly in the middle of the song (without changing track or anything)

Nomader0 said:
ok after testing for a week, i did find some issues:
-It runs on startup even though power amp is not running. so it will show the toast even when radio for example is running.
-On startup and when poweramp is running, the toast will be shown again randomly in the middle of the song (without changing track or anything)
Click to expand...
Click to collapse
It has a persistent service, which runs in the background at all times if you have it set to auto-start in the prefs. It should only show toasts based on intents that Poweramp sends when tracks change, and only if the foreground app has been whitelisted in the preferences.
I'll validate that's still the case; it might be triggering on some other broadcast intent, but I haven't changed any of that code, so it's likely something else.

Ok, I will also check what I have white listed..

Does this work for Spotify, or only PowerAmp?

Grumpycat62 said:
Does this work for Spotify, or only PowerAmp?
Click to expand...
Click to collapse
Poweramp only at this time. A few years ago when I wrote it, I was unaware of any Spotify APIs/SDKs.
I see now that Spotify does have broadcast intents, and I can definitely extend this app to catch and customize those as well.

agentdr8 said:
Poweramp only at this time. A few years ago when I wrote it, I was unaware of any Spotify APIs/SDKs.
I see now that Spotify does have broadcast intents, and I can definitely extend this app to catch and customize those as well.
Click to expand...
Click to collapse
That would be greatly appreciated. I just swapped to an octa-core MTCD unit from my old MTCB unit running Malaysk's rom, and I had something similar.

Grumpycat62 said:
That would be greatly appreciated. I just swapped to an octa-core MTCD unit from my old MTCB unit running Malaysk's rom, and I had something similar.
Click to expand...
Click to collapse
See the latest version on the OP. I couldn't do a lot of testing, as I don't have Premium and can only skip a few times, but from my limited skips, it seems to be working fine.
Let me know if there are any issues.

I have a problem, the image cover, only show the default image (similar to android logo in a sheet). Is problem of too old app? need some update? I am using a android 6.0 and poweramp last version.

I haven't kept up to date with changes to Poweramp, so there's a good chance this app needs some refreshing to restore functionality. I'm not sure when I would have time to take a look at it, as it's been a few years since I last looked at the code. I thought I have it posted to either my github or gitlab if others want to fork it.

Well, for now I am using poweramp 2.0, with which the covers are shown. Poweramp 2.0 has the largest controls, makes it easier to use in the car.
Anyway, I am grateful that you responded so quickly.

Related

[MOD] HTC Car Mode Xposed! (Version 2.3) [Lollipop Compatible!]

The HTC Sense Car Mode app had some features removed or changed from the previous versions. Namely, statusbar pulldown has been blocked, along with switching apps and basically multitasking.
The reason for this is probably safety; to discourage drivers from tinkering too much with their phones while driving - and while I'm fully behind that I believe in giving people options - which is why I created this module!
So far it allows you to:
Bring back multitasking (status bar and 'recent apps' functionality).
Release the 'Home' button to let it go back to the default launcher.
Replace the default 3-Tap gesture action with anything you want!
Turn Wi-Fi and GPS on or off at startup and shutdown.
Bypass the exit confirmation dialog.
Automatically close apps opened from within the Car App on shutdown (requires root to be fully functional!)
And more features coming in all the time!
If you love the HTC Car app as much as I do, you'll enjoy this!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download
You can find it on the Xposed repository right here.
(It's marked as 'beta' so set your installer filter accordingly).
XDA:DevDB Information
HTC Car Mode Xposed!, Xposed for the HTC One (M8)
Contributors
Ambious
Source Code: https://github.com/eladavron/HTCCarXposed
Xposed Package Name: ambious.htccarxposed
Version Information
Status: Stable
Current Stable Version: 2.1
Stable Release Date: 2014-11-02
Current Beta Version: 2.3
Beta Release Date: 2015-05-15
Created 2014-06-01
Last Updated 2015-05-16
Changelog
Latest Versions:
Version 2.3 Pulled! This version seemed to cause other things to malfunction.
Version 2.2
Added Sense 7.0 Compatibility
Fixed an issue with the screen not staying on in older versions (Android 4.4)
(Not Tested on Sense 6.* Versions!)
Version 2.1
Fixed a bug that would cause the 3-finger gesture to crash the "Car" app even when not running.
Added a "Logging" option for better future debugging (saves log to file on the SD Card).
Version 2.0:
Now Lollipop Compatible! (not tested on KitKat)
Click to expand...
Click to collapse
Older Versions:
Version 1.9:
Added the option to turn off the screen when exiting the car-app - requires enabling Administrator Privileges (prompted when enabled).
Version 1.8:
Brought back the GPS startup and shutdown mods, should work fine now.
Version 1.7:
Added the option to override the "3-Fingers tap" gesture with either Google Hands-Free, Google Now or a custom app of your choice!
Fixed a bug with the Toggler where it would launch the settings app instead of the car if triggered by 3rd party app (such as NFC or Tasker).
Version 1.6:
Added the "App Toggler" which allows to shut down the car app through a global shortcut, or launch it if it's already closed.
Fixed a bug where Wi-Fi would turn off even by navigating away from the Car app and not just closing it.
Re-did the icon - again! (One day I'll be pleased with it).
Click to expand...
Click to collapse
Version 1.5:
Fixed "Multitasking"! Yes, the "Recent Apps" button now works and doesn't break anything! Thanks to the brilliant RichmondoUK for pointing me in the right direction.
Removed GPS mods - it wasn't working as well as I had hoped due to android privacy overrides.
Click to expand...
Click to collapse
Version 1.4:
Added 'Exit mods':
Change GPS and Wi-Fi states on exit
Close apps opened from the Car App (either using a regular shut-down which doesn't always work or the more powerful 'root' method).
Moved the "Exit without confirmation" option under this category
Some code touch-ups
Still no fully-working multi-tasking mod, sorry... that's one tough nut!
Click to expand...
Click to collapse
Version 1.2:
Default settings will bow be applied upon installation.
Added an option to bypass the exit confirmation dialog
Added the option to turn GPS and Wi-Fi on or off at startup.
You can also choose to - obviously - not change them at all.
I'm still working on turning them on and off when exiting the app, it's not working so well so far...
Click to expand...
Click to collapse
Version 1.1:
Interface added! You can now turn mods on and off selectively.
Added the option to release the 'Home' button.
New icon, slightly less ugly I hope.
Click to expand...
Click to collapse
Information
Why disable a safety feature?
The HTC Car App introduced those blocking 'features' for an obvious reason: to discourage people from fumbling around with their phones while driving.
That's a good and important cause, but unfortunately it's not a very smart method of doing it - which is why this module was created. Consider the following scenario: You're in your default navigation app with the music player (which is controllable by the car app) running in the background. You want to skip the currently playing track. If everything's at stock, the new restrictions make it an annoyingly long process: You have to click the home button, enter the music control applet, skip the track as you normally would, then click the home button again, find the navigation app's icon and re-launch it. Without those restrictions all you do is pull down the statusbar, click the 'skip' button on the music player's active notification tile, and pull it back up.
HTC's restrictions - which are supposed to increase safety and attention while driving actually make it longer and more attention-consuming to perform such tasks.
This module allows you to overcome those restrictions, mostly, but I must still say - and I can not overstate this enough:
DRIVE SAFELY!
DON'T OPERATE YOUR DEVICE WHILE DRIVING !
Play music, navigate, make and take calls - but do so safely without fumbling around.
If anything doesn't work with less then three touches of the screen, or if it requires you to look at your device for more than a split-second glance - either forget about it or pull over! It's not worth it!
Works as advertised. Upgraded from Sense 5.5 just so I could enable this mod and get to my notifications. Thanks!
Very cool. I use the HTC car app quite a bit and always hated that I had to close it to access anything else. What other tweaks are possible? It would be nice to be able to switch the default music app to Google Music. Disabling wifi on launch would also be slick.
BTW, this works fine on the M7 with Sense 6.
linuxsense said:
Very cool. I use the HTC car app quite a bit and always hated that I had to close it to access anything else. What other tweaks are possible? It would be nice to be able to switch the default music app to Google Music. Disabling wifi on launch would also be slick.
BTW, this works fine on the M7 with Sense 6.
Click to expand...
Click to collapse
Currently I'm mostly battling with basic things like making the 'recent apps' button work and making the settings toggleable without restarting. Once I get the basics working, I'll start seeing what else I can tinker with. Switching the default music app is not going to be easy because it's deeply integrated within the app, but I'll see what I can do.
As for the wifi, that shouldn't be too difficult.
Glad to hear it's working on other devices as well.
Please add support for all apps in car mode! Currently you can add only a few apps .. For example you can't add Torque
Looks like the 1.1 version changes caused it to stop working with the M7 :crying:
ETA: Looks like it functions properly if "take over home button" is disabled. With that unchecked you can access the pulldown menu as well as reach the desktop or recent apps using the home button.
linuxsense said:
Looks like the 1.1 version changes caused it to stop working with the M7 :crying:
ETA: Looks like it functions properly if "take over home button" is disabled. With that unchecked you can access the pulldown menu as well as reach the desktop or recent apps using the home button.
Click to expand...
Click to collapse
It might be something else, I noticed that the settings won't take until you run the settings interface at least once.
Please try to re-enable the setting and see if anything changes.
Thanks for the report!
Ambious said:
It might be something else, I noticed that the settings won't take until you run the settings interface at least once.
Please try to re-enable the setting and see if anything changes.
Thanks for the report!
Click to expand...
Click to collapse
I am pretty sure that I ran settings app prior to trying it out, not completely sure though. I just toggled the home screen option and get the same results. It only works if it is not selected.
linuxsense said:
I am pretty sure that I ran settings app prior to trying it out, not completely sure though. I just toggled the home screen option and get the same results. It only works if it is not selected.
Click to expand...
Click to collapse
Hmm. I'm not getting that on the M8, but I'll look into it.
Unfortunately I don't have an M7 to test on.
Could you for the sake of testing go to the settings interface - uncheck both boxes, then recheck both boxes, then restart your device and see if it works then?
Thanks!
Ambious said:
uncheck both boxes, then recheck both boxes, then restart your device and see if it works then?
Thanks!
Click to expand...
Click to collapse
Its work :good::good::good: thanks
ahlot18 said:
Its work :good::good::good: thanks
Click to expand...
Click to collapse
Thanks for the info, I think I know what's causing it:
The mods don't take if the car app is running in the background because it hooks into methods as they load.
There's a command to kill it if it's running in the background and settings have been changed, but it might not have taken - or rather, it also won't be run if settings are at their default state, so if you install the mod, then run the car app, then load the module interface and change nothing - it still won't be set.
Next version will handle this more properly, I hope (currently writing it).
Reyzis said:
Please add support for all apps in car mode! Currently you can add only a few apps .. For example you can't add Torque
Click to expand...
Click to collapse
I can add Torque to Car...?
agentdr8 said:
I can add Torque to Car...?
Click to expand...
Click to collapse
Torque free or the paid App? I have torque free and can't add it to car mode ... :/
Reyzis said:
Torque free or the paid App? I have torque free and can't add it to car mode ... :/
Click to expand...
Click to collapse
Torque paid. Maybe free is different, but from what I can tell, HTC Car doesn't blacklist any apps from being added to one of the screens.
I agree, there doesn't seem to be a limit on which apps you can add and which you can't.
Your issue must be related to the app itself. Since I'm unfamiliar with Torque, I really can't tell.
Are there any other apps, as far as you can tell, that you can't add?
Ambious said:
Hmm. I'm not getting that on the M8, but I'll look into it.
Unfortunately I don't have an M7 to test on.
Could you for the sake of testing go to the settings interface - uncheck both boxes, then recheck both boxes, then restart your device and see if it works then?
Thanks!
Click to expand...
Click to collapse
If I do that when I run the HTC car app the home button will open recent apps if double tapped but otherwise it just returns to car mode when home is pressed. If I disable it pressing home takes me to the desktop and double tapping it takes me to recent apps. I am running NuSenseSIX based off the m8-base fwiw. If you have any tweaks you would like tested let me know, I can provide logcats and such.
Dialer not working
Thank you for this awesome mod. I'm not sure if it's the ROM I'm running, but I can't seem to launch the dialer using this module. All other buttons work normally, as well as the added functions of this module.
I'm running the Venom ROM on the M8.
Does anyone else have this problem?
dafob said:
Thank you for this awesome mod. I'm not sure if it's the ROM I'm running, but I can't seem to launch the dialer using this module. All other buttons work normally, as well as the added functions of this module.
I'm running the Venom ROM on the M8.
Does anyone else have this problem?
Click to expand...
Click to collapse
Good catch. Just shows how much I actually use my 'phone' for calls...had not even tried it yet :laugh:
I have the same issue on an M7, the 'Dialer' button in the car mode app doesn't do anything.

[APP] TimeNoti (WP8.1)

TimeNoti
TimeNoti is an all round world time notification app with the colorful app UI. The App features a live tile for every clock you select, in total there are 11 live tiles which show user selected time (updating every minute). TimeNoti offers dynamic real time clocks, colorful app themes, beautiful clock faces, customizable clock titles, 11 live tile clocks (updating every minute) and the action center clock (updates every minute).
A perfect color for every mood, The app is designed to match up with your phone's accent color plus some more flavors are also added and if you purchase premium add-on the you have an entire color palette to select your favorite color. Different clock face for different clocks, there are several simple, elegant, designer and other clock faces to select from.
Now, automatically updated current time for any time zone around the world is just a click away. No need to open any other app, no need to search the web, no need to calculate manually just pin it to the start screen or first time ever pin it to the action center to get the instant time notification.
Features:
--------------
* 11 Live Tile clocks.
* Custom app UI color.
* OneDrive integration for taking and restoring app settings backup.
* "Action Center Clock" (updates every minute),
* Live Tile support (updates every minute).
* Automatically manages Daylight Savings Time.
* Supports both 12 Hour and 24 Hour formats.
* Provides both analog and digital clocks.
* Different clock faces option.
* Dark and Light backgrounds option.
* App UI is synced with phone's accent color.
* Custom title support for user selected secondary time zone.
* User friendly app UI with inbuilt help with info and troubleshooting guide.
* Completely ad free.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Crashes
The app is crashing on start on my Lumia 1520. I got WP 8.1 with update 1 (GDR1) installed.
TimeNoti Changelogs
Changelogs
-----------------
v1.4.0.0
-----------
* Custom app background colors.
* Ability to save/restore custom color combination as themes.
* Ability to take backup of user's entire theme collection onto OneDrive.
* Minor UI bug fixes.
v1.3.0.0
-----------
- 10 Live Tile clocks (In-App Purchase)
- Startup time reduced to half a second.
- Minor improvements
- Speed improvements
- Synchronization improvements.
v1.2.2.0
-----------
- Premium Colors (In-App Purchase)
- New App UI colors
- New App Icon
- Bug Fixes
- Minor improvements
- Speed Improvements
v1.2.1.10
-------------
- OneDrive integration for taking and restoring backup.
- Backup page can be accessed via settings page's command bar menu.
- App background can be changed instantly without restarting the app.
- Fixed a clock face apply bug.
- Fixed action center bug causing app crash.
- Minor improvements.
TimeNoti Video Previews
Video Previews
----------------------
New Settings and Features
---------------------------------------
Initial App Preview
--------------------------
Gampanat said:
The app is crashing on start on my Lumia 1520. I got WP 8.1 with update 1 (GDR1) installed.
Click to expand...
Click to collapse
App updated to v1.2, try now and please give me feedback.
Still does not work :/
I will send.you a pm with live-id for beta.
Gampanat said:
Still does not work :/
I will send.you a pm with live-id for beta.
Click to expand...
Click to collapse
That's quite strange, 200+ downloads and couple of beta testers are using same config as yours. No one is facing startup crashes.
Try uninstalling TimeNoti then restart your phone, after that install the app from the store.
EDIT: Give me your time zone name with UTC offset. Meanwhile try changing your time zone to GMT/UTC then start the app.
Richi_Ric said:
That's quite strange, 200+ downloads and couple of beta testers are using same config as yours. No one is facing startup crashes.
Try uninstalling TimeNoti then restart your phone, after that install the app from the store.
EDIT: Give me your time zone name with UTC offset. Meanwhile try changing your time zone to GMT/UTC then start the app.
Click to expand...
Click to collapse
UTC +2 (Stockholm time zone). And here we use 24 hour clock if that may help. I will try it later on, gotta work now.
Gampanat said:
UTC +2 (Stockholm time zone). And here we use 24 hour clock if that may help. I will try it later on, gotta work now.
Click to expand...
Click to collapse
App tested with your given settings on my friend's 1520 (WP8.1 U1) phone and and everything is working fine. Live tile, time sync and no crashes, everything is normal.
Richi_Ric said:
App tested with your given settings on my friend's 1520 (WP8.1 U1) phone and and everything is working fine. Live tile, time sync and no crashes, everything is normal.
Click to expand...
Click to collapse
Does the phone have Lumia Cyan firmware update installed? Because I got that.
Gampanat said:
Does the phone have Lumia Cyan firmware update installed? Because I got that.
Click to expand...
Click to collapse
Yup, my friend got that too. He once mentioned that after getting cyan he soft reset his phone because some of his older apps were crashing. If you want I can provide you some of the screenshots of my app running on 1520 (cyan firmware).
Richi_Ric said:
Yup, my friend got that too. He once mentioned that after getting cyan he soft reset his phone because some of his older apps were crashing. If you want I can provide you some of the screenshots of my app running on 1520 (cyan firmware).
Click to expand...
Click to collapse
Hmm thats wierd, you don't need to post any screenshot.
I have tried soft-reset and no other app is crashing like that except ones not compatible with 8.1 update 1.
The app is still not working, also the beta one is not working. Hard-reset is not an option for me because I cannot create a backup since it doesnt work and let me do it. I have removed the other backup because they said that it would help but nope.
Gampanat said:
Hmm thats wierd, you don't need to post any screenshot.
I have tried soft-reset and no other app is crashing like that except ones not compatible with 8.1 update 1.
The app is still not working, also the beta one is not working. Hard-reset is not an option for me because I cannot create a backup since it doesnt work and let me do it. I have removed the other backup because they said that it would help but nope.
Click to expand...
Click to collapse
Yes, don't hard reset your phone. It's not required in this case. I'll look back in the app code there is something that I'm missing. But it is still a strange thing for me. I'll update the BETA and will notify you. Have you tried placing the live tile on start screen and then launching the app through it?
Got two more reviews saying app crashing on start. I found a similarity, all three including you are from Europe region. :| The friend I was talking about using same config as yours is from US. Now idk what I'm missing here. I'll recheck every bit of code and keep you updated. Thanks for helping, Brother.
Gampanat said:
Hmm thats wierd, you don't need to post any screenshot.
I have tried soft-reset and no other app is crashing like that except ones not compatible with 8.1 update 1.
The app is still not working, also the beta one is not working. Hard-reset is not an option for me because I cannot create a backup since it doesnt work and let me do it. I have removed the other backup because they said that it would help but nope.
Click to expand...
Click to collapse
Okay, found the bug. App is crashing due to phone's language. It's the third party API which is incompatible with non-English languages like Swedish Language in your case. Well, I've removed the API and used my own code to complete the task. Now app is working smoothly no matter what phone language you use. @Gampanat - Download the latest beta (v1.2.1.1) from HERE.
Richi_Ric said:
Okay, found the bug. App is crashing due to phone's language. It's the third party API which is incompatible with non-English languages like Swedish Language in your case. Well, I've removed the API and used my own code to complete the task. Now app is working smoothly no matter what phone language you use. @Gampanat - Download the latest beta (v1.2.1.1) from HERE.
Click to expand...
Click to collapse
Cool! Glad that you found and solved the problem its working perfectly now
Public version also updated to match BETA features.
New beta: http://www.windowsphone.com/s?appid=622d95b7-7d60-4e35-993f-f5cb6ee8ec1d
Sent from my Lumia using Tapatalk
Upcoming feature: - Backup and Restore app settings from user's OneDrive.
Updated to v1.2.1.10 - check OP for changelog.

[MOD][Xposed] XGPM - Google Play Music mods

XGPM
…mods for Google Play Music
This module adds a few modifications to the Google Play Music app. It allows you to
Show "My library" as default screen
Switch to specific tracks from the music notification (with XMediaNotificationTrackSelector)
Remove disturbing buttons from the navigation drawer
Add back the playlists item to the navigation drawer
Show three columns of albums in many screens
Now Playing screen:
Tint icons with colors extracted from the cover with the help of the Palette API
Resize covers to make less cropped & better visible
Remove the drop shadow from the cover view
Open Equalizer from a new button
Replace any kinds of images in the app, e.g. covers and artist images
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Video of the track selector by Miroslav Vitula, the designer
Video of the track selector by me
Video of track selector by Matthew Brack
Old video review by XDA (TK)
Video review by Picaso Ent
Download:
In Xposed repository: http://repo.xposed.info/module/de.maxr1998.xposed.gpm
Changelog:
All times in CET.
1.12.1: 2017-01-19 21:10
Added option to disable audio focus gain
1.12: 2017-01-17 22:22
Fixed artist name being cut off in new design NowPlaying screen
Fixed three columns for album and other cards
Fixed a few crashes and added compatibility for new GPM version
Updated build tools and support libraries
Old versions:
1.11: 2016-11-14 23:00
Fixed quite a few crashes and added compatibility for GPM 7.0!
Fixed notification track selector
Updated SDK to Nougat 7.1.1
1.10: 2016-08-26 13:25
Added landscape layout for new design with permanent queue
Enabled a few experimental GPM Features
Fixed title in collapsed header for new design, animate header color instead of changing it abruptly
Fixed cast button visibility behaving weirdly
Fixed a few crashes and added compatibility for new GPM version
Updated build tools and support libraries
1.9.2: 2016-07-24 14:13
Fix cover loading for local files, improve caching and speed, show grey square instead of blank space if no cover is available (Thanks to @Massi-X)
Fix any UI bugs in preference screen by switching back to CheckBoxPreferences
Update build tools, target API and support libraries
Add Italian translation by @Massi-X
1.9.1: 2016-05-17 01:44
Same as 1.9, but fixed settings crash because of ProGuard
1.9: 2016-05-17 01:16
Added custom NowPlaying screen design
Added option to remove "My Library" tabs
Added option to enable Google's new voice control
Added option to enable Google's new "Adaptive home" as soon as it's finished
Added tinting for playback mode buttons and EdgeEffects of ViewPager
Added donate option
Added Podcast screen to hideable navigation drawer items
Fixed default screen option
Added workaround for a SwitchPreference bug below Android Lollipop which caused settings screen to act weirdly
1.8.8: 2016-04-19 21:51
Fixed support for GPM 6.7
1.8.7: 2016-04-18 21:40
Force-enable Podcasts!
1.8.6: 2016-04-10 22:01
Updated tools and libraries
Fixed hiding launcher icon
1.8.5: 2016-03-20 23:31
Fixed support for GPM 6.5
1.8.4: 2016-02-20 23:56
Fixed support for GPM 6.4
Crash fix
1.8.3: 2016-02-08 00:24
NowPlaying screen tinting rewritten, more reliable now
Fixed crash for very long playlists because of TrackSelector
1.8.2: 2016-02-02 21:55
Fixed support for GPM 6.3+
1.8.1: 2016-01-29 17:46
Crash fixes
Updated libs
1.8: 2016-01-10 22:03
Improve loading of cover arts (hopefully!)
Notification track selector is now an independent Xposed module, install it from Xposed Repo!
1.7: 2016-01-05 23:56
New and fixed notification track selector with an unlimited, scrollable list with title, artist, cover art and duration
Option to remove "Play Music for…" and recommendations from "Listen now" screen
Fixed nav drawer text and icon for playlist
1.6: 2015-11-29 21:12
Now working on Android 6.0
No reboots to apply settings anymore!
Fixed notification track selector for newest GPM
Added option to remove more items from the navigation drawer
Added back the playlists item to the navigation drawer
Universal art replacer off by default; added description for it in app
Added option to launch GPM from app
Updated dependencies
1.5.1: 2015-09-07 01:16
Notification layout fixes
Touch feedback for tracks
1.5: 2015-09-06 13:52
Add Track selector to notification, thanks to Miroslav Vitula for the concept (https://plus.google.com/+MaxRumpfAliasMaxr1998/posts/EMUMGgTCqSo)
Fix artist shortcut in tracklist causing NullPointerExceptions, add support for more screens
1.4: 2015-08-27 23:27
Fixed Navigation drawer item hiding, should also be more update-proof now, since I rewrote the algorithm
Added option to replace all Album/Artist arts
Built with Marshmallow SDK and support libs
Rewrote backend to only use one Xposed loader now
1.3.2: 2015-06-27 20:41
1.3.1: 2015-06-25 21:42
1.3: 2015-07-24 22:11
1.2.1: 2015-04-24 21:54
1.2: 2015-04-18 21:25
Replaced the ugly overflow button with one from material design icons
1.1: 2015-04-18 21:05
Added equalizer shortcut in NowPlaying screen
1.0.1: 2015-04-18 00:00
Fixed ClassNotFoundException because of ProGuard
1.0: 2015-04-15 20:41
Initial release
None of the features seem to be working for me. On a stock 5.0.1 Nexus 5 with Google Play Music version 5.8.1836R.1787745. I rebooted after making changes in the module's interface, so I'm not sure what's going on.
harland3 said:
None of the features seem to be working for me. On a stock 5.0.1 Nexus 5 with Google Play Music version 5.8.1836R.1787745. I rebooted after making changes in the module's interface, so I'm not sure what's going on.
Click to expand...
Click to collapse
Huh? Working here. Could you send me the Xposed logs/logcat? Thanks.
By the way, I have the same version.
Sent using my nexus⁴ running Euphoria 1.0 with Xposed and hells-Core B69-t4 L
Bitcoin donation address
Maxr1998 said:
Huh? Working here. Could you send me the Xposed logs/logcat? Thanks.
By the way, I have the same version.
Click to expand...
Click to collapse
Here's the Xposed log:
Edit: I can't get it to work on my 4.4.2 Galaxy S5 or 5.0.1 Nexus 6 either, so I'll attach those logs as well.
harland3 said:
Here's the Xposed log:
Edit: I can't get it to work on my 4.4.2 Galaxy S5 or 5.0.1 Nexus 6 either, so I'll attach those logs as well.
Click to expand...
Click to collapse
Thanks for the logs. Your devices have all the same problem that the classes cannot even be loaded by Xposed.. That's extremely strange, but I will look what could be wrong. I'll install the release version of my mods to test, too. Currently I still use the debug version..
Maybe proguard messes up some Xposed related stuff. I'll use the proguard config file of my other module instead of the default config for next release and see if it helps.
Sent using my nexus⁴ running Euphoria 1.0 with Xposed and hells-Core B69-t4 L
Bitcoin donation address
harland3 said:
Here's the Xposed log:
Edit: I can't get it to work on my 4.4.2 Galaxy S5 or 5.0.1 Nexus 6 either, so I'll attach those logs as well.
Click to expand...
Click to collapse
Maxr1998 said:
Thanks for the logs. Your devices have all the same problem that the classes cannot even be loaded by Xposed.. That's extremely strange, but I will look what could be wrong. I'll install the release version of my mods to test, too. Currently I still use the debug version..
Maybe proguard messes up some Xposed related stuff. I'll use the proguard config file of my other module instead of the default config for next release and see if it helps.
Click to expand...
Click to collapse
Same issue here, CM12.1 (lollipop 5.1) on klte (Galaxy S5) seeing the exact same errors in xposed.log. Awaiting update
Same problem here, not working.
Oneplus One with paranoid android 5.0 alpha 1
Maxr1998 said:
XGPM
This module adds a few modifications to the Google Play Music app. It allows you to
Remove disturbing buttons from the Navigation drawer
Resize covers to make them better visible and less cropped
Remove the drop shadow from the cover view
Tint icons in Now Playing screen with colors extracted from the cover with the help of Palette API
Click to expand...
Click to collapse
Do you think you would be able to solve the issue of the sdcard stored tracks sorted in the wrong order in the playlists of the GPM app?
Some links talking of this issue:
http://productforums.google.com/for...video$20-videos/play/hXvN2I6CR48/NhDtzbPgXwYJ
http://android.stackexchange.com/questions/50425/wrong-playlist-order-in-google-play-music-app
http://appdev.binaryappdev.com/2013/08/02/wrong-playlist-order-in-google-play-music-app/
http://forum.xda-developers.com/galaxy-nexus/help/google-play-music-app-wrong-song-t2390804
This bug is incredibly annoying, it hasn't found any solution from Google since 3 years. It seems to come from the music storage algorithm used by the GPM app itself which totally messes up the order of playlists at each opening of the app. For some reason, GPM app does'nt use the music storage database of Android like any other music players do.
I don't really know how complex it could be to solve this, I'm just curious to get your opinion. If you think it could be solved easily with your Xposed module, I can't wait for it!
Same issue here, class not found. HTC m8. Stock 5.0
Same problem on my note 2 on 4.4.2 KitKat
dstruct2k said:
Same issue here, CM12.1 (lollipop 5.1) on klte (Galaxy S5) seeing the exact same errors in xposed.log. Awaiting update
Click to expand...
Click to collapse
the_Calen said:
Same problem here, not working.
Oneplus One with paranoid android 5.0 alpha 1
Click to expand...
Click to collapse
sudaltsov said:
Same issue here, class not found. HTC m8. Stock 5.0
Click to expand...
Click to collapse
godly967 said:
Same problem on my note 2 on 4.4.2 KitKat
Click to expand...
Click to collapse
Issue is pretty surly Proguard's fault..
I will fix it later today and upload a new apk.
Sent using my nexus⁴ running Euphoria 1.0 with Xposed and hells-Core B69-t4 L
Bitcoin donation address
Waiting for update.
Maxr1998 said:
Issue is pretty surly Proguard's fault..
I will fix it later today and upload a new apk.
Click to expand...
Click to collapse
Sorry for being late, I uploaded the fix just now. Have fun 
 @ptisam I will look into it soon.
Maxr1998 said:
I will look into it soon.
Click to expand...
Click to collapse
You would basically do more than Google teams in 3 years ^^ That would be amazing if you find someday a fix for that, thanks =)
Working like a charm.
PS: edit first post
You are a BOSS. First MaxLock and now this.. Working perfect on N5 and I can't wait to see what you release next.
Finally someone working on GPM. Much appreciated.
I'd like to request an equalizer shortcut
Request
Do you think it's possible for you to fix offline mode. I can't queue songs or use play next in offline mode (without internet connection)
noucannothaveapony said:
Finally someone working on GPM. Much appreciated.
I'd like to request an equalizer shortcut
Click to expand...
Click to collapse
You asked, you got. Download latest version from Xposed repo!
I'm in a total rush, THREE releases on one day
EDIT: well, I meant rush and not rage… it's not easy Did I mention that v1.2 also make the previously ugly overflow button black to fit the other icons?
this mod is so great, now that it's working wonderfully. can you remove the thumb up / down from the widget? stop the Now Playing "Card" from popping up upon opening GPM? donate? thanks you! the EQ in NOW PLAYING is a dream cone true, i think i said to myself just the other day i wish there was a quicker way to Viper4Android YOU F'n ROCK

Quick Circle Apps

Quick Circle Apps is a must have app for Quick Circle Owners.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It contains 14 modules that you may use.
Torch - Enable and disable the torch. Also contains regular activity and QSlide support.
Music - Allows to control the music.
Calendar - Show agenda for the next 30 days.
Notifications - Show notifications on Quick Circle. support privacy mode.
Toggles - Toggle Wi-Fi, Bluetooth, Brightness, Sound and hotspot (Not supported on my AT&T device).
Clock - Stopwatch and Timer.
Recorder - Record audio.
Launcher - store apps in a folder.
Calculator - ...
News - RSS client that show the titles from your feedly stream.
Compass - ...
Dialer - allows you to dial. Support for quick dial, swipe to right to see list of contacts.
Dice - Roll up to 4 dices.
Scanner - scan QRCode.
Permissions
The permissions are pretty self-explanatory, if you got a question about that subject, you can ask here:
Calendar - Read only
Contacts - Read only
Phone - Dial phone number
Access to SD card (for puting records)
Camera - take picture (needed for torch)
Microphone - Record Audio
Wifi & Bluetooth - Control them for toggles
Run at stratup - will be disabled on next version
Source
The source is available on github - https://github.com/yoavst/quickapps/ - under develop branch.
Screenshots
soon... (if you got a template of G4, contact me please!)
Changelog
Version 5.1.1
Option to use the old icons
A fully customizable digital clock watchface.
Version 5.0
New UI for most of the modules
New icons for most of the modules
New modules - Dices and timer (inside clock module)
Calendar is now based on AOSP source
the memory usage is improved by at least 100%
Your app is great. Can you add a Google Search module? IT works through the window, but is not correctly sized or touch-friendly.
On the next version:
Been using this ever since day 2 with my G4
Very well done app, and I recommend it to all.
Minor issues:
1- The music module will not launch Play Music, but if Play Music is already running, then it will control playback.
2- Voice recorder stops and deletes the current recording if I lock the screen
Looking forward to that watchface update
nadram said:
Been using this ever since day 2 with my G4
Very well done app, and I recommend it to all.
Minor issues:
1- The music module will not launch Play Music, but if Play Music is already running, then it will control playback.
2- Voice recorder stops and deletes the current recording if I lock the screen
Looking forward to that watchface update
Click to expand...
Click to collapse
1. The music module is pretty idiot. It doesn't know which music player do you use (unlike LG's music, which uses LG music...), so instead of guessing, it only support Android Media Controller API. Although, if you paused a track long time ago, it should be able to remember that thanks to that API.
2. Since the screen stays on all the time, I think that it should be like that. Do you turn off the screen with recorder a lot?
yoavst said:
1. The music module is pretty idiot. It doesn't know which music player do you use (unlike LG's music, which uses LG music...), so instead of guessing, it only support Android Media Controller API. Although, if you paused a track long time ago, it should be able to remember that thanks to that API.
2. Since the screen stays on all the time, I think that it should be like that. Do you turn off the screen with recorder a lot?
Click to expand...
Click to collapse
1. True about the pausing / resuming, it works
2. I only wanted to do it once... to record discreetly.
nadram said:
1. True about the pausing / resuming, it works
2. I only wanted to do it once... to record discreetly.
Click to expand...
Click to collapse
But when you turn the screen back on, it doesn't open my app, but the watchface. So it is kind of impossible. Think about someone that forget to turn the recording off, and doesn't understand why he doesn't have storage anymore and awful battery life.
yoavst said:
But when you turn the screen back on, it doesn't open my app, but the watchface. So it is kind of impossible. Think about someone that forget to turn the recording off, and doesn't understand why he doesn't have storage anymore and awful battery life.
Click to expand...
Click to collapse
(Just for argument's sake, this is really not very important to me)
Turning the screen back on takes me to the same red screen in the app (within the Quickcircle).
I think I see what's happening. From the Quickcircle screen, once I start voice recording, if I lock the screen then unlock it using only the button in the back of the phone, that somehow stops the audio file from being created, even though it shows as if it's still recording After I press stop, I can't find any of my recordings.
If you're worried about people forgetting to stop the recording, maybe a file size limit can be put in place?
Again, I don't really need this, It's just to answer you / clarify what I said earlier.
nadram said:
(Just for argument's sake, this is really not very important to me)
Turning the screen back on takes me to the same red screen in the app (within the Quickcircle).
I think I see what's happening. From the Quickcircle screen, once I start voice recording, if I lock the screen then unlock it using only the button in the back of the phone, that somehow stops the audio file from being created, even though it shows as if it's still recording After I press stop, I can't find any of my recordings.
If you're worried about people forgetting to stop the recording, maybe a file size limit can be put in place?
Again, I don't really need this, It's just to answer you / clarify what I said earlier.
Click to expand...
Click to collapse
So in the G3 it was bringing me back to the main screen if I remember right.
When using am/pm format on the clock face, 12 o'clock shows as 00.
Swizzle82 said:
When using am/pm format on the clock face, 12 o'clock shows as 00.
Click to expand...
Click to collapse
Sorry, in my country we don't use AM/PM, so I don't have many knowledge about AM/PM.
24 hours clock. Let's say the hour is 12:00, how should it be shown? and what's about 00:00?
yoavst said:
Sorry, in my country we don't use AM/PM, so I don't have many knowledge about AM/PM.
24 hours clock. Let's say the hour is 12:00, how should it be shown? and what's about 00:00?
Click to expand...
Click to collapse
For us it goes 11:00am 12:00pm 1:00pm etc, then 11:00pm 12:00am 1:00am etc.. Hope that helps.
Swizzle82 said:
For us it goes 11:00am 12:00pm 1:00pm etc, then 11:00pm 12:00am 1:00am etc.. Hope that helps.
Click to expand...
Click to collapse
Thanks, will be fixed very soon.
yoavst said:
Thanks, will be fixed very soon.
Click to expand...
Click to collapse
No sir, THANK YOU!
I was going to make a post here today praising this app. Great job on this!
I don't know if it could even be possible, but what do you think about a Quick Radar app? You could input a zip or postal code into the app and quick radar will get the regional weather radar for that area.
EDIT: Something that surprised me today....I was swiping through the watch faces and saw the red X for the face that this app installs. I clicked the red X thinking it would just remove that watch face. It ended up uninstalling the entire app! I was so confused. Should that red X on the watch face really uninstall the whole app or is it meant to just remove that watch face from the list?
Nice app
Anyway to replace the stock music app with Google play music?
yoavst said:
Thanks, will be fixed very soon.
Click to expand...
Click to collapse
Just turned midnight and and all is fixed with the update. Thank you for your prompt work and continued dedication. Yours is like the only non-stock quick circle app worth having. I really like what you've done with it now after coming from the G3. Great work. On the clock face is there a way to add the colon ( : ) in the between hours and minutes?
Swizzle82 said:
Just turned midnight and and all is fixed with the update. Thank you for your prompt work and continued dedication. Yours is like the only non-stock quick circle app worth having. I really like what you've done with it now after coming from the G3. Great work. On the clock face is there a way to add the colon ( : ) in the between hours and minutes?
Click to expand...
Click to collapse
I personally like how it looks now, but if you are not the only one who want add colon...
yoavst said:
I personally like how it looks now, but if you are not the only one who want add colon...
Click to expand...
Click to collapse
I like it too, I guess I'm just used to it being there. It might just take some getting used to. Ive been playing around with changing the hour colors to try and offset the two.
Does the LG g2 quick Windows compatible mode (or something?) still work on lollipop. Just tried it on my g2 mini not sure if it's not compatible with the g2 mini or it's the lollipop version which does it
Sent from my LG-D620 using XDA Free mobile app

[APP/Widget] AmazeSunTimes v2.0 - 20190918

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Compatible with Pace/Stratos/Verge(/Nexo?)
Requirements
Install APK on watch, enable widget (it can be opened from apps list too, but it will display only the Settings page, so no weather info);
Amazfit Internet Companion app or AmazMod 1.1.8-build 215 or newer (available in bleeding edge downloads only as of now, see notes below) installed on phone.
v2.0 does not require Internet Companion anymore.
How it works
sunrise/sunset times are updated automatically, once a day it needs Amazfit Internet Companion service running on phone, and the phone must have access to the internet, of course;
new in v2.0: sunrise/sunset times now use you actual altitude from GPS data, so it should be more accurate;
weather is updated automatically, the data is from the watch/Amazfit itself as well as the name of the city shown in settings;
new in v2.0: moon age and phase are displayed in the widget, it's also updated once a day. It's based on the Julian Day since the last new moon, do not expect it to be very precise but it's a good approximation;
new in v2.0: the moon icon representing the moon phase is rotated to reflect your actual latitude, so it should be very close to the actual moon you see in that day/night (tap the yellow icon to get a list of the moon phase names - in English - used);
you only need to update GPS data if you have changed your location A LOT (sunrise/sunset won't change unless you move many kilometers away from your old location);
the date shown on widget is the last time sunrise/sunset times were updated, and on GPS page is the last time you updated GPS data.
If you have used GPS recently on watch, it will grab you last known position on the GPS page, then try to get a fix for a few seconds (it only works if you are outdoors, of course). So you don't need to be outdoors to update the GPS data, if you have recorded an activity recently or used the compass (the page with air pressure) then it will record your last known position until you restart the watch.
If you are using Verge or some firmware versions that limits the number of widgets, then you will need to use AmazMod or AmazeLauncher to enable and re-sort the widgets list. Another option is Widget Settings app, but it won't make the changes permanent.
PS: iOS users can still install/use the widget with the weather info only. If there are enough people willing to donate, I may create a version that uses standard WiFi connection from watch to fetch sunrise/sunset times.
Acknowledgements
@Quinny899: springboard plugin and Amazfit Internet Companion sources;
@GreatApo: GreatFit weather code;
Huami: weather data (known bug: it seems that UV index is broken as of now);
http://sunrise-sunset.org for the data in v1.0;
Carmen Alvarez: Java calculation of sunrise/sunset times - https://github.com/caarmen/SunriseSunset;
WikiPedia: resource info about sunrise/sunset and moon phase calculation.
You can donate to keep this and other projects I have:
http://ko-fi.com/lfomartins
PayPal - lfomartins[at]aim.com
or using the button below my name on XDA.
Thanks!
Download link (Mega) v2.0
https://mega.nz/#!gfI2QIKJ!03l28Wd3Vq1d_7-6oTxPWKXgAgjKkxvUIbn8eGaWZr0
SHA1SUM: 3FB82C986D817A42DCE0511B6F06A5110E5605B0
Enjoy!
Download link, screenshots and more info for the previous version (v1.0)
https://mega.nz/#!9SwRGaCA!ECYgrgM_kzBI9Ju-PGhGrCrbd8rBRtqzlvL_ARKhT8U
Amazfit Internet Companion app by Quinny899:
https://github.com/KieronQuinn/AmazfitInternetCompanion
AmazMod Bleeding Edge build (unstable):
https://github.com/AmazMod/AmazMod/releases/tag/edgy
If you want to install Bleeding Edge build, you must uninstall both apps from phone and watch first, as it does not use the same signature as the PlaysStore version. Remember to backup your settings first!
Works awesome on my Stratos :good: (I used Amazmod to arrange the widgets)
This widget is amazing, I missed sunrise/sunset times on my watch. Works great on Stratos. Only thing that I could want more is possibility to remove some data from widget, as I am only interested in sunrise/sunset times, but not weather. And maybe possibility to check sunrise/sunset times from yesterday or tomorrow. Great job!
and Moon time
dersie said:
and Moon time
Click to expand...
Click to collapse
Soon. I have find an relatively easy way to calculate moonphase that can be used for a good references, and I will update the app to calculate sunrise/sunset times locally so iOS users can have them as well.
Working perfectly. Many thanks
Could you please change it (or as a new app) so that it show and can have alarm for Azan times for Muslims?
Thanks a lot dear Ifom
Sorry to ask that, but... How to uninstall it? I really only want to test, it's great but I don't make use of. Tks!
hpto said:
Sorry to ask that, but... How to uninstall it? I really only want to test, it's great but I don't make use of. Tks!
Click to expand...
Click to collapse
To uninstall the widget:
- If you have amazmod service installed, open the amazmod menu, go to app manager, find the widget, click uninstall
- with adb run:
Code:
adb uninstall tk.lfom.amazesuntimes.AmazeSunTimes
- If you used an Apk Installer software, there is usually an uninstall option too, find the widget and click uninstall (the pkg name is "tk.lfom.amazesuntimes.AmazeSunTimes" if needed)
It should be noted however that keeping the widget installed (even disabled as a widget) will not cause any battery drain or sth else. It would just be an app ready for use when needed.
If your watch failes getting times and you are using blokada you should check the live-log of blokada and/or add api.sunrise-sunset.org to your whitelist!
Great app btw. I love getting these times directly on my stratos. On my phone homescreen I always have the suntimes (from F-Droid) widget running. Somehow the times of Suntimes and your Widget differs a few minutes but only a irrelevant amount.
nForce said:
If your watch failes getting times and you are using blokada you should check the live-log of blokada and/or add api.sunrise-sunset.org to your whitelist!
Great app btw. I love getting these times directly on my stratos. On my phone homescreen I always have the suntimes (from F-Droid) widget running. Somehow the times of Suntimes and your Widget differs a few minutes but only a irrelevant amount.
Click to expand...
Click to collapse
Yep, some ad-blockers seem to block access to sunrise-sunset.org for some reason... The next version will calculate the times without the need of external connection so it will always work (as long as your watch has battery :silly. It will take into account the altitude (elevation), that I am not sure if the online service uses, maybe it will yield better results. I may add moon phases too, but just as reference (it won't be exact).
Sadegh said:
Could you please change it (or as a new app) so that it show and can have alarm for Azan times for Muslims?
Thanks a lot dear Ifom
Click to expand...
Click to collapse
Sorry, I don't know how it works... Is it a time based on sunrise/sunset? If they are normal alarms, you can use the built-in clock app for that.
lfom said:
Sorry, I don't know how it works... Is it a time based on sunrise/sunset? If they are normal alarms, you can use the built-in clock app for that.
Click to expand...
Click to collapse
yes, Azan times change according to sunrize and sunset. but as they change daily its hard to set alarm for them.
here is the prayer time table for Tehran:
https://www.islamicfinder.org/praye...nterval=year&calendarType=Gregorian&year=2019
lfom said:
Sorry, I don't know how it works... Is it a time based on sunrise/sunset? If they are normal alarms, you can use the built-in clock app for that.
Click to expand...
Click to collapse
Hey how's the new version coming along?
I was busy with a new version of HNFit watchface and a full maps app for Pace/Stratos/Verge, but they are almost finished. Once they are released, I should update AmazeSunTimes with local calculation (no internet need) and a basic moon phase display.
Vert good job!! Only english or several language ?
Ericmo said:
Vert good job!! Only english or several language ?
Click to expand...
Click to collapse
Huh? It shows only numbers, and the weather info is the same from weather widget so it will follow system settings for language and units.
New version - v2.0
- New: does not require Amazfit Internet Companion anymore (iOS users can install it on watch, as well as AmazeLauncher or another tool to enable the widget);
- New: sunrise/sunset times now use your actual GPS position and altitude in the calculation;
- New: moon age and moon phase (it is rotated based on your latitude so it should be close to what you actually see on sky);
- Performance enhancements.
PS: tap the yellow icon on widget to see the city name from weather data and the name of the phases (in English).
Has anyone experienced issues with v2 where the launcher stops responding? I've uninstalled for now to see if this appnos the cause as I also updated to a bleeding edge amazmod build
Dear Ifom
Could you add vibration patterns for these sunrise and sunset times?
Thank for your great works

Categories

Resources