Jump to content
  • 0

Lua Scripts Not Visible android 13


PhPhPh
 Share

Question

I tried everything out there even on adb and termux those were the 2 methods that worked for many but I get errors when applying them 

Termux method :

cmd appops set <package name> android:no_isolated_storage allow cmd appops set <package name> android:legacy_storage allow

in termux method I get the can't find file error 

Adb method :

adb shell cmd appops (set your-package-name-off your gg without the quote) android:legacy_storage allow 

In adb I get the unknown command error 

I tried the create folder on GG then add script to it through and file manager method still didn't work 

it's 2023 someone must have a solution for this lol 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
On 11/1/2023 at 4:30 AM, PhPhPh said:

I tried everything out there even on adb and termux those were the 2 methods that worked for many but I get errors when applying them 

Termux method :

cmd appops set <package name> android:no_isolated_storage allow cmd appops set <package name> android:legacy_storage allow

in termux method I get the can't find file error 

Adb method :

adb shell cmd appops (set your-package-name-off your gg without the quote) android:legacy_storage allow 

In adb I get the unknown command error 

I tried the create folder on GG then add script to it through and file manager method still didn't work 

it's 2023 someone must have a solution for this lol 

 

Perhaps helps: https://gameguardian.net/forum/topic/20027-help/#comment-73830

Link to comment
Share on other sites

  • 0

Hi @PhPhPh, you need to grant it "Root permission". In termux, you can do this by executing "su" command. So it would like this:

# Termux
su
cmd appops set <package name> android:no_isolated_storage allow
cmd appops set <package name> android:legacy_storage allow

# ADB
adb shell su -c "cmd appops (set your-package-name-off your gg without the quote) android:legacy_storage allow"
*Quotation is necessary here

===

Quote

I get the can't find file error 

This is weird. You should fill "<package name>" not with directory, but with Game Guardian package name:

# Wrong
cmd appops set /data/data/com.vxn.iqwltikc android:legacy_storage allow

# Correct
cmd appops set com.vxn.iqwltikc android:legacy_storage allow

===

Quote

Lua Scripts Not Visible

Try to access your Internal Storage from various symlink:

  • - /data/media/0
  • - /sdcard
  • - /storage/emulated/0
  • - /storage/self/primary
  • - /mnt/runtime/default/emulated/0
  • - /mnt/runtime/default/self/primary
  • - /mnt/runtime/read/emulated/0
  • - /mnt/runtime/read/self/primary
  • - /mnt/runtime/write/emulated/0
  • - /mnt/runtime/write/self/primary
  • - /mnt/sdcard
  • - /mnt/user/0/primary
  • - /mnt/shared

===

Link to comment
Share on other sites

  • 0

[ @PhPhPh ]
---
You're wrong. Run each command separately, you're combining them all in one line.
---

Quote

package name means file name right ? 

No. It's application name of Game Guardian. Look at "/data/data" and send screenshot here (use any kind of File Explorer)
---

Quote

this post is for people using virtual right ? 

Partially, you can use that same solution. @MC874 has give you 2 answer, did you try the second one?
---
*Also remove "<>" from the command. There's some example above.

Edited by kiynox
Link to comment
Share on other sites

  • 0
On 11/3/2023 at 4:04 AM, MC874 said:

Hi @PhPhPh, you need to grant it "Root permission". In termux, you can do this by executing "su" command. So it would like this:

# Termux
su
cmd appops set <package name> android:no_isolated_storage allow
cmd appops set <package name> android:legacy_storage allow

# ADB
adb shell su -c "cmd appops (set your-package-name-off your gg without the quote) android:legacy_storage allow"
*Quotation is necessary here

===

This is weird. You should fill "<package name>" not with directory, but with Game Guardian package name:

# Wrong
cmd appops set /data/data/com.vxn.iqwltikc android:legacy_storage allow

# Correct
cmd appops set com.vxn.iqwltikc android:legacy_storage allow

===

Try to access your Internal Storage from various symlink:

  • - /data/media/0
  • - /sdcard
  • - /storage/emulated/0
  • - /storage/self/primary
  • - /mnt/runtime/default/emulated/0
  • - /mnt/runtime/default/self/primary
  • - /mnt/runtime/read/emulated/0
  • - /mnt/runtime/read/self/primary
  • - /mnt/runtime/write/emulated/0
  • - /mnt/runtime/write/self/primary
  • - /mnt/sdcard
  • - /mnt/user/0/primary
  • - /mnt/shared

===

We have the same problem as the author of this topic. And you comment sir @MC874is the most helpful of all. Its very detailed and easy to understand. Been searching for a fix on this problem for 3 months now and to the point that im confused. LoL. But your comment and tut is the simpliest and easy to understand. 

This solution works perfectly on my device. By the way my device is android 13 gaming phone. Nubia redmagic 8 pro. 

Thank you so much sir @MC874

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.