_core Posted July 9, 2024 Posted July 9, 2024 Now android has been block many function of GG. Ex: Failed io.popen('settings get secure android_id', 'r'): disabled by security reason (field 'popen') level = 1, const = 13, proto = 0, upval = 1, vars = 6, code = 31 Anyone can fix it ?
1 kiynox Posted July 9, 2024 Posted July 9, 2024 [ @_core ] --- It is intentional and not because of Android, but because GG itself prevent you to execute system command. This is to protect user privacy, imagine someone stole all of your datas inside your phone because you run encrypted lua script that you downlod from the internet. And yes, this include io, coroutine, etc. Read more about it here: LUA GG ---
Question
_core
Now android has been block many function of GG.
Ex:
Failed io.popen('settings get secure android_id', 'r'): disabled by security reason (field 'popen') level = 1, const = 13, proto = 0, upval = 1, vars = 6, code = 31
Anyone can fix it ?
1 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now