前回のハカマゴシ調査で、愛用していたCASIOのG'zOneのケースがわれ、新しい機種を購入することに。iPhoneの所為で、スマートフォンに変えることにしたが、iPhoneは欲しくなかった。やはり、いままでつかっていた、google社のgmailやlinuxをどうにかスマートフォンにもつかいたい。そのため、auからdocomoのSonyEricssonのXperia X10に変えました。 Androidベースのスマートフォンは、様々なアプリがありますが、何よりも自然にgoogleのgmailとcalendarに同期できるのが魅力的。さらに、テザリングのアプリをつかえば、パソコンのモデムとしてもつかえる! Ubuntu 10.04につなげるためにはandroid SDKのインストールが必要(ここからは英語で): 0.Create a folder for the Android SDK and Eclipse IDE software. In my case: mkdir ~/Android 1. Download the "Eclipse IDE for Java EE Developers (189MB)" and save it to the Android folder. Then untar the file. 2. Download the Android SDK for Linux and save that to the Android folder as well. Then untar the file. 3. Enter the android-sdk-linux_86/tools/ folder and run android ~/Android/android-sdk-linux_86/tools/android 4. Click 'Available Packages" option and select the appropriate packages. In my case, since I am using the Xperia X10 with Android v. 1.6, I selected 'SDK Platoform Android 1.6, API 4, re...