Re: [android-kernel] [Kernel PANIC] ANDROID NFS Booting.

2012-04-04 Thread jagan
Sorry, I didn't understand your problem. If your problem is when Android is booting(on NAND), servicemanager is die. Try to enable binder on ur kernel, Android service manger requires binder driver in kernel. Regards, Jagan. On Wed, Apr 4, 2012 at 8:55 AM, Vladimir Murzin wrote:

[android-kernel] FYI - Linus' tree is now back to support for Android on v3.3

2012-03-19 Thread jagan
References: https://lwn.net/Articles/472984/ https://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=355b0502f6efea0ff9492753888772c96972d2a3 Regards, Jagan. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

Re: [android-kernel] ram console for mainline kernel?

2012-03-07 Thread jagan
gards, Jagan. On Thu, Mar 8, 2012 at 12:06 AM, Vladimir Murzin wrote: > > Hi! > > You can check progress for merging Android features to mainline on [1]. > > [1] http://elinux.org/Android_Mainlining_Project > Best wishes, > Vladimir Murzin > > -Original Messag

[android-kernel] FYI - Android ION Mem allocator [/dev/ion] replacement for PMEM

2012-03-06 Thread jagan
/ http://source-android.frandroid.com/external/kernel-headers/original/linux/ion.h Regards, Jagan. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Does Linux kernel[working with a ARM target] is capable to launch an Android root file-system (/init)

2012-02-15 Thread jagan
device 179:2. devtmpfs: mounted <<<< hangs>>>>>> Regards, Jagan. On Thu, Feb 16, 2012 at 12:36 AM, preetam m.n wrote: > Are you sure your kernel is reaching till calling init? > > it should free memory before calling init, do you see those prints > > -

Re: [android-kernel] Does Linux kernel[working with a ARM target] is capable to launch an Android root file-system (/init)

2012-02-15 Thread jagan
As per my knowledge.. init=/system/bin/sh , task performed by init.rc, running init.rc is a job of init. But my case init itself is not running by kernel. Regards, Jagan. On Wed, Feb 15, 2012 at 5:37 PM, Deepak Singal wrote: > init=/system/bin/sh > > On Wed, Feb 15, 2012 at 8:05

Re: [android-kernel] Does Linux kernel[working with a ARM target] is capable to launch an Android root file-system (/init)

2012-02-15 Thread jagan
filesystem with writeback data mode VFS: Mounted root (ext3 filesystem) on device 179:2. devtmpfs: mounted <<<< hangs>>>>>> Fileystem is mounted but kernel was unable to launch init... Any Idea... Regards, Jagan. On Wed, Feb 15, 2012 at 5:37 PM, Kolja Dummann wrote

Re: [android-kernel] Does Linux kernel[working with a ARM target] is capable to launch an Android root file-system (/init)

2012-02-15 Thread jagan
droid rootfilesystem.? Regards, Jagan. On Wed, Feb 15, 2012 at 1:37 PM, raja pavan wrote: > The root file system can be taken from emulator. > > system.img and other images constitute the root file system. > > Any kernel will have the feature to launch the init process, for instance &g

Re: [android-kernel] error in kernel compilation

2012-02-15 Thread jagan
Hi Amit, Why can't you use the toolchain from android directly. [prebuilt/ ...] Regards, Jagan. On Wed, Feb 15, 2012 at 2:59 PM, raja pavan wrote: > I do not have an android emulator with me at this moment. > > Please install at your end and try. > > Raja > > > On

Re: [android-kernel] error in kernel compilation

2012-02-15 Thread jagan
Does your kernel have CONFIG_AEABI=y? check it & try once. Regards, Jagan On Wed, Feb 15, 2012 at 2:51 PM, Amit kumar Bag wrote: > HI, > > I want to enable FDTI driver support in my android kernel. I followed the > below steps to enable the FTDI drivers > 1.make

Re: [android-kernel] Does Linux kernel[working with a ARM target] is capable to launch an Android root file-system (/init)

