Re: [android-porting] Re: mouse support for android?

2012-02-14 Thread Kees Jongenburger
Hi On Tue, Feb 14, 2012 at 1:28 PM, rakesh rao wrote: > hi > i had connected another micro controller through UART i can read the > values using terminal > but i wont to use that micro controller like input device same as key board > how can i do that > iam already sending the charecters through

[android-porting] OMX.google.aac.decoder ERROR (0x80001001, 10)

2012-02-14 Thread Ritesh Solanki
Hi All, I am trying to play some video on the ICS emulator, it plays most of the video but for some video it does not play and gives below error. D/MediaPlayer( 1899): getMetadata E/OMXCodec( 1080): [OMX.google.aac.decoder] ERROR(0x80001001, 10) can anyone please help me in this. Thanks and re

[android-porting] Porting Android on Freescale iMX35

2012-02-14 Thread Manavendra Nath Manav
Hi All I want to port Android on Freescale iMX35 which is now running on Linux 2.6.31. I want to know which Android framework version and which Android kernel version should I chose to port? I have downloaded Android Froyo version and trying to cross-compile Android-2.6.39 kernel. Is building it f

[android-porting] Porting Android on Freescale iMX35

2012-02-14 Thread Manavendra Nath Manav
Hi All I want to port Android on Freescale iMX35 which is now running on Linux 2.6.31. I want to know which Android framework version and which Android kernel version should I chose to port? I have downloaded Android Froyo version and trying to cross-compile Android-2.6.39 kernel. Is building it f

[android-porting] Re: enable serial port

2012-02-14 Thread Alvin Wong
Hi there, Try adding `androidboot.console=ttyMSM1` to the kernel cmdline. Good luck, Alvin Wong On 2月13日, 上午12時12分, NARAYANA wrote: > By enabling serial driver and passing right arguments from command > line to kernel I was able to get the serial logs on host machine, but > I was not able to en

[android-porting]

2012-02-14 Thread Amit kumar Bag
HI, I am using Snowball V3 board. I flashed android gingerbread image in the board. I want to connect a external STE GSM modem to that board. The STE modem support CAIF protocol. When I connect that modem to snowball its giving the following error [ 81.723632] usb 1-1: new full speed USB device

[android-porting] CAIF support in android

2012-02-14 Thread Amit kumar Bag
-- Forwarded message -- From: Amit kumar Bag Date: 14 February 2012 15:39 Subject: To: HI, I am using Snowball V3 board. I flashed android gingerbread image in the board. I want to connect a external STE GSM modem to that board. The STE modem support CAIF protocol. When I connec

Re: [android-porting] Re: mouse support for android?

2012-02-14 Thread rakesh rao
hi i had connected another micro controller through UART i can read the values using terminal but i wont to use that micro controller like input device same as key board how can i do that iam already sending the charecters through UART, i can see them through terminal how that charecters can act li

[android-porting] Booting hangs after devtmpfs: mounted

2012-02-14 Thread jagan
Hi All, I have trying to port android onto my ARM target. Before proceeding with android, I tried for Linux kernel+root file- system. It was pretty working with above combination. [console is up] But I have a problem with android file-system. I have build-ed android filesystem, after that I hav

[android-porting] Can simulate call in real device?

2012-02-14 Thread fei ji
I am developing a app called call history on real device. So it's necessary to simulate call action. But the emualtor control util in DDMS is disabled and i can't connect to device using telnet 192.168.121.240:. But using telent 192.168.121.240 can connects to device. I am sure that my adb w

[android-porting] Re: lcd not locked,power management issues

2012-02-14 Thread venkat k raju
Hi all, there is some issues in power management . can anybody suggest me power management kernel configuration need for lcd display sleep and resume on android OS. On Tue, Feb 14, 2012 at 10:40 AM, venkat k raju wrote: > > Hi all, > > i am working on am3703(custom) board, and i had port Gin

[android-porting] Re: Porting Android on Freescale iMX35

2012-02-14 Thread Alvin Wong
Hi, I also have some experiences on porting Android with a working kernel. Perhaps my suggestions can help. As you have a working kernel 2.6.31, you would consider upgrading to 2.6.32 which Froyo (and also Gingerbread?) uses. If you can somehow find a site that still has the 2.6.32 Android kernel

[android-porting] Power management issues

2012-02-14 Thread venkat k raju
Hi all, i am working on am3703(custom) board, and i had ported Gingerbread-2.3.4 on it. screen suspend handler not notifying user-space stop drawing event on lcd to the power management. can anybody suggest me what is wrong ? in case of kernel or android rootfs building. -- thanks&Regards k.v