顯示具有 JOB 標籤的文章。 顯示所有文章
顯示具有 JOB 標籤的文章。 顯示所有文章

2009年9月28日 星期一

Kernel setup of Samsung 2410

  1. configure for SPI driver support
  2. link plat-s3c24xx/regs-spi.h to arch/

2009年9月3日 星期四

adb and sqlite3

在 android SDK 的 tools 目錄裡有一個執行檔 adb ,可以連上正在執行的 android emulator,並執行 shell command.

在 DOS cmd 視窗中輸入 “adb shell” ,即可進入 shell 模式,可以使用 Linux shell command.

 

Anddroid 內建有 sqlite3 database,其中關於 media files 的 DB 放在 “/data/data/com.android.providers.media/databases/” 下面。有一個叫做 external-xxxxxx.db 的檔案,就是 SD card 的 DB,輸入 sqlite3 external-xxxxx.db 就可以管理這個 DB。

2008年11月6日 星期四

Project Milestone Definition

  • Contract Complete
    • SW 3rd party contracts
    • terms and conditions
    • Schedule and test plan from 3rd party and vendor
  • Code Complete
    • SW features and functions are implemented
    • No changes on SW architecture
    • QA execute System Test Plan fully
    • The code is not yet robust and stable
  • Visual Freeze
    • UI is fully implemented and not expected to change
  • Test Complete
    • Finish one full pass of the System Test Plan
    • Any System Test Plan blocking issue has been identified and resolved
    • Base ROM must pass Hopper on 10 devices for 10 hours
    • Start LTK on Test Complete ROM
    • TC ROM will be used for IOT,Field trials, PTCRB and GCF test
      • IOT:Interoperability Testing, a test that verify the ability to send/accept information from other component/system/unit
      • PTCRB:A organization funded by operators, and certificate mobile devices for compliance with operators' networks(for GSM only?)
      • GCF:Global Certification Forum which is a partnership between network operators and terminal manufactures that provides an independent programme to ensure global interoperability of 2G and 3G mobile wireless terminals
  • Stabilization Complete
    • LTK has been run on the weekly ROM and no failing tests remain
    • Fully integrated ROM passes Hopper test at 25 hours on 10 devices
    • Stability testing is running and there are no failing tests (performance, interoperability,benchmark)
    • No priority 1 or 2 defects
  • Zero Bug Bounce
    • No active bugs
    • Only blocking bugs are resolved
  • Release Candidate
    • The code has been stabilized with no changes for a period of 5 days
  • Release to Manufacturing
    • Operator TA received
    • NSTL Approval granted