07.2018 Xentry Mercedes SD Connect c5 software update manual for newbies:

Important:

If you have XDOS 2018.3 or  2017.9 not working well, you should update it to version 2018.7

If you have XDOS 2018.5 works good, it’s not necessary to update to 2018.7

You should have:

Xentry_Kit_09_2017.iso(copy to the folder:  iodd 2541 _ISO)

U disk with a Windows machine

IODD 2541

Panasonic power adapter


C5 mux

C5 mux in a standby mode

connect the Panasonic power adapter to Xentry C5

insert IODD 2541 into the USB port on C5


in a standby mode, press “X” and “√” at the same time, then it will pop up Start Update?”

(if not, it will pop up “Start XENTRY Connect?”. then, when the prompt disappears, it will display “Start Update?”)

When you see “Start Update?”, press “√” and C5 will go into the update mode and IODD 2541 will light up

Press button “5” on IODD 2541 as soon as possible. then, the cross “X” will turn a circle “O”


what’s displayed on C5:


It will take 50-55 minutes to finish the whole XDOS installation

The system restarts after installation completes

If your system fail to start, turn off C5 mux and restart again

When C5 starts, take out the hard disk on C5 and install it into the laptop (here: Dell 55220)

Before it, pls install the Windows machine on the U disk

Press F12 when you see the pop-up “F12 Boot Options”

Select USB Storage Device and press “Enter”

Pop up the interface, and select [03]

Go to the PE system and create an user account



Note that Windows should be located in disk D:

After path selection, right click on “Create a new admin account” on the left

User name: C5, Password: abc12345678
(You can have any user name and password you want)


Click on Ok

Close the application

Turn off the laptop

Take out the disk off the laptop and install it into C5 multiplexer

Done!

http://cheapobd2tool.com/2018/07/27/how-to-update-xentry-connect-c5-software-with-iso-file/

How to update XENTRY Connect C5 software with .iso file的更多相关文章

  1. 问题解决:psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

    错误提示: psql: could not connect to server: No such file or directory Is the server running locally and ...

  2. psql: could not connect to server: No such file or directory&&PGHOST

    由于环境变量 PGHOST配置不当引起的 postgres@pgdb-> psql psql: could not connect to server: No such file or dire ...

  3. 问题解决:psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

    错误提示: psql: could not connect to server: No such file or directory Is the server running locally and ...

  4. psql: could not connect to server: No such file or directory

    postgresql报错: psql: could not connect to server: No such file or directory         Is the server run ...

  5. How to update WPF browser application manifest and xbap file with ‘mage.exe’

    老外参考文章1 老外参考文章2 I created a WPF browser application MyApp then published it by ClickOnce in VS2008. ...

  6. 输入apt-get update时出现Could not open lock file /var/lib/apt/lists/lock - open

    我看了其它的资料发现不够清楚 我只报这些错误 1.1.ps-aux 查出apt-get进程的PID,通常是一个四位数字. 不好找apt-get进程 输入此代码就好找了 ps -aux|grep apt ...

  7. Why Choose MB SD C5 with Engineer Software

    MB SD C5 with engineer software performed good and now is released. Unlike the old clone C5 which us ...

  8. Mercedes BENZ C5 SD Connect Xentry Tab Kit Technical Support

    Why MB Star Diagnostic tool is so well-received by thousands of users, its technology and quality is ...

  9. Difference Among Mercedes Star Diagnostic Tool MB Star C3 C4 C5 C6

    Mercedes Star Diagnostic Tool newly update to MB Star C6.There are many star diangostic tool in the ...

随机推荐

  1. 线上问题!----------org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe

    1.问题出现 昨晚项目在上线的时候因为推广的原因,新增的大量请求.在八点的时候. org.apache.catalina.connector.ClientAbortException: java.io ...

  2. zxing解析带logo二维码会报com.google.zxing.NotFoundException

    参考原文:https://blog.csdn.net/cyl1226541/article/details/70557232 //复杂模式,开启PURE_BARCODE模式(☆☆☆) HINTS.pu ...

  3. extJS 动态引用加载(转)

    ExtJs有庞大的类型库,很多类可能在当前的页面根本不会用到,我们可以引入动态加载的概念来即用即取.这些代码都要写在Ext.onReady外面. 1.动态引用外部Js //加载配置可用 Ext.Loa ...

  4. jdk1.8的项目在jdk1.7的环境下运行

  5. css3修改滚动条样式

    /*滚动条整体样式*/ /*高宽分别对应横竖滚动条的尺寸*/ .content-box::-webkit-scrollbar{ width: 4px; height: 4px; } /*滚动条里面小方 ...

  6. pta l3-1(凑零钱)

    题目链接:https://pintia.cn/problem-sets/994805046380707840/problems/994805054207279104 题意:给定n枚硬币的面值,需要支付 ...

  7. Centos 7 MariaDB Galera cluster 部署

    一.安装环境准备 1.系统: CentOS Linux release 7.4.1708 (Core) 2.hosts 10.6.32.51 openstack1 10.6.32.52 opensta ...

  8. Ubuntu下ssh的安装

    1.安装 Ubuntu缺省安装了openssh-client,,如果没有安装,可用apt-get安装上即可. 安装ssh-server sudo apt-get install openssh-ser ...

  9. 最长公共子序列hdu1503

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1503 题意:给你两个字符串,把这两个字符串合并,使合并之后的字符串最短,并且合并之后的字符之间的相对位 ...

  10. goto,void,extern,sizeof分析

    goto: 程序的质量与goto出现的次数成反比,禁用 goto的副作用:破环了程序的结构化的顺序执行的过程,它有可能会跳过程序的应该执行的一些步骤. void: 修饰函数返回值和参数 c语言中没有定 ...