Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

ZTE Open C はよりハイエンドなハードウェアを用いた Firefox OS 端末です。300 万画素のカメラや、4 インチの WVGA ディスプレイを採用し、Firefox OS 1.3 がインストールされています。この文書では端末の情報と、アップデート方法、トラブルシュートについて解説します。

Note: The instructions are not valid for the ZTE Open device. If you have a ZTE Open device you should go to our ZTE Open page instead.

Note: The upgrade tool that you need to unlock the phone (see below) is only available for Windows at this time. Don't purchase this phone if you don't have a Windows system and want to manually install your own builds of Firefox OS.

The ZTE Open C is the first phone with the latest update to Firefox OS, offering many new features including direct music player access from the lock screen or notifications bar and advanced Bluetooth sharing, allowing multiple files to be transferred simultaneously. Users can now navigate the phone quicker with smart folders which automatically arrange apps or app searches into categories, enhanced scrolling performance and faster system app (e.g. calendar, address book, camera) startup times.

購入方法

eBay にて 米ドル $99.99 で販売中。

注意: 販売される ZTE Open C は各ストアで同一ではありません。特に日本国内で使用する場合は対応する 3G (WCDMA) の対応周波数帯の違いが重要で、WCDMA 2100 に対応するものでなければ国内のキャリアネットワークに接続することは出来ません。2014/07 現在 eBay US store のものは対応していませんのでご注意ください。また、この端末は技適など国内の認証は通過していないため、日本国内で使用には制限があります。

注意: The phones won’t come preinstalled with any network specific apps or services and are unlocked global variants targeted at early adopters.

機能と仕様

端末の機能と仕様のページを参照してください。

Firefox OS のアップグレード

ZTE のウエブサイトに公開されているイメージの利用してアップグレードするのが最も簡単です。 ZTE's Software support page へ行き、左の列から地域を選択し、中央の列で  Smart Phones を選びます。右の列から購入した地域にあわせて Open C(European Standard) もしくは Open C(American Standard) のどちらかを選びます。最後に Selected ボタンを押すと、ダウンロードページへ遷移します。

ご自身のビルドをお持ちの場合は、ZIP ファイル中の PDF ファイルにインストールする方法が解説されています。

マニュアルアップデート

Gecko や Gaia を手動でアップデートされる場合は、端末をアンロックし、root アクセスできるように変更する必要があります。comebuy.com で公開されている Open_C_upgrade_Tool を使うと端末はアンロックされ、fastboot が有効になり、ご自身でビルドしたコンポーネントを端末に送ることができます。

注意: 現在のところ、このツールは Windows でのみ動作します。

Gecko と Gaia のアップグレード

いったん fastboot が有効にれば、 ビルドした Gecko や Gaia の載った 新しく Firefox OS/B2G をインストールできます。

  1. Start at the build prerequisite instructions, and treat the Open C like it is a Flame device for the purposes of configuration: this is because the Flame and Open C are both based on the Android Jellybean basesystem.
  2. During the configuration step, you need to reference a custom manifest file for the Open C. Download the attachment on this bug and save it somewhere easily referenceable on your local drive, as openc.xml.
  3. Clean up the B2G directory, removing the unneeded directories:
    rm -rf objdir-gecko/ out/ backup-flame/
  4. Now configure Firefox OS with the following command:
    ./config.sh flame /PATH/TO/openc.xml
  5. You can then build the Gecko component and Flash it to your phone using the following:
    ./build.sh gecko
    ./flash.sh gecko
  6. You should now upgrade Gaia as well, so the upgraded version of Gecko works with the version of Gaia on the device:
    cd gaia
    make reset-gaia

Warning: Trying to flash a full Flame image onto the device would brick the phone, so is not recommended.

Gaia のアップグレード

To update Gaia only, leaving Gecko alone, you need to fork and clone the Gaia repo from Github, then Flash it onto your device.

  1. Make sure you have ADB installed.
  2. Go to https://github.com/mozilla-b2g/gaia, then click the "fork" button in top right corner to fork to your own repository.
  3. Clone the code from your forked repository on your dekstop/laptop by executing the following on your Terminal:
    git clone https://github.com/your-github-username/gaia.git
  4. cd into the resulting directory.
  5. On your phone, enable remote debugging (choose the ADB and Devtools option).
  6. Now connect your phone to your computer via USB; check that it is recognised by entering adb devices into your terminal.
  7. Run the following command to reboot your phone and update it with the new Gaia source code:
    make reset-gaia

起動しなくなった場合

スマートフォンが起動しなくなった場合、ZTE の Web サイトで公開されているオフィシャルビルドを手順に従って SD Card 経由で端末の書き換えを行うことで復旧できます:

Also reference this support entry for more information.

ドキュメントのタグと貢献者

 このページの貢献者: hamasaki, Potappo, dynamis, nshimizu, chikoski
 最終更新者: hamasaki,