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.
installation- if you want to install an app to/data/appthen 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