Overblog
Suivre ce blog Administration + Créer mon blog
OBD2 Diagnostic Tools
Articles récents

How to Program VW Golf 4 Remote Key with Lonsdor K518ISE

15 Janvier 2018 , Rédigé par JTAC Publié dans #Autel MaxiTPMS

Lonsdor K518ISE key programmer has successfully read pin code and programmed key for vw glof 4.
 
Step 1: Read Pin Code
Connect Lonsdor K518 with vehicle via OBD socket
Select Immobilizer->VW->2th & 3th IMMO->Pin code reading->Dashboard
lonsdor-k518ise-golf4-1
lonsdor-k518ise-golf4-2
lonsdor-k518ise-golf4-3
lonsdor-k518ise-golf4-4
 
 
 
 
Downloading application
Turn ignition switch on
lonsdor-k518ise-golf4-5
Start reading pin code and verifying immobilizer
lonsdor-k518ise-golf4-6
 
Read pin code success
lonsdor-k518ise-golf4-7
 
Step 2: Program key
Select Immobilizer function
lonsdor-k518ise-golf4-8
 
lonsdor-k518ise-golf4-9
 
Turn ignition on
lonsdor-k518ise-golf4-10
 
Turn ignition off and on
Insert a working key to switch ignition on
lonsdor-k518ise-golf4-11
 
Communicating
Lonsdor K518ISE requires to enter 5-digit pin code to access and confirm
lonsdor-k518ise-golf4-12
 
Login success
Select program channel 21
lonsdor-k518ise-golf4-13
 
Enter number of keys to be programmed: 2
lonsdor-k518ise-golf4-14
 
Switch ignition off
Insert all keys and turn ignition on for at least 5 sec one by one.  When complete all keys, press OK to finish key programming.
lonsdor-k518ise-golf4-15
 
Test remote and start car.
lonsdor-k518ise-golf4-16
 
Done.

http://lonsdor-k518ise.blogspot.com/2018/01/lonsdor-k518ise-read-vw-golf-4-pin-code.html

Lire la suite

How to change GM MDI serial number

14 Janvier 2018 , Rédigé par JTAC Publié dans #gm mdi

Figured it out. To get shell on the GM MDI clone interface and change the serial numbersee the instructions:

Mount the sdcard parition 1 under linux, and rename telnetd.sh-disabled to telnet.sh in /bin. While there I also edited the init script and added this near the start to make the prompt nicer:

Quote:export PS1='[\u@mdi \W]\$ ‘

 

Access u-boot (38400 baud, see previous post), and at the prompt type:

Quote:askenv setbootargsprimary

 

Please enter ‘setbootargsprimary’:run normalargs addinit addconsole addeth addprimary;setenv bootargs ${bootargs} mtdparts=flash0:256k(boot),128k(bootvars),1536k(linux1),6144k(initrd1),1536k(lin​ux2),6144k(initrd2),128k(linuxvars1),128k(linuxvars2),32k@16320k(serialnum),32k(​macaddress),128k@16256k(id);

 

Boot

The MDI will boot and start a telnet server on its IP and have a new flash partition configured as /dev/mtd10 called ‘id’. This will align with the erase block so can be updated. Check in /var/log/messages for the presence of ‘id’ without it being forced readonly.

Telnet in and rip a copy of mtd10 with dd, and send it to an ftp server you have setup on your lan.

Quote: [root@mdi ~]# cd /tmp

[root@mdi tmp]# dd if=/dev/mtd10 of=mtd10.img

256+0 records in

256+0 records out

[root@mdi tmp]# ls -l mtd10.img

-rw-r–r– 1 root root 131072 Jan 1 00:07 mtd10.img

[root@mdi tmp]# ftpput -u <user> -p <pass> <ip> mtd10.img mtd10.img

Now load up mtd10.img on your pc in HxD or Hexworkshop. The serial is at 0x10000 with a crc32 checksum of 0x10000->0x17FFB at 17FFC (LSB).

MAC is at 18000 with a crc32 checksum 0x18000->0x1FFFB at 1FFFC.

Update both (just change the last couple of numbers), and use the calculate checksum feature of the hexeditor to calculate crc32 the sums of of the ranges and save the new sums in the bin (remember to enter them in LSB format).

Now pull the files back to the mdi, and update flash:

Quote:[root@mdi ~]# cd /tmp

[root@mdi tmp]# ftpget -u <user> -p <pass> <ip> mtd10-new.img mtd10-new.img

[root@mdi tmp]# cd /usr/local/mtd/

[root@mdi mtd]# ./flash_unlock /dev/mtd10

[root@mdi mtd]# ./flash_erase /dev/mtd10

Erase Total 1 Units

Performing Flash Erase of length 131072 at offset 0x0 done

[root@mdi mtd]# ./flashcp /tmp/mtd10-new.img /dev/mtd10

[root@mdi mtd]# dd if=/dev/mtd10 of=/tmp/mtd10-readback.img

256+0 records in

256+0 records out

[root@mdi mtd]# md5sum /tmp/mtd10-new.img /tmp/mtd10-readback.img

1a1f4fb7db878218c558b45c0db50c9f /tmp/mtd10-new.img

1a1f4fb7db878218c558b45c0db50c9f /tmp/mtd10-readback.img

Now reboot the GM MDI multiple interface, and hold down the power button so it goes in to recovery mode. Use MDI manager to recover the device. Once completed it’ll have the new serial and mac.

I expect that the cloners will find this thread and soon they wont all have the same serial anymore. But if you already have one then you can do this yourself, so long as your careful and make sure everything is going to plan and makes sense to you as you go.

 

 

BIG THANKS to gmtools from the MH forum

src: https://mhhauto.com…GM-MDI-serial-number

http://gmmdiwifi.blogspot.com/

Lire la suite

Top 4 Difference Between Mini Pro TL866CS and TL866A Programmer

11 Janvier 2018 , Rédigé par JTAC Publié dans #TL866CS, #TL866A

The difference between Mini Pro TL866CS and TL866A  programmer
1. The ICSP interface (6-pin interface) is only supported in the TL866A model.

2. A small part of Microchip MCU with more than 40pins requires the use of TL866A for programming on the ICSP interface. Most of the microchip PICs MCU chips are supported on both the ICSP and the 40pin standard ZIF programmer socket.

3. Microcontrollers ATMEGAxxxx and SYNCMOS in the MCU SM89xxx SM59xxx
TL866A supports serial programming on the ICSP and parallel programming on the ZIF pad of the programmer.
TL886CS only support parallel programming on the ZIF block of the programmer.

4. SPI chips, AT45DBxxxx series can only be programmed using the ICSP interface (TL866A only).

5. For all other chips. TL866A and TL866CS do not differ.
Both programmers work with genuine TL866 adapters for devices up to 48 contacts. (Tsop)

tl866-programmer

http://www.obdii365.com/producttags/tl866-programmer.html

Lire la suite

Volvo VIDA 2014D Blank Page Problem Solve by Patch Download

10 Janvier 2018 , Rédigé par JTAC Publié dans #Volvo VIDA, #Volvo VIDA DiCE

Free download VIDA 2014D patch when you fail to log in.
 
Volvo VIDA Dice 2014D cannot log in:
When the user name is entered, the interface will pop up “please wait” and jump into a blank page for seconds, then back to the login interface.
volvo-vida-2014d-fail-login-1

 

volvo-vida-2014d-fail-login-2

 

volvo-vida-2014d-fail-login-3

 

volvo-vida-2014d-fail-login-4

If your computer date/time is newer than 31/12/2018 and you fails to login VIDA All-in-one, please download patch here:

 
 
 
 
 
Run Patch.cmd and Vida 2014D works like a charm
volvo-vida-failed-login-solution
 
