Steps to disable DRLs with GM Tech2 scanner
It is possible to get daytime running time disabled manually. But the problem can be easily settled with a scanner. GM Tech2scanner is ultimate best choice for GM group.
Tool needed:
GM Tech2 scan tool
Vehicle model example: 2003 Chevrolet Cavalier
1. Turn the vehicle ignition to ON position with engine off. Plug the Tech2 scan tool into the vehicle OBD diagnostic port. Power on the GM tech2 scan tool. Press “Enter” to continue.

2. Select “F0: Diagnostic” function in the main function menu.

3. Select vehicle model, here take “2003? as an example

4. Select your vehicle type, like “Passenger car”

5. Select “F1: Body” under Diagnostic function list

6. Select your vehicle body Product Line, here “J”

7. Select your vehicle manufacture, here “Chevrolet”

8. Select specific vehicle model, “Cavalier”

9. Select “F1: Body Control Module” under Body function list

10. Then go to select “Specific functions”

11. Select “New BCM setup” under special function list

12. Click “Yes” when the device screen pops out “Do you want to setup a new BCM?” notice.

13. If the screen prompts fails to program VIN message, click “Enter” to proceed operation.

14. Click “Yes” to accept the requirement.

15. Select an option with the arrows keys by follow the screen
instructions. Click “Continue” to move on the next step. (Ignition
switch should be ON)

16. Select your vehicle model region and saving option setting.

If you wan to change the vehicle region, go back to previous setting. Select the region you want, like “Mecixo”

Again accept the screen notice by click “Continue”

17. Select BCM module you need to program, here choose “PRO T62?

18. The new BCM setup procedure is complete and the daytime running lights turn off.

Tech2 scan tool related product:http://www.eobd2.fr/search/?q=Tech2
Steps to disable DRLs with GM Tech2 scanner的更多相关文章
- GM TECH2 Scanner Clone
Professional Diagnostic Tools gm tech 2 scanner china with multi-languages, TIS2000 Programming CD, ...
- GM Tech 2 works with Hummer Yes or No
This is about GM Tech 2 scan tool for Hummer troubleshooting and programming. Can I have a cheap Tec ...
- How to use GM MDI interface for programming
GM has had its newest programming/J2534 Pass Thru device on the market for some years now. A lot has ...
- Disable SELinux CentOS 7
Disable SELinux CentOS 7 This blog covers the basic steps to disable SELinux on CentOS 7 first we ne ...
- map size mismatch; abort
数据库启动时有莫名的提示map size mismatch; abort 原帖在这里:http://t.askmaclean.com/thread-1397-1-1.html 今天帮网友(centos ...
- SpringMVC+Mybatis实现的Mysql分页数据查询
周末这天手痒,正好没事干,想着写一个分页的例子出来给大家分享一下. 这个案例分前端和后台两部分,前端使用面向对象的方式写的,里面用到了一些回调函数和事件代理,有兴趣的朋友可以研究一下.后台的实现技术是 ...
- Sessions Hang on row cache lock
Sessions Hang on "row cache lock" (dc_objects) While Creating & Dropping a Table Concu ...
- 微软移除WIN10密码过期政策Microsoft Removes Password-Expiration Policy in Windows 10
Microsoft this week announced a series of changes to the security baseline in Windows 10, including ...
- 安卓系统广播暴露设备信息-Android System Broadcasts Expose Device Information
Android device details are being exposed to running applications via Wi-Fi broadcasts in the mobile ...
随机推荐
- ACM2033
/**人见人爱A+B Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Su ...
- web.py实现jsonp
浏览器端请求 $.getJSON("/currenttime?callback=?", function (json){ $("#time").html(jso ...
- Can’t find file mysql/host.frm
安装Mysql后报错: InnoDB: Apply batch completed 141115 15:04:36 InnoDB: Started; log sequence number 0 442 ...
- mysql注册服务
http://www.2cto.com/database/201301/185456.html ____________________________________________________ ...
- 【转】iOS 浅谈:深.浅拷贝与copy.strong
深.浅拷贝 copy mutableCopy NSString 1 2 3 4 5 6 NSString *string = @"汉斯哈哈哈"; // 没有产生新对象 NSStri ...
- Oracle分组函数cube VS rollup
分析函数cube和rollup魅力首先请看下面例子1)创建表create table group_test (group_id int, job varchar2(10), name varchar2 ...
- javascript实现颜色渐变
渐变(Gradient)是美学中一条重要的形式美法则,与其相对应的是突变.形状.大小.位置.方向.色彩等视觉因素都可以进行渐变.在色彩中,色相.明度.纯度也都可以产生渐变效果,并会表现出具有丰富层次的 ...
- 转载 JQuery中attr属性和JQuery.data()学习
转载原地址: http://www.cnblogs.com/yeminglong/p/5405745.html 用html直接data-key来存放,key必须全部小写. <div data-m ...
- Spring Data JPA教程, 第六部分: Sorting(未翻译)
The fifth part of my Spring Data JPA tutorialdescribed how you can create advanced queries with Spri ...
- [支付]微信NATIVE扫码支付JAVA实现
步骤: 1.预订单 2.接受微信返回的url 3.将url转为二维码显示到页面上 4.扫码支付 5.接收微信的异步通知,在这步修改订单的状态 6.收到异步通知的同时给微信返回指定数据,告知对方已成功处 ...