2012-02-14 Thread jagan
As per as my knowledge, irrespective of android rootfs or normal-rootfs Linux kernel is capble launch init., until and unless to explicitly specified the path. means linux kernel doesn't require any android changes for just to lanch console. Regards, Jagan. On Wed, Feb 15, 2012 at 12:

[android-kernel] Does Linux kernel[working with a ARM target] is capable to launch an Android root file-system (/init)

2012-02-14 Thread jagan
Hi Guys, Let have your openings, suggestion & ideas about this topic. -- Regards, Jagan, India. -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Ramdisk extraction error

2012-02-14 Thread jagan
Extracting ramdisk image as follow cp ramdisk.img ramdisk.gz gunzip ramdisk.gz cd target_fs cpio -iv < ../ramdisk Ignore it if you tried already... Regards, Jagan. On Wed, Feb 15, 2012 at 7:05 AM, paxchristos wrote: > > Hello, I am trying to take apart the ramdisk for the Casio Co

[android-kernel] Booting hangs after devtmpfs: mounted

2012-02-14 Thread jagan
s there any changes needed for kernel to run-up the android init, because my kernel doesn't have any android changes. Was I am missing any kernel params??? Request for any suggestions or pointers. Thanks for your time. Regards, Jagan. -- unsubscribe: android-kernel+unsubscr...@googlegroups.co

Re: [android-kernel] Re: Upgrading Android Kernel

2012-01-31 Thread jagan
That's what, I too taking about. If your device doesn't boot, unable to see any logsSo try to enable RAM_CONSOLE in working & as well as non-working kernel [your case]. Boot the non-working kernel first & try to boot the working kernel & get the crash log. BR, Jagan.

Re: [android-kernel] Compiling kernel modules for android

2012-01-28 Thread jagan
push that .ko to android fs. Above procedure is little bit hard, but gives a fruitful result with defined procedure. Regards, Jagan. On Sat, Jan 28, 2012 at 10:38 AM, Kenneth Ko wrote: > > KERNELDIR :=/home/johnson/rowboat-android/kernel > > You may want to try KERNEL_DIR rathe

Re: [android-kernel] Re: Upgrading Android Kernel

2012-01-25 Thread jagan
eboot try to dump the log from /proc/last_kmsg [where you can get the previous crash log]...debug it Regards, Jagan. On Wed, Jan 25, 2012 at 7:26 PM, Rudolf Tammekivi wrote: > The ram_console is very interesting, but how should I get it, if it > does not boot? Does it matter if I boot reco

Re: [android-kernel] Re: Upgrading Android Kernel

2012-01-24 Thread jagan
Is there a way to save the log somewhere (like /cache or /data), so I could check what did not work and get a start somewhere. > there is a debug procedure called, RAM_CONSOLE, find it on google[enough info] Regards, Jagan. On Tue, Jan 24, 2012 at 9:29 PM, Rudolf Tammekivi wrote: > It

Re: [android-kernel] Upgrading Android Kernel

2012-01-23 Thread jagan
in a procedural way. Regards, Jagan. On Sat, Jan 21, 2012 at 11:46 PM, Rudolf Tammekivi wrote: > My device has 2.6.35.7 source code provided, but I want to upgrade it to > 3.0. Most of the 2.6.35.7 sources are from CodeAurora, which are modifed by > manufacturer, and I have already downloaded the

Re: [android-kernel] linux kernel 2.6.35

2012-01-23 Thread jagan
We can git K35 from CAF, you may get. https://www.codeaurora.org/gitweb/quic/la/?p=kernel/common.git;a=summary On Sun, Jan 22, 2012 at 6:03 AM, changle zhang wrote: > Dear ALL: > I have cloned the kernel:git clone > https://android.googlesource.com/kernel/common.git, > runing "git branch

Re: [android-kernel] regarding "sys.usb.config" in ICS

