Notice»

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2025/8 »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

스마트폰 저장용량 부족할 경우 해결책

Android | 2012. 12. 31. 03:21 | Posted by binaryU

adb shell

$ pm setInstallLocation 2

 

* pm setInstallLocation 0 : 자동

* pm setInstallLocation 1 : 내부메모리

* pm setInstallLocation 2 : 외부SD카드

 

: