Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you're pushing a system app, you need to
adb remount
adb push blahblah.apk
adb reboot
Upon reboot your app should be installed, usually nothing else needs done.
adb install only works if the apk is signed and installable in the first place.
A lot of the time you need to actually push an app to /system, where it doesn't matter if it is signed or not.
thanks FAB for your response ....is there a link you may know where i can learn this without having to ask so many questions ....i am just trying to advance my knowledge and any help is appreciated