2011-12-15 Thread jagan
Send the syntax how did you do the script config in init.model.rc - Jagan. On Fri, Dec 16, 2011 at 9:12 AM, prabhu wrote: > Hi all, > > In ICS, usb compositions changing is handled by user space.. for our > product there is a separate init..rc file which has the segment > scrip

Re: [android-kernel] Re: Boot up hangs at initial stage.

2011-12-13 Thread jagan
I think use the fresh kernel suited for ZOOM3. Try to give the proper details about the issue. Regards, Jagan. On Tue, Dec 13, 2011 at 8:03 PM, Ismail wrote: > Amar Nath gmail.com> writes: > > > > > Hi Sri, > > > > "Starting kernel..." is indeed t

Re: [android-kernel] how can I download msm kernel code?

2011-12-06 Thread jagan
For android kernel specific to qualcomm targets https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=summary Regards, Jagan. On Sat, Dec 3, 2011 at 12:51 PM, DayDayUp wrote: > how can i download msm kernel code? > > i use the command: git clone git://android.git.kernel.o

Re: [android-kernel] make kernel have wrongs

2011-12-06 Thread jagan
your using old yaff2 source in 39 kernel. smp locking is deprecated from 39 on words. Better to use new one or comment the header file, Regards, Jagan. On Mon, Dec 5, 2011 at 5:09 PM, free bird wrote: > my kernel is 2.6.39,the .config is the emulator but where i make the > kernel hav

Re: [android-kernel] How can i download the android toolchain 4.4.0 version source code?

2011-12-03 Thread jagan
You can directly sync the prebuilt git from google android, that contains all suitable toolchains. Regards, Jagan. On Thu, Dec 1, 2011 at 7:00 PM, htcforask...@gmail.com < htcforask...@gmail.com> wrote: > Hi > I have download android toolchain 4.4.3 version source code! > but

Re: [android-kernel] which version of arm-eabi should i choose for building the android 4.0 kernel?

2011-12-03 Thread jagan
.4.3 as it is exported as ARM_EABI_TOOLCHAIN. Note: I have already used this version, good.. Regards, Jagan. On Thu, Dec 1, 2011 at 7:51 AM, tao zhang wrote: > i'm a newer to android,and want to build the android kernel.I > downloaded the kernel from "http://android.googlesource.com/ker

Re: [android-kernel] Panda Board booting on ICS

2011-11-29 Thread jagan
Do you edit the kernel CMD LINE or used default one. means did you set any screen resolution or something..? Regards, Jagan On Tue, Nov 29, 2011 at 5:02 PM, Ajeesh Chandran wrote: > Hi, > > Board setup: > - PANDA Board > - Mini-USB to the PC > - HDMI-to-DVI-D connector

Re: [android-kernel] Enabling USB drivers through sys fs entries

2011-11-28 Thread jagan
We can edit the init.rc with specific Action at system/core/rootdir like on boot write /functions "adb" write /enable 1 Regards, Jagan. On Mon, Nov 28, 2011 at 11:39 AM, prabhu wrote: > Hi, > > I have to enable acm,diag,ecm,mass storage and adb. I am

Re: [android-kernel] 2.6.32 kernel source not available in repository

2011-11-16 Thread jagan
Try with CAF git, https://www.codeaurora.org/gitweb/quic/la/?p=kernel/common.git;a=summary of-course internally this will links to google.git. Regards, Jagan. On Wed, Nov 16, 2011 at 3:21 PM, RaDo wrote: > Hi, > I can't find the 2.6.32 branch in the repository > http://android.

Re: [android-kernel] Re: Help with tegra2 hardware and early printing

2011-11-01 Thread jagan
But even if earlycon works, you need to enable DEBUG_LL & respective DEBUG_UART & you can pass earlyprintk=1 as a CMDLINE argument Regards, Jagan On Tue, Nov 1, 2011 at 4:14 PM, Sam King wrote: > I did try using the earlycon kernel command line argument, but it did > not work. &g

Re: [android-kernel] Help with tegra2 hardware and early printing

