<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HOW TO REMOVE RED BOX APPEARED AT IMX6 SCREEN BOARDER in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HOW-TO-REMOVE-RED-BOX-APPEARED-AT-IMX6-SCREEN-BOARDER/m-p/492557#M79132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help Gary!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 15:11:59 GMT</pubDate>
    <dc:creator>SergioSolis</dc:creator>
    <dc:date>2016-05-04T15:11:59Z</dc:date>
    <item>
      <title>HOW TO REMOVE RED BOX APPEARED AT IMX6 SCREEN BOARDER</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HOW-TO-REMOVE-RED-BOX-APPEARED-AT-IMX6-SCREEN-BOARDER/m-p/492554#M79129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting one problem in freescale imx6 sabresd board. While bootup time, opening camera, capturing image, and opening recent apps etc... I am getting one red rectangular box on screen boarder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my exact question is "how this redbox is coming because of what reason?"&lt;/P&gt;&lt;P&gt;Will anyone please explain clearly this discussion?&lt;/P&gt;&lt;P&gt;For your reference i attached one screen shot please find this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 11:48:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HOW-TO-REMOVE-RED-BOX-APPEARED-AT-IMX6-SCREEN-BOARDER/m-p/492554#M79129</guid>
      <dc:creator>chandrasekharma</dc:creator>
      <dc:date>2016-05-02T11:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE RED BOX APPEARED AT IMX6 SCREEN BOARDER</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HOW-TO-REMOVE-RED-BOX-APPEARED-AT-IMX6-SCREEN-BOARDER/m-p/492555#M79130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those red frames are for debug purposes, it means that the main thread of the running application is taking too long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to remove those frames, you can either build a new image in user mode instead of engineering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or another (simpler) solution is to set those properties;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14622071550319955 jive_text_macro" data-renderedposition="190_8_1192_32" jivemacro_uid="_14622071550319955" modifiedtitle="true"&gt;&lt;P&gt;$ setprop persist.sys.strictmode.visual=0&lt;/P&gt;&lt;P&gt;$ setprop persist.sys.strictmode.disable=1&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. If it resolves your issue, please mark it as correct answer and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 16:41:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HOW-TO-REMOVE-RED-BOX-APPEARED-AT-IMX6-SCREEN-BOARDER/m-p/492555#M79130</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2016-05-02T16:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE RED BOX APPEARED AT IMX6 SCREEN BOARDER</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HOW-TO-REMOVE-RED-BOX-APPEARED-AT-IMX6-SCREEN-BOARDER/m-p/492556#M79131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gary Bisson..So helpful at correct time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 13:26:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HOW-TO-REMOVE-RED-BOX-APPEARED-AT-IMX6-SCREEN-BOARDER/m-p/492556#M79131</guid>
      <dc:creator>chandrasekharma</dc:creator>
      <dc:date>2016-05-03T13:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE RED BOX APPEARED AT IMX6 SCREEN BOARDER</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HOW-TO-REMOVE-RED-BOX-APPEARED-AT-IMX6-SCREEN-BOARDER/m-p/492557#M79132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help Gary!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 15:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HOW-TO-REMOVE-RED-BOX-APPEARED-AT-IMX6-SCREEN-BOARDER/m-p/492557#M79132</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2016-05-04T15:11:59Z</dc:date>
    </item>
  </channel>
</rss>

