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. CentOS搭建LAMP环境

    最近准备安装roundcube,需要先搭建一个 LAMP 运行环境,从网上搜索了一下,有不少资料.自己也按部就班安装了一遍,把过程整理了下来. LAMP 是Linux, Apache, MySQL, ...

  2. leetcode@ [343] Integer Break (Math & Dynamic Programming)

    https://leetcode.com/problems/integer-break/ Given a positive integer n, break it into the sum of at ...

  3. 开源软交换系统 FreeSwitch 与 Asterisk 比较

    Asterisk 与freeswitch都是流行的开源软交换服务器,Asterisk出现的比较早,大概在1999年开始此项目,应该是最流行的开源软交换服务器,整个社区上下游都已经很成熟. freesw ...

  4. Oracle导入导出之dmp

    Oracle导入导出有两种方式,分别是imp/exp与impdp/expdp. 1.imp/exp exp scott/tiger file=d:\test.dmp log=d:\test.log o ...

  5. TQJson序列和还原clientdataset.data

    TQJson是QDAC开源项目的JSON对象,其特点是跨平台,功能强大. 序列 procedure TForm2.Button2Click(Sender: TObject);var AJson: TQ ...

  6. 总结:常用的Linux系统监控命令

    记录一下自己常用的linux系统命令,方便以后查阅,发觉记忆越来越不行了 找到最耗CPU的java线程 ps命令 命令: ps -mp pid -o THREAD,tid,time 或者 ps -Lf ...

  7. jQuery基础学习8——层次选择器next()和prev()方法

    $('.one + div').css("background","#bbffaa"); //和next()方法是等价的,前后关系,和prev()方法是对立的 ...

  8. ASP.NET Web Api返回对象类型为JSON还是XML

    在Umbraco平台上开发过程中,我用WebApi返回JSON result给前端 前端使用React调用这个web api来获取JSON result 我写的web api方法是返回JSON 类型的 ...

  9. POJ 2828 Buy Tickets (线段树 or 树状数组+二分)

    题目链接:http://poj.org/problem?id=2828 题意就是给你n个人,然后每个人按顺序插队,问你最终的顺序是怎么样的. 反过来做就很容易了,从最后一个人开始推,最后一个人位置很容 ...

  10. jquery 绑定省份和城市

    前台代码: <asp:DropDownList runat="server" ID="ddlProvince"></asp:DropDownL ...