Hello! The error “Missing or incomplete folder: /sdcard/iGO_Arimi” is a classic issue with iGO Nextgen builds on modern versions of Android.Starting from Android 11 and above (including your Lineage OS based on Android 13/14), Google completely changed the storage access rules via its Scoped Storage policy. Apps can no longer freely access the root of the storage using the old /sdcard/ path.To get your iGO ARIMI up and running, you need to either move the main directory or update the folder paths. Here are two proven methods to fix this:
Option 1: Move the main folder to the Internal Storage (Recommended)This is the most stable method for modern Android versions, as newer OS versions often block apps from executing files directly from an external SD card.Move the entire iGO_Arimi folder (excluding the heavy map files) from the root of your SD card to the root of your device's Internal Storage.Leave only the heavy content (like maps and POIs) on the external SD card if you are low on internal space. Ensure the folder structure mirrors this: SD_Card/addons/content/map, etc.Open the sys.txt file inside the iGO_Arimi folder on your internal storage and edit the
[folders] section to point to your external SD card:ini
Code:
Please Login or Register to see the links
(Replace XXXX-XXXX with the actual unique ID of your SD card, which you can easily find using an app like Total Commander).
Option 2: Correct the path in sys.txt (To keep everything on the SD card)If you prefer to keep the entire build on the SD card, you must provide the app with its exact modern system path, since the generic /sdcard/ alias no longer works.Use a text editor to open the sys.txt file located inside your iGO_Arimi folder.Find the [folders] section and modify it as follows (comment out old lines using a semicolon
:ini
Code:
Please Login or Register to see the links
.(Remember to replace XXXX-XXXX with your SD card's specific system name).If the app still throws an error, try moving the iGO_Arimi folder on your SD card to the official designated app directory where Android grants full read/write access:SD_Card/Android/data/YOUR_APP_PACKAGE_NAME/files/iGO_Arimi (The folder name like com.naviextras... depends on your specific .apk installation package).Crucial Extra Step:Go to your Android Settings -> Apps -> iGO ARIMI -> Permissions and manually grant access to Files and Media. If available in your Lineage OS build, toggle on "Allow management of all files".Which option would you like to try? If you go with Option 1, let me know if you have enough internal storage space for the base iGO_Arimi folder (without the maps), and I can help you write the exact lines for your sys.txt file.
Bookmarks