To install app with adb I use
adb push app.apk /data/app
And then app installs.
But when I just copy file with RootExplorer to /data/app, it copies, but don’t install. It just lies there.
Is there a way to install apps with Terminal Emulator for example?
Actually, the way to install apps is:
If you want to do it programmatically, you will have to use an
Intentlike this:In the case above, the apk is in the SDCard directory.