Post #101
bigh2
Street-Tuned Regular
i dont get a optiuon to choose scheme
i dont get a optiuon to choose scheme
in the maps thing theres some 5,4,3,2,1 folders and soem filesThis is a very common issue in macOS Disk Utility. The "Scheme" option is hidden because you have selected the Volume (the partition) instead of the Device (the physical disk).
You must switch the view to see the physical disk. Follow these steps exactly:
- Open Disk Utility.
- Look at the top-left corner of the Disk Utility window (or the "View" menu in the top menu bar).
- Click the View button (it looks like a small window icon).
- Select Show All Devices.
Now look at the sidebar on the left again. You will see a hierarchy:
- Samsung SSD 860... (This is the Device - Select this one)
- Container disk1
- Untitled (This is the Volume - Do NOT select this)
Once you select the top-level Device, click Erase, and the Scheme dropdown will appear.
in the maps thing theres some 5,4,3,2,1 folders and soem files
1, 2, 3, etc.) and the files directly to the main window of your SSD (the "root" of the drive).Road Map Europe on your SSD, and the numbered folders are inside that, the car will not see the update.[SSD Drive Root]
├── 1 (Folder)
├── 2 (Folder)
├── 3 (Folder)
├── 4 (Folder)
├── config.nfm (File)
├── NBT_...pkg (File)
└── ... (other files)
BMW drive icon.dot_clean /Volumes/BMW command in Terminal one last time to remove the hidden Mac files from all those subfolders.now what. do i do once copied files? my disk name is Maps
dot_clean /Volumes/Maps
dot_clean /Volumes/MAPS
Failed trying to change dir to .Spotlight-V100
Bad Pathname: Operation n...
dot_clean is getting stuck on the system permissions for the index folder.dot_clean failed, you must use a different method to remove the hidden files (the ._ files) that confuse the car.mdutil -i off /Volumes/MAPS
find /Volumes/MAPS -name '._*' -delete
This error happens because macOS is trying to index the drive for Spotlight search, anddot_cleanis getting stuck on the system permissions for the index folder.
Sincedot_cleanfailed, you must use a different method to remove the hidden files (the._files) that confuse the car.
Run these two commands in Terminal, one by one:
(This stops macOS from trying to index the drive again).Bash:mdutil -i off /Volumes/MAPS
(This forces the deletion of all hidden "ghost" files on the drive).Bash:find /Volumes/MAPS -name '._*' -delete
Note: The second command will not show any "Success" message. If it just goes to a new line, it worked.
Once done, Eject the drive immediately and try it in the car.
find: /Volumes/MAPS/.Spotlight-V100: Operation not permitted
Any app i can use?
the disk already ha...
that apps not avaiable fror macYes, the easiest free app for this is CleanMyDrive 2 (available on the Mac App Store).
It is designed exactly for this problem—cleaning "junk" files (like .DSStore, .Spotlight, and . files) from USB drives so they work on non-Apple devices like cars and TVs.
How to use it:
- Download CleanMyDrive 2 from the App Store.
- Open the app (it will appear as a small icon in your top menu bar).
- Plug in your "MAPS" drive.
- Click the app icon, find your drive in the list, and click Clean (or "Clean & Eject").
Once the app says it is clean and ejected, you can plug it into the car.
that apps not avaiable fror mac
Operation not permitted on .Spotlight-V100) is actually okay to ignore. That specific folder is locked by the Mac system, but the command likely succeeded in cleaning the actual Map folders (1, 2, 3, etc.), which is what the car cares about.sudo find /Volumes/MAPS -name '._*' -delete
ight all done
What else can i program. maps all updated
f30 my one has inteiror white and ornage ambiewbnts can i get a extneded menu? which is orange/half ...
nicht_aktiv
0x64
if i add the chiense aftermarekt ambionts with colour whic hconenct to nbt how can i control them dform idrive?On the F30, the ambient lighting hardware is physically limited to just two colors: Classic (Orange) and Sport (White).
Because the LED modules in the doors and footwells are only wired for these two specific colors, you cannot code an "extended menu" to mix them (like "half white/half orange") or add new colors (like Blue or Purple) without changing the actual LED hardware inside the door panels.
However, there is one very popular coding tweak for the ambient lights that makes them look much better:
Ambient Light Brightness Decoupling
By default, your ambient lights dim when you dim your speedometer/dashboard lights using the wheel next to the headlight switch. You can code them to stay at 100% brightness all the time, even if you turn the dashboard lights down.
In BMWAi Coder (or E-Sys), look for these values in the FEM_BODY module:
- AMBIENTE_NACHFUEHRUNG -> Change to
(This disconnects it from the dimmer wheel)Code:nicht_aktiv- AMBIENTE_HELLIGKEIT -> Change to
(This sets the default brightness to 100%)Code:0x64
This makes the white or orange strips much more visible at night.
if i add the chiense aftermarekt ambionts with colour whic hconenct to nbt how can i control them df...
3000 HMI > COLOUR_SWITCH > aktiv
3000 HMI > HELLIGKEIT_AMB_TUE > aktiv
You should seriously take downm this standard note "Most modern software versions support standard J2534 interfaces like Scanmatik 2 Pro, OpenPort 2.0, and specific VCI adapters." because it's simply not true and rather misleading.New release thread for BMWAi Coder&Tools — Lightweight BMW Coding Utility for F/I/K/R Series: discuss, share feedback, and get help.
Lightweight BMW coding utility for F/I/K/R series with ENET/ICOM, SVK & FSC helpers.
- Bin
- bmw coding enet icom fsc coding-tools
- 🏁 BMW Group – Diagnostics
BMWAi Coder&Tools — Lightweight BMW Coding Utility for F/I/K/R Series
Lightweight BMW coding utility for F/I/K/R series with ENET/ICOM, SVK & FSC helpers.
Frequently Asked Questions
Which Windows version is recommended?
For maximum stability during ECU flashing and diagnostics, a clean installation of Windows 10 (64-bit) is recommended.
Is it compatible with J2534 PassThru?
Most modern software versions support standard J2534 interfaces like Scanmatik 2 Pro, OpenPort 2.0, and specific VCI adapters.
What's inside:
- Overview & screenshots
- Version history and compatibility
- Download link and setup notes
View full details and download — BMWAi Coder&Tools — Lightweight BMW Coding Utility for F/I/K/R Series
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.