目前分類:Android CTS (5)

瀏覽方式: 標題列表 簡短摘要
這篇主要紀錄 CTS android.hardware.cts.CameraTest -- testVideoSnapshot  Video snapshot too small! Expected at least 1280 x 720 (0.9216 MP)  Fail 解決方式

如果你遇到以下 fail items
CTS fail item:
android.hardware.cts.CameraTest
-- testParameters
fail
junit.framework.AssertionFailedError at junit.framework.Assert.fail(Assert.java:48)

CuteParrot 發表在 痞客邦 留言(0) 人氣()

讓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

CuteParrot 發表在 痞客邦 留言(0) 人氣()


出處
http://bernaerts.dyndns.org/linux/74-ubuntu/245-ubuntu-precise-android-adb-fastboot-qtadb


Thanks to Web8upd site these packages are kept up-to-date in a PPA for Ubuntu 12.04 LTS and later.

CuteParrot 發表在 痞客邦 留言(0) 人氣()

在測試Android 5.11某些CTS測試項目時,發現如果沒有設定SIM卡中[我的電話號碼],會導致某些phone測項 fail

解決方法必須要設定sim卡上的[我的電話號碼]。

網路上有一些方法可以達到:

1.使用舊的 feature phone,但必須確定此手機選單有這樣的功能,目前來說很難找到feature phone了。

2.使用 card reader去設定 sim 卡,但必須有一個 sim轉卡才能插入到讀卡機中,且必須注意卡片的讀取方向要正確。

cap0601151720  

文章標籤

CuteParrot 發表在 痞客邦 留言(0) 人氣()

平台: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)

CuteParrot 發表在 痞客邦 留言(0) 人氣()