Android Install apk using busybox command-line

20,011

The command line program that does this is pm: package manager. So try pm install apkfile If you run the command with no arguments it will print out some help text. I don't know how silent it will be - but then you should not be hiding installs from the end user anyway.

Share:
20,011
user820688
Author by

user820688

Updated on July 05, 2022

Comments

  • user820688
    user820688 almost 2 years

    I want to install apk silently in android phone, I have found this solution (Link), is how to install apk using busybox command line, but when i tape busybox install path/to/apkfile, it does not work, can someone help me by giving some examples please.

  • user820688
    user820688 over 12 years
    Thank you for responce, yes i will use pm, it is a god methode too, thank you very much.
  • CelinHC
    CelinHC about 12 years
    "pm" saved my day! Thank you @patthoyts