Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #shell user
- adb shell -t 'export HOME="/data/local/tmp";busybox sh'
- #start as root
- adb shell -t 'su -c "export HOME=/data/local/tmp;busybox sh"'
- #aliases
- alias adbsu="adb shell -t 'su -c \"export HOME=/data/local/tmp;busybox sh\"'"
- alias adbshell="adb shell -t 'export HOME=/data/local/tmp;busybox sh'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement