Skip to main content

Posts

Nexus One :: Time synchronization through the network

Clock synchronization The two-three weeks after earthquake, my nexus one lose more than 10 minutes. Many clocks on my devices what are synchronized through the network are correct time. And, archos 101 also ticked correct time. However, I thought it was due to the earthquake attacked to the tower for radio signal of time sync.  However, it was not only in Japan. http://www.google.com/support/forum/p/Google%20Mobile/thread?tid=0541d85a152acd13&hl=en Now, my nexus one is ticking almost correct time ^^ It might be by the Android 2.3.3. What happend at that time? @_@?

Japan :: mobile phone

  In Japan, it's used w-cdma protocol for mobile phone. W-cdma may be used at only  Japan and Korea. Many peaple make image as cdma2000, when you read "cdma". Because, GSM is used for mobile phone as standard protocole in many country. And some countries are using also cdma2000. Between GSM and cdma2000 are not compatible. However, between w-cdma and GSM are compatible. Cdma2000 is also used in Japan. )   Well, i had small trouble about this cdma, when i told about Japanese mobile phone protocole with a professor who came from overseas.  He asked me about my carrier on my phone. My phone is softbank mobile. And softbank mobile is using w-cdma protocol. You already know that w-cdma is not widely used protocol. And if you say cdma then it points to cdma2000. He also thought so. And, it made small discussion about that cdma is compatible or not. Actually, i could not explain aboutit well.   I remind about it. And i want to check that how my nexus one know about signal. The

SSID in japanese?

Usually, we don't use japanese for setting to computer. Because, japaese needs at least two byte. Usually, many computer systems are designed for one byte. So, to use japanese in the system setting was not common way. If he is usual engineer then he will not set japanese for the setting to SSID. I was not do such a thing. Today, i read a tweet written by my friend. He wrote that he could see the japanese ssid from his house. I was really  suprized when i read it. So, I asked prof. Google about this ssid expression in japanese. So, it is  exist. Now, I had no wireless devces for trying it. But,it is so intersting thing for me.

MacOSX :: Snow leopard :: macport install error

I wanted to install some application to snowleopard using the macport. However, I saw the error as following thing. The error was by md5. I found similar error in the bug report. Finally, I could install the package. Before install it, I installed " Java for Mac OS X 10.6 Update 3 Developer Package" You can download the Java package from apple developer site. ========== error code======= :error:checksum Checksum (md5) mismatch for patch.4.6.21.1 :info:checksum Portfile checksum: patch.4.6.21.1 md5 4878872edfc53c6ecb871b1062a4bdaf :info:checksum Distfile checksum: patch.4.6.21.1 md5 db0a7b52a6a1dda6e154c9b0f0e5d72e :info:checksum ---> Checksumming patch.4.6.21.2 :error:checksum Checksum (md5) mismatch for patch.4.6.21.2 :info:checksum Portfile checksum: patch.4.6.21.2 md5 55074e53d3acae2dcbeae8322f96e522 :info:checksum Distfile checksum: patch.4.6.21.2 md5 db0a7b52a6a1dda6e154c9b0f0e5d72e :info:checksum ---> Checksumming patch.4.6.21.3 :error:checksum Checksum (md5) mi

Scala :: multiple traits mix-in

Scala allow the multiple trait mix-in. On the Java, java also allow the multiple interface implementation. What is the difference between Scala's trait and Java's interface? There are similar thing. We use trait as interface define. But, trait can have it own field and implementation of there defined method. Java's interface cannot it own some values and implementations that the interface defined the methods. I had a question about trait mix-in. The question is "when some of traits are defined same name of methods and the methods also have some different implements then which method will be active?" For example, --------------------------------------------------------- trait A { def x = println("A......x")} trait B { def x = println("B......x")} class C extends A with B class D extends B with A --------------------------------------------------------- In such case, trait A and B define the method named x. And both x on each trait have also
Blogger :: Mac OSX Dashboard widgets. http://www.google.com/macwidgets/<br> This is the test post from dashborad. You can download it from above URL.<br> This software is provided by google.&nbsp;

ubuntu 9.04 :: how to disable beep sound

After 9.04, sound configuration has no setting tab for beep sound. I found some other interface for disable the beep sound. I memo how to disable it. We need just one line add to /etc/modprobe.d/blacklist.conf. sudo echo "blacklist pcspkr >> /etc/modprobe.d/blacklist.conf After doing this command, you needs re-login then your computer will not make noise.