How to update XENTRY Connect C5 software with .iso file
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的更多相关文章
- 问题解决: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 ...
- 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 ...
- 问题解决: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 ...
- 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 ...
- 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. ...
- 输入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 ...
- 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 ...
- 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 ...
- 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 ...
随机推荐
- 开始jQuery学习之旅
jQuery写法 //实例写法$('div').css({width:200,backgroundColor:'red'}); 参数规则 // css selector$('.wrapper ul l ...
- 静态html返回
在这篇文章中我们介绍后台路由的概念,后台的路由根据路径返回相应的内容, 首先我们建立一个服务器 let port = 3000 //监听端口let fs = require ('fs')//用来生成可 ...
- sed常见用法总结
编辑文本 sed -i '1i xyz' test.txt 在第一行之前 sed -i '1a xyz' test.txt 在第一行之后插入 sed -i '1c xyz' test.txt 把第一行 ...
- 【OpenGL】glsl、glew、glfw
glsl: OpenGL着色语言(OpenGL Shading Language)是用来在OpenGL中着色编程的语言,也即开发人员写的短小的自定义程序,他们是在图形卡的GPU (Graphic Pr ...
- ORM笔记
ORM工具的唯一作用就是:把对持久化对象的保存.删除.修改等操作,转换成对数据库的操作,而ORM框架则负责转换成对应的SQL(结构化查询语言)操作.(ORM工具可完成对象模型和关系模型直接的相互映射) ...
- vi 基本命令使用
vi编辑器是所有Unix及Linux系统下标准的编辑器,它的强大不逊色于任何最新的文本编辑器,这里只是简单地介绍一下它的用法和一小部分指令.由于对 Unix及Linux系统的任何版本,vi编辑器是完全 ...
- VS2013 warning C4018 "<” 有符号/无符号不匹配
1, VS2013 warning C4018 "<” 有符号/无符号不匹配" 警告 出错代码: void show(const vector<int>& ...
- rancher 2 webhook 格式
{ "version":"4", "groupKey":<string>, "status":"& ...
- elk6快速安装
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch [elasticsearch-6.x] name=Elasticsear ...
- MongoDB之Array Object的特殊操作
相比关系型数据库,Array[1,2,3,4,5]和Object{'name':'Wjs'}是MongoDB比较特殊的类型 db.Wjs.insert({"name":" ...