<?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 i.MX6 Android 9 icon duplication in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Android-9-icon-duplication/m-p/1066425#M156737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;We are in the process of upgrading our device (which is based on imx6dq/sabresd_6dq board) to Android 9 (p9.0.0_2.3.1 BSP).&amp;nbsp;We noticed a weird issue that happens on Android 9 - icons/images (i.e. bitmaps) are being duplicated (see screenshots below).&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt; Below are a few observations:&lt;/DIV&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;It is not related to a particular application. It happens in System Launcher, Settings and in our custom applications as well&lt;/LI&gt;&lt;LI&gt;It looks like it is related to the hardware acceleration. Disabling hardware acceleration for an application (using android:hardwareAccelerated="false" manifest flag) or system wide (using sys.viewroot.hw system property) does fix the issue.&lt;/LI&gt;&lt;LI&gt;The duplication happens to the icons/bitmaps that&amp;nbsp;are allocated in regular memory (aka "software" bitmap), not in hardware (i.e. gpu, aka "hardware" bitmap). In other words, the duplication happens to "software" bitmaps when hardware acceleration is enabled.&lt;/LI&gt;&lt;LI&gt;It doesn't seem to be happening inside the WebView. Icons loaded from assets by a WebView don't seem to be duplicated.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;It does feel like the problem is somewhere in ThreadedRender or related code that uses hardware acceleration to draw&amp;nbsp;UI but it might as well be somewhere else, e.g. memory allocation.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Does anyone have an idea of what could be happening here and what can be done to fix this issue?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="screenshot-1594045326120.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114740i74A974AD67AD8D8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot-1594045326120.jpg" alt="screenshot-1594045326120.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="screenshot-1590487104418 (1).jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114741iC989AAB43325338A/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot-1590487104418 (1).jpg" alt="screenshot-1590487104418 (1).jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="screenshot-1590495026395 (1).jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114742i81BEF925C513E1FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot-1590495026395 (1).jpg" alt="screenshot-1590495026395 (1).jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2020 15:18:40 GMT</pubDate>
    <dc:creator>stevegamble</dc:creator>
    <dc:date>2020-07-06T15:18:40Z</dc:date>
    <item>
      <title>i.MX6 Android 9 icon duplication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Android-9-icon-duplication/m-p/1066425#M156737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;We are in the process of upgrading our device (which is based on imx6dq/sabresd_6dq board) to Android 9 (p9.0.0_2.3.1 BSP).&amp;nbsp;We noticed a weird issue that happens on Android 9 - icons/images (i.e. bitmaps) are being duplicated (see screenshots below).&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt; Below are a few observations:&lt;/DIV&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;It is not related to a particular application. It happens in System Launcher, Settings and in our custom applications as well&lt;/LI&gt;&lt;LI&gt;It looks like it is related to the hardware acceleration. Disabling hardware acceleration for an application (using android:hardwareAccelerated="false" manifest flag) or system wide (using sys.viewroot.hw system property) does fix the issue.&lt;/LI&gt;&lt;LI&gt;The duplication happens to the icons/bitmaps that&amp;nbsp;are allocated in regular memory (aka "software" bitmap), not in hardware (i.e. gpu, aka "hardware" bitmap). In other words, the duplication happens to "software" bitmaps when hardware acceleration is enabled.&lt;/LI&gt;&lt;LI&gt;It doesn't seem to be happening inside the WebView. Icons loaded from assets by a WebView don't seem to be duplicated.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;It does feel like the problem is somewhere in ThreadedRender or related code that uses hardware acceleration to draw&amp;nbsp;UI but it might as well be somewhere else, e.g. memory allocation.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Does anyone have an idea of what could be happening here and what can be done to fix this issue?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="screenshot-1594045326120.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114740i74A974AD67AD8D8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot-1594045326120.jpg" alt="screenshot-1594045326120.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="screenshot-1590487104418 (1).jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114741iC989AAB43325338A/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot-1590487104418 (1).jpg" alt="screenshot-1590487104418 (1).jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="screenshot-1590495026395 (1).jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114742i81BEF925C513E1FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot-1590495026395 (1).jpg" alt="screenshot-1590495026395 (1).jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 15:18:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Android-9-icon-duplication/m-p/1066425#M156737</guid>
      <dc:creator>stevegamble</dc:creator>
      <dc:date>2020-07-06T15:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Android 9 icon duplication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Android-9-icon-duplication/m-p/1066426#M156738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p9.0.0_2.3.1 BSP does not support i.MX6Q as described on below link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/software/embedded-software/i-mx-software/android-os-for-i-mx-applications-processors:IMXANDROID?tab=In-Depth_Tab" title="https://www.nxp.com/design/software/embedded-software/i-mx-software/android-os-for-i-mx-applications-processors:IMXANDROID?tab=In-Depth_Tab"&gt;Android OS for i.MX Applications Processors | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One can try other, for example P9.0.0_2.2.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 23:18:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Android-9-icon-duplication/m-p/1066426#M156738</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-07-06T23:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Android 9 icon duplication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Android-9-icon-duplication/m-p/1066427#M156739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Igor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll mark this question as answered while we try an earlier supported version of the BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2020 16:41:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Android-9-icon-duplication/m-p/1066427#M156739</guid>
      <dc:creator>stevegamble</dc:creator>
      <dc:date>2020-07-09T16:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Android 9 icon duplication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Android-9-icon-duplication/m-p/1066428#M156740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;P9.0.0_2.2.0 resolve the problem you have ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Pun&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2020 02:30:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Android-9-icon-duplication/m-p/1066428#M156740</guid>
      <dc:creator>chpub70</dc:creator>
      <dc:date>2020-08-28T02:30:26Z</dc:date>
    </item>
  </channel>
</rss>

