[android-porting] Hooking into the android input processing line

2010-01-26 Thread Cironist
Hi All, I'm working on a small project for coding a TUIO Client for android. Since TUIO data is send over the network, I can't write a kernel touchscreen driver. My Problem is that I have to translate events from outside the Android Device into Input Events. As far as I know the chain downwards

Re: [android-porting] Re: PPP problem on Android

2010-01-26 Thread ypluo
my work version with China unicom/CMCC /dev/ttyUSB1 crtscts noauth nodetach usepeerdns defaultroute modem 460800 0.0.0.0:0.0.0.0 noipdefault it's highly dependent on your modem implementation, I suggest set less options, and if possible check the modem's log. the ppp link setup proc, firstly AT

[android-porting] Re: Hooking into the android input processing line

2010-01-26 Thread Bill Gatliff
Some gaming-related input devices have to do this, they use the existing uinput device that serves as a shim between userspace and the input subsystem. See CONFIG_INPUT_UINPUT. HTH, b.g. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Resistive touch screen not working on android-1.6

2010-01-26 Thread தங்கமணி அருண்
Hi What is your platform and till which point have you debugged this issue? Mine is imx233 EVK.and i am receiving response from the kernel. But Android does not react for touch. Kindly help me on this.thanks for your help. thanks Arun -- அன்புடன் அருண் --

[android-porting] Re: Hooking into the android input processing line

2010-01-26 Thread Cironist
Ok so I have to build my own android system from source and enable CONFIG_INPUT_UINPUT in the Kernel? And for the userspace code I can utilize the NDK? b.g. On 26 Jan., 15:19, Bill Gatliff bgatl...@gmail.com wrote: Some gaming-related input devices have to do this, they use the existing uinput

[android-porting] web page not available

2010-01-26 Thread linux newbie
Hi, The supplicant with dhcpcd is running fine and I can able to ping my target hardware from my host. When I tried to load the intranet webpage it says Web Page not available. Can anyone guide me how to debug this issue? Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] WIFI - signal strength

2010-01-26 Thread linux newbie
Hi, In my target hardware, Android is running but the signal strength on top of the screen displays No Signal icon (i.e x on signal strength icon). I have wpa_supplicant running and it is associated with the Access Point. How to enable this icon? Can anyone let me know, which section of the

Re: [android-porting] Re: PPP problem on Android

2010-01-26 Thread Xingwen Huang
I check the data on the port, and find one issue. i use chat util to dial ATD*99***1#, and it got the CONNECT and other data (I guest it is the REQ from the peer) 0d 0a 43 4f 4e 4e 45 43-54 0d 0a (CONNECT) 7e ff 7d 23 c0 21 7d 21-7d 21 7d 20 7d 32 7d 22 7d 26 7d 20 7d 2a 7d 20-7d 20 7d 23 7d 24

Re: [android-porting] Re: PPP problem on Android

2010-01-26 Thread hongxue.ren
What type is your modem? Check your modem serial setting, and try to use some AT command to change the flow control. On Wed, Jan 27, 2010 at 9:28 AM, Xingwen Huang hxwsi...@gmail.com wrote: I check the data on the port, and find one issue. i use chat util to dial ATD*99***1#, and it got the

[android-porting] Re: Resistive touch screen not working on android-1.6

2010-01-26 Thread Android Zaurus
Hi, My case was not reporting pendown becomes 0. http://androidzaurus.seesaa.net/article/96581331.html Hope this helps you a bit. On 1月26日, 午後11:28, தங்கமணி அருண் thangam.ar...@gmail.com wrote: Hi What is your platform and till which point have you debugged this issue? Mine is  imx233

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

2010-01-26 Thread Nilly
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.contact.Contact but it is not starting saying IS SYSTEM RUNNING can not connect to activity manager I want to

[android-porting] Re: Need help on integrating static libraries into Android source

2010-01-26 Thread priya
Hi all, I have done the following changes in the Android source to integrate a set of static libraries and build a shared library out of them, 1. Created a directory say DIR under MYDROID/external 2. On Jan 13, 3:53 pm, priya priyaopr...@gmail.com wrote: Hi all, 1.   My intesion is to

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 ni...@oriolesoftware.com 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/

[android-porting] Re: Need help on integrating static libraries into Android source

2010-01-26 Thread priya
Hi all, I have done the following changes in the Android source to integrate a set of static libraries and build a shared library out of them, 1. Created a directory say DIR under MYDROID/external 2. Placed all the static libraries (.a) files in DIR 3. Have written an Android.mk file to create a

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

2010-01-26 Thread helen.wjt
Is mouse handled by method dispatchTrackball() ?? On 2009年12月17日, 下午3时07分, hedwin hedwin.kon...@gmail.com wrote: USBmouseand 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

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

2010-01-26 Thread Yi Sun
no, dispatchPinter is the one 2010/1/26 helen.wjt helen@gmail.com: Is mouse handled by method dispatchTrackball() ?? On 2009年12月17日, 下午3时07分, hedwin hedwin.kon...@gmail.com wrote: USBmouseand keyboard do work, only enabled them in the kernel and it worked without any change to android.