Re: [android-kernel] Android GUI

2011-10-14 Thread parth shah
Hi raja, Yes im using HDMI. Regards, Parth On Fri, Oct 14, 2011 at 2:14 AM, raja pavan wrote: > What do you mean by monitor, are you running ANdroid on PC? > > On Fri, Oct 14, 2011 at 10:19 AM, parth shah wrote: > >> Hello Friends, >> >> I'm not able to see

[android-kernel] Android GUI

2011-10-13 Thread parth shah
Hello Friends, I'm not able to see Android GUI on my monitor. As well as i 'm not able to see PMEM freeing memory. Any idea where should i change the code? Regards, Parth -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Regarding BT UART

2011-09-29 Thread parth shah
; On Wed, Sep 28, 2011 at 10:00 PM, parth shah > wrote: > > Hello Pavan, > > > > I pointed the BSP of imx515 in my last mail. > > Hey, I just assumed it would a cute little kernel git repo which I can > add remote and provide a quick wl127x-rfkill for it. > But 'a

Re: [android-kernel] Regarding BT UART

2011-09-29 Thread parth shah
Savoy wrote: > On Wed, Sep 28, 2011 at 10:00 PM, parth shah > wrote: > > Hello Pavan, > > > > I pointed the BSP of imx515 in my last mail. > > Hey, I just assumed it would a cute little kernel git repo which I can > add remote and provide a quick wl127x-rfkill for it

Re: [android-kernel] Regarding BT UART

2011-09-28 Thread parth shah
, Sep 27, 2011 at 5:59 AM, Pavan Savoy wrote: > On Tue, Sep 27, 2011 at 2:45 AM, parth shah > wrote: > > Hi Pavan, > > > > Thanks for this information. > > > > I did not have wl127x-rfkill.c in mx515 BSP so i included it from > > http://gitorious.org . > &

Re: [android-kernel] Regarding BT UART

2011-09-27 Thread parth shah
h/arm/mach-mx5/mx53_smd_rfkill.c. Is there any guide that i can follow or is there anything wrong am i doing here? Regards, Parth On Sat, Sep 24, 2011 at 7:12 AM, Pavan Savoy wrote: > On Sat, Sep 24, 2011 at 5:43 AM, parth shah > wrote: > > Hello Pavan, > > > > I'

Re: [android-kernel] Regarding BT UART

2011-09-24 Thread parth shah
gards, Parth On Mon, Sep 19, 2011 at 7:24 PM, Pavan Savoy wrote: > On Mon, Sep 19, 2011 at 7:50 PM, parth shah > wrote: > > Hello Friends, > > > > I have 3 UART on my board. i'm usinf UART2 for Bluetooth. > > > > How can i mapped that UART to Bluez stac

Re: [android-kernel] getting bluez source code for android

2011-09-23 Thread parth shah
Hi Anil, You can find code here. http://www.bluez.org/download/ In android 2.3 bluez stack is in built. Thanks, Parth On Wed, Sep 21, 2011 at 4:34 AM, Anil wrote: > > Hi, > > I am searching for android bluez source code and could not find the > same on the android website.I believe bluez is

[android-kernel] Regarding BT UART

2011-09-19 Thread parth shah
Hello Friends, I have 3 UART on my board. i'm usinf UART2 for Bluetooth. How can i mapped that UART to Bluez stack so that i can run hciattach commad? Also which driver does BT UART use in general? Regards, Parth -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://grou

Re: [android-kernel] bcm4329 wifi module

2011-09-06 Thread parth shah
Hi Vadim, Did you change anything in driver source files? Thanks, Parth On Tue, Sep 6, 2011 at 3:10 PM, Vadim wrote: > i am trying to compile the 2.6.35.7 kernel supplied by huawei, the > kernel builds fine but the bcm4329 wifi module gives > > ERROR: "wifi_get_irq_number" [drivers/net/wireles

Re: [android-kernel] Re: regarding hciattach (WL1271)

2011-09-01 Thread parth shah
)<0) return -1; So the execution flow in hciattach.c is not going into hciattach_ti.c Any idea what* if( u->init && u->init(fd, u, &ti)<0)* does and how to solve this issue? Thanks, Parth On Wed, Aug 31, 2011 at 7:57 PM, Pavan Savoy wrote: > On Wed, Aug 31,

Re: [android-kernel] Re: regarding hciattach (WL1271)

2011-08-31 Thread parth shah
different bts > file). > Try 115200 bts - because you see that this works. > > Gil > > On Aug 30, 11:42 pm, parth shah wrote: > > Hi Pavan, > > > > We are using imx515 platform from freescale. > > > > We have pulled up connected with BT_EN with 1.8V.

Re: [android-kernel] regarding hciattach (WL1271)

2011-08-30 Thread parth shah
Savoy wrote: > On Tue, Aug 30, 2011 at 9:26 PM, parth shah > wrote: > > Hello Friends, > > > > I'm using WL1271 WIFI/BT module. > > > > I'm getting below output while running hciattach /dev/ttymxc1 texas > 3000 > > > > [ATH_INFO] (ex

[android-kernel] regarding hciattach (WL1271)

2011-08-30 Thread parth shah
Hello Friends, I'm using WL1271 WIFI/BT module. I'm getting below output while running hciattach /dev/ttymxc1 texas 3000 [ATH_INFO] (external/bluetooth/bluez/tools/hciattach.c) : Serial port is opened [ATH_INFO] (external/bluetooth/bluez/tools/hciattach.c) : Port settings is gotten [ATH_INFO

[android-kernel] Help Needed :including directory at /system/etc/xyz

2011-07-25 Thread parth shah
Hello Friends, I'm trying to include one directory at location /system/etc/xyz. what are the different options i can achieve that? I know that that directory can be generated at compile time by Makefile. what are different options or which file i should modified to do that? Thanks, Parth -- u

Re: [android-kernel] Re: the bootloader used for the linux kernel

2011-01-28 Thread parth shah
Most of the time they use u-boot as a reference and then customize the u-boot to make their proprietary BL. Thanks, Parth On Fri, Jan 28, 2011 at 1:43 PM, Tim Bird wrote: > On 01/28/2011 01:20 PM, Earlence wrote: > > so what exactly is used and how do i get its code? > > Arun is wrong. See my

Re: [android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2011-01-28 Thread parth shah
works, and see if you can do yours in a similar fashion. > > On Jan 26, 4:01 am, parth shah wrote: > > Hello Guys, > > > > I'm new to android but i know how to develop device driver in Linux. > > > > Can anybody guide me on how android middle ware basically call

[android-kernel] How to hook up Linux Device Driver in Android Framework?

2011-01-27 Thread parth shah
Hello Guys, I'm new to android but i know how to develop device driver in Linux. Can anybody guide me on how android middle ware basically call driver? where i have to make the change if i want to make the link between Linux Device Driver and android middle ware? Regards, Parth -- unsubscribe

Re: [android-kernel] SDIO on android

2010-10-28 Thread parth shah
Hi Silwerstar , I faced this problem before at hardware level. I had SDIO connected to 4 datalines of my WLAN module and that module was sharing the antenna with BT using automatic Switch. The workaround was both in H/w and in driver. Connect 8 datalines to module and change the driver accordin