PhPhPh Posted November 1, 2023 Posted November 1, 2023 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
nok1a Posted November 2, 2023 Posted November 2, 2023 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
MC874 Posted November 2, 2023 Posted November 2, 2023 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 ===
PhPhPh Posted November 2, 2023 Author Posted November 2, 2023 Look bro that's what I get file name is garena script termux can't find it what am I doing wrong here Im very nooob to this lol package name means file name right ?
PhPhPh Posted November 2, 2023 Author Posted November 2, 2023 I'm root bro I don't use virtual this post is for people using virtual right ?
kiynox Posted November 2, 2023 Posted November 2, 2023 [ @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.
SiNKikaato Posted November 6, 2023 Posted November 6, 2023 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
Question
PhPhPh
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
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.