Skip to content

Instantly share code, notes, and snippets.

@villadora
Created October 23, 2014 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save villadora/e7489b2639bb424a50b8 to your computer and use it in GitHub Desktop.
Save villadora/e7489b2639bb424a50b8 to your computer and use it in GitHub Desktop.
$adb shell
# change to root
su
# add read/write permission to /system
mount -o remount, rw /system
# copy
cat ApplicationName.apk > /system/app/ApplicationName.apk
# change permission of apk
chmod 644 ApplicationName.apk
# reboot device
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment