Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. zgfg
    Z
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Groups 0

    zgfg

    @zgfg

    7
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    zgfg Unfollow Follow

    Best posts made by zgfg

    • RE: Widget not updating

      Your manifest is totally empty:

      App must request
      ACCESS_BACKGROUND_LOCATION

      Without, widget (working as the app in background) cannot obtain location and cannot update forecast

      It's terrible, every time I have to long press on Widget and take Edit, scroll down and press Install widget

      After that it shows data but it will not update, and will not show new location when I go to the office, back home, etc

      Otherwise, after the boot widget stays empty forever - once I left it and it didn't show data for the whole day

      And notification Widget is updating stays forever.

      Autostart enabled. Battery Optimization disabled, Location access granted

      Your previous version worked fine, this happened few days ago after your update

      I have four other different weather apps and their widgets - all the other work fine, auto update location and show data. Except your Windy after the update

      Please fix

      Android 13

      I

      posted in Bug Reports
      Z
      zgfg
    • RE: Widget not updating

      See
      https://developer.android.com/training/location/permissions

      Quoting:

      "On Android 10 (API level 29) and higher, you must declare the ACCESS_BACKGROUND_LOCATION permission in your app's manifest in order to request background location access at runtime"

      posted in Bug Reports
      Z
      zgfg
    • RE: Widget not updating

      @TeaKave When I run
      [Code]
      dumpsys package com.windyty.android | grep LOCATION | grep granted
      [/Code]
      I obtainn
      [Code]
      android.permission.ACCESS_FINE_LOCATION: granted=true, flags=[ USER_SENSITIVE_WHEN_GRANTED|USER_SENSITIVE_WHEN_DENIED]
      android.permission.ACCESS_COARSE_LOCATION: granted=true, flags=[ USER_SENSITIVE_WHEN_GRANTED|USER_SENSITIVE_WHEN_DENIED]
      android.permission.ACCESS_BACKGROUND_LOCATION: granted=false, flags=[ USER_SENSITIVE_WHEN_GRANTED|USER_SENSITIVE_WHEN_DENIED|APPLY_RESTRICTION]
      [Code]

      How can I upload you screenshots from my Settings /Apps / Windy to show that I don't have any option to grant Location in the background
      I can only have Location: Always (I granted), Only when using app, Deny

      posted in Bug Reports
      Z
      zgfg
    • RE: Widget not updating

      @TeaKave Screenshots from my Settings, showing that Location (Foreground) is granted but there is no option to grant Background Location

      And from ADB, showing that FINE and COARSED LOCATION is granted but not BACKGROUND

      https://mega.nz/folder/hllnSIpA#amAG8moMYW_tG8r731Tzgg

      posted in Bug Reports
      Z
      zgfg
    • RE: Widget not updating

      @MarkNagy Please see on my screenshot - link in the previous answer, I allready had granted ALLOWED ALL TIME Location to Windy

      Besides, I'm not the only one (I'm on Xiaomi), but you have users from Samsung etc reporting the same issue


      Btw, I have solved now but by ADB,, specifically granting BACKGROUND LOCATION permission

      posted in Bug Reports
      Z
      zgfg

    Latest posts made by zgfg

    • RE: Widget not updating

      @MarkNagy Please see on my screenshot - link in the previous answer, I allready had granted ALLOWED ALL TIME Location to Windy

      Besides, I'm not the only one (I'm on Xiaomi), but you have users from Samsung etc reporting the same issue


      Btw, I have solved now but by ADB,, specifically granting BACKGROUND LOCATION permission

      posted in Bug Reports
      Z
      zgfg
    • RE: Widget not updating

      @TeaKave Screenshots from my Settings, showing that Location (Foreground) is granted but there is no option to grant Background Location

      And from ADB, showing that FINE and COARSED LOCATION is granted but not BACKGROUND

      https://mega.nz/folder/hllnSIpA#amAG8moMYW_tG8r731Tzgg

      posted in Bug Reports
      Z
      zgfg
    • RE: Widget not updating

      @TeaKave When I run
      [Code]
      dumpsys package com.windyty.android | grep LOCATION | grep granted
      [/Code]
      I obtainn
      [Code]
      android.permission.ACCESS_FINE_LOCATION: granted=true, flags=[ USER_SENSITIVE_WHEN_GRANTED|USER_SENSITIVE_WHEN_DENIED]
      android.permission.ACCESS_COARSE_LOCATION: granted=true, flags=[ USER_SENSITIVE_WHEN_GRANTED|USER_SENSITIVE_WHEN_DENIED]
      android.permission.ACCESS_BACKGROUND_LOCATION: granted=false, flags=[ USER_SENSITIVE_WHEN_GRANTED|USER_SENSITIVE_WHEN_DENIED|APPLY_RESTRICTION]
      [Code]

      How can I upload you screenshots from my Settings /Apps / Windy to show that I don't have any option to grant Location in the background
      I can only have Location: Always (I granted), Only when using app, Deny

      posted in Bug Reports
      Z
      zgfg
    • RE: Widget not updating

      See
      https://developer.android.com/training/location/permissions

      Quoting:

      "On Android 10 (API level 29) and higher, you must declare the ACCESS_BACKGROUND_LOCATION permission in your app's manifest in order to request background location access at runtime"

      posted in Bug Reports
      Z
      zgfg
    • RE: Widget not updating

      Your manifest is totally empty:

      App must request
      ACCESS_BACKGROUND_LOCATION

      Without, widget (working as the app in background) cannot obtain location and cannot update forecast

      It's terrible, every time I have to long press on Widget and take Edit, scroll down and press Install widget

      After that it shows data but it will not update, and will not show new location when I go to the office, back home, etc

      Otherwise, after the boot widget stays empty forever - once I left it and it didn't show data for the whole day

      And notification Widget is updating stays forever.

      Autostart enabled. Battery Optimization disabled, Location access granted

      Your previous version worked fine, this happened few days ago after your update

      I have four other different weather apps and their widgets - all the other work fine, auto update location and show data. Except your Windy after the update

      Please fix

      Android 13

      I

      posted in Bug Reports
      Z
      zgfg