Note: this patch only works for VIDA 2014D; cannot be used for VIDA 2014A
 
Tech support from obdii365.com

 

http://vidadice.blogspot.com/2018/01/volvo-vida-dice-2014d-failed-to-login.html

Lire la suite

How to solve VAS5054A ODIS 4.2.3 Installation Issues and Errors

8 Janvier 2018 , Rédigé par JTAC Publié dans #odis, #vas 5054a

The write-up here of VAG diagnostic software ODIS-S 4.2.3 installation tutorial includes 2 parts:
– ODIS 4.2.3 installation issues and solutions
– ODIS 4.2.3 installation suggestion
 
First, ODIS 4.2.3 installation FAQs
 
Q: is it possible to user interface VAS 5054A with Odis 4.2.3
A: Win7 yes. in Win10 it is not supported in 4.2.3
 
Q: anyone has good success with odis 4.2.3 with 5054a head?
A: Yes, my VAS5054A works fine with Odis Service 4.2.3 and Odis Eng 7.7.2 on Windows 7 32 bit.
Bluetooth and USB connection works fine!
 
Q: When i try to open PostSetup folder”, don’t recognize the folder:
“No valid software configuration could be found at the specified URL. Please select different URL.”
What can i do ?
A: use search button
 
Q: I search but don’t see regarding PostSetup, i see only for Windows Error.
A: FOLGER “Odis” or file:/D:/PostSetup/
 
Q: post setup unable to complete
A: usually 2-3 reason for failure on postsetup
1. not enough space on hdd
2. did not meet update requirements (prerequisites)
3. corrupted download.
 
Q: Where to get working ODIS 4.2.3?
It’s working perfect on win7 x64.
 
Q: ODIS 4.2.3 on Windows 7 32 bit popped up error ODS9006E: Infrastructure VW online connection. MirrorServer 2: The update requires Administrator rights. Please log in as Administrator and perform update.
odis-ods9006e-error
 
A: Run it as administrator it will work
 
Q: my odis 4.2.3 has ERROR KB3033929 AND KB2921916
odis-error-kb3033929
 
A: You need 2 updates you can see in your picture KB3033929 AND KB2921916 select if the system is 86 or 64
 
Q: ODIS 4.2.3 Problem :“Framework start failed with 13
If i would start Odis i become this answer in a little Popup with red Button.
I would use it on Windows 8.1
Can anyone help me?
odis-framework-start-failed
 
A: The solution is to use it on Win 7 64-bit when using VAS5054a
 
Second, odis 4.2.3 installation advice/suggestion
 
No need any special settings
After install, connect your vas5054a in OBD and USB, install driver.
Open your Odis! All will work
 
Odis 4.2.3 Windows 7:
I will prefer you to use windows 7 for all the diagnostic devices, this is because of the security of the windows 10. The best way to get a good working diagnostic program is to have one and only laptop for this. A clean windows 7 is the best way.
Have a try on Win 7 32 bit and 64. both have the luck
32bit: x86 is soooo much better since there is no any lack of the functionality for any kind of driver of ur laptop , I test both x86 is better and u can install both yes ODIS-S and ODIS-E
64 bit: I installed on win7 64bit and it installed and I added the update file from the download, starts and works very well
 
Odis 4.2.3 Windows 10:
Windows 10 only supports the new diagnostic interface VAS 6154 wifi interface(known as the WLAN remote head). Users of the older models VAS 5054 Bluetooth scanner, VAS 5054A and VAS 5055 can continue to use the Windows 7 i.do client on existing systems until 2019 or acquire the Windows 7 i.do. client from IT Client Support for replacement devices. The new diagnostic interface can be used with both operating systems. Please place any necessary orders with Workshop.
 
Lire la suite

John Deere Service Advisor SA 4.2.006 Free on Mega

7 Janvier 2018 , Rédigé par JTAC Publié dans #John Deere SA

