원본 : http://stackoverflow.com/questions/15336215/how-to-restart-adb-from-root-to-user-mode
~$ adb shell id
uid=2000(shell) gid=2000(shell)
~$ adb root
restarting adbd as root
~$ adb shell id
uid=0(root) gid=0(root)
~$ adb shell 'setprop service.adb.root 0; setprop ctl.restart adbd'
~$ adb shell id
uid=2000(shell) gid=2000(shell)
'Programming > Linux Tip' 카테고리의 다른 글
ubuntu firefox 실행시 warning 해결 (0) | 2015.11.03 |
---|---|
sudo -s / su 와의 차이점 (0) | 2015.10.06 |
Ubuntu 원격제어 하기 (0) | 2015.09.23 |
Terminal 에서 Home, End 키 숫자키(오른쪽) 동작 안할때 ... (0) | 2015.09.22 |
ubuntu / windows PC 와 android phone 간 file explorer 파일 관리 - QtADB (0) | 2015.07.23 |