O sancta simplicitas:yellow:
Printable View
O sancta simplicitas:yellow:
:ahahah::beer:Quote:
Originally Posted by wandel [Only registered and activated users can see links. Click Here To Register...]
Plugins selected:
Spoiler: screen
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
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:"clipboard_read",
"ContentChanger",
"externalappconfig",
"FontChanger",
"google_contacts",
"google_search",
"LuaJava",
"route_from_list",
"save_restore",
"send_message",
"SkinChanger",
"SysChanger"
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?
In my opinion, he supports, but look [Only registered and activated users can see links. Click Here To Register...] to discuss...
I watched.
Supported ABI = arm64-v8a,armeabi-v7a,armeabi
So it should work? Why is not working?
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.Quote:
Originally Posted by Jozs [Only registered and activated users can see links. Click Here To Register...]