如果你遇到以下 fail items
CTS fail item:
android.hardware.cts.CameraTest | ||
-- testParameters |
fail
|
junit.framework.AssertionFailedError at junit.framework.Assert.fail(Assert.java:48)
|
android.hardware.cts.CameraTest | ||
-- testParameters |
fail
|
junit.framework.AssertionFailedError at junit.framework.Assert.fail(Assert.java:48)
|
讓Ubuntu adb devices 認得新裝置如: MSM8992
參考來源:
http://ubuntuforums.org/showthread.php?t=1918512
用 lsusb 指令看看目前USB上有接那些裝置
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Thanks to Web8upd site these packages are kept up-to-date in a PPA for Ubuntu 12.04 LTS and later.
在測試Android 5.11某些CTS測試項目時,發現如果沒有設定SIM卡中[我的電話號碼],會導致某些phone測項 fail
解決方法必須要設定sim卡上的[我的電話號碼]。
網路上有一些方法可以達到:
1.使用舊的 feature phone,但必須確定此手機選單有這樣的功能,目前來說很難找到feature phone了。
2.使用 card reader去設定 sim 卡,但必須有一個 sim轉卡才能插入到讀卡機中,且必須注意卡片的讀取方向要正確。
平台:Qualcomm msm8909
Fail item:
Description:
Test | Result | Details |
---|---|---|
android.app.cts.SystemFeaturesTest | ||
-- testCameraFeatures |
fail
|
junit.framework.AssertionFailedError: Device does not have front-facing camera but reports either the FEATURE_CAMERA_FRONT or FEATURE_CAMERA_EXTERNAL feature at junit.framework.Assert.fail(Assert.java:50)
|