Free download John Deere Service Advisor 4.2 software full (incl. John Deere Service Advisor  4.0 Agriculture, Construction and Forestry, Commercial and Consumer Equipment version):
 
John Deere Service Advisor v4.2.006 AG 02.2016 + CF 05.2016 + CCE 05.2016.rar
 
John Deere Service Advisor 4.2 activator.rar
Password: John Deere Service Advisor v4.2.006 AG 02.201613021973
 
Version: V 4.2.006
Year: 05.2016
Size: 168.36 GB
Region: All regions
Type: Service and Repair Information
Languages: English
Developer: John Deere
Brand: Agricultural Machines
Windows: Windows XP 32 bit, Windows 7 32 bit, Wnidows 7 64 bit, Windows 8/8.1 32 bit, Windows 8/8.1 64 bit, Windows 10 32 bit, Windows 10 64 bit
 
Security: Unknown – YOU ARE TRYING ON YOUR OWN RISK
It’s a customer share @ jahacmm via mhhauto
 
YOU CAN HAVE John Deere Service Advisor Full CRACK BUT TESTED 100%:
John Deere Service Advisor for customers:
http://www.obdii365.com/wholesale/john-deere-service-advisor-edl-v2-scanner.html
Tested by professionals
Verified to work with John Deere EDL V2 clone
 
Software confirmed:
John Deere Service Advisor 4.0 Agriculture workshop service manual, repair manual, electrical wiring diagram, hydraulic diagram, diagnostic, assembly and disassembly engine, transmission.
John Deere AG Management Solutions, Attachments, Backhoes, Combines and Headers, Cotton Harvestings, Excavators, ForkLifts, Hay and Forages, MAte Hand Cut and Shredderses, Plantings and Seedings, Skid Steers, Sprayers, Sugar Cane Harvesters, Tillages, Tractors, Worksite Pro Attachments.
John Deere Service Advisor 2.8 CF (Construction and Forestry), workshop service manual, repair manual, diagnostic, electrical wiring diagram, hydraulic diagram John Deere.
John Deere Service Advisor 4.0 CCE (Commercial and Consumer Equipment)dealer technical assistance, diagnostics, connection readings, calibrations, interactive tests, specification, tools, assemble and disassemble presented all models John Deere Construction Equipment and some models Hitachi, Euclid, Bell and Timberjack.
 
John Deere Service Advisor install: Tested & confirmed no issues on  Windows XP VMware via Win XP,Win 7,Win 8 and Win 10.  Tested software comes with HDD- NO NEED iinstall sw yourself; that is install HDD on your laptop and use it.
 
John Deere Service Advisor 4.2.006 Images:
john-deere-sa-1
john-deere-sa-2
john-deere-sa-3
john-deere-sa-4
john-deere-sa-5
 
 
 
 
 
John Deere Service Advisor support:
John Deere Service Advisor 5 download:
Sorry, it’s not available now
 
BIG THANKS to jahacmm share John Deere Service Advisor v4.2.006 with all.
 
Lire la suite

Ktag 7.020 clone read BMW X5 EDC17CP45 ECU

5 Janvier 2018 , Rédigé par JTAC Publié dans #ktag

Question:

I have a bmw with edc17cp45. Car is x5 4.0 yes I know this is 3.0 diesel engine year is 2013. Some were I read this ecu is password protected.  What tool and how to read the data?

 

Answer:

Has to be drilled , only one hole if you have later k-tag or x17 and kess obd might be a cp56

China ktag clone newer version works on this ecu. ktag 6.070 work with this ecu but via dimsport trasdata. you need connect GPT cable.

Here’s the example on reading ecu edc17c45 from 2013 .done with gtp cable on side an boot pin on under side
china ktag 7.020 not reworked.
works great.

 

BMW Bosch EDC17CP45 Pinout

ktag-read-write-EDC17CP45-boot-pin

