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. 用工厂模式和策略模式优化过多的if-else

    多个if-else代码: @RunWith(SpringRunner.class) @SpringBootTest public class EducationalBackgroundTest { p ...

  2. 10.18号java课后作业代码

    import java.util.*; public class T { public static int a=0; public T() { a++; System.out.println(&qu ...

  3. cdnbest节点安装后连不上cdn主控原因排查

    1. 查看节点程序是否启动 ps -aux |grep kangle 2. 登陆cdn节点用telnet命令查下和主控的通信,命令:telnet 主控ip 3320 3. 如果节点程序都有启动,可查看 ...

  4. Python爬虫使用MD5加密的坑

    由于公司的业务需要,需要爬取很多的国外网站图片,然后兄弟我一路正则杀过去,总共匹配到658张链接,心里美滋滋开始写下载的代码.然后就有了这次坑的记录. 首先这是我查到的链接数量 然后爬虫跑完后,美滋滋 ...

  5. NDK环境搭建方法2

    1.新建项目NDKDemo3 2.新建com.example.shixm.ndkdemo3.MyNdk.java 3.右键main文件夹,New->Folder->JNI Folder 4 ...

  6. Array 遍历数组

    public static void main(String args){ int a[][] = new int[3][4]; for(int i=0;i<a.length;i++){ for ...

  7. JMeter快速入门之Badboy录制

    1. 前言 JMeter录制有两种方式,一种是JMeter自带录制方法,另一种是下面要学习的Badboy录制,个人推荐使用此方法 下面教程不设计Badboy安装,可以百度一下. 2. 录制步骤: 2. ...

  8. ubuntu下手动安装php-amqp模块教程

    用于ubuntu的默认源里面没有php5-amqp这个包,所以要用上amqp得考手动编译. 参考手册 http://php.net/manual/pl/book.amqp.php 首先安装必须的php ...

  9. TZOJ 2999 Network(连通图割点数量)

    描述 A Telephone Line Company (TLC) is establishing a new telephone cable network. They are connecting ...

  10. SQL Merge 语法 单表查询

    --项目中需要用到Merg语法,于是去网上查了资料,发现竟然都是多表查询,问题是我只有一张表,于是我纳闷了,后来我灵机一动,就搞定了!--表名:t_login(登录表)--字段:f_userName( ...