Those unit test programs are not run on 模擬器 and don’t use “adb shell” to start the terminal mode
(Dickson, 2012-02-23 18:54)
1樓
Those unit test programs are not run on 模擬器 and don’t use “adb shell” to start the terminal mode. They should be run on the released Android target platform (“user” version, not “eng” version) and provide to users for testing their devices.
I could not do the “mount” and “chmod 4755 xxxx” command in the Android target platform (terminal) due to permission denied.
(Andre, 2012-02-24 11:02)
2樓
you just need to google 'android root' if your problem is here.
Those unit test programs are not run on 模擬器 and don’t use “adb shell” to start the terminal mode. They should be run on the released Android target platform (“user” version, not “eng” version) and provide to users for testing their devices.
I could not do the “mount” and “chmod 4755 xxxx” command in the Android target platform (terminal) due to permission denied.