2011-11-01 Thread jagan
For early boot logs, did you enabled required configs Regards, Jagan. On Mon, Oct 31, 2011 at 8:43 PM, Sam King wrote: > Hello, > > I am having trouble getting information out of my tegra2 (ventana) > system early in the boot sequence, which is making debugging some > early

Re: [android-kernel] where can I get the newest android kernel?

2011-10-19 Thread jagan
As we are unable to use google android.kernel.git.. Use codeaurora.org for last updates of android kernel. https://www.codeaurora.org/gitweb/quic/la/?p=kernel/common.git;a=tree;h=refs/heads/aosp/android-3.0;hb=aosp/android-3.0 Regards, Jagan On Wed, Oct 19, 2011 at 8:54 AM, Dream wrote: >

Re: [android-kernel]Are the Linux defined (Multi-touch-protocol.txt) Protocol B Slots used in Latest Android version

2011-10-17 Thread jagan
Yes!!! Linux supports MT Protocol defined at Documentation/input/multi-touch-protocol.txt. As my knwl, If android supports these MT is based on H/w of touch as well as drivers devlpmet for respective TS. Regards, Jagan On Mon, Oct 17, 2011 at 12:48 PM, bee wrote: > Hi All, > > anyb

Re: [android-kernel] Android Sensor driver side

2011-10-04 Thread jagan
For reff HAL code device/samsung/crespo/libsensors/ & device/htc/passion-common/libsensors/ Regards, Jagan On Tue, Oct 4, 2011 at 5:34 PM, skywalkzf wrote: > > > Is that your Hal code working ok? > > 在 2011-10-4,6:30,dani maoz 写道: > > Hi > I would like to impl

Re: [android-kernel] Xoom kernel

2011-10-01 Thread jagan
But you can get the stack kernel & android kernel from codeaurora.org Regards, Jagan On Fri, Sep 30, 2011 at 1:13 AM, andria wrote: > Hi everybody, > > I know kerel.org is still down and there is no official workaround but > I'm looiking for the kernel of Motorola Xoom if

[android-kernel] android device time is 15 minutes prior that normal time on gingerbread

2011-10-01 Thread jagan
p on the device time. Can any one help me out this issue, I tried with USB, RTC & timer code of kernel, but I didn't get any clue. Thanks for your time. Regards, Jagan. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Wifi driver

2011-09-26 Thread jagan
If context is Wifi H/W, that depends on the OEM, whether OEM will choose Bcomm, Athros..etc. Regards, Jagan On Tue, Sep 27, 2011 at 10:11 AM, George wrote: > Which WiFi card are you using in your Android platform? > > -- > unsubscribe: android-kernel+unsubscr...@googlegroups.c

Re: [android-kernel] kernel.org security breach, android.kernel.org is offline

2011-09-23 Thread jagan
https://www.codeaurora.org/ is working fine. Check it once... Regards, Jagan On Mon, Sep 19, 2011 at 2:21 PM, krishna chaitanya < krishnachaitanya9...@gmail.com> wrote: > Hi, > > I am not able to download android from codeaurora.org too. Is there any > problem with this site t

Re: [android-kernel] chmod 777 not working with init.rc

2011-09-20 Thread jagan
You can't give the permissions directly on android source. We need to give the permissions on init.rc. Better to read the file from system/core/init/readme.txt Regards, Jagan On Tue, Sep 20, 2011 at 9:18 PM, Pratik Prajapati < pratik.prajap...@gmail.com> wrote: > Hi There, &

Re: [android-kernel] Re: bcm4329 wifi module

2011-09-11 Thread jagan
I think your missing these func definitions. Those def are likely to be defined in dhd_linux.c. Check it the defn'... Regards, Jagan On Sun, Sep 11, 2011 at 12:02 PM, William W.-Y. Liang < wyli...@mail.ntut.edu.tw> wrote: > Is there any log (from dmesg) related to the problem?

Re: [android-kernel] How to test GPIO driver functionality?

