本帖最后由 wx_p3crB353 于 2016-8-17 15:20 編輯
/storage/external_storage 401.0M 0.0K 401.0M 4096
/var 401.0M 456.0K 400.5M 4096
/tvservice 55.0M 18.5M 36.5M 4096
/tvconfig 5.8M 2.5M 3.4M 4096
/tvdatabase 3.9M 300.0K 3.6M 4096
/tvcustomer 11.7M 1.3M 10.5M 4096
/system 743.9M 351.2M 392.7M 4096
/cache 743.9M 239.5M 504.5M 4096
/data 1.8G 146.0M 1.7G 4096
/mnt/shell/emulated 1.8G 146.0M 1.7G 4096
/mnt/usb/sda1 7.2G 19.6M 7.2G 4096
root@orange:/ # cd /mnt/usb/sda1
root@orange:/mnt/usb/sda1 # ls
1.apk
2.apk
3.apk
55.apk
LOST.DIR
root@orange:/mnt/usb/sda1 # cp 1.apk /data/app
root@orange:/mnt/usb/sda1 # cp 2.apk /data/app
root@orange:/mnt/usb/sda1 # cp 3.apk /data/app
root@orange:/mnt/usb/sda1 # cp 55.apk /data/app
root@orange:/mnt/usb/sda1 # cd /data/app
root@orange:/data/app # ls
1.apk
2.apk
3.apk
55.apk
root@orange:/data/app # am start com.1.launcher
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] pkg=com.1.launcher }
Error: Activity not started, unable to resolve Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.1.launcher }
root@orange:/data/app # am start com.2.launcher
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] pkg=com.2.launcher }
Error: Activity not started, unable to resolve Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.2.launcher }
root@orange:/data/app # am start com.3.launcher
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] pkg=com.3.launcher }
Error: Activity not started, unable to resolve Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.3.launcher }
root@orange:/data/app # am start com.55.launcher
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] pkg=com.55.launcher }
Error: Activity not started, unable to resolve Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.55.launcher }
root@orange:/data/app # am start com.55.launche
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] pkg=com.55.launche }
Error: Activity not started, unable to resolve Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.55.launche }
|