First you need to drill a hole. It’s dangerous. Be careful.

bmw-edc17cp45-ktag-1 bmw-edc17cp45-ktag-2 bmw-edc17cp45-ktag-3

Then make the connection

bmw-edc17cp45-ktag-4 bmw-edc17cp45-ktag-5  bmw-edc17cp45-ktag-7 bmw-edc17cp45-ktag-8 bmw-edc17cp45-ktag-9 bmw-edc17cp45-ktag-10

China ktag 7.020 firmware works great.

http://blog.obdii365.com/2017/06/12/read-and-write-bmw-f10-edc17cp45-with-ktag/

Lire la suite

GM Tech2 and HP Tuners which is better

4 Janvier 2018 , Rédigé par JTAC Publié dans #gm tech2

What is GM Tech2:
The Tech 2 scan tool, working with TIS2000 software, supports onboard diagnostics and full bi-directional control when performing powertrain, chassis and body diagnostics for GM/SAAB/OPEL/SUZUKI/ISUZU/Holden.
gm-tech2-package
 
What is HP Tuners:
The HP Tuners vcm suite is the most feature rich, powerful and comprehensive vcm/PCM reprogramming and diagnostics package available on the market today. Vcm suite is the ultimate tuning tool designed for basic Tuners to advanced tuning shops.
hp-tuner
 
GM Tech 2 vs. HP Tuners:
HPT can only work with ECM and TCM
Tech II can work with ABS, BCM, etc. (all systems)
But, Tech 2 can only change/do stuff GM intended where HPT can change all kinds of tables GM wouldn’t want us messing with
So both have pluses/minuses depending on what you want to do
 
Tech 2 scan tool:
confirmed to works good for ALL systems
 
I just checked my Tech II clone against my 2006 C6. In the ABS section there is an “Automated Bleed” option. In the Radiosection there is a “VIN Relearn” option. I’ve never actually used either one, but I bet it works.
The Tech II clone is literally running the same software as the Tech II, so it has all the same functions. There are a few caveats: the standard clone power supply will cause the unit to reset if you run the starter motor, apparently, though this can be fixed. Also, operating while tethered to a PC involves a bunch of licensing hacks and other nonsense. But you only need to do that if you want to flash the ECU firmware.
The Tech II lets you see (and individually reset) all the DTCs from all the modules. It also has a bunch of special functions and bidirectional capabilities.
It’s great as a standalone diagnostics tool but it isn’t intended to modify ECU parameters like tuning software does. This is a tool for fixing the car, not modifying it.
 
http://blog.obdii365.com/2018/01/04/gm-tech2-vs-hp-tuners-tech2-works-for-all-systems/
Lire la suite

What to do with a GM TECH2 on Chevrolet C5?

3 Janvier 2018 , Rédigé par JTAC Publié dans #gm tech2, #gm tech 2

This is a write-up for those with a GM Tech 2 scan tool on Chevrolet C5
 
Tech 2 scanner is a diagnostic tool for the most part. It can be used to program out/in certain RPO’s in the BCM and can be used to bleed the ABS brake system without introducing air into the system. The extent to which it can be used to tune a Chevrolet C5 is that if you have a PCM Image that will work for your car you can save the current PCM Image and flash the new one you have onto the PCM. It cannot go in and individually change the tuning tables in the PCM as can say either EFI Live or HP Tuners tuning tools. But then those tools cannot touch the BCM either.
If you do or plan to do a lot of diagnostic work on your car it can be a worthwhile tool. Most of the diagnostic charts in the factory service manual assume the availability of a Tech 2. But you have to learn to use the tool like any other computerized diagnostic tool. It has layers and layers of menus to wade through. But in certain diagnostic situations it can be an invaluable tool because it allows you to turn on and off hundreds of computerized settings to aid in the diagnosis process.
GM intentionally dumbed down the capabilities of the Tech 2 to change things to avoid law suits due to an errant technician that changed engine or emissions settings that could result in engine damage or emissions violations.
 
