[android-porting] wake up device on touch input - have no hardware buttons

2014-09-13 Thread Thomas Konzett
Hi, I try to make my device wake up on any input event. Currently my touchscreen works fine and after some minutes device goes to sleep. However it seems it waits the power-button pressed to get on again - just that my device doesn't have a power button. To wake on touch input would be super c

[android-porting] Re: error while building validatekeymaps

2014-09-13 Thread Vishwas Jain
i downloaded both the files and put is corresponding folder after that getting following error make: *** No rule to make target `out/host/linux-x86/obj32/STATIC_LIBRARIES/libui_intermediates/export_includes', needed by `out/host/linux-x86/obj32/EXECUTABLES/validatekeymaps_intermediates/impo

[android-porting] problems with netperf in JB

2014-09-13 Thread Allen Curtis
Hello, I am having problem running netperf in 4.2 JB. The netserver host is a different computer. The test seems to start ok but the netperf client times out waiting for the server to acknowledge the connection. From Wireshark it appears the ACK was sent. Any ideas? BTW: in the AOSP I added n

Re: [android-porting] Re: hi253 camera module porting android for panther board

2014-09-13 Thread Việt Hoàng
I have checked existing HAL camera on Link that I posted. But on file: V4L2camera.cpp only support 3 sensor camera: mt9v113, mt9t111, tvp514x. 1 - On hi253 driver, it register with v4l2 interface with funtion: - v4l2_int_device_register(&hi253_int_device); 2 - On mt9v113 driver, it regis

[android-porting] Re: How add my own new codec to Android

2014-09-13 Thread Mahya Rabani
did you get the answer, i have this problem now and i don't knoe what to do On Friday, March 4, 2011 2:32:23 AM UTC-8, Akash Guttedar wrote: > > Hi > > I'm very new to Android. Now i need to work on Adding my own codec to > Android.I mean, I want to know what all the steps i need to take to > a