[android-porting] Re: how to download android kernel 2.6.27

2012-03-19 Thread Diego
On Mar 17, 12:10 pm, haobug qingxian...@gmail.com wrote: [haobug@localhost android-common]$ git branch -r   origin/HEAD - origin/master   origin/android-2.6.39   origin/android-3.0   origin/android-3.3   origin/master There is no android-2.6.27. where can i get the 2.6.27? Linaro seems

[android-porting] Re: Problem with /system/bin/btld eating all CPU cycles

2011-08-23 Thread Diego
On Aug 19, 7:25 pm, Diego Rondini diego.rond...@kynetics.it wrote: I'm testing using a Samsung Galaxy Next GT-S5570 with Android 2.2.1, but the issue seems to be quite common among other devices. Is there any possible solution / know workaround to this serious issue? Is there anyone I can

[android-porting] Problem with /system/bin/btld eating all CPU cycles

2011-08-19 Thread Diego Rondini
a Samsung Galaxy Next GT-S5570 with Android 2.2.1, but the issue seems to be quite common among other devices. Is there any possible solution / know workaround to this serious issue? Is there anyone I can contact to get this sorted out? Thank you in advance, regards, Diego -- unsubscribe: android

[android-porting] Re: ALSA recording audio on Donut problem

2011-07-29 Thread Diego
On Jul 28, 12:29 pm, Diego diego.rond...@kynetics.it wrote: Next problem I get (yeah, not finished yet!) is a buffer overflow issue in AudioFlinger which prevents audio recording to succeed. Inspecting the code I found out that disabling the second condition of the if in AudioFlinger

[android-porting] Re: ALSA recording audio on Donut problem

2011-07-28 Thread Diego
the rounding code?) and explain a bit better what I'm doing? Thanks, Diego -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: ALSA recording audio on Donut problem

2011-07-22 Thread Diego
On Jul 19, 4:16 pm, Diego diego.rond...@kynetics.it wrote: Another step: I found out I can use busybox's fuser. I get: # busybox fuser /dev/snd/pcmC0D0p 1788 # ps | busybox grep 1788 media     1788  1     17636  1212   afe0c51c S /system/bin/ mediaserver So the pcmC0D0p is opened

[android-porting] Re: ALSA recording audio on Donut problem

2011-07-19 Thread Diego
On Jul 15, 6:18 pm, Diego diego.rond...@kynetics.it wrote: On Jul 13, 6:38 pm, Diego Rondini diego.rond...@kynetics.it wrote: I don't get while I see the err = ... line multiple times, and it's not clear to me what's happening in this method. Can anybody help me? Ok, found out some more

[android-porting] Re: ALSA recording audio on Donut problem

2011-07-15 Thread Diego
On Jul 13, 6:38 pm, Diego Rondini diego.rond...@kynetics.it wrote: I don't get while I see the err = ... line multiple times, and it's not clear to me what's happening in this method. Can anybody help me? Ok, found out some more: the err = ... line is present several times because

[android-porting] Re: ALSA recording audio on Donut problem

2011-07-14 Thread Diego
64MB Ram: http://groups.google.com/group/android-porting/browse_thread/thread/6a510a5f345ac0f8 Newer version use more resources. Diego -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: audio problem with record

2011-07-14 Thread Diego
On Jul 14, 7:05 pm, amr.has nourha...@hotmail.com wrote: E/ALSALib (  746): external/alsa-lib/src/control/setup.c:565: (add_elem) Cannot obtain info for CTL elem (MIXER,'Headphone Playback Volume',0,0,0): No such file or directory E/ALSALib (  746): external/alsa-lib/src/pcm/pcm.c:2210:

[android-porting] ALSA recording audio on Donut problem

2011-07-13 Thread Diego Rondini
= ... line multiple times, and it's not clear to me what's happening in this method. Can anybody help me? Thank you, Diego -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Standby/suspend code in Android

2011-06-22 Thread Diego
that puts itself in standby if no wake lock is held and timeout has expired, right? Android does no call to request_suspend_state. Thanks again, Diego -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: adb device naming

2011-05-05 Thread Diego
/group/android-kernel/browse_thread/thread/b532ac92949f2e00 Regards, Diego -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] adb device naming

2011-05-04 Thread Diego Rondini
of devices attached emulator-5554 device Is there an ADB configuration file to set this value? Thanks, Diego -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Froyo tslib integration in KeyInputQueue

2011-04-29 Thread Diego
and standby support in my kernel. Now the touchscreen works fine until the first time it tries to suspend, but suspend fails and the touchscreen doesn't work anymore. Regards, Diego -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Froyo tslib integration in KeyInputQueue

2011-04-28 Thread Diego Rondini
the implementation in WindowManagerService.java ? Regards, Diego -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Froyo tslib integration in KeyInputQueue

2011-04-28 Thread Diego
On Apr 28, 10:46 am, Diego Rondini diego.rond...@kynetics.it wrote: To make it work I had to force the send boolean variable to true after preprocessEvent in KeyInputQueue.java. I was getting true only for the SYN event... Now I'm investigating why I get false from preprocessEvent for every

[android-porting] Re: Froyo tslib integration in KeyInputQueue

2011-04-28 Thread Diego
On Apr 28, 12:59 pm, Diego diego.rond...@kynetics.it wrote: Uncommenting some log messages in preprocessEvent in WindowManagerService.java I found out that the culprit was this line: boolean screenIsOff = !mPowerManager.isScreenOn(); screenIsOff is true (yes, mPowerManager.isScreenOn

Re: [android-porting] tslib patch causing Android boot to fail

2011-03-16 Thread Diego Rondini
Il giorno mercoledì 16 marzo 2011 03:49:35 Hamilton Vera ha scritto: Hi Diego, maybe you can find more reference/code about that in LTIB. You can download LTIB for imx28 at freescale.com Thanks you for the hint, but it's not what I need. We found out that declaring «struct tsdev *mTS

[android-porting] tslib patch causing Android boot to fail

2011-03-13 Thread Diego Rondini
;» in EventHub.h makes Android fail to launch SurfaceFlinger most of the times. Does anybody know what could be causing the problem? Could we be missing something (we've noticed we're missing pmem support)? Any help would be highly appreciated, thank you. Regards, Diego Rondini -- unsubscribe