Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

adb install apk

adb install example.apk
adb install -s example.apk
Comment

install apk adb

android install apk
Comment

install apk as system app with adb

adb root
adb push my-app.apk /sdcard/
adb shell
su
mount -o rw,remount /system
cd /sdcard
cp my-app.apk /system/app
# or when using Android 4.3 or higher
mv my-app.apk /system/priv-app
Comment

PREVIOUS NEXT
Code Example
Shell :: zsh git aliases 
Shell :: remove in terminal 
Shell :: proxmox home assistant 
Shell :: docker run with privileges 
Shell :: if output is null bash 
Shell :: reinstall windows apps powershell 
Shell :: Git lab global setup 
Shell :: github update personal access token 
Shell :: curl insecure 
Shell :: how to get unmerged branch git 
Shell :: cat command in linux 
Shell :: how to undo local commit git 
Shell :: git choose branch to push 
Shell :: ubuntu windows root directory 
Shell :: install nose 
Shell :: install zipkin docker 
Shell :: git replace branch with another 
Shell :: install wmctrl 
Shell :: install vagrant ubuntu 
Shell :: adobe photoshop on linux ubuntu 
Shell :: video trimmer ubuntu 
Shell :: gitignore generator 
Shell :: linux set environment variable 
Shell :: how to install telegram send 
Shell :: git ls-files --others -i --exclude-standard 
Shell :: zip files linux 
Shell :: kali linux download 
Shell :: GIT: change branch 
Shell :: how to remove a pushed file from git 
Shell :: vim delete every other line 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =