Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 290

Hybrid View

  1. #1
    GPSPower Helper Skin_iGO_Nextgen by Wandel - DISCUSSION
    Skin_iGO_Nextgen by Wandel - DISCUSSION
    costas3850's Avatar
    Join Date
    Dec 2009
    Location
    ro
    Age
    38
    Posts
    498
    Rep Power
    849

    Default

    Install Lua Interpreter_v1.3.0_apkpure.com.apk.
    Create folder /Android/data/com.caharkness.lua/files and copy into file tools.lua .
    Copy file iGO.lua to your device.
    From the vicewandel's skin copy files LuaJava.zip, SkinChanger.zip and SetFileList.zip files into the ux_xxx folders (except into vicewandel folder).
    Open file iGO.lua using TotalCommander or ES File Explorer and copy the contents into clipboard.
    Launch LuaInterpreter and from the top right menu ( 3 dots ) open Scripts tab .
    Create a new script ( + from bottom right ), add the clipboard content ( iGO.lua file content ) and save as iGO.lua.
    Long tap on newly created script, activate AutoRun.

    Spoiler: screenshot
    w6xtgp


    If ux folders are on external card modify tools.lua according to the name under which the external card is seen ( for me \storage\extSdCard\ ) :
    storage = ""
    local _ = string.gsub(tools, "(.+)(Android)", function(s) storage = s return end)
    storage = ("/storage/extSdCard/")
    Last edited by costas3850; 4th March 2019 at 02:08 PM.

  2.    Advertissements


  3. #2
    Master wandel's Avatar
    Join Date
    May 2007
    Location
    Ukraine
    Posts
    162
    Rep Power
    1069

    Default

    Quote Originally Posted by costas3850 View Post

    If ux folders are on external card modify tools.lua according to the name under which the external card is seen ( for me \storage\extSdCard\ ) :
    storage = ""
    local _ = string.gsub(tools, "(.+)(Android)", function(s) storage = s return end)
    storage = "\storage\extSdCard"
    This is not true. First, the name of the card is different for different versions of Android. The second is that tools.lua should be on the same carrier, where is your_xxx

  4. #3
    Junior Member
    Join Date
    May 2019
    Location
    USA
    Posts
    1
    Rep Power
    0

    Default

    Quote Originally Posted by costas3850 View Post
    Install Lua Interpreter_v1.3.0_apkpure.com.apk.
    Create folder /Android/data/com.caharkness.lua/files and copy into file tools.lua .
    Copy file iGO.lua to your device.
    ...
    ...local _ = string.gsub(tools, "(.+)(Android)", function(s) storage = s return end)
    storage = ("/storage/extSdCard/")
    Hi there, sorry for the off-topic reply, but...

    I am the developer of com.caharkness.lua (Lua Interpreter) and was wondering if there's anything I could add to the official app that can improve your experience. I find it very exciting to see others use my app and would be glad to take suggestions. Are translations needed?



    No need to quote the whole post
    Read Forum Rules :-)
    Last edited by Boki; 26th May 2019 at 09:45 AM. Reason: no need to quote the whole post

  5. #4
    Master wandel's Avatar
    Join Date
    May 2007
    Location
    Ukraine
    Posts
    162
    Rep Power
    1069

    Default

    Quote Originally Posted by caHarkness View Post
    I am the developer of com.caharkness.lua (Lua Interpreter) and was wondering if there's anything I could add to the official app that can improve your experience. I find it very exciting to see others use my app and would be glad to take suggestions.
    Hi caHarkness,
    It is my idea to use external Lua interpreter to solve some extra tasks for iGO navigation.
    I have sent to you several question for my requirements but no answer up to now.
    One of them is how to get contacts from android.
    Last edited by wandel; 2nd June 2019 at 06:08 PM.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •