E90Post
 


 
BMW 3-Series (E90 E92) Forum > E90 / E92 / E93 3-series Technical Forums > BMW Coding > V3 Lite Released! 3/27/17 - Preloaded VMWare/VBox Image - Coding/Diag/Programming



Reply
 
Thread Tools Search this Thread
      01-31-2017, 04:04 PM   #419
Joe@TopGearSolutions
Major
Joe@TopGearSolutions's Avatar
267
Rep
1,173
Posts

Drives: BMW
Join Date: Mar 2011
Location: USA

iTrader: (3)

Quote:
Originally Posted by Tinonaranjo View Post
Attachment 1560225

Keep getting "error ecu subfunction"... Don't know if its because the car wont read the ecu or my cable is bad? Any ideas?
What year is your car? Have you tried using FRM_70?
Appreciate 0
      01-31-2017, 04:41 PM   #420
f82_spooly
First Lieutenant
United_States
97
Rep
346
Posts

Drives: F82 M4, E92 M3, E46 M3
Join Date: Dec 2016
Location: Connecticut

iTrader: (0)

INPA is in german. Does anyone know how to convert it to english?
Appreciate 0
      02-02-2017, 02:55 PM   #421
pruks
Private
pruks's Avatar
United_States
3
Rep
72
Posts

Drives: BMW 335i SG/BLK ZPP ZSP ZCP
Join Date: Feb 2009
Location: Providence, RI

iTrader: (0)

I downloaded the VM and I am able to start it on a windows 10 PC using VMWare.
I tested the cable using MHD app and confirmed it is working.
Should I install any drivers on the windows PC so that the VM can talk to the car via DCAN cable?

Also is there any guide on how to use this VM.

I am new to coding and any help on using this VM is highly appreciated!
__________________
2008 BMW 335i | Sparkling Graphite with Black Interior | Premium | Sport | Automatic with Paddle Shifters | Cold Weather | Ipod Adapter
Appreciate 0
      02-03-2017, 09:28 AM   #422
pruks
Private
pruks's Avatar
United_States
3
Rep
72
Posts

Drives: BMW 335i SG/BLK ZPP ZSP ZCP
Join Date: Feb 2009
Location: Providence, RI

iTrader: (0)

Quote:
Originally Posted by pruks View Post
I downloaded the VM and I am able to start it on a windows 10 PC using VMWare.
I tested the cable using MHD app and confirmed it is working.
Should I install any drivers on the windows PC so that the VM can talk to the car via DCAN cable?

Also is there any guide on how to use this VM.

I am new to coding and any help on using this VM is highly appreciated!
BUMP, any help please!!!!
__________________
2008 BMW 335i | Sparkling Graphite with Black Interior | Premium | Sport | Automatic with Paddle Shifters | Cold Weather | Ipod Adapter
Appreciate 0
      02-03-2017, 09:42 AM   #423
Evolve Automotive
Captain
Evolve Automotive's Avatar
United_States
116
Rep
691
Posts

Drives: E46 M3 . E90 M3
Join Date: Jan 2013
Location: USA

iTrader: (0)

great info.. Thanks OP
Appreciate 0
      02-03-2017, 10:52 AM   #424
opjose
Major
opjose's Avatar
245
Rep
1,368
Posts

Drives: 335xi
Join Date: May 2016
Location: Md

iTrader: (0)

Quote:
Originally Posted by pruks View Post
Quote:
Originally Posted by pruks View Post
I downloaded the VM and I am able to start it on a windows 10 PC using VMWare.
I tested the cable using MHD app and confirmed it is working.
Should I install any drivers on the windows PC so that the VM can talk to the car via DCAN cable?

Also is there any guide on how to use this VM.

I am new to coding and any help on using this VM is highly appreciated!
BUMP, any help please!!!!
No drivers are needed.

You need to configure VMware and the virtual machine image with the cable plugged in but with the VM NOT running ...at least that is what I did with Virtualbox.

After configuring win10's port assignment and the virtual machine settings bringing up the Vm image should let it see the cable on com1:
Appreciate 0
      02-04-2017, 10:00 AM   #425
KevinWaterloo
Enlisted Member
Canada
8
Rep
33
Posts

Drives: 2009 White 335i x-drive
Join Date: Dec 2016
Location: Waterloo

iTrader: (0)

Quote:
Originally Posted by e92life View Post
INPA is in german. Does anyone know how to convert it to english?
I was going to ask the same question. I checked the simple configuration files and they all indicate english. But the menus in INPA are still german. I haven't taken the time yet to figure out how to fix that but it would be a worthwhile change to the VM for some of us.
Appreciate 0
      02-04-2017, 10:17 AM   #426
808AWD325xi
Ballin' out of control.
808AWD325xi's Avatar
No_Country
523
Rep
1,289
Posts

Drives: 2009 335i
Join Date: Jul 2007
Location: Moline, IL

iTrader: (0)

Quote:
Originally Posted by KevinWaterloo View Post
I was going to ask the same question. I checked the simple configuration files and they all indicate english. But the menus in INPA are still german. I haven't taken the time yet to figure out how to fix that but it would be a worthwhile change to the VM for some of us.
All the settings in INPA.INI control is the main menu system and which configuration files are chosen, .ENG or .GER. They have no impact on the language of an individual INPA script.

The language displayed by an individual script is part of the source code and cannot be changed without recompilation:
Code:
[...]
    if ((bool_var!=TRUE) || (int_var==0))
      ignition=FALSE;
    else
      ignition=TRUE;
  }
  if (interface==TRUE)
    text(1, 13, "Attached");
  else
    text(1, 13, "Not Attached");
  if (ignition==TRUE)
    text(2, 12, "On");
  else
    text(2, 12, "Off");
[...]
__________________
Alpina B3 Flash/BMS OCC/ER CP/ETS 5/HKS BOV/M3 Control Arms
Appreciate 0
      02-04-2017, 10:13 PM   #427
pruks
Private
pruks's Avatar
United_States
3
Rep
72
Posts

Drives: BMW 335i SG/BLK ZPP ZSP ZCP
Join Date: Feb 2009
Location: Providence, RI

iTrader: (0)

Quote:
Originally Posted by opjose View Post
No drivers are needed.

You need to configure VMware and the virtual machine image with the cable plugged in but with the VM NOT running ...at least that is what I did with Virtualbox.

After configuring win10's port assignment and the virtual machine settings bringing up the Vm image should let it see the cable on com1:


Thanks Bro, I will do that in the morning. Appreciate your input!!
__________________
2008 BMW 335i | Sparkling Graphite with Black Interior | Premium | Sport | Automatic with Paddle Shifters | Cold Weather | Ipod Adapter
Appreciate 0
      02-06-2017, 05:17 PM   #428
pruks
Private
pruks's Avatar
United_States
3
Rep
72
Posts

Drives: BMW 335i SG/BLK ZPP ZSP ZCP
Join Date: Feb 2009
Location: Providence, RI

iTrader: (0)

Quote:
Originally Posted by opjose View Post
No drivers are needed.

You need to configure VMware and the virtual machine image with the cable plugged in but with the VM NOT running ...at least that is what I did with Virtualbox.

After configuring win10's port assignment and the virtual machine settings bringing up the Vm image should let it see the cable on com1:
Thanks for the tip Bro. Basically I had to change to COM1 port on the VM and also changed the communication timeout from default to "1", without changing the time out I was getting communication errors.

Successfully completed the Alpina B3 Trans Flash, there is an amazing improvement in how the car shifts now.

Thanks for all your help, I will try the other coding stuff later.
__________________
2008 BMW 335i | Sparkling Graphite with Black Interior | Premium | Sport | Automatic with Paddle Shifters | Cold Weather | Ipod Adapter
Appreciate 0
      02-07-2017, 12:41 PM   #429
opjose
Major
opjose's Avatar
245
Rep
1,368
Posts

Drives: 335xi
Join Date: May 2016
Location: Md

iTrader: (0)

Quote:
Originally Posted by pruks View Post
Successfully completed the Alpina B3 Trans Flash, there is an amazing improvement in how the car shifts now.

Thanks for all your help, I will try the other coding stuff later.
Excellent!

Thanks for reporting back.
Appreciate 0
      02-08-2017, 03:39 PM   #430
chinokie
Registered
United_States
0
Rep
1
Posts

Drives: 2008 528i 2006 X3
Join Date: Feb 2017
Location: Austin, TX

iTrader: (0)

Quote:
Originally Posted by PichaDis11 View Post
Seems Fusion does not support Workstation VM..

I was able to get it to work in VirtualBox. Well that was partially. and then it crashed my Macbook...
It works for me on

VMware Fusion
Version 8.5.3

MACos Sierra
Version 10.12.3

I can give more details tonight.

--
Appreciate 0
      02-10-2017, 10:20 PM   #431
DaanBMW
Captain
DaanBMW's Avatar
Romania
85
Rep
777
Posts

