Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 12 of 29 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 286
  1. #111
    Smartphone MOD quartzo's Avatar
    Join Date
    Nov 2014
    Location
    WALLACHIA
    Posts
    951
    Rep Power
    1607

    SKIN

    [Only registered and activated users can see links. ]

    Update the_skin_VW_Nextgen.- 24.02.19

    What's New:

    Added skin change plugin. The changes affected the entire skin. Replace ALL completely
    Old plug-ins of changing the skin and changing the map must be removed (there will not be an old set)
    Now everything is in the same hands: changing the content, changing the skin.
    Skins are placed in the main folder (where the ' ux ' folder is located ). Folder name is arbitrary. The main thing is that it starts with 'ux' , and then your imagination, but without fanaticism.
    Do not use in the name (). % + - *? [] ^ $
    The best option ux_wandel, ux_pongo, ux_arimi (of course, one of them will be just ux ). In the process, they will acquire their legitimate names.
    In all these folders (except mine), you should copy three files from my skin:LuaJava.zip, SkinChanger.zip and SetFileList.zip . They will not harm the skins.

    For each skin, the save will be automatically created and populated.
    sys.txt is common to everyone, so the content in my skin is removed, it will entail a shift for each subsequent one.
    The same with the parameters in sys.txt .

    Thanks to @wandel

  2.    Advertissements


  3. #112
    Banned
    Join Date
    Mar 2014
    Location
    https://t.me/pump_upp
    Posts
    8
    Rep Power
    0

    Default

    Please help us start the original work and put the files iGO.lua ,,tools.lua???
    Thanks

    google translate....

  4. #113
    GPSPower Helper Skin_iGO_Nextgen by Wandel - DISCUSSION
    Skin_iGO_Nextgen by Wandel - DISCUSSION
    costas3850's Avatar
    Join Date
    Dec 2009
    Location
    ro
    Age
    36
    Posts
    502
    Rep Power
    799

    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.

  5. #114
    Master LouBouha's Avatar
    Join Date
    Mar 2017
    Location
    Tunisia
    Posts
    463
    Rep Power
    1271

    Default

    Costa3850
    Thank you for this tutorial that will help several members of this forum.

    I add a small note: You must have the right version of iGO with the right Package Name and Data Folder.

    The file proposed by Wandel is limited to:
    Code:
    Please Login or Register to see the links
    To add other Package names: edit the tools.lua file with notepad ++ and do the necessary before copy paste. Or add directly to the new Lua Interpreter script.

    Regards
    GPS: TomTom ONE

    Smartphone: THL T11 Android 4.2.2 Resolution 720x1280
    Sygic 14.3.4 IGO Primo 9.6.29.636868 Skins : Doupas V9.0h , Dimka/Frontzosd giphy

  6. #115
    Smartphone MOD quartzo's Avatar
    Join Date
    Nov 2014
    Location
    WALLACHIA
    Posts
    951
    Rep Power
    1607

    SKIN

    [Only registered and activated users can see links. ]

    Update the_skin_VW_Nextgen.- 28.02.19

    What's New:

    1. Added contextual search in low-level settings sys.txt
    2. Added DPI settings
    3. Significantly expanded debugger.zip functionality
    4. Some fixes


    Thank you @wandel

  7. #116
    Master wandel's Avatar
    Join Date
    May 2007
    Location
    Ukraine
    Posts
    120
    Rep Power
    771

    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

  8. #117
    GPSPower Helper Skin_iGO_Nextgen by Wandel - DISCUSSION
    Skin_iGO_Nextgen by Wandel - DISCUSSION
    costas3850's Avatar
    Join Date
    Dec 2009
    Location
    ro
    Age
    36
    Posts
    502
    Rep Power
    799

    Default

    Quote Originally Posted by costas3850 View Post
    according to the name under which the external card is seen ( for me \storage\extSdCard\ )
    1.
    That's what I said too.
    2.
    Until you find a solution, on this way SkinChanger work for me on external card.
    Maybe if you scan into root of the device after all partitions ...

    Another problem :
    In Skin Pongo I Set : Settings - Display - Day / Night Skin Theme - Skin ~ Color
    If I change in vicewandel / arimi, I get the message: User interface resolution [ ] is not suported ... Exiting application.
    If I delete the save folder starts.
    If I start in skin vicewandel, also changes my pongo skin setting (Settings - Display - Day / Night Skin Theme - White - Black).
    Somehow modify other save folders.

    Thanks for your great work !!!
    Last edited by costas3850; 3rd March 2019 at 08:19 AM.

  9. #118
    Master Titanic52's Avatar
    Join Date
    Oct 2013
    Location
    EU
    Posts
    741
    Rep Power
    1221

    help

    Hello. @wandel

    thank you for your work please write Dictionary.lang for these words to translate please pictures thank you
    screen
    Spoiler: screen

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    debugger.zip ux


  10. #119
    Master wandel's Avatar
    Join Date
    May 2007
    Location
    Ukraine
    Posts
    120
    Rep Power
    771

    Default

    This is TOOLS and Master must be smart and quick-witted.
    I have not yet been fired into the master here ... and so the untranslatable wordplay we have))
    Last edited by Boki; 3rd March 2019 at 07:56 PM.

  11. #120
    Master Titanic52's Avatar
    Join Date
    Oct 2013
    Location
    EU
    Posts
    741
    Rep Power
    1221

    Default

    why can not i translate this word!
    Spoiler: screen

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]

 

 

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
  •