To power off an Android phone, keep pressing power bottom then shutdown menu is appeard. Then choose ‘Power OFF’ to power off actually.
I looked for the source code to see how to do these sequence.
(Japanese version of this page)
More
Shutdown sequence of Android
July 16, 2011
Visiting Arashiyama, Kyoto
June 13, 2011
On Saturday I visited Arashiyama. It is outskirt of Kyoto in Japan.
Here is some photos and videos.
More
Inter-process communication of Android
June 4, 2011
I had a technical session at LinuxCon Japan.
This is the presentation material.
More
Boot logs of various Android devices
May 26, 2011
I gathered boot logs and other information of various Android devices.
When you work to port Android system, these are useful to compare with.
(Japanese version of this page)
More
Connecting Samsung GALAXY Tab 10.1 via adb on Ubuntu
May 25, 2011
At Google I/O, the attendee brought back Samsung GALAXY Tab 10.1. I had a chance to touch it.
At first I tried to connect it to Windows 7 PC by USB cable. But it said failed to install USB driver. Someone said Samsung special develop tool includes the USB driver. But I don’t want install such kind of big software. I just want USB driver for GLAXY Tab. I thought NexusOne’s USB driver might work with small change of configuration file, it didn’t get well.
However, when I tried from Ubuntu virtual machine on VMWare it worked fine. I show you what I did.
(Japanese version of this page)
More
Android is NOT just ‘Java on Linux’
May 22, 2011
I made a set of presentation slide. It describes inside of Android.
Boot Android 2.3(Gingerbread) from SD card on KZM-A9-Dual board
May 20, 2011
Android, KZM-A9-Dual 1 Comment
Before I showed how to run Android 2.3 on KZM-A9-Dual board.
(Quick hack to run Android 2.3(Gingerbread) on KZM-A9-Dual board) At that time I put the root file system on NFS server. This time let’s put it on SD card.
The easiest way is replace root file system from Android 2.2 bootable SD card.
(Japanese version of this page)
More