Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

Is there any way to access /data/app folder? I need to download new version of my app in it.

Update:

I have installed say MyApp_1.apk. Now I want to update it with new version. I download MyApp_2.apk from server to /data/app. System will rewrite MyApp_1 with MyApp_2. But need access to /data/app.

share|improve this question
What exactly do you mean? You've tagged this with installation - if you want to install an app to /data/app then just open it with a file manager and let the system install it. That's where apps go by default. Also, this would be related if that's what you're going for: How can I install an app given only its APK file? – eldarerathis Aug 6 '12 at 18:26
Yes, I want to install new version of my application. It only need to write a file in this folder and reboot a phone. And I want to do it programmatically. – XXX Aug 6 '12 at 18:28
3  
"new version of application", the installer will replace the existing one if exists! – t0mm13b Aug 6 '12 at 18:31
1  
Are you the developer of that app, and look for a specific way for a direct install? As a user, you shouldn't need to care how the file gets there as long as it does (there are specific reasons why it's handled this way). – Izzy Aug 14 '12 at 13:29

closed as too localized by Izzy, Flow, Richard Borcsik, Zuul, roxan Aug 23 '12 at 8:35

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.