<?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: adb push command not transferring a file from a host to IMX8MQEVK Android12 Prebuilt image .</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/adb-push-command-not-transferring-a-file-from-a-host-to/m-p/1575328#M199283</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/62055"&gt;@rmani0029&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I'm working on i.MX8M Plus with "android-12.0.0_2.0.0_image_8mpevk".&lt;BR /&gt;&lt;BR /&gt;I tried to push a file to the Android Device via ADB shell and I follow the following steps to successfully have the permissions and make a push and pull operations:&lt;BR /&gt;&lt;BR /&gt;1. In Windows CMD, type &lt;STRONG&gt;"adb devices"&lt;/STRONG&gt; to be sure the device is recognized.&lt;BR /&gt;2. Type the command &lt;STRONG&gt;"adb root"&lt;/STRONG&gt;. With this command, you will receive a message like this "restarting adbd as root".&lt;BR /&gt;3. Type the command&lt;STRONG&gt; "adb remount"&lt;/STRONG&gt;. With this command, you will receive a message as this "remount succeeded".&lt;BR /&gt;&lt;BR /&gt;With these commands ("adb root" and "adb remount") you will have root permissions.&lt;BR /&gt;&lt;BR /&gt;4. Use &lt;STRONG&gt;"add push"&lt;/STRONG&gt; to copy your file.&lt;BR /&gt;5. Finally, go to the android shell using &lt;STRONG&gt;"adb shell"&lt;/STRONG&gt; and review the file in the correct path.&lt;/P&gt;
&lt;P&gt;I hope this information will be helpful.&lt;BR /&gt;Have a great day.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Brian.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2022 00:59:03 GMT</pubDate>
    <dc:creator>brian14</dc:creator>
    <dc:date>2022-12-29T00:59:03Z</dc:date>
    <item>
      <title>adb push command not transferring a file from a host to IMX8MQEVK Android12 Prebuilt image .</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/adb-push-command-not-transferring-a-file-from-a-host-to/m-p/1574888#M199242</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I flashed a prebuilt&amp;nbsp; "android-12.0.0_1.0.0_image_8mqevk.tar.gz" to an sd card and the image booted &lt;SPAN&gt;successfully&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;I am trying to copy a file using "adb push" in the host terminal to destination "/vendor/etc/" of&amp;nbsp; imx8mqevk android image and encountered with the following error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;adb push&amp;nbsp; gps_cfg.inf&amp;nbsp; /vendor/etc/&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;adb: error: failed to copy 'gps_cfg.inf' to '/vendor/etc/gps_cfg.inf': remote couldn't create file: Read-only file system&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gps_cfg.inf: 0 files pushed. 0.1 MB/s (391 bytes in 0.005s)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I tried to change the file system permissions by following the steps in adb shell,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mount -o rw, remount&amp;nbsp; /system&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;7|evk_8mq:/ # mount -o rw,remount /system &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;mount: '/system' not in /proc/mounts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7|evk_8mq:/ # remount&lt;BR /&gt;Skipping /product for remount&lt;BR /&gt;Skipping /system for remount&lt;BR /&gt;Skipping /system_ext for remount&lt;BR /&gt;Skipping /vendor for remount&lt;BR /&gt;No partitions to remount&lt;BR /&gt;remount failed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Looking for proper steps to change the file system permissions and initiate the file transfer. Anything to resolve this issue would be more helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 10:08:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/adb-push-command-not-transferring-a-file-from-a-host-to/m-p/1574888#M199242</guid>
      <dc:creator>rmani0029</dc:creator>
      <dc:date>2022-12-27T10:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: adb push command not transferring a file from a host to IMX8MQEVK Android12 Prebuilt image .</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/adb-push-command-not-transferring-a-file-from-a-host-to/m-p/1575328#M199283</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/62055"&gt;@rmani0029&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I'm working on i.MX8M Plus with "android-12.0.0_2.0.0_image_8mpevk".&lt;BR /&gt;&lt;BR /&gt;I tried to push a file to the Android Device via ADB shell and I follow the following steps to successfully have the permissions and make a push and pull operations:&lt;BR /&gt;&lt;BR /&gt;1. In Windows CMD, type &lt;STRONG&gt;"adb devices"&lt;/STRONG&gt; to be sure the device is recognized.&lt;BR /&gt;2. Type the command &lt;STRONG&gt;"adb root"&lt;/STRONG&gt;. With this command, you will receive a message like this "restarting adbd as root".&lt;BR /&gt;3. Type the command&lt;STRONG&gt; "adb remount"&lt;/STRONG&gt;. With this command, you will receive a message as this "remount succeeded".&lt;BR /&gt;&lt;BR /&gt;With these commands ("adb root" and "adb remount") you will have root permissions.&lt;BR /&gt;&lt;BR /&gt;4. Use &lt;STRONG&gt;"add push"&lt;/STRONG&gt; to copy your file.&lt;BR /&gt;5. Finally, go to the android shell using &lt;STRONG&gt;"adb shell"&lt;/STRONG&gt; and review the file in the correct path.&lt;/P&gt;