Drives: 2007 328i coupe
Join Date: Jun 2011
Location: Portland, OR

iTrader: (1)

background q (I don't know much about vm): why is a vm better/preferable that say installing all these tools from all sorts of other sources ? is it that vm is ensuring that it all works, as if you copied the image from a confirmed working installation to your machine ?
__________________
328i Sports Pkg, Michelin PSS on Staggered 18" OZ Ultraleggeras
. BMS Powerbox. Cyba scoops + Rev motoring intake hose + charcoal delete. Wavetrac LSD
. M3: subframe bushings + sways + control arms (fr & rr). Meyle rear toe arms. M3 diff fr bushings
. BMW Perf: v2 springs + v1 dampers. Valeo SMFW+clutch. 034 MotorSport engine mounts
. Short Shifter + Turner PU bearing + ZHP M weighted shift knob. CDV delete
Appreciate 0
      02-10-2017, 10:50 PM   #432
vespa
First Lieutenant
228
Rep
245
Posts

Drives: 2011 335i
Join Date: Dec 2014
Location: Thousand Oaks

iTrader: (0)

It's quite difficult to install and configure these tools, and some of them require certain Windows settings that affect or are affected by other programs. The VM allows anyone to instantly have everything running with no changes to their computer. It's fantastic!
Appreciate 1
sd306383.50
      02-10-2017, 11:06 PM   #433
DaanBMW
Captain
DaanBMW's Avatar
Romania
85
Rep
777
Posts

Drives: 2007 328i coupe
Join Date: Jun 2011
Location: Portland, OR

iTrader: (1)

Quote:
Originally Posted by vespa View Post
It's quite difficult to install and configure these tools, and some of them require certain Windows settings that affect or are affected by other programs. The VM allows anyone to instantly have everything running with no changes to their computer. It's fantastic!
ok, makes sense.

only having used vm's but never set up one, what do i need other that the pastbin download ? do i need to install either of the 2 software mentioned (VirtualBox 5.0.18 / VMware Workstation 12.0 @ win machine) ? and are resources an issue ? I have been running BMW Std tools on an old netbook, more than enough to run those - is this a different story or would that machine still be ok ?

appreciate the input !
__________________
328i Sports Pkg, Michelin PSS on Staggered 18" OZ Ultraleggeras
. BMS Powerbox. Cyba scoops + Rev motoring intake hose + charcoal delete. Wavetrac LSD
. M3: subframe bushings + sways + control arms (fr & rr). Meyle rear toe arms. M3 diff fr bushings
. BMW Perf: v2 springs + v1 dampers. Valeo SMFW+clutch. 034 MotorSport engine mounts
. Short Shifter + Turner PU bearing + ZHP M weighted shift knob. CDV delete
Appreciate 0
      02-11-2017, 06:05 AM   #434
WaLLy350GT
Psshh!
WaLLy350GT's Avatar
United_States
4
Rep
191
Posts

Drives: E90 335i
Join Date: Jul 2007
Location: Los Angeles, CA

iTrader: (1)

Can you guys help seed please? Trying to download v3 right now.
Appreciate 0
      02-11-2017, 08:36 AM   #435
dstrickland
Banned
331
Rep
325
Posts

Drives: BMW 06 325I
Join Date: Mar 2016
Location: Atlanta, Ga, USA

iTrader: (0)

Quote:
Originally Posted by vespa View Post
It's quite difficult to install and configure these tools, and some of them require certain Windows settings that affect or are affected by other programs. The VM allows anyone to instantly have everything running with no changes to their computer. It's fantastic!
These tools literally take 5min to install. No need for VM. You just need someones ediabas/ec-apps/ncsexper folders who already has it installed.

1. Run bmw standard tools exe. Complete install.

2. Delete ediabas, ec-apps, ncsexper folders from C drive

3. Replace with someone elses who has completed ediabas, ec-apps, ncsexper folder

4. Plug cable in, install drivers, set to com1, latency 1

5. Diagnose, code & flash your car.

You can find post on the forum of people hosting the 3 complete folders. If you still can't get the hang of it I can TeamViewer in & complete it within 5min using my complete folders.
Appreciate 0
      02-11-2017, 01:57 PM   #436
DaanBMW
Captain
DaanBMW's Avatar
Romania
85
Rep
777
Posts

Drives: 2007 328i coupe
Join Date: Jun 2011
Location: Portland, OR

iTrader: (1)

^ what ? this is not ediabas/inpa/ncsexpert, I have those and sure they are not super hard to install w/ good instructions... this is ista/p & /d.
__________________
328i Sports Pkg, Michelin PSS on Staggered 18" OZ Ultraleggeras
. BMS Powerbox. Cyba scoops + Rev motoring intake hose + charcoal delete. Wavetrac LSD
. M3: subframe bushings + sways + control arms (fr & rr). Meyle rear toe arms. M3 diff fr bushings
. BMW Perf: v2 springs + v1 dampers. Valeo SMFW+clutch. 034 MotorSport engine mounts
. Short Shifter + Turner PU bearing + ZHP M weighted shift knob. CDV delete
Appreciate 0
      02-11-2017, 02:13 PM   #437
dstrickland
Banned
331
Rep
325
Posts

Drives: BMW 06 325I
Join Date: Mar 2016
Location: Atlanta, Ga, USA

iTrader: (0)

Quote:
Originally Posted by DaanBMW View Post
^ what ? this is not ediabas/inpa/ncsexpert, I have those and sure they are not super hard to install w/ good instructions... this is ista/p & /d.
Ista D/P is even easier? Move rheingold folder to c:/program files and install prerequisites, Ista D is done.

Move Ista P folder to C drive, install network tool, reboot. Ista P is done.
Appreciate 0
      02-11-2017, 05:06 PM   #438
DaanBMW
Captain
DaanBMW's Avatar
Romania
85
Rep
777
Posts

Drives: 2007 328i coupe
Join Date: Jun 2011
Location: Portland, OR

iTrader: (1)

Quote:
Originally Posted by dstrickland View Post
Ista D/P is even easier? Move rheingold folder to c:/program files and install prerequisites, Ista D is done.

Move Ista P folder to C drive, install network tool, reboot. Ista P is done.
really ? maybe I should try an install then instead of this vm ? what I tried to use the Std tools for is not turning out, so I wanted to go ista but a huge download of everything needed was so big it got me thinking this vm might be better.

can you elaborate a bit more on the steps to take once Std tools are all fully functional (edibas, inpa, ncs expert, tool32, winkfp) ? maybe incl. a good source for the files needed ?
__________________
328i Sports Pkg, Michelin PSS on Staggered 18" OZ Ultraleggeras
. BMS Powerbox. Cyba scoops + Rev motoring intake hose + charcoal delete. Wavetrac LSD
. M3: subframe bushings + sways + control arms (fr & rr). Meyle rear toe arms. M3 diff fr bushings
. BMW Perf: v2 springs + v1 dampers. Valeo SMFW+clutch. 034 MotorSport engine mounts
. Short Shifter + Turner PU bearing + ZHP M weighted shift knob. CDV delete
Appreciate 0
      02-11-2017, 05:08 PM   #439
dstrickland
Banned
331
Rep
325
Posts

Drives: BMW 06 325I
Join Date: Mar 2016
Location: Atlanta, Ga, USA

iTrader: (0)

Quote:
Originally Posted by DaanBMW View Post
Quote:
Originally Posted by dstrickland View Post
Ista D/P is even easier? Move rheingold folder to c:/program files and install prerequisites, Ista D is done.

Move Ista P folder to C drive, install network tool, reboot. Ista P is done.
really ? maybe I should try an install then instead of this vm ? what I tried to use the Std tools for is not turning out, so I wanted to go ista but a huge download of everything needed was so big it got me thinking this vm might be better.

can you elaborate a bit more on the steps to take once Std tools are all fully functional (edibas, inpa, ncs expert, tool32, winkfp) ? maybe incl. a good source for the files needed ?
Do you already have standard tools fully functional with VM?
Appreciate 0
      02-11-2017, 10:56 PM   #440
DaanBMW
Captain
DaanBMW's Avatar
Romania
85
Rep
777
Posts

Drives: 2007 328i coupe
Join Date: Jun 2011
Location: Portland, OR

iTrader: (1)

have standard tools fully functional but not w/ vm, straight up
__________________
328i Sports Pkg, Michelin PSS on Staggered 18" OZ Ultraleggeras
. BMS Powerbox. Cyba scoops + Rev motoring intake hose + charcoal delete. Wavetrac LSD
. M3: subframe bushings + sways + control arms (fr & rr). Meyle rear toe arms. M3 diff fr bushings
. BMW Perf: v2 springs + v1 dampers. Valeo SMFW+clutch. 034 MotorSport engine mounts
. Short Shifter + Turner PU bearing + ZHP M weighted shift knob. CDV delete
Appreciate 0
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 05:45 PM.




e90post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST