[android-porting] hi

2012-04-12 Thread DavidW
I'm also trying to use softwareGl for ics, I did the same thing following the linaro guide(https://wiki.linaro.org/Platform/Android/ ICSwithSoftwareGL), but it doesn't work for me. In which file you add hwcomposer.default to PRODUCT_PACKAGES list? -- unsubscribe: android-porting+unsubscr...@googl

Re: [android-porting] Hi evryone please help me in solving libcameraservice.so issue.....

2011-01-21 Thread Deva R
since its android library, it should've been built with bionic libc. logs? and whats the error code retruned by linker? make sure its linking proper libraries and they are present, (a sample check below) deva@deva-ubunt:/data/build/omap4_l27.11$ $MYDROID/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1

[android-porting] Hi evryone please help me in solving libcameraservice.so issue.....

2011-01-20 Thread Santoshkumar kammar
Hi, When I put my libcameraservice.so into device's system/lib folder the its not loading in logcat its showing the loading of libcameraservice.so is failed... please help me someone.. -- With Regards, Santoshkumar -- unsubscribe: android-porting+unsubscr...@googlegroups.co

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

2010-01-05 Thread Yi Sun
BTW--, please help to remove the ticket. Thanks Yi On Tue, Jan 5, 2010 at 1:44 PM, Yi Sun wrote: > On Tue, Jan 5, 2010 at 1:29 PM, hedwin wrote: >> >> So I know that a working mouse depends on being able to open the files in >> '/sys/power'. >> > No, the mouse is always working. A correct PM sta

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

2010-01-05 Thread Yi Sun
On Tue, Jan 5, 2010 at 1:29 PM, hedwin wrote: > > So I know that a working mouse depends on being able to open the files in > '/sys/power'. > No, the mouse is always working. A correct PM state is based on the access to /sys/power. The reason for the mouse events get dropped is the PM said screen

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

2009-12-30 Thread Yi Sun
> When I change the sys file properties of the files in OLD_PATHS and > NEW_PATHS to 666 mouse movement events are processed. What??? yes > (OLD_PATHS and NEW_PATHS are defined > in /hardware/libhardware_legacy/power/power.c) > The power.c runs as system I think, and the files in /sys/power has r

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

2009-12-30 Thread hedwin
Hi, Dug a little deeper now. Handling mouse movement indirectly depends on the power state of android. Eh what Mouse events are handled by the InputDeviceReader. This thread calls method 'preprocessEvent' in the WindowManagerService. The method itself then calls mPowerManager.screenIsOn. Th

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? >> Raise the debug level and use logcat dum

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

2009-12-26 Thread Yi Sun
If you use the latest qemu, would you still need these changes? Yi On Sat, 2009-12-26 at 20:14 +0100, hedwin wrote: > The serial is just added to see the kernel boot an have access to the > console later on. > I use a slight older qemu, the one supplied with fedora. Newer qemu > versions use usb p

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

2009-12-26 Thread hedwin
The serial is just added to see the kernel boot an have access to the console later on. I use a slight older qemu, the one supplied with fedora. Newer qemu versions use usb per default. That might be the reason why you did no have to provide the usb arguments. Hedwin On Sat, Dec 26, 2009 at 7:39

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

2009-12-26 Thread Yi Sun
Thanks for the help. FYI-- in my env, I did not really add "-serial stdio -usb -usbdevice mouse" for my usb mouse to work with qemu. I'm not sure why you need it. I may have to check on the qemu manual. Yi On Sat, 2009-12-26 at 19:32 +0100, hedwin wrote: > agree, so consider it a workaround. I will

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

2009-12-26 Thread hedwin
agree, so consider it a workaround. I will take a further look into this Hedwin On Sat, Dec 26, 2009 at 7:29 PM, Yi Sun wrote: > BTW-- the patch does not look like a fix but a hack when we don't know > what really went wrong. Would it possible for you to find out why the > Android thinks that t

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

2009-12-26 Thread Yi Sun
BTW-- the patch does not look like a fix but a hack when we don't know what really went wrong. Would it possible for you to find out why the Android thinks that the screen is not on in your case. We may have a bug somewhere else. boolean screenIsOn() { synchronized (mLocks) { +

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

2009-12-26 Thread Yi Sun
I don't know why you need all these changes and what were changed in your kernel config (you posted a file instead of a diff). I'm using a usb mouse with my PC and my mouse works inside qemu without any issues. Yi On Sat, 2009-12-26 at 19:13 +0100, hedwin wrote: > www.android-x86.org > > Reason it

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

2009-12-26 Thread hedwin
www.android-x86.org Reason it doesn't work is that android thinks the screen is off. Issue 62 contains the solution to get it working. Hedwin On Sat, Dec 26, 2009 at 6:52 PM, Yi Sun wrote: > The mouse should work on Android-x86.org out of box. Where did you get > your source code for your andr

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

