HOW TO REMOVE RED BOX APPEARED AT IMX6 SCREEN BOARDER

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HOW TO REMOVE RED BOX APPEARED AT IMX6 SCREEN BOARDER

Jump to solution
883 Views
chandrasekharma
Contributor III

Hi all

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

So my exact question is "how this redbox is coming because of what reason?"

Will anyone please explain clearly this discussion?

For your reference i attached one screen shot please find this..

Thanks in advance

Labels (4)
1 Solution
651 Views
gary_bisson
Senior Contributor III

Hi,

Those red frames are for debug purposes, it means that the main thread of the running application is taking too long.

In order to remove those frames, you can either build a new image in user mode instead of engineering.

Or another (simpler) solution is to set those properties;

$ setprop persist.sys.strictmode.visual=0

$ setprop persist.sys.strictmode.disable=1

Hope this helps. If it resolves your issue, please mark it as correct answer and close the thread.

Regards,

Gary

View solution in original post

3 Replies
652 Views
gary_bisson
Senior Contributor III

Hi,

Those red frames are for debug purposes, it means that the main thread of the running application is taking too long.

In order to remove those frames, you can either build a new image in user mode instead of engineering.

Or another (simpler) solution is to set those properties;

$ setprop persist.sys.strictmode.visual=0

$ setprop persist.sys.strictmode.disable=1

Hope this helps. If it resolves your issue, please mark it as correct answer and close the thread.

Regards,

Gary

651 Views
SergioSolis
NXP Employee
NXP Employee

Thank you for your help Gary!

651 Views
chandrasekharma
Contributor III

Thank you Gary Bisson..So helpful at correct time

0 Kudos