[android-kernel] Memory increase by 300% from GB to JB

2012-09-20 Thread Gil Zhaiek
Anyone knows why the kernel memory requirement has increased from "128MB of memory available to the kernel and userspace" to "have at least 340MB of memory available to the kernel and userspace" where "The 340MB MUST be in addition to any memory dedicated to hardware components such as radio, v

[android-kernel] take_over_console hangs when attempting to lock_console

2012-04-04 Thread Gil Zhaiek
Hi all, I have written an OMAP RFBI driver to utilize the Panda Board's RFBI J1 LCD Connection. The problem I am having is more generic. take_over_console (driver/tty/vt/vt.c) calls register_con_driver - which seem to switch the successfully register my graphics driver. but then, the "bind_con_

[android-kernel] SCO - HSP/HFP Disable/Enable

2012-01-13 Thread Gil Zhaiek
Gingerbread over 2.6.37. Hi, We are in the progress of receiving BT qualification and we need to make sure that we can prove a use of all of our profiles (or disable them if we don't need them). Our device is not a phone but we want to try to support HSP/HFP. --- Option 1: Trying to use these p

[android-kernel] Re: Pandaboard How to disable CMA3000_I2C

2011-10-07 Thread Gil Zhaiek
#x27;s hard to find which module enable > > CMA3000 driver > > when i try to make ARCH=arm uImage > > i get this message > > Restart config ... > > > On Fri, Oct 7, 2011 at 5:49 AM, Gil Zhaiek wrote: > > >> Shalom Dani, > > >> Few basic t

[android-kernel] Re: Pandaboard How to disable CMA3000_I2C

2011-10-06 Thread Gil Zhaiek
Shalom Dani, Few basic things: - defconfig file - Defines your base configuration for your board and system. You need to know which one is yours - otherwise you can't compile. Basically, your .config file (in kernel) is based on your defconfig and later updated by your menuconfig So (I don't kno

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

2011-08-31 Thread Gil Zhaiek
One more thing - try a different baud rate (using a 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. and BT_EN is co

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

2011-08-31 Thread Gil Zhaiek
Hi, It seems that after switching baud rate (from 115200 to 300) the device is not communicating again. Make sure the BTS file is set to 300 (it is in the file). The device is on, and you are able to communicate with it - it is the switch that gives you problem. Gil On Aug 30, 11:42 pm,

[android-kernel] Re: Battery Charging - Android boot delay

2011-06-27 Thread Gil Zhaiek
it.rc. My making appropriate changes in these 2 files you can prevent > Android from loading and do whatever else you wanna do! But the time control > has come to main() in init.c Kernel is completely up and running! > > > > > > > > On Sat, Jun 25, 2011 at 4:45 AM, Gil

[android-kernel] Re: Battery Charging - Android boot delay

2011-06-24 Thread Gil Zhaiek
Hi, To clarify - I would like to boot up to Kernel, and in kernel, either pause Zygote or any other service in the Android VM that will pause the loading of the Android VM. Basically, bootup only the kernel and then, by demand, boot up Android. Thank you On Jun 24, 11:36 am, Gil Zhaiek wrote

[android-kernel] Battery Charging - Android boot delay

2011-06-24 Thread Gil Zhaiek
Hi, I am trying to create a situation, where when the Android device is turned off, and the user is plugging a USB cable, the Android VM wouldn't turn on. So basically charging will be done in Kernel, and the HW is setup to recognize a USB inseration, but I don't want the Android to appear... Mean

[android-kernel] ADB Push works, pull fails

2011-03-25 Thread Gil Zhaiek
Hi, I am using ADB on Full Speed device, and for some reason I cannot get "adb pull" or "adb shell" to function. ADB Push works fine. Executing "adb shell ls" for example - I can only get the first few files. Attaching a USB analyzer showed me that ACK wasn't sent to the last packet (Where the fi