Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6652673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:10:12+00:00 2026-05-26T01:10:12+00:00

Is there any location on an android device that we can push a file

  • 0

Is there any location on an android device that we can push a file (using adb) if the device has no SD card and we do not have root access?

(I am trying to push a properties file onto the device, so I will also need to be able to read from this location inside an activity running on the device)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T01:10:12+00:00Added an answer on May 26, 2026 at 1:10 am

    Every device has the capacity to be different. On some phones, such as the Samsung Galaxy S Vibrant, the /sdcard/ mount is writeable by any host connected through adb. On others, such as the MyTouch 4G, ‘adb push’ cannot send any files to any destination at all.

    If you are testing with just one or two devices, open an adb shell and issue commands such as df and ls -l to see what mount points there are, and the file permissions, respectively.

    If your user can execute find on the Android device, that’s a real boon and you can probably use that to locate files writeable by the current effective uid (or writeable by all).

    Some directories to try:

    
        /sdcard
        /data
        /tmp
        /opt
    
    

    You’ve probably already seen the adb page but I’m linking it just in case.

    Example df output:

    
        $ df 
        /dev: 318068K total, 64K used, 318004K available (block size 4096)
        /system: 558668K total, 468920K used, 89748K available (block size 4096)
        /data: 1190256K total, 129868K used, 1060388K available (block size 4096)
        /cache: 294628K total, 16720K used, 277908K available (block size 4096)
        /devlog: 21100K total, 6056K used, 15044K available (block size 4096)
        /mnt/asec: 318068K total, 0K used, 318068K available (block size 4096)
        /mnt/obb: 318068K total, 0K used, 318068K available (block size 4096)
        /app-cache: 8192K total, 0K used, 8192K available (block size 4096)
    
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that we can get the current location of Android device using getLastKnownLocation
Is there any way to specify the time intervals that the Location Manager broadcasts
Is there any way to check whether a file is locked without using a
Is there any way that a webpage can make a request for the users
Are there any guidelines for what the location of the Android keystore should be?
Is there any way i can filter out lines containing a certain word that
I have a mobile app that I developed using PhoneGap (and html/css/javascript) and there
Is there any way to get the location of a cell phone (i.e. latitude/longitude)
Are there any easy and free methods of showing a map of a location
Is there any way for a web application to access the location data of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.