2011-08-30 Thread jagan
Hi, We have procedure to test the GPIO functionalists like direction,i/o values, state levels through sysfs. We have two config to support this functional test like CONFIG_DEBUG_GPIO, CONFIG_GPIO_SYSFS. Pls find a Documentation/gpio.txt in Linus' tree. Regards, Jagan. On Mon, Aug 29, 2011

Re: [android-kernel] Re: Not getting early print logs even-though I enabled CONFIG_DEBUG_LL

2011-08-27 Thread jagan
Yes!! both are enabled. Regards, Jagan. 2011/8/27 DanM > First are you sure DEBUG_LL is yes in your .config file. > Next did you enable EARLY_PRINTK? Check you .config file for this as > well > > On Aug 25, 5:46 am, jagan <402ja...@gmail.com> wrote: > > Thank you

Re: [android-kernel] voltage of the processor and the screen

2011-08-26 Thread jagan
There is a kernel config for voltage of particular processor IC specific to platform. Usually this config is resides under System Type menu of kernel menuconfig. We can check the System Type for your specific platform, may be you can change based on your need... Regards, Jagan. On Fri, Aug 26

Re: [android-kernel] Re: Not getting early print logs even-though I enabled CONFIG_DEBUG_LL

2011-08-25 Thread jagan
Thank you for your response. But the same setup is already there in my code. No clues I tried a lot...but... Thanks for your time, send if you found any info. Regards, Jagan 2011/8/25 Hemanth(ヘマント) > Hi, > > Please take a look at the CAF commit below. > (assuming you are using 8

Re: [android-kernel] Not getting early print logs even-though I enabled CONFIG_DEBUG_LL

2011-08-24 Thread jagan
Hi, as your saying I have some config like CONFIG_MSM_DEBUG_UART3 in my platform. Even with this change also I couldn't get any logs. Due to very less info in google for msm I am unable to proceed further. Could you help on this issue. Thanks for your time. Regards, Jagan On Tue, Aug 23,

Re: [android-kernel] Not getting early print logs even-though I enabled CONFIG_DEBUG_LL

2011-08-22 Thread jagan
Thanks Jon for your quick response. But I know how it work with omap. But I am working on msm platform, I couldn't find any debug_ll in uncompressed.h Request you to give any pointers. BR, Jagan On Tue, Aug 23, 2011 at 12:46 AM, Jon Pry wrote: > if you are working on an omap platfor

[android-kernel] Not getting early print logs even-though I enabled CONFIG_DEBUG_LL

2011-08-22 Thread jagan
Request to any one pls suggest me sothat I can move further. Thanks your time Regards, Jagan -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread jagan
nsee suggestion. Then we can get an Exact Sync b/w kernel to DD. Regards, Jagan On Fri, Aug 19, 2011 at 11:22 PM, peng S wrote: > maybe the book can help you! > > > 2011/8/19 J Freyensee > >> You should also look at this book...in my opinion its a little better than >> Ore

Re: [android-kernel] kernel build fails to build from custom .config file

2011-08-04 Thread jagan
build Regards, Jagan On Thu, Aug 4, 2011 at 9:55 PM, raja pavan wrote: > Hi, > > (1) What are the build errors? > > (2) Compare custom .config with *emulator kernel .config*, using "meld" > *emulator kernel .config : *can be obtained using adb pull /proc/config.gz &

Re: [android-kernel] Re: How to compile a kernel and flsh it in a device

2011-07-22 Thread jagan
Ok... I think it may be correct also. As i worked on targets we always used arm-eabi- Regards, Jagan On Fri, Jul 22, 2011 at 3:21 PM, William W.-Y. Liang < wyli...@mail.ntut.edu.tw> wrote: > Ok, thanks. Please just treat my comment as a reference. :) > > I used the pre-built ve

Re: [android-kernel] Re: How to compile a kernel and flsh it in a device

2011-07-22 Thread jagan
But as per as android kernel is concern the tool chain should be arm-eabi- complaint, because Apps need not use full gcc. Regards, Jagan. On Fri, Jul 22, 2011 at 2:52 PM, William W.-Y. Liang < wyli...@mail.ntut.edu.tw> wrote: > A minor update to the previous comment: > > I think