&lt;P&gt;I hope this information will be helpful.&lt;BR /&gt;Have a great day.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Brian.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 00:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/adb-push-command-not-transferring-a-file-from-a-host-to/m-p/1575328#M199283</guid>
      <dc:creator>brian14</dc:creator>
      <dc:date>2022-12-29T00:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: adb push command not transferring a file from a host to IMX8MQEVK Android12 Prebuilt image .</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/adb-push-command-not-transferring-a-file-from-a-host-to/m-p/1575854#M199354</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried the steps you suggested, but afterward, the same problems persisted.&lt;/P&gt;&lt;P&gt;I've attached the corresponding logs.&lt;/P&gt;&lt;P&gt;agl@agl-OptiPlex-7010:~/Downloads/Quectel_Android_GPS_Driver_V2.2.9/libgps$ adb devices&lt;/P&gt;&lt;P&gt;List of devices attached&lt;/P&gt;&lt;P&gt;191359d6f0609912 device&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;agl@agl-OptiPlex-7010:~/Downloads/Quectel_Android_GPS_Driver_V2.2.9/libgps$ adb root&lt;/P&gt;&lt;P&gt;adbd is already running as root&lt;/P&gt;&lt;P&gt;agl@agl-OptiPlex-7010:~/Downloads/Quectel_Android_GPS_Driver_V2.2.9/libgps$ adb remount&lt;/P&gt;&lt;P&gt;Skipping /product for remount&lt;/P&gt;&lt;P&gt;Skipping /system for remount&lt;/P&gt;&lt;P&gt;Skipping /system_ext for remount&lt;/P&gt;&lt;P&gt;Skipping /vendor for remount&lt;/P&gt;&lt;P&gt;No partitions to remount&lt;/P&gt;&lt;P&gt;remount failed&lt;/P&gt;&lt;P&gt;agl@agl-OptiPlex-7010:~/Downloads/Quectel_Android_GPS_Driver_V2.2.9/libgps$ adb push gps_cfg.inf /vendor/etc/&lt;/P&gt;&lt;P&gt;adb: error: failed to copy 'gps_cfg.inf' to '/vendor/etc/gps_cfg.inf': remote couldn't create file: Read-only file system&lt;/P&gt;&lt;P&gt;gps_cfg.inf: 0 files pushed. 0.2 MB/s (391 bytes in 0.002s)&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 15:47:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/adb-push-command-not-transferring-a-file-from-a-host-to/m-p/1575854#M199354</guid>
      <dc:creator>rmani0029</dc:creator>
      <dc:date>2022-12-30T15:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: adb push command not transferring a file from a host to IMX8MQEVK Android12 Prebuilt image .</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/adb-push-command-not-transferring-a-file-from-a-host-to/m-p/1576213#M199391</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/62055"&gt;@rmani0029&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;BR /&gt;In addition to the instructions, I sent you in my last answer, it seems the problem is about permissions.&lt;BR /&gt;&lt;BR /&gt;You can try using the following commands:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;$adb root&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;$adb disable-verity&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;$adb reboot&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;And then you can follow the steps I sent in the last answer.&lt;BR /&gt;&lt;BR /&gt;I hope this information will be helpful.&lt;/P&gt;
&lt;P&gt;Best regards, Brian.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 00:43:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/adb-push-command-not-transferring-a-file-from-a-host-to/m-p/1576213#M199391</guid>
      <dc:creator>brian14</dc:creator>
      <dc:date>2023-01-03T00:43:35Z</dc:date>
    </item>
  </channel>
</rss>

