<?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: Application Installion Issue in Android Lollipop 5.0.2 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452294#M70317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks a lot . pm install /data/WiFiDirectActivity.apk worked well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   But I have a doubt. If I am moving inside /data/ directory where the &lt;/P&gt;&lt;P&gt;apk file is stored,then issuing the command as pm install &lt;/P&gt;&lt;P&gt;WiFiDirectActivity.apk*, *then the path should be just fine right? .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Why I need to go out of the /data/ and issue the command as you &lt;/P&gt;&lt;P&gt;mentioned. Just anxious to know the working trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anjali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 12:11:32 GMT</pubDate>
    <dc:creator>anjalikkrishna</dc:creator>
    <dc:date>2015-10-15T12:11:32Z</dc:date>
    <item>
      <title>Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452288#M70311</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 into an application development which is similar to su application but an enhanced version of su. So before testing the application,I wanted to check whether the application installation is working fine in Android Lollipop with pm command. Unfortunately I am getting "Failure [INSTALL_FAILED_INVALID_URI] " error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had initially tried with downloading third party apps and installing them with the pm command. Also I have enabled the option to allow apps from unknown source under Security . Since I was getting the same error,I tried to built the apk for the sample application within the Android BSP. But there also I am getting similiar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made sure the APK is not corrupted,because it is being installed in my mobile with Android Lollipop 5.1 successfully. Also I tried to install the same APK with pm command from kitkat terminal .Here also the app got installed succesfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a lame try to replace the working pm utility of kitkat and give a try on Lollipop, no hope there too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody has successfully installed application using pm install in Android Lollipop 5.0.2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 14:51:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452288#M70311</guid>
      <dc:creator>anjalikkrishna</dc:creator>
      <dc:date>2015-10-10T14:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452289#M70312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjalik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you tried to change permissions of /data/local to rwxrwxrwx ? This issue is on most rooted Android devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 07:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452289#M70312</guid>
      <dc:creator>mike_susen</dc:creator>
      <dc:date>2015-10-14T07:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452290#M70313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I had tried with changing the permission of /data/local to &lt;/P&gt;&lt;P&gt;rwxrwxrwx. Still I was getting the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I tried with adb install . This worked and now I am able to &lt;/P&gt;&lt;P&gt;install all kind of apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         But what is the wrong with pm install is still unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:53:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452290#M70313</guid>
      <dc:creator>anjalikkrishna</dc:creator>
      <dc:date>2015-10-14T11:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452291#M70314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anjali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you provide Logcat output please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 06:54:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452291#M70314</guid>
      <dc:creator>mike_susen</dc:creator>
      <dc:date>2015-10-15T06:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452292#M70315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Attaching the log file along with the mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 11:49:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452292#M70315</guid>
      <dc:creator>anjalikkrishna</dc:creator>
      <dc:date>2015-10-15T11:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452293#M70316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anjali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on line 23 your LogCat file is&lt;STRONG&gt; &lt;/STRONG&gt;&lt;EM&gt;W/asset&amp;nbsp;&amp;nbsp; ( 1232): Asset path /WiFiDirectActivity.apk is neither a directory nor file (type=1).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Your apk is stored on /data/WiFiDirectActivity.apk bu you call Package manager with path &lt;EM&gt;/WiFiDirectActivity.apk. &lt;/EM&gt;Please try to call Package manager with this command &lt;STRONG&gt;# pm install /data/WiFiDirectActivity.apk&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 11:59:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452293#M70316</guid>
      <dc:creator>mike_susen</dc:creator>
      <dc:date>2015-10-15T11:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452294#M70317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks a lot . pm install /data/WiFiDirectActivity.apk worked well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   But I have a doubt. If I am moving inside /data/ directory where the &lt;/P&gt;&lt;P&gt;apk file is stored,then issuing the command as pm install &lt;/P&gt;&lt;P&gt;WiFiDirectActivity.apk*, *then the path should be just fine right? .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Why I need to go out of the /data/ and issue the command as you &lt;/P&gt;&lt;P&gt;mentioned. Just anxious to know the working trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anjali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 12:11:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452294#M70317</guid>
      <dc:creator>anjalikkrishna</dc:creator>
      <dc:date>2015-10-15T12:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452295#M70318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anjali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Package Manager needs full path to the *.apk file. Or OS is not able to complete full path behind *.apk file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 12:16:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452295#M70318</guid>
      <dc:creator>mike_susen</dc:creator>
      <dc:date>2015-10-15T12:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452296#M70319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Thanks for the explanation. Really helpful .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 12:24:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452296#M70319</guid>
      <dc:creator>anjalikkrishna</dc:creator>
      <dc:date>2015-10-15T12:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452297#M70320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Anjali,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;If this post answers your question, please click the Correct Answer button. It can help other community members. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Michal&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 12:48:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452297#M70320</guid>
      <dc:creator>mike_susen</dc:creator>
      <dc:date>2015-10-16T12:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Application Installion Issue in Android Lollipop 5.0.2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452298#M70321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, Michal Susen, I'm sure this will help other community users as well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 17:27:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Application-Installion-Issue-in-Android-Lollipop-5-0-2/m-p/452298#M70321</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2015-10-22T17:27:33Z</dc:date>
    </item>
  </channel>
</rss>