Re: [android-kernel] Re: How to compile a kernel and flsh it in a device

2011-07-22 Thread jagan
Ok. Just follow these steps.. $ cd kernel $ make ARCH=arm CROSS_COMPILE= /home/jagan/toolchain/arm-eabi-4.4.3/bin/arm-eabi- $ make ARCH=arm CROSS_COMPILE= /home/jagan/toolchain/arm-eabi-4.4.3/bin/arm-eabi- then it will create kernel images enter your toolchain paths Regards, Jagan On Thu

Re: [android-kernel] Re: How to compile a kernel and flsh it in a device

2011-07-21 Thread jagan
Do you have entire android source along with kernel inside it? Regards, Jagan On Thu, Jul 21, 2011 at 10:44 AM, Siva kumar wrote: > I followed the following steps to compile a kernel and modules > > make > make modules > make modules_install > > The modules were presen

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-06-20 Thread jagan
for Android google groups & CVS for quick response. Regards, Jagan On Fri, Jun 17, 2011 at 11:45 AM, jagan <402ja...@gmail.com> wrote: > Hi CVS, > > My device runs on qualcomm Snapdragon. > Yes my device having a support for wakeup-support, i enabled & disabled > during

Re: [android-kernel] Re: USB Accessory support in omap kernel

2011-06-19 Thread jagan
Hi Adam, Can you clear me what is USB Accessory support (ADK stuff)? Is this newly added feature in 2.3.4? Regards, Jagan On Sat, Jun 18, 2011 at 4:11 AM, adamwolf wrote: > I was able to get a running kernel with the f_accessory.c/h files, > along with some of the new gadget stuff,

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-06-16 Thread jagan
Hi CVS, My device runs on qualcomm Snapdragon. Yes my device having a support for wakeup-support, i enabled & disabled during ENABLE & DISABLE ioctls from HAL with enable_irq_wake() & disable_irq_wake() calls. Regards, Jagan. On Fri, Jun 17, 2011 at 10:09 AM, Chinmay S wrote:

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-06-16 Thread jagan
n non-working case i didn't get any IRQ from p-sensor. Please let me know if u have any concerns. Regards, Jagan. On Thu, Jun 16, 2011 at 6:56 PM, Chinmay S wrote: > Hi Jagan, > > From the attached logs, its obvious that in the non-working case (w/o the > USB cable), &g

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-06-16 Thread jagan
Hi Dan, I confirm that my driver is configured as wakeble interrupts support. Regards, Jagan On Thu, Jun 16, 2011 at 6:21 PM, jagan <402ja...@gmail.com> wrote: > Hi Dan, > > I still unable to resolve my p-sensor issue. > > I will tell you the issue once again >

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-06-16 Thread jagan
n is not turned ON when i move the device away from my EAR. I attach a HAL code, logs for working & non working case. How to configure my prox driver as support wakeable interrupt? Please let me know if you have any inputs on this. let me know if you have any concerns. Regards, Jagan. O

Re: [android-kernel] Unmodified kernel not booting up on Nexus S

2011-06-14 Thread jagan
Which android version are you upgraded for? Regards, Jagan On Tue, Jun 14, 2011 at 12:18 AM, Salil wrote: > I followed all the steps from > > http://groups.google.com/group/android-kernel/browse_thread/thread/921928a57bea/20c9e66135f5cd9f?lnk=gst&q=hangs+at+google+boot+scre

Re: [android-kernel] development of SDCard drivers in android

2011-06-13 Thread jagan
Take a look at on drivers/mmc/host. you can identify ur bus spec driver. Regards, Jagan On Fri, Jun 10, 2011 at 8:50 PM, hedwin wrote: > The SD card drivers are already part of the kernel. > > > > > On Tue, Jun 7, 2011 at 6:19 AM, android-disc...@googlegroups.com < >

Re: [android-kernel] Error while extracting bootchart.tgz