GM Tech2, the bi-directional scan tool can access all the 10 computers in the c5 corvette. That means it can scan for DTC codes, allow the adding or removing of most accessory codes like turning off the mag ride shocks to install regular schocks, fixing window regulator problems, etc. For Bi-directional it can active the ABS system to flush the brake fluid, reset the Long Term Fuel Trims, eliminate the 1-4 shift on manual trans, etc. It cannot make changes (like a tune tool) to the transmission or engine management system. For the avid DIY’er it is a great tool.
In the C5, the “computers” (technically they are modules) and they communicate over the OBDII compatible DLC data bus to each other. The range from you radio to your ride control, to your HVAC system. Even the Bose head unit talks to the PCM and BCM through this bus, but the CD changer talks over a “private” data bus to the head unit.
 
The Sensor Modules that can be pulled up from the DIC are:
PCM, BCM, TCS, RTD, IPC, HVAC, LDCM, RDCM, SCM, RFA, and SDM.
Only those C5’s with RPO F45 or F55 will have RTD.
 
Reference: Here is a very useful TECH2 pathing document that you can use to figure out how to get to the end result that you need to test.
 
Lire la suite

How to read Hyundai Kia ECU SIM2K-341 MPC562?

2 Janvier 2018 , Rédigé par JTAC Publié dans #vvdi prog

What tool and how to read Hyundai/Kia ECU SIM2K-341?

read sim2k 341 1

read sim2k 341 2

read sim2k 341 3

read sim2k 341 4

Answer:

Xhorse VVDI Prog programmer can read and write Tricore 1766 on the ECU SIM2K-341.

Sharing BDM read for this type ECU’s

MPC562-S29CD016J(IX55-Sonata-Sportage …)

PIN 1=DSDO
PIN 3=PORST/HRESET
PIN 5=DSCK
PIN 6=VF0/VFLS0
PIN 7=DSDI
PIN 10=GND

MPC562-S29CD016J-pinout-1

MPC562-S29CD016J-pinout-2

MPC562-S29CD016J-pinout-3

Those Tricores it can read is only some VW ecu’s because VVDI Prog don’t have security
bypass for other…Auid 3 ecu with tricore TC-1762 it cannot read.

Lire la suite

Mercedes W203 mask 4J74Y pinout to Xprog and UPA

1 Janvier 2018 , Rédigé par JTAC Publié dans #xprog, #upa

This is pinout of EZS 203 545 01 08, using ECU programmers Xprog or UPA USB programmer.
Mercedes W203 mask 4j74y

 

I usually use rosfar pinouts transfer pindata to Xprog. UPA read only first mcu..for second need security bites

4J74Y W203

4J74Y-W203

W203 1J35D R270 BDM programmer

W203-1J35D-R270-3

W203 1J35D (xJ74Y)

W203-1J35DxJ74Y

EIS W203 1J35D pinout Xprog-M

xprog-m-read-EIS-W203-1j35d-pinout-1 xprog-m-read-EIS-W203-1j35d-pinout-2 xprog-m-read-EIS-W203-1j35d-pinout-3

Yes, you can have luck to read w204 eis with Xprog and erase the flash. But many talk about their failure with W203 mask 4j74y and Xprog, coz there are many versions of Xprog box programmer clone – quality differs and depends. Have a HQ clone then go for 4j74y. therwise, you would have reading error and hear beep beep.

Site of HQ Xprog

 

So, Xprog is not so good with HC908. Some never got Xprog to work with HC908 in circuit. They tried and had no success to read this mask at with XPROG, usually they went with R270 programmer to read it finally – R270 without a problem (I think the new R290 or R280 should have no issues also. And R290 is better for future use.)

 

In sum, for 4J74Y W203, the best is ETL/R270 progrmmer, then Xprog m.

http://blog.obdii365.com/2018/01/02/xprog-upa-mercedes-w203-mask-4j74y-pinout/

Lire la suite

How to flash Diatronik Diatronik Airbag Tool security key

27 Décembre 2017 , Rédigé par JTAC Publié dans #Diatronik

Diatronik engineers will update/improve their devices recently. And here’s the detail instruction on updating Diatronik SRS+DASH+CALC+EPS OBD Tool security key.

diatronik-function

1.After the first run utility screen will appear where you select to Start new dongle remote update session:

update-diatronik-airbag-tool-1

2.On the next page displayed is the generated update request (number-question) is a sequence of hexadecimal characters containing information about your key:

update-diatronik-airbag-tool-2

The update query can be stored in a file (button [To file]), copied with the button [To clipboard] or sent as email to developer ([mail]).

Archive the text file with results using your GCT serial # as file name and email it to developer. The update program can be closed at this stage. Wait for response email from the developer.

  1. Data updates are transmitted in encrypted form and can only be used once
  2. When generating the update data and during firmware update the key performs a series of checks on key options (ID, Shared code, and some others). This excludes the possibility of substitution of the key.

You must then run the client update utility again and select “Resume previously started remote update session”, then click [Next] button.

update-diatronik-airbag-tool-3

The screen will display the wizard page that contains the input field and display dump updates. Enter the dump received via email using one of the buttons: [Paste] or [Browse…]:update-diatronik-airbag-tool-4
After inserting the dump and pressing [Next] button the operation for updating the key memory with new data. Then last screen will display the outcome of the operation:
update-diatronik-airbag-tool-5

Important!

Next steps are only needed when the update key is in fact the firmware or image template. If the update was performed based on data of the image file, then step 3 is the final stage of the upgrade.

In the process of updating the key memory client utility will generate the final code-confirmation containing information about the updates (successful/unsuccessful). Code-confirmation is to be saved (button [To file]) or copied  [To clipboard], renamed using your serial # as file name and sent to developer of the application by any convenient way (email, PM, Skype:moe03071etc).

 

Here is a video operation in Russian

If you cannot understand Russian, please contact engineer via Skype above.
Instructions for configuring and remotely flashing the Diatronik Guardant security key.

 

http://blog.obdii365.com/2017/12/27/update-diatronik-srs-dash-tool-software/

Lire la suite

6WA retrofit KOMBI BMW F10 535i 2011 with E-sys

26 Décembre 2017 , Rédigé par JTAC Publié dans #BMW ENET cable, #E-sys

How to retrofit KOMBI BMW F10 with 6WA "Black Panel" meter (go from the basic Instrument Cluster to 6WA)?


Model example: BMW F10 USA 535i 2011

(Credit to GermancaraTVO. You are at your risk)

Tools used:

Xprog m box ecu programmer
BMW ENET cable and E-sys coding software


From beginning to end - reset (mileage, VIN) => coding. Quickly and specifically according to the case. Finally - a happy owner! 

bmw-f10-6wa-retrofit-1

The real mileage before zeroing - 75103 km (according to VIN the meter lived earlier)

bmw-f10-6wa-retrofit-2
Next, disassemble the meter to get the proper access to the elements with which I will work

bmw-f10-6wa-retrofit-3

bmw-f10-6wa-retrofit-4

bmw-f10-6wa-retrofit-5

bmw-f10-6wa-retrofit-6

Next comes the Xprog-m programmer, by means of which I gain access to the meter's memory and do zeroing. 

bmw-f10-6wa-retrofit-7

Now with us on the table a ready to program / coding counter in the car with E-sys

bmw-f10-6wa-retrofit-8

Actually, the issue of coding for a specific car

bmw-f10-6wa-retrofit-9

bmw-f10-6wa-retrofit-10

bmw-f10-6wa-retrofit-11
And the end result without any kind of errors 

bmw-f10-6wa-retrofit-12

