[android-porting] Re: ralink wifi

2013-09-13 Thread sandeep joshi
I am trying to do the same , If you have managed to complete the task then please give me some more information on how did you complete it . Thanks. -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this

[android-porting] Connect Wifi Dongle using OTG Connector

2013-09-13 Thread sandeep joshi
Hi all , I am new to android and linux platform . I want to support Wifi dongle for Android 4.0.4 and 2.3.6 using OTG connector. So can I get help related to , how to choose wifi dongle specification ? do i need to write different driver for both of the device ? from where i can get existing

Re: [android-porting] Re: Porting Touch Driver

2013-03-11 Thread Sandeep sp
The .idc file needs to be of the same name as driver name. Regards Sandeep S.P: On Thu, Mar 7, 2013 at 4:20 AM, Jonathan Clavin joncla...@gmail.com wrote: You need to write an .idc file for your device. I'm pretty sure if you examine a logcat, it will say that you're missing an somthing.idc

[android-porting] Re: launching apps from native code

2012-07-07 Thread Sandeep Kumar
try below:- ret = execl(/system/bin/sh, sh, -c, am start -a android.intent.action.MAIN -n com.android.browser/.BrowserActivity, (char *)NULL); On Saturday, July 7, 2012 3:51:58 AM UTC+9, HV wrote: Wanted to know what is the best practice to launch apps from native code? Is using 'am'

[android-porting] Re: Issue facing in WI-FI enabling (wlan0: link is not ready)

2012-02-10 Thread Sandeep sp
-gingerbread/external-wpa_supplicant_6/commit/5f5c50d722eedaedd75c1698b79f464310ce6478?format=patch After that WI-FI driver is able to scan and with DHCPD it's able to get the IP address along with that it's able to connect through other networks also. Thanks for the Suggestions. Regards Sandeep

[android-porting] Issue facing in WI-FI enabling (wlan0: link is not ready)

2012-02-05 Thread Sandeep sp
linkstate wlan0 down} D/NetdConnector( 94): RCV - {600 Iface linkstate wlan0 down} Regards Sandeep S.P -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] BOARD_KERNEL_CMDLINE

2011-09-08 Thread Sandeep
Hi All, In Android we are using BOARD_KERNEL_CMDLINE, for different things. I know what is kernel command line, and how it is used. But why another cmdline is required in android. Please tell me.. THanks in advance -- With regards, Sandeep Kumar Anantapalli, -- unsubscribe: android-porting

[android-porting] regarding low memory killer

2011-07-28 Thread sandeep kumar
, Sandeep Kumar Anantapalli, -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] prelink-linux-arm library sizes

2010-10-17 Thread Sandeep Sahay
up there. The size of these sections is less than 1M - so why do we reserve 4M in prelink map for the same? How is the 4M value for this example derived? Thanks, Sandeep -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] : V4l2 Camera Integration

2010-08-30 Thread sandeep kaushik
Hi, I have a query about using v4l2 based driver for camera on android 2.2 platform. Is there any application available for testing camera? Also, what patch that needs to be added on android for supporting v4l2 feature? Regards Sandeep -- unsubscribe: android-porting+unsubscr

[android-porting] Re: Help getting Ralink WiFi module to start

2009-07-14 Thread sandeep gupta
Hi Elvis, Here id the output of lsusb -a on my host machine: Bus 005 Device 004: ID 07d1:3c07 D-Link System Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass0 (Defined at Interface level) bDeviceSubClass

[android-porting] Re: Help getting Ralink WiFi module to start

2009-07-14 Thread sandeep gupta
bash-3.00# Thanks Sandeep On Tue, Jul 14, 2009 at 2:40 PM, sandeep gupta skgf...@gmail.com wrote: Hi Elvis, Here id the output of lsusb -a on my host machine: Bus 005 Device 004: ID 07d1:3c07 D-Link System Device Descriptor: bLength18 bDescriptorType 1

[android-porting] Re: Help getting Ralink WiFi module to start

2009-07-13 Thread sandeep gupta
Hi, I am trying to make usb wifi dongle (ralink rt73) work. I have enabled the support for rt73 in kernel Image(Linux-2.6.29). At boot time I can see the log kernel which detects USB wifi. Here are boot log messages: Disabling unused clock modem_fck Disabling unused clock clkout2_src_ck

[android-porting] Re: New project in external - CSR wifi driver

2009-06-02 Thread sandeep gupta
Thanks Tim, I made a request in csrsupport site for the *UniFi Developer Access*. Hoping that I will get source from there. I got compiled driver and supported files with the board. When I am running these files in android file system, android shell (/bin/sh) is not able to run these. I am

[android-porting] Re: New project in external - CSR wifi driver

2009-05-28 Thread sandeep gupta
Hi Tim, I am trying to enable wifi on a Zoom board having CSR's wifi Chipset. Can you please provide me that uinifi driver and supporting source code. Thanks, Sandy On Wed, May 27, 2009 at 1:56 PM, Tim Chick ch...@computergeek.freeserve.co.uk wrote: Hi List, I would like to contribute the