2011-05-02 Thread jagan
I am extracting like $ bootchart Documents/bootchart.tgz i got above error On Mon, May 2, 2011 at 11:46 PM, jagan <402ja...@gmail.com> wrote: > Hi All, > > I working on bootchart on GB. > > In host: > I am install bootchart on my ubuntu-10.10 > as apt-get install b

[android-kernel] Error while extracting bootchart.tgz

2011-05-02 Thread jagan
76, in _parse_proc_ps_log offset = [index for index, token in enumerate(tokens[1:]) if token[-1] == ')'][0] IndexError: list index out of range Can any one give me the pointers to solve this issue. Regards, Jagan -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] What is differences between Accelerometer vs Orientation vs Gravity sensors in Android

2011-04-28 Thread jagan
Hi All, Just for curiosity can you just tell me differences b/w Accelerometer vs Orientation vs Gravity sensors in Android. Regards, Jagan -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-25 Thread jagan
Dan, Then what is significance of maxRange, resolution w.r.t PROXIMITY_THRESHOLD value. When i update the above attributes also, Some times my device is not resumes, while it is away from my ear. Thanks, Jagan On Tue, Apr 26, 2011 at 11:12 AM, JakeLian wrote: > Dear Dan, > > Thanks

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-25 Thread jagan
maxRange: 9.0f, resolution: 9.0f, power: 0.5f, minDelay: 2, and my PROXIMTY_THRESHOLD would be 9.0f Please verify the above attributes, tell me if anyting i did incorrect. Thanks, Jagan On Sat, Apr 23, 2011 at 5:22 PM, DanM wro

Re: [android-kernel] Touchscreen two finger zoom is not working

2011-04-21 Thread jagan
Resistive touchscreen On Thu, Apr 21, 2011 at 9:40 PM, kmiecikt91 wrote: > What kind of touchscreen do you use? Not all of them can physically handle > multi-touch support. > > 2011/4/21 jagan <402ja...@gmail.com> > >> Hi Vivek. >> >> Thanks for your resp

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-21 Thread jagan
Hi Dan. Could you please help if you have any inputs on this issue. On Wed, Apr 20, 20input11 at 10:56 PM, jagan <402ja...@gmail.com> wrote: > Hi Dan. > > For distance event point of view the below are observations > > in my driver: > - > >

Re: [android-kernel] Touchscreen two finger zoom is not working

2011-04-21 Thread jagan
Hi Vivek. Thanks for your response. I was tested on galaxy pics. For double click picture is zooming, but two fingers [join the two finger & release] picture is not zooming. Is the two fingers zooming is hardware/software facility. Thanks, Jagan On Thu, Apr 21, 2011 at 7:57 PM, J Freye

[android-kernel] Touchscreen two finger zoom is not working

2011-04-21 Thread jagan
Hi All, I am porting my board to gingerbread. I have an issue with touchscreen. With Two finger picture is not zooming. but With double click zoom is working. Could you please help me in this issue. Thanks Jagan -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-20 Thread jagan
indexValue (size_t index) { return index * PROXIMITY_THRESHOLD; } pending_event.distance = indexValue(event->value); Is there any problem with index calculation in indexValue()? or PROXIMTY_THRESHOLD value is improper? Please let me tell me know if you have any inputs. Jagan. On Wed,

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-20 Thread jagan
Hi Dan, I didn't get you what you explain. Could you please Elaborate. Jagan. On Wed, Apr 20, 2011 at 8:11 PM, DanM wrote: > More then likely when you plugged in your USB cable it caused the > battery to start charging which will wake up the device. > > If you report a bin

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-19 Thread jagan
setting params as input_set_abs_params(input_dev, ABS_DISTANCE, 0, 1, 0, 0);. Is the above setting is correct for Proximity Sensor? Please correct me if any thing i am setting wrong. Please let me know if any inputs on this issue.? Thanks, Jagan On Mon, Apr 18, 2011 at 6:40 PM, jagan <

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-18 Thread jagan
Hi. As the newly added sensor framework layer in GB. we may need to change you HAL. For reff. HAL see device/htc/passion-common/ libsensors Jagan. On Mon, Apr 18, 2011 at 6:04 PM, Aditya wrote: > Dan, > I had the exact same problem, and my HAL (Hardware Access Layer) was had a >

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-16 Thread jagan
I got the sensor boot logs for drivers, but while testing any sensor i didn't get any logs from HAL. Jagan On Sat, Apr 16, 2011 at 5:15 PM, DanM wrote: > Is your sensor library being loaded at boot? > > Maybe put some log messages in your HAL and first verify that the &g

[android-kernel] How to port my device sensor [psensor] into Gingerbread

2011-04-15 Thread jagan
HAL to Gingerbread. Thank you. Jagan -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Re: USB cdc_acm was not recognized by host

2011-04-14 Thread jagan
sb_mass_storage", "adb", //#ifdef CONFIG_USB_ANDROID_RMNET // "rmnet", //#endif #ifdef CONFIG_USB_ANDROID_ACM "acm", #endif }; In above code i putting rmnet to first, what is the significance? Thanks, Jagan On Thu, Apr 14, 2011 at 7:13 AM, Squall.Hung w

[android-kernel] Device Reboots suddenly, When i open camera & increase/decrease the volume Key

2011-04-13 Thread jagan
Hi All, I am working on android device with GB upgrade. My device suddenly reboots, When i open camera & operate the volume key [increase/decrease]. Can any one tell me the valuable pointers to this issue. Thanks in advance Jagan. -- unsubscribe: android-kernel+unsubscr...@googlegroups

Re: [android-kernel] Re: USB cdc_acm was not recognized by host

2011-04-13 Thread jagan
means can i remove the comments on bMasterInterface0 & bSlaveInterface0. is that the solution. On Wed, Apr 13, 2011 at 2:17 PM, Squall.Hung wrote: > Thanks All, > > I found the root cause and solved it on device side. > In my cause bMasterInterface and bSlaveInterface of usb_cdc_union_desc > are

[android-kernel] How to mount /data partition into innersd of my Android device

2011-04-11 Thread jagan
Hi, I am working on Android Gingerbread, with customer Device. Can any one tell me how do i mount my /data to innersd partiotion. Thanks in advance -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] USB cdc_acm was not recognized by host

2011-03-23 Thread jagan
.) MxPS= 10 Ivl=32ms I:* If#= 7 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none) E: Ad=8c(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms E: Ad=08(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms Please let me help any one. Thanks, Jagan -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http

Re: [android-kernel] get stuck in /init/main.c

2011-03-22 Thread jagan
Check the device file entries. On Mon, Mar 21, 2011 at 1:03 PM, stanly wrote: > hi all, > > when my kernel booting, > it will be stuck in /init/main.c > > /* Open the /dev/console on the rootfs, this should never fail */ > if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) > p

[android-kernel] How to get the crash logs on android?

2011-03-18 Thread jagan
Hi All, I am working on android Gingerbread. while turn on Wifi , my device has cased i am unable to get the crash messages. can any one tell me what is the way to get kernel crash messages in android, any tool? Thanks, Jagan -- unsubscribe: android-kernel+unsubscr...@googlegroups.com

[android-kernel] android gingerbread caller for signal_pending() in network driver

2011-03-16 Thread jagan
any info regarding this problem. Thanks, Jagan -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] How to add customer usb composite logic in Android Kernel

2011-03-04 Thread jagan
Hi, Can any one tell me How to add new composite logic into existing composite logic of usb. is that changes in only board file or entire usb function drivers framework -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Is the boot.img contains Apps bootloader?

2011-03-04 Thread jagan
Hi, When i build the android for my device. it create all binaries like userdata.img,system.img,boot.img and appsboot.mbn. am flashed all the binaries except appsboot.mbn. is my boot.img is contains apps bootloader?. if has app boot loader what is appsboot.mbn? Thanks, -- unsubscribe: android