Jump to content
  • 0

directory


cpmdonuts

Question

1 answer to this question

Recommended Posts

Hi @cpmdonuts, it's quite unclear. This can happen from several factor and you're only mentioning one:

  • 1) Have you granted Game Guardian some Root access? For example, Magisk tends to auto-deny the permission, so you had to add GG manually inside Magisk Superuser or you can make the Root permission into 'Allow'.  Regular write permssion (through App Settings) is not sufficient for GG to access your Directory.
  • 2) What exact directory that you want to access? If it's Internal Storage, you can try other symlink for Internal Storage in:
Quote

/data/media/0
/mnt/user/primary/0
/mnt/sdcard
/mnt/runtime/[write,read,default]/emulated/0
/storage/emulated/0
/storage/self/primary
/sdcard

  • 3) You can try to give GG more explicit permission through Termux. Simply put this command:
Quote

su
cmd appops com.your.gg.name android:legacy_storage allow 
# COM.YOUR.GG.NAME: Needs to be replaced with your Game Guardian Package Name, it's random name that you can find inside /data/app folder

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.