Dear Master Wandel! @everybody
LuaInterpreter_v1.3.0_New.com.apk does not restart the program when changing the skin, and it says this in red:
[string "return (
activity:moveTaskToBack(true)
local unpack = table.unpac...]:4: ')' expected (to close '(' at line 1)
ContentChanger also doesn't work
On Android 10 version, everything is flawless
What's the mistake? Is there a solution? Tablet, Android 14, 64 bit
with thanks....
Spoiler: image
Last edited by Boki; 20th May 2024 at 09:55 AM. Reason: spoiler, approved
On Android 14 devices app by default has write permissions ONLY!!! in app specific directories like those from getFilesDir() and getExternalFilesDir() and also in all public directories on external storage.
So, we can't anymore use the Lua Interpreter for extend functions under Android 14 as access to the navigator files is now closed.
BUT!!!
You can completely remove the following plugins and then the features of using Google Maps will be available through your browser with some restrictions.
Everything else will not work and will disappear from all menus.Code:Please Login or Register to see the links
Dear Master Wandel!
Expected development to make the Lua Interpreter work under Android 14?
Maybe another solution to make the functions work?
With Thanks...
@Jozs
If your A14 device supports 32-bit armeabi-v7 applications, Lua Interpreter 1.3.0 works great on my devices on A14 Xiaomi 13 Ultra (Hyper OS) and Samsung Galaxy Tab S9U (One UI 6.1)...![]()
@batiskaf
I tried with these. LuaInterpreter_v1.3.0_New.com and Lua Interpreter_1.4.0.WANDEL_WiFi
Unfortunately it doesn't work.Galaxy tab A9 One UI 6
Where can I check if it supports 32-bit applications?
I watched.
Supported ABI = arm64-v8a,armeabi-v7a,armeabi
So it should work? Why is not working?
Last edited by Jozs; 20th May 2024 at 10:33 PM.
What does ABI arm64-v8a have to do with it, all devices with more than 4GB of RAM, see the capabilities of your processor in Supported ABI, if there is support for armeabi-v7, then everything should work for you...
Quickly you change your post...
See if you have the current iGO.lua script in autorun.
Last edited by batiskaf; 20th May 2024 at 10:59 PM.
Bookmarks