[android-kernel] Process ID and App Name

2010-03-17 Thread perumal316
Hi, Is there any way to get the current process ID and the corresponding name of the application from the kernel module? I have tried using task->comm ,task->pid, current->pid etc But I am not getting the correct process ID. I want to printk the process ID and the application name each time a sy

Re: Ang.: Re: [android-kernel] Re: Getting the battery current and voltage values for the Android Phone

2010-03-17 Thread Chintan
Ok, I am also able to read 449 mA for charging via USB. Just wondering how is the phone able to measure the charging current and not able to measure the discharge current. For now I am planning to connect an external resistor and measure the discharge current. I think that's the way to only way to

Re: [android-kernel] Porting Android to Logic zoom1 MDK

2010-03-17 Thread vishal bhoj
You can take 2.6.27 kernel which has support for omap zoom1 On Thu, Mar 18, 2010 at 12:06 AM, Hubert Utz wrote: > Aldryth, > thats what I thought as you can find most things related to zoom2. > > But I would like to utilize the hardware and look for a basic start with a > working port so that

Re: [android-kernel] Porting Android to Logic zoom1 MDK

2010-03-17 Thread Hubert Utz
Aldryth, thats what I thought as you can find most things related to zoom2. But I would like to utilize the hardware and look for a basic start with a working port so that I can continue to do further implementations. Any idea where I still can find a functional port for the MDK. thanks and best

Re: [android-kernel] Porting Android to Logic zoom1 MDK

2010-03-17 Thread Tar Gz
hello mister, for your information TI stopping the support from Zoom MDK 1 and now TI concentrate to support zoom2..if you using zoom1 many peripheral doesn't work perfectly and you must developing the driver... best regards, Aldyth M On 3/17/10, chwuge wrote: > Dear all, > > I have tried now

[android-kernel] Porting Android to Logic zoom1 MDK

2010-03-17 Thread chwuge
Dear all, I have tried now several weeks to get Android installed onto the Logic zoom1 MDK (1010340 REV A) but without any success. I downloaded several different branches from OMAPedia and followed the instructions. I finally got the kernel (2.6.29) to compile but it did not startup (using SD

[android-kernel] Porting Android to Logipd zoom1

2010-03-17 Thread Hubert Utz
Dear all, I have tried now several weeks to get Android installed onto the Logic zoom1 MDK (1010340 REV A) but without any success. I downloaded several different branches from OMAPedia and followed the instructions. I finally got the kernel (2.6.29) to compile but it did not startup (using SD

[android-kernel] Re: (currently nonworking) attempt at USB host mode for MSM7201

2010-03-17 Thread cellurl
Does this mean future phones will support usb HOST mode? -jp -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Loading Firmware of wifi module

2010-03-17 Thread Peter Fortuin
Hi Michael, I found out how to include the firmware into the kernel image and that resolved the issue for me. The driver is loading and we can make a working networkconnection. Thanks for great suggestion. Kind regards, Peter 2010/3/17 Michael Trimarchi > Hi, > > > Peerke wrote: > >> Hello,

Re: [android-kernel] 2.6.29 bricked my g1. help! how to reapply/downgrade?

2010-03-17 Thread HÃ¥kan Berg
Maybe you can reinstall as described on developer.htc.com? If you avoid using flag -w or clearin userdata and cach you might be able to reinstall without loosing data. On Mar 16, 2010 4:32 PM, "Neil" wrote: this 2.6.29-00479-g3c7df37 android-bu...@apa26 #19 update that was released to my phone o

Re: [android-kernel] Loading Firmware of wifi module

2010-03-17 Thread Peter Fortuin
Hi Michael, Thanks for your response. I have tried putting it inside /etc/firmware. That's not working on my target. But compiling the firmware inside the kernel is something I haven't tried yet. Can you explain to me how I can do that? Regards, Peter 2010/3/17 Michael Trimarchi > Hi, > > >

Re: [android-kernel] Loading Firmware of wifi module

2010-03-17 Thread Michael Trimarchi
Hi, Peerke wrote: Hello, I want to get the libertas wifi module to work under android. When I build the module into the kernel I get the following error: libertas: can't load helper firmware libertas: failed to load helper firmware libertas_sdio: probe of mmc1:0001:1 failed with error -2

Re: [android-kernel] Loading Firmware of wifi module

2010-03-17 Thread Jaya Kumar
On Wed, Mar 17, 2010 at 5:19 PM, Peter Fortuin wrote: > Hi Alan, > That gives me the same result. > Best Regards, > Peter Hi Peter, You might want to try /system/etc/firmware. Out of curiosity, which platform are you using this on and which kernel version? Thanks, jaya > > 2010/3/16 Alan Carv

Re: [android-kernel] Loading Firmware of wifi module

2010-03-17 Thread Peter Fortuin
Hi Alan, That gives me the same result. Best Regards, Peter 2010/3/16 Alan Carvalho de Assis > Hi Peerke, > > You need to place it at /etc/firmware. > > Best Regards, > > Alan > > On 3/16/10, Peerke wrote: > > Hello, > > > > I want to get the libertas wifi module to work under android. > >