[android-porting] Want to use 2 WVGA screens only when viewing the html page using Web Browser

2009-10-18 Thread nikhil
want to display it on the 2nd screen as much as possible ) Any hints or suggestion in this regard would be really appreciated . Thanks, Nikhil --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group

[android-porting] Multiple Framebuffer support with android

2009-10-20 Thread nikhil
for all the help . Regards, Nikhil --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Multiple Framebuffer support with android

2009-10-21 Thread nikhil
py =1 passed from the client ? How do I Add a new interface API to the surfaceflinger so that secondary display could be initilized as and when required ? Thanks and Regards, Nikhil Second DisplayHardware instance based upon dpy=0 and dpy =1 passed from the client On Oct 21, 1:26 pm, Robin G

[android-porting] HOW to add a command to SurfaceFlinger's onTransact method

2009-10-26 Thread nikhil
Hi , i need to add a command to SurfaceFlinger's onTransact method . What are the files I would need to change . Thanks, nikhil --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/an

[android-porting] Re: ping DNS issue! ping returns "unknown host www.yahoo.com" but ping to IP works fine

2009-08-12 Thread Nikhil Gautam
Thanks Csillag, I did tried busybox and it produces the similar error. The only difference is with busybox, I can't even ping "localhost" which is defined in /etc/hosts. Ping to IP address works fine. Note: I am building busybox statically linked. Do you know how does android applications resolve

[android-porting] Re: ping DNS issue! ping returns "unknown host www.yahoo.com" but ping to IP works fine

2009-08-12 Thread Nikhil Gautam
escribing your DNS > client anywhere. Does the bionic libc do that? > > > Nikhil Gautam wrote: > > Thanks Csillag, > > I did tried busybox and it produces the similar error. The only difference > is with busybox, I can't even ping "localhost" which is defined

[android-porting] Re: ping DNS issue! ping returns "unknown host www.yahoo.com" but ping to IP works fine

2009-08-12 Thread Nikhil Gautam
Thanks, I was doing "setprop net.usb0.dns1 xxx.xxx.xxx.xxx" and it didn't work. I'll try removing usb0 and see if it works! 2009/8/12 hailong zeng > > hi! > dns resolving for android system does not use /etc/resolv.conf.it > do the task internal. > you might set it using the following comman

[android-porting] Android porting to Freescale i.mx 27 ADS

2011-09-13 Thread Nikhil Sigpro
worked well even with my standard linux 2.6.22 kernel. So in all i am bit confused . whats going wrong. WHat should i do? I am looking to run android froyo (atlest) on this board. Any help or guidance will be a great help for me . Thanks . Nikhil Sigpro Systems Pvt. Ltd. -- unsubscribe

[android-porting] NetlinkListener: recvmsg failed (I/O error)

2014-08-19 Thread Nikhil Kumar
Facing this problem, because of this vold stopped working. Am I missing any kernel config? Few config which are enabled: CONFIG_NETFILTER=y CONFIG_NETFILTER_ADVANCED=y CONFIG_NETFILTER_NETLINK=y CONFIG_NETFILTER_NETLINK_QUEUE=y CONFIG_NETFILTER_NETLINK_LOG=y CONFIG_NF_CT_NETLINK=y CONFIG_NF_N

[android-porting] create the entry in android HAL layer to communicate my linux sensor driver with sensor java applications

2014-08-23 Thread Nikhil Sahu
Hi Team, I made the entry in android HAL as the libsensor for my light sensor.i can able to trace the input event is created from my linux sensor device driver to the android HAL layer and HAL accept this event.but framework is not accepted that event passing from the HAL. Eventhub listener is

[android-porting] Error in settings activity

2020-09-22 Thread Nikhil Patil
Hi, I've added an activity in settings android manifest file and also created a class for that. When I build an image and install on device I'm able to see that option but when I click on that, the settings app crashes and in logcat getting error as - *Note: I've created an event in MetricsEven