Note that there are some explanatory texts on larger screens.

plurals
  1. POHow I can push file onto Android Device (NexusS) using eclipse or adb?
    primarykey
    data
    text
    <h2><em>Description</em></h2> <p>I'm trying to <strong><em>Push file (.so library) onto Android Device (Samsung NexusS)</em></strong> <code>"system\lib"</code> folder using Eclipse. But when I press "<strong><em>Push a file onto the device</em></strong>" an error appears:</p> <blockquote> <p>[2011-06-24 15:41:21] Failed to push selection: Read-only file system</p> </blockquote> <h2><em>Researches</em></h2> <p>To solve this problem I search through internet and find some articles and documentations, but nothing helps me, here are some articles and documentations which I have tried. </p> <ul> <li><p><a href="http://androidforums.com/droid-all-things-root/91799-read-only-file-system-when-trying-adb-push-app.html" rel="nofollow"><strong><em>Read-Only File System" when trying to ADB Push an App</em></strong></a></p> <p>Here users suggest to write <code>adb shell sysrw</code>, but when I an permission denied error appeared: </p> <blockquote> <p>sysrw: permission denied</p> </blockquote></li> </ul> <hr> <ul> <li><p><a href="http://developer.android.com/guide/developing/tools/adb.html#copyfiles" rel="nofollow"><strong><em>Copying Files to or from an Emulator/Device Instance</em></strong></a></p> <p>Here on Android Developers Forum I found "<strong><em>You can use the adb commands pull and push to copy files to and from an emulator/device instance's data file. Unlike the install command, which only copies an .apk file to a specific location, the pull and push commands let you copy arbitrary directories and files to any location in an emulator/device instance.</em></strong>"</p></li> </ul> <hr> <p>I also try to run <code>adb remount</code> command, but same permission error appeared: </p> <blockquote> <p>remount: permission denied</p> </blockquote> <h2><em>Question</em></h2> <p><em><strong>How I can push file onto Android Device (NexusS) using eclipse or adb ?</em></strong></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload