Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.mobile.android > #154045

Re: Can’t Set File Permissions

From Alan Peeling <Alan@invalid.co.uk>
Newsgroups comp.mobile.android
Subject Re: Can’t Set File Permissions
Date 2026-06-03 12:59 +0100
Organization A noiseless patient Spider
Message-ID <10vp4vb$3ka8u$1@dont-email.me> (permalink)
References <10vmnk6$2vlko$1@dont-email.me> <10vmsuq$1ont$1@nnrp.usenet.blueworldhosting.com> <10vmu40$31n35$1@dont-email.me> <10vnso3$gfe$1@nnrp.usenet.blueworldhosting.com>

Show all headers | View raw


On 03/06/2026 01:33, Maria Sophia wrote:
> Alan Peeling wrote:
>> Unfortunately again I don't have a clue what the error messages mean.
> 
> This is a common error:
>   No UID for com.goodsync.android,
> 
> The error can only mean one of two things, and likely only the first:
>   a. Either I guessed at the package name wrongly (almost certainly)
>   b. Or you have other user accounts on your device (not likely)
> 
> It's almost certainly that I didn't guess correctly on the package name.
> 
> Muntashirakon App Manager will also find the correct package name for you.
>   <https://github.com/MuntashirAkon/AppManager>
> 
> You can also use adb to find the package name if you're willing to grep:
>   adb shell pm list packages | findstr /i goodsync
> 
> However, if it's the fact that it's installed in another profile, try this:
>   adb shell pm list packages --user all | findstr /i goodsync
> 
> Once you have the correct package name, you can try to set permissions.
>   adb shell appops set com.siber.gsserver MANAGE_EXTERNAL_STORAGE allow
> 
> If it showed up under a different user (e.g., user 150) use this:
>   adb shell appops set --user 150 com.siber.gsserver MANAGE_EXTERNAL_STORAGE allow
> 
> Let us know how it works out as this is a general process for all apps.
App Manager reveals that the package name is com.siber.gsserver .
The goalposts have moved. Everybody now agrees that GoodSync has all the 
file access permissions that Android can grant it. However GoodSync 
Support state the following:

_errors occur when GoodSync tries to read certain folders... On modern 
Android, those app-private folders may still be protected by the OS even 
when All files access is granted... Because of Android OS restrictions, 
access to those folders is not available to GoodSync_

The question now is not how to grant file access through Android's 
updated user interface, but is it possible to remove this extra layer of 
file protection using adb?

-- 
Alan

Back to comp.mobile.android | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-02 14:59 +0100
  Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-02 09:30 -0600
    Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-02 16:50 +0100
      Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-02 18:33 -0600
        Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-03 12:59 +0100
          Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-03 08:37 -0600
            Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-03 23:04 +0100
              Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-03 17:37 -0600
                Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-04 22:02 +0100
              Re: Can’t Set File Permissions "Carlos E.R." <robin_listas@es.invalid> - 2026-06-04 08:20 +0200
                Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-04 21:52 +0100
                Re: Can’t Set File Permissions "Carlos E.R." <robin_listas@es.invalid> - 2026-06-05 13:33 +0200
                Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-05 07:10 -0600
                Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-05 16:07 +0100
                Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-05 10:41 -0600
                Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-05 23:06 +0100
                Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-05 23:22 +0100
                Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-05 19:12 -0600
                Re: Can’t Set File Permissions Andy Burns <usenet@andyburns.uk> - 2026-06-06 08:40 +0100
                Re: Can’t Set File Permissions Dave Royal <dave@dave123royal.com> - 2026-06-05 16:42 +0000
                Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-05 10:54 -0600
                Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-07 12:46 +0100
                Re: Can’t Set File Permissions "Carlos E.R." <robin_listas@es.invalid> - 2026-06-07 14:32 +0200
                Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-07 09:46 -0600
                Re: Can’t Set File Permissions "Carlos E.R." <robin_listas@es.invalid> - 2026-06-07 20:09 +0200
                Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-07 19:57 +0100
                Re: Can’t Set File Permissions "Carlos E.R." <robin_listas@es.invalid> - 2026-06-07 23:09 +0200
                Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-08 00:45 +0100
                Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-07 23:11 -0600
                Re: Can’t Set File Permissions "Carlos E.R." <robin_listas@es.invalid> - 2026-06-08 09:47 +0200
                Re: Can?t Set File Permissions Frank Slootweg <this@ddress.is.invalid> - 2026-06-21 14:33 +0000
                Doing a backup [Was: Can’t Set File Permissions] "Carlos E.R." <robin_listas@es.invalid> - 2026-06-08 13:11 +0200
                Re: Doing a backup Maria Sophia <mariasophia@comprehension.com> - 2026-06-08 10:51 -0600
                Re: Doing a backup "Carlos E.R." <robin_listas@es.invalid> - 2026-06-08 21:19 +0200
                Re: Doing a backup Maria Sophia <mariasophia@comprehension.com> - 2026-06-08 20:40 -0600
                Re: Doing a backup "Carlos E.R." <robin_listas@es.invalid> - 2026-06-09 20:04 +0200
                Re: Doing a backup Maria Sophia <mariasophia@comprehension.com> - 2026-06-09 12:41 -0600
                Re: Doing a backup "Carlos E.R." <robin_listas@es.invalid> - 2026-06-09 22:26 +0200
                Re: Doing a backup Dave Royal <dave@dave123royal.com> - 2026-06-09 21:57 +0100
                Re: Doing a backup [Was: Can’t Set File Permissions] "Carlos E.R." <robin_listas@es.invalid> - 2026-06-08 21:33 +0200
                Re: Can’t Set File Permissions Maria Sophia <mariasophia@comprehension.com> - 2026-06-07 09:27 -0600
                Re: Can?t Set File Permissions Frank Slootweg <this@ddress.is.invalid> - 2026-06-21 14:16 +0000
                Re: Can?t Set File Permissions "Carlos E. R." <robin_listas@es.invalid> - 2026-06-21 19:01 +0200
                Re: Can?t Set File Permissions Frank Slootweg <this@ddress.is.invalid> - 2026-06-22 14:44 +0000
  Re: Can’t Set File Permissions "Carlos E.R." <robin_listas@es.invalid> - 2026-06-02 18:06 +0200
    Re: Can’t Set File Permissions Alan Peeling <Alan@invalid.co.uk> - 2026-06-02 20:01 +0100

csiph-web