Success.
 
Lire la suite

Mercedes E210 Key MCU MC68HC05E6 Pinout to Carprog

25 Décembre 2017 , Rédigé par JTAC Publié dans #carprog

I need help to read a old key from MB E210 with MCU MC68HC05E6(0F82B) try out of circuit but without success, by UPA adapter 15 and xprog adapter by pinout. Someone here can help me with correctly pinout in circuit or out circuit, i have carprog, xprog, UPA, please!!!

xprog-mb-e210-1

Solution:

connect to a CarProg programmer
For HC05 programming use A10 cable 7 color wires:
YELOW – RX communication signal from MPU;
GREEN – TX communication signal to MPU;
BLUE – Reset signal to MPU;
ORANGE – MODB signal to MPU, low level;
BROWN – GND (ground);
RED – switched +5V;
VIOLET – switched +12V;

xprog-mb-e210-6

xprog-mb-e210-2

xprog-mb-e210-3

xprog-mb-e210-4

xprog-mb-e210-5

http://www.obdii365.com/wholesale/ecu-chip-tuning-tools/

Lire la suite

How to Activate Internet on BMW F10 iDrive with E-sys software

24 Décembre 2017 , Rédigé par JTAC Publié dans #BMW ENET cable

On the BMW F10, it is possible to code Internet / BMW Live with 6VC Combox and 609 Nav by disabling BMW Assist and using a fake VIN with factory 614 Internet written to Combox, and then updating BMW Services.

 

 

I detailed that process here:

Change your VO as follows:

– 612 (or 633 or 639 if present)
+ 644
+ 614 (Required but already present)
+ 615
+ 6AL
+ 6AB

VO CODE HU_CIC
VO CODE CMB_MEDIA

FDL CODE CMB_MEDIA:
– TELEMATIK_VIN = Coding_VIN

FDL CODE CMB_MEDIA:
Use modified VO with VIN that has factory options 614 and 615 as explained below:

 

it is very simple to write a VIN to the Combox in E-Sys coding software

Spend time in Tool32, CMEDIA.prg and E-Sys trying to figure it out.

First you must code CMB_MEDIA / TELEMATIK_VIN = Coding VIN using your real FA VIN. Then, open your FA up in the FA-Editor, change the VIN, Caluclate FP just to make sure there are no problems with it, and then save the FA with a new name, i.e. FA_VIN_FAKE. Lastly, go to the coding module, and under Vehicle Order load your new FA_VIN_FAKE, activate FA, and then FDL code CMB_MEDIA. Lastly, read CMB_MEDIA coding data, and verify the new VIN in brackets. In the attached picture, you can see my Combox and Head Unit are showing two different VIN’s.

Afterwards, either shut down E-Sys, or load your original FA back and activate it before coding anything else. DO NOT code anything else with this FA, and DO NOT write this FA to the car.

For Internet and BMW Live to work, you need a VIN with factory options 614 and 615.

*** Use only to FDL Code CMB_MEDIA; DO NOT write this FA to the Car

1) Enable Data Transfer Option Under Phone
2) Enable Bluetooth Data Tethering on Phone
3) Under Connected drive; Update services (should show BMW Live and Internet services)
4) Go to BMW Live and Internet and make sure it it working

After it is working:
Use original VO with car VIN:
FDL CODE CMB_MEDIA:
– TELEMATIK_VIN = MOST_VIN

Read CMB_MEDIA and verify Short VIN in brackets [xxxxxxx] is car VIN.

DO NOT update services again or you will loose BMW Live and Internet.

*** If you do not return the Combox VIN to car VIN, you will encounter problems with future dealer programming, as the Combox will not be recognized, and programming will hault.

 

 

All done with a BMW ENET cable with Esys. $11 did all.

 

http://blog.obdii365.com/2017/12/24/bmw-e-sys-enet-enables-internet-on-f10-idrive/

Lire la suite