[android-porting] Patch for screencap to support BGRA_8888 format

2011-12-20 Thread koba
Hello, I have ported Andorid 4.0.1 to KZM-A9-Dual board. (http://www.kmckk.co.jp/eng/kzma9/index.html) The framebuffer of this board is BGRA_ format. I found screen chapter is not working. It print in wrong color, blue and red are reversed. It is becasue the screencap does not aware BGRA_

[android-porting] Re: Running Android in chroot

2011-08-10 Thread koba
Hi, You don't have to remount /. comment out the line. About Android on Ubuntu, see my slides. http://www.slideshare.net/tetsu.koba/reusing-your-existing-software-on-android http://www.slideshare.net/tetsu.koba/android-on-ubuntu-for-developer On Aug 10, 10:02 pm, Magnus wrote: > I'm working o

[android-porting] Boot logs of various Android devices

2011-05-25 Thread koba
Hi, I gathered boot logs and other information of various Android devices. When you work to port Android system, these are useful to compare with. http://kobablog.wordpress.com/2011/05/26/boot-logs-of-various-android-devices/ Does anyone give me links for Nexus S? -- unsubscribe: android-port

[android-porting] How to read crash dump of Android

2011-05-14 Thread koba
Hi, I wrote about crash dump in my blog. objdump -S is useful to see source code from object. "How to read crash dump of Android" http://kobablog.wordpress.com/2011/05/14/how-to-read-crash-dump-of-android/ crash dump is generated by debuggerd. "debuggerd of Android" http://kobablog.wordpress.co

[android-porting] Ported Android 2.3.4 to KZM-A9-Dual board (Cortex-A9 dual core SMP)

2011-05-12 Thread koba
I ported Android 2.3.4 to KZM-A9-Dual board experimentally. CPU of this board is Cortex-A9 dual core. SMP kernel is running. I wrote blog about this. http://t2koba.blogspot.com/2011/05/quick-hack-to-run-android-23gingerbread.html http://t2koba.blogspot.com/2011/05/icons-and-fonts-are-too-small-at

[android-porting] Re: ARM EABI toolchain for Android donut

2009-09-11 Thread koba
Jim, thank you for your quick reply. So nice. I will try it later. On 9月11日, 午後4:53, Jim Huang wrote: > 2009/9/11 koba : > > > I want to try to rebuild the toolchain on myself. > > Can I get the source code? Or some android patch? > > hi koba, > > You can try &q

[android-porting] Re: ARM EABI toolchain for Android donut

2009-09-11 Thread koba
Hi, I want to try to rebuild the toolchain on myself. Can I get the source code? Or some android patch? On 9月11日, 午後2:11, osd wrote: > Hi All, > > Embinux team has released beta build > (ecc-android-crm_g3d7823fa_bb0f1156c-0909-arm-eabi.bin.tgz) of Embinux > Cross Compiler (ARM port) for Androi

[android-porting] Re: Android on a Treo (650, 680, 700p, 700w, 750w, 755p, Centro)

2008-11-21 Thread koba
FYI, > After the zygote process is running, the runtime process must be > launched. I don't see an executable file for runtime, so I am > guessing it gets created dynamically. > Actually, following processes are 'folk'ed from zygote and changed process name by native method android.os.Process#s

[android-porting] Re: Flash is coming soon

2008-11-17 Thread koba
more FYI, Andy Ruben demos Flash on the G1; it won’t be long now http://androidcommunity.com/andy-ruben-demos-flash-on-the-g1-it-wont-be-long-now-20081117/ On 11月17日, 午後4:09, Maxime Petazzoni <[EMAIL PROTECTED]> wrote: > FYI, > > http://www.adobe.com/aboutadobe/pressroom/pressreleases/200811/111

[android-porting] Re: Successfully ported Android on Beagle Board.

2008-11-14 Thread koba
congratulations! Did you compile them for armv7 architecture ? On 11月15日, 午前6:16, Rupesh Gujare <[EMAIL PROTECTED]> wrote: > Hi All, > > We have successfully ported (custom) open source Android to beagle > board. This is very initial version. We have tested it on MMC card and > on NFS. > Pleas

[android-porting] Re: Building Android Against glibc

2008-11-14 Thread koba
Don't forget to read $(TOP)/bionic/libc/CAVEATS It's important. http://android.git.kernel.org/?p=platform/bionic.git;a=blob_plain;f=libc/CAVEATS;hb=HEAD On 11月14日, 午後11:02, JayBird <[EMAIL PROTECTED]> wrote: > Thanks David and Brian for the clarification. I'm still in the > learning phase. A

[android-porting] enum in struct in linux headers cause problem

2008-11-13 Thread koba
g android toolchain with CONFIG_CC_OPTIMIZE_FOR_SIZE > option. > > On 11月14日, 午前10:58, koba <[EMAIL PROTECTED]> wrote: > > > Hi > > > Could you share which enum cause problem? > > > I am fighting some strange android behavior in my board. > > Your inf

[android-porting] Re: GPRS in my Android doesn't work .....

2008-11-13 Thread koba
Hi Could you share which enum cause problem? I am fighting some strange android behavior in my board. Your information might help me. On 11月13日, 午後11:22, WANG Xiaoguang <[EMAIL PROTECTED]> wrote: > Finally I resolved this problem. > > It seems a bug in kernel, which is caused by using 'enum' in