Re: [android-porting] Re: hi,how to use mouse in Android

2010-01-27 Thread wang jintong
yes,,you are right ,,my mouse is running now..thanks . 2010/1/27 Yi Sun > no, dispatchPinter is the one > > 2010/1/26 helen.wjt : > > Is mouse handled by method dispatchTrackball() ?? > > > > On 2009年12月17日, 下午3时07分, hedwin wrote: > >> USBmouseand keyboard do work, only enabled them in the ke

Re: [android-porting] Re: Run application during boot up(.apk file)

2010-01-26 Thread wang jintong
I think you should use BOOTUP_COMPLETED intent too.. On Wed, Jan 27, 2010 at 12:12 PM, Nilly wrote: > > I have tried disabling zygote process in init.rc started the .apk > using am start. > > e.g. > am start -a android.intent.action.MAIN -n com.iftitah.android.contact/ > com.iftitah.android.cont

Re: [android-porting] Re: Porting to S3C2443

2009-12-27 Thread wang jintong
close thumb ,OK On Tue, Dec 22, 2009 at 3:08 PM, wang jintong wrote: > Hi.all : > > I got some problem like this : ,help me please .thank you . > > D/AndroidRuntime( 20): >>>>>>>>>>>>>> AndroidRuntime START <<&

Re: [android-porting] Hi,all:Service restart problem

2009-12-27 Thread wang jintong
close thumb ,OK On Wed, Dec 23, 2009 at 1:29 PM, wang jintong wrote: > This is a long verbose ,But I can not understand . > > Help to analysis . Thank you . > > > On Tue, Dec 22, 2009 at 4:48 PM, Dennis.Yxun wrote: > >> >> can you make it more verbose? >&g

Re: [android-porting] Re: Porting to S3C2443

2009-12-21 Thread wang jintong
dev/socket/zygote' with mode '666', user '0', group '0' init: started 'zygote' OK D/AndroidRuntime( 25): D/AndroidRuntime( 25): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<&l

[android-porting] Hi,all:Service restart problem

2009-12-21 Thread wang jintong
Hi,all: When I run android on my board, system can go .But zygote always restart . help me . thank you .. >> AndroidRuntime START << >> start the virtual machine << AndroidRuntimeCheckJNI is ON >> JNI CreateJavaVM << Jni.

Re: [android-porting] Re: Porting to S3C2443

2009-12-17 Thread wang jintong
Thank you all , I'm so happy today , Because Eclair is running on my board now .. Thank you all for your help .. But ,I still do not know why abort.c is writed like that ..??? On Thu, Dec 17, 2009 at 5:10 PM, Michael Trimarchi < trimar...@gandalf.sssup.it> wrote: > wang

Re: [android-porting] Re: Porting to S3C2443

2009-12-17 Thread wang jintong
Hi, all : Thank you very much , I have got toolchain . Now, I have some problem.. Like this : target SharedLib: libc (out/target/product/generic/obj/SHARED_LIBRARIES/libc_intermediates/LINKED/libc.so) out/target/product/generic/obj/STATIC_LIBRARIES/libc_common_intermediates/libc_common.a(abort.o

Re: [android-porting] Re: Porting to S3C2443

2009-12-16 Thread wang jintong
pile the source code by using the koolu's toolchain could > solve your problem. > > If things still don't work, please let me know and detail the problem > that bothers you. > > > Regards, > BigFly > > On Dec 14, 12:29 pm, wang jintong wrote: > > Hi

Re: [android-porting] Re: Porting to S3C2443

2009-12-13 Thread wang jintong
Hi bigfly, Can you send your libgcc.a to me ? My libgcc.a is based on armv5te arch . It can not be used on armv4t arch . thank you very much. On Mon, Dec 14, 2009 at 9:28 AM, bigfly wrote: > Hello ironox, > > I have solved my problem by disabling the thumb instruction set > support. > Basicall