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的更多相关文章

  1. GM TECH2 Scanner Clone

    Professional Diagnostic Tools gm tech 2 scanner china with multi-languages, TIS2000 Programming CD, ...

  2. 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 ...

  3. 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 ...

  4. Disable SELinux CentOS 7

    Disable SELinux CentOS 7 This blog covers the basic steps to disable SELinux on CentOS 7 first we ne ...

  5. map size mismatch; abort

    数据库启动时有莫名的提示map size mismatch; abort 原帖在这里:http://t.askmaclean.com/thread-1397-1-1.html 今天帮网友(centos ...

  6. SpringMVC+Mybatis实现的Mysql分页数据查询

    周末这天手痒,正好没事干,想着写一个分页的例子出来给大家分享一下. 这个案例分前端和后台两部分,前端使用面向对象的方式写的,里面用到了一些回调函数和事件代理,有兴趣的朋友可以研究一下.后台的实现技术是 ...

  7. Sessions Hang on row cache lock

    Sessions Hang on "row cache lock" (dc_objects) While Creating & Dropping a Table Concu ...

  8. 微软移除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 ...

  9. 安卓系统广播暴露设备信息-Android System Broadcasts Expose Device Information

    Android device details are being exposed to running applications via Wi-Fi broadcasts in the mobile ...

随机推荐

  1. Hadoop学习之--Capaycity Scheduler配置参数说明

    以下列举出来的是capacity关于queue和user资源使用量相关的参数说明: mapred.capacity-scheduler.queue.xxx.capacity: 队列的资源容量百分比,所 ...

  2. Transform DataGrid 套用格式

    <table class="easyui-datagrid" title="Transform DataGrid" style="width:5 ...

  3. 用C语言实现ipv4地址字符串是否合法

    用程序实现ipv4地址字符串是否合法,主要考察的是C字符串的操作. 搜索了下,网上没有特别好的实现,自己实现了下,见笑于大家,请指正. #include <stdio.h> #includ ...

  4. 深入探究frame和bounds的区别以及setbounds使用

    [转自]http://blog.csdn.net/hherima/article/details/39501857 在iOS开发中经常遇到两个词Frame和bounds,本文主要阐述Frame和bou ...

  5. zoj 1610 Count the Colors

    http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=610  Count the Colors Time Limit:2000MS   ...

  6. TypeScript学习笔记(六):泛型

    认识泛型 TypeScript也实现了类型于C#和Java的泛型以实现类型的参数化,我们先看一个需求: function identity(arg: any): any { return arg; } ...

  7. android EditText控制光标的位置

    利用自定义键盘,需要手动删除编辑框中的文本时,会根据光标的位置来删除字符.那么,如何来控制光标呢,android为我们提供了哪些方法,来处理光标呢? 这里提供几个自己写的方法,根据这些方法可以满足在光 ...

  8. jQuery UI vs EasyUI

    几个UI框架的比较k: 目前工作中可能会常用到几个UI框架,如 Ext: http://docs.sencha.com/ext-js/4-1/#!/example 感觉其过于复杂,性能不高,所以一直没 ...

  9. 哥也能写KMP了——实现strstr()

    经过上次去面试,面试官要求实现strstr(),当场就蒙了.这个题目是模式匹配问题,<算法导论>里列出了几种字符串匹配算法: 朴素算法 |  Rabin-Karp | 有限自动机算法 | ...

  10. 从hello-world 开始 <contiki学习之四>

    按照contiki 官方给出的example下的例子之hello world来说,所有的工程里面都有一个唯一的Makefile.然后这个Makefile会去调用其他makefile文件.于是,一切就从 ...