[android-porting] [V4L2] Can VIVI driver works with Android ?

2012-05-24 Thread Atul Raut
Hi, I have V4L2 android native app to test any camera driver which support V4L2 Framework. For testing same app I used VIVI driver. For enabling same, KConfig shows it has dependency of FRAMEBUFFER_CONSOLE. After enabling FRAMEBUFFER_CONSOLE target is not booting. *My question is if I enable FRAM

[android-porting] Re: Configure DHCP for Ethernet from user application

2012-05-24 Thread Ronnyek
There are patches available that add configuration dialog etc, mostly all originated by yi sun of the android-x86 project. They never applied out of the box for me, but were straightforward enough to patch manually. Do a bit of research, and you'll be good to go with full blown EthernetService,

Re: [android-porting] Configure DHCP for Ethernet from user application

2012-05-24 Thread Robert Greenwalt
The built in support for ethernet isn't very good. You could make a build setup to auto-start dhcp on your ethernet iface. Making this UI configurable would be more work, but it's doable. Modify your init.rc with something like: service dhcpcd_eth0 /system/bin/dhcpcd -ABKL class main one

[android-porting] Re: tslib on ics

2012-05-24 Thread Alvin Wong
It says very clearly, add `LOCAL_MODULE_TAGS := optional` to `Android.mk` and add the module name to PRODUCT_PACKAGES in your `device.mk`. Something like this http://sourceforge.net/p/ipaq214android/android/ci/ae195f0499c639b6c01826d3ebb7d792bbfd2a34/tree/ipaq214/device.mk?force=True On 5月21日, 下午5

[android-porting] Re: Tslib on gingerbread or ICS

2012-05-24 Thread Yegor Yefremov
> How can i make tslib on gingerbread or ICS? > See this discussion: https://groups.google.com/d/topic/rowboat/AqddFWeNkHk/discussion Yegor -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Errors while building android ICS

2012-05-24 Thread Ron M
DO NOT switch to precise. It is not supported "straight out of the box". You can work around it, but it's not worth the pain if you are already using Ubuntu Lucid (10.04) Just go to Oracle (formerly sun) website, and download and install the sun(oracle) JDK for your machine. Note: JDK version-7 i

[android-porting] Re: Sharing Graphics memory accross android processes

2012-05-24 Thread NimeshChanchani
thx for your answer... i'm trying to share graphics buffer from chrooted , ubuntu side . so i want to allocate a buffer and pass it to the process that runs on chrooted ubuntu. i figured out , android-pandaboard doesn't support /dev/ion yet . so i've abandoned my abovementioned plan. however i

[android-porting] Re: Ashmem sharing using sockets

2012-05-24 Thread NimeshChanchani
I tried sharing fd's using sendmsg() and recvmsg(). the socket , refering: http://infohost.nmt.edu/~eweiss/222_book/222_book/0201433079/ch17lev1... the source builds fine...but no luck! get a weirdly large number as fd , indicating junk? On May 24, 1:26 pm, nimeshchanch...@gmail.com wrote: > i'm

[android-porting] Ashmem sharing using sockets

2012-05-24 Thread nimeshchanchani
i'm trying to share memory between android and chrooted ubuntu, I know I can mount bind /dev/ashmem to the ubuntu side , and i have tried out sockets between android and ubuntu and it works . Now the question is how do i pass the fd from android to ubuntu side? will simply passing the the fd and