HOW TO REMOVE RED BOX APPEARED AT IMX6 SCREEN BOARDER

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

HOW TO REMOVE RED BOX APPEARED AT IMX6 SCREEN BOARDER

跳至解决方案
1,069 次查看
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

标签 (4)
1 解答
837 次查看
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

在原帖中查看解决方案

3 回复数
838 次查看
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

837 次查看
SergioSolis
NXP Employee
NXP Employee

Thank you for your help Gary!

837 次查看
chandrasekharma
Contributor III

Thank you Gary Bisson..So helpful at correct time

0 项奖励
回复