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 ...
随机推荐
- Redux DevTools浏览器插件调试redux
与redux的Devtools模块不同,该工具主要依赖浏览器插件完成.模式也比Devtools简单点. redux-devtools 是一个非常棒的工具,它可以让你实时的监控Redux的状态树的Sto ...
- php请求php
function post2($url, $data){//file_get_content $postdata = http_build_query( $data ); $opts = array( ...
- JS-事件对象(鼠标键盘事件)
一 事件对象 1 需要获取键盘和鼠标的信息的时候,用到事件对象.(e) 例如:document.onclick = function(e){ var e = e || event;(做兼容) } ...
- JMeter学习(一)工具简单介绍(转载)
转载自 http://www.cnblogs.com/yangxia-test 一.JMeter 介绍 Apache JMeter是100%纯JAVA桌面应用程序,被设计为用于测试客户端/服务端结构的 ...
- springboot org.hibernate.MappingException: No Dialect mapping for JDBC type: -9
参考 https://www.cnblogs.com/luxd/p/8316243.html https://www.cnblogs.com/s648667069/p/6478559.html @Co ...
- 用photoshop 把视频镜头做成GIF图片
https://jingyan.baidu.com/article/47a29f2432e113c0142399b0.html
- pta l3-1(凑零钱)
题目链接:https://pintia.cn/problem-sets/994805046380707840/problems/994805054207279104 题意:给定n枚硬币的面值,需要支付 ...
- LibreOJ 6280 . 数列分块入门 4
题目链接:https://loj.ac/problem/6280 加一个数组保存块的和. 代码: #include<iostream> #include<cstring> #i ...
- 基础DP(初级版)
本文主要内容为基础DP,内容来源为<算法导论>,总结不易,转载请注明出处. 后续会更新出kuanbin关于基础DP的题目...... 动态规划: 动态规划用于子问题重叠的情况,即不同的子问 ...
- Northwestern European Regional Contest 2016 NWERC ,F题Free Weights(优先队列+Map标记+模拟)
传送门: Vjudge:https://vjudge.net/problem/Gym-101170F CF: http://codeforces.com/gym/101170 The city of ...