Warning: file_get_contents() [function.file-get-contents]: Unable to access cache/4E6F7465.toc in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 159

Warning: file_get_contents(cache/4E6F7465.toc) [function.file-get-contents]: failed to open stream: No such file or directory in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 159

Warning: array_keys() [function.array-keys]: The first argument should be an array in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 160

Warning: Invalid argument supplied for foreach() in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 192

Warning: file_get_contents() [function.file-get-contents]: Unable to access cache/4E6F74652F447265616D5361707068697265.toc in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 159

Warning: file_get_contents(cache/4E6F74652F447265616D5361707068697265.toc) [function.file-get-contents]: failed to open stream: No such file or directory in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 159

Warning: array_keys() [function.array-keys]: The first argument should be an array in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 160

Warning: Invalid argument supplied for foreach() in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 192

Warning: file_get_contents() [function.file-get-contents]: Unable to access cache/4E6F7465.toc in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 159

Warning: file_get_contents(cache/4E6F7465.toc) [function.file-get-contents]: failed to open stream: No such file or directory in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 159

Warning: array_keys() [function.array-keys]: The first argument should be an array in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 160

Warning: Invalid argument supplied for foreach() in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 192

Warning: file_get_contents() [function.file-get-contents]: Unable to access cache/4E6F74652F447265616D5361707068697265.toc in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 159

Warning: file_get_contents(cache/4E6F74652F447265616D5361707068697265.toc) [function.file-get-contents]: failed to open stream: No such file or directory in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 159

Warning: array_keys() [function.array-keys]: The first argument should be an array in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 160

Warning: Invalid argument supplied for foreach() in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/sonots/toc.class.php on line 192
Edit   RSS of recent changes


Warning: Missing argument 1 for PluginWikinote::PluginWikinote(), called in /virtual/keio/public_html/f.orzando.net/wiki/skin/straight.skin.php on line 123 and defined in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/wikinote.inc.php on line 25

Warning: Invalid argument supplied for foreach() in /virtual/keio/public_html/f.orzando.net/wiki/extend/plugin/wikinote.inc.php on line 62

Warning: Missing argument 2 for do_plugin_inline(), called in /virtual/keio/public_html/f.orzando.net/wiki/skin/straight.skin.php on line 160 and defined in /virtual/keio/public_html/f.orzando.net/wiki/lib/plugin.php on line 233

Warning: Missing argument 3 for do_plugin_inline(), called in /virtual/keio/public_html/f.orzando.net/wiki/skin/straight.skin.php on line 160 and defined in /virtual/keio/public_html/f.orzando.net/wiki/lib/plugin.php on line 233
Top > GalaxyNexus > DriverWindows
Table of Contents

通常モードのドライバ

何もしなくても自動的にドライバがインストールされました。 デバイス名は Samsung ... だったので、以前にSamusungのGalaxy Tabかなんかの ドライバをインストールしたときに一緒に入っていたのかもしれません。

あるいは接続前にAndroid SDK(USB driverパッケージを含む)を最新に更新してあった のがよかったのかもしれません。

デバッグ(adb)モードのドライバ

これも何もしなくてもインストールされました。上記に同じです。

fastbootモードのドライバ

SmartQ5と同じように、

  1. デバイスマネージャを開く
  2. fastbootモードにしたGalaxy Nexusを母艦PCに接続する。
  3. それらしいデバイス(不明なデバイス?)が現れるので、それのプロパティを表示して ハードウェアID(&REVのついていない方)を調べる。
  4. android-sdk-windows/extras/google/usb_driver/android_winusb.infの 適切なセクション([Google.NTx86]又は[Google.NTamd64])に、
     %SingleBootLoaderInterface% = 
    で始まる行をコピーしてきてそのハードウェアIDの形をしている部分を上で調べたものに 置き換える。多分こうなるはずです。
     %SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_4E30
  5. デバイスマネージャで、該当の(上で調べた)デバイスの「ドライバの更新」をおこなう。
  6. 「自動的にさがす」でないほうを選び、ドライバの存在するパスとして、 上記.infファイルのフォルダのパスを指定する。 これでfastbootコマンドが動作するようになるはずです。
     fastboot devices
    で何らかのIDが表示されればOKです。

ClockworkModリカバリのadbドライバ

ClockworkModリカバリを起動中にadbコマンドを使えるようにするためのドライバのインストール方法です。

基本的には上記のfastbootモードのドライバのインストール方法と同じです。 ただし、

 %SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_4E30

の部分は、

 %SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_D001
 %CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_D001&MI_01

と読み替えてください。

ClockworkModリカバリを起動した状態で

 adb devices

で何らかのIDが表示されればOKです。

(2011-12-30)

Tag: Galaxy Nexus SC-04D Google Samsung Docomo ドライバ Windows adb fastboot ClockworkMod リカバリ

 

6909HFJ7 ProAOKPAOKP SGT7APSDaemon.exeARHDAmazonAndroidAppleApple StoreBlackBerryCQWMRBCWMChromeChromiumClockworkModCrespoCyanogenmodCyber TradingDocomoDooMLoRDDreamDroid 3Droid 4Droid BionicDroid XEliniEvo 3DFirefoxG1GTP1000Galaxt TabGalaxyGalaxy NexusGalaxy NoteGalaxy S IIGalaxy S II WimaxGalaxy S2Galaxy TabGingerbreadGoogleHPHT03AHTCHTCDevHarmattanHeimdallHerringICSISW11MISW11SCISW12HTIceCreamSandwichIdeaPadKindle FireKindle Fire 6.3Kindle Fire UtilityLANLGLGELenovoLinuxMZ604MaemoMagicMaguroMahimahiMangoMeeGoMicrosoftMotoFailMotorolaN9N900N950Nexus OneNexus SNodoNokiaNokia N9OTAOdinOpenPogoOptimus ChatPalmPassionPhotonPlanexPogoplugPreROMROM焼きRSDRazrRazr MaxxS21HTSC01CSC04DSC05DSGT7SIMロックSK17iSOFFSambaSamsungSapphireShooter_KSojuSony EricssonSony MobileSunfireSuper Wipe LiteSuperBootSuperCIDSuperOneClickSuperuserSuperuser.apkTMobileTWRPリカバリTab Mix PlusTorchTouchPadTroutTunaU150VeerVerizonWMWiFiRouterWP7WeTabWebDAVWifiWindowsWindows 7Windows 8Windows 8 ProfessionalWindows Phone 7XMarksXPartsXT862XT894XpartsXperiaXperia mini proYakjuZuneaptgetaubatteryblazebootloaderfastbootfoxmarkshboothpiPad3iTunesiTunesストアinstallrecovery.shmaemocjkmaguromobilenandroidodinrecoveryrecovery.binrootrootingrootインストールsuterminalupdate.zipwebOSwipexoomy7.comy7.netyakjuyakjuscyt.comzadigアクティベーションアップデートインストールウェブメールキーアサインクレジットカードサインアウトサインインセッションマネージャダウンロードモードバックアップファームウェアフリーズブックマークブートブートローダブートローダアンロックブートローダ再ロックメールサービスメール転送リカバリルートログアウトログイン一時rooting分解日本語IME日本語入力日本語化購入9800