2009-12-26 Thread Yi Sun
The mouse should work on Android-x86.org out of box. Where did you get your source code for your android-x86? Yi On Wed, 2009-12-23 at 12:44 +0100, hedwin wrote: > Meant to say is that it did not work because android thinks the screen is off. > > Will provide the details when I am back home. > >

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

2009-12-23 Thread hedwin
Meant to say is that it did not work because android thinks the screen is off. Will provide the details when I am back home. Hedwin On Wed, Dec 23, 2009 at 12:43 PM, hedwin wrote: > Got the mouse working on android-x86 donut. > > Reason it did work is because android thinks the screen is off. >

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

2009-12-23 Thread hedwin
Got the mouse working on android-x86 donut. Reason it did work is because android thinks the screen is off. Hedwin On Sat, Dec 19, 2009 at 9:20 AM, jian qin wrote: > yeah,I want do this,because I havn't any touch screen,thanks you guys,I will > try. > > 2009/12/18 hedwin >> >> Working on that,

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

2009-12-22 Thread Dennis.Yxun
can you make it more verbose? Raise the debug level and use logcat dump the error message I suspect that zygote was crashed On Tue, Dec 22, 2009 at 1:00 PM, wang jintong wrote: > Hi,all: > > When I run android on my board, system can go .But zygote always restart . > > help me . > > thank you ..

[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] hi,how to use mouse in Android

2009-12-20 Thread jian qin
yeah,I want do this,because I havn't any touch screen,thanks you guys,I will try. 2009/12/18 hedwin > Working on that, were would you expect the mouse handling to take > place in android? > > On Thu, Dec 17, 2009 at 8:32 AM, Yi Sun wrote: > > Yes, that is mips, so do check the upstream otherwis

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

2009-12-18 Thread Yi Sun
eventhub->KeyInputQueue->WindowManager. BTW-- In my implementation, there are no such an event called mouse to dispatch since none of the application will know such a event. So I picky back on the touch events. On Fri, 2009-12-18 at 13:49 +0100, hedwin wrote: > Working on that, were would you expe

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

2009-12-18 Thread Hamilton Vera
It may be handfull when you are creating a new hardware and you don't have touchscreen yet. Here I am using hardware and keyboard with an imx51, freescale did not send the LCD and TS yet, so I am using the DVI video output. In fact it may also be helpfull to automotive ends, to use a keyboard wit

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

2009-12-18 Thread hedwin
Working on that, were would you expect the mouse handling to take place in android? On Thu, Dec 17, 2009 at 8:32 AM, Yi Sun wrote: > Yes, that is mips, so do check the upstream otherwise it is confusing. > > On Wed, Dec 16, 2009 at 11:07 PM, hedwin wrote: >> USB mouse and keyboard do work, only

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

2009-12-16 Thread Yi Sun
Yes, that is mips, so do check the upstream otherwise it is confusing. On Wed, Dec 16, 2009 at 11:07 PM, hedwin wrote: > USB mouse and keyboard do work, only enabled them in the kernel and it > worked without any change to android. > But then again was using the mips android so not sure yet if sp

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

2009-12-16 Thread hedwin
USB mouse and keyboard do work, only enabled them in the kernel and it worked without any change to android. But then again was using the mips android so not sure yet if specific changes were made there that makes it work. Hedwin On Wed, Dec 16, 2009 at 7:09 PM, Yi Sun wrote: > Android does not

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

2009-12-16 Thread Yi Sun
Android does not support mouse by default. But you can pick up all the changes from android-x86.org for the mouse support. Check the git logs in frameworks/base and frameworks/policy/base. You will be abel to find the changes And, yes, you need to enabled your mouse driver in the kernel first. Yi O

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

2009-12-16 Thread hedwin
You need to enable this in the linux kernel. Hedwin On Wed, Dec 16, 2009 at 4:02 AM, jian qin wrote: > I want know how to use mouse in Android,please help me. > > -- > unsubscribe: android-porting+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-porting -- unsubsc

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

2009-12-16 Thread jian qin
I want know how to use mouse in Android,please help me. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Hi

2009-07-16 Thread Avtar Singh
Hi Liuhy, I have created the project at http://code.google.com/p/dvk. Please see if it is useful to you and let me know what user role should I create for you. Regards, Avtar Singh On Wed, Jul 15, 2009 at 7:58 PM, liuhy wrote: > hi  avtar > can i  join? > I also run servel example in  dalvik  o

[android-porting] hi

2009-02-11 Thread siva
No plain girls. Other services accept all girls to build their database faster. CuteOnly accepts only one out of ten pretty russian girls! ... Cuteonly is a platform and service I could and would recommend at any time to anybody looking ... CuteOnly accepts only one out of ten pretty russian girls