<?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>i.MX ProcessorsのトピックRe: How to enable the Android Setup Wizard(Provision.apk)</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-the-Android-Setup-Wizard-Provision-apk/m-p/1367647#M182729</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26366"&gt;@weidong_sun&lt;/a&gt;&amp;nbsp;, I have a similar issue but with the Android 11 build. I created a build and flushed it on the board but it's not showing any setup wizard when I first boot the device. I also tried setting up the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;user_setup_complete&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;device_provisioned to 0 &lt;/STRONG&gt;and restarted the device but no wizard still.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please let me know if what needs to be done in order to show the setup wizard.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jake&lt;/P&gt;</description>
    <pubDate>Mon, 08 Nov 2021 04:55:26 GMT</pubDate>
    <dc:creator>jakem</dc:creator>
    <dc:date>2021-11-08T04:55:26Z</dc:date>
    <item>
      <title>How to enable the Android Setup Wizard(Provision.apk)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-the-Android-Setup-Wizard-Provision-apk/m-p/1200998#M166633</link>
      <description>&lt;P&gt;We are running Android 9.0 on IMX8mini&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By default, the screen shows Launcher GUI. We want to enable the SetupWizard(Provision.apk).&lt;/P&gt;&lt;P&gt;I checked via adb shell, and found it existed in /system/priv-app/Provision/Provision.apk on the device, and I found the default value in SettingsProvider is:&lt;/P&gt;&lt;P&gt;&amp;lt;bool name="def_device_provisioned"&amp;gt;false&amp;lt;/bool&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems it is correct. How can I let the Android show the Setup Wizard?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 06:53:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-the-Android-Setup-Wizard-Provision-apk/m-p/1200998#M166633</guid>
      <dc:creator>13614278</dc:creator>
      <dc:date>2020-12-17T06:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable the Android Setup Wizard(Provision.apk)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-the-Android-Setup-Wizard-Provision-apk/m-p/1201550#M166700</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;After SetupWizard is completed, the values of the following two settings will be changed from 0 to 1.&lt;/P&gt;
&lt;P&gt;USER_SETUP_COMPLETE&lt;/P&gt;
&lt;P&gt;DEVICE_PROVISIONED&lt;/P&gt;
&lt;P&gt;Then the next time you boot, as long as USER_SETUP_COMPLETE is not 0, it will not enter SetupWizard again.&lt;/P&gt;
&lt;P&gt;So use adb to change these two values to 1 and restart SetupWizard.&lt;/P&gt;
&lt;P&gt;adb shell settings put secure user_setup_complete 1&lt;BR /&gt;adb shell settings put global device_provisioned 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this is helpful to you.&lt;/P&gt;
&lt;P&gt;Have a nice day!&lt;/P&gt;
&lt;P&gt;B.R,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 03:56:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-the-Android-Setup-Wizard-Provision-apk/m-p/1201550#M166700</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2020-12-18T03:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable the Android Setup Wizard(Provision.apk)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-the-Android-Setup-Wizard-Provision-apk/m-p/1367647#M182729</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26366"&gt;@weidong_sun&lt;/a&gt;&amp;nbsp;, I have a similar issue but with the Android 11 build. I created a build and flushed it on the board but it's not showing any setup wizard when I first boot the device. I also tried setting up the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;user_setup_complete&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;device_provisioned to 0 &lt;/STRONG&gt;and restarted the device but no wizard still.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please let me know if what needs to be done in order to show the setup wizard.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jake&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 04:55:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-the-Android-Setup-Wizard-Provision-apk/m-p/1367647#M182729</guid>
      <dc:creator>jakem</dc:creator>
      <dc:date>2021-11-08T04:55:26Z</dc:date>
    </item>
  </channel>
</rss>

