Re: [android-porting]

2012-02-15 Thread Amit kumar Bag
Hi Jagan, I check in my kernel the FDTI driver is not enabled in android kernel. I followed the below steps to enable the FTDI drivers 1.make menuconfig ARCH=arm CROSS_COMPILE=arm-eabi- and enable the FTDI single port serial driver inthe following path Device Drivers- USB support - USB serial

[android-porting] android froyo 2.2 on ARM 11 S3C6410 ,

2012-02-15 Thread akash malhotra
Hello guies to all of you , i want to port Android 2.2.3 froyo on a my mini6410 friendly arm board ,I have some idea regarding the basic filesytem of Android , i want to build an android 2.2 filesystem , can some one guide me , i have an working build envoirment of android 2.2 ,plz help .

[android-porting] How to Automate USB Modem Detection

2012-02-15 Thread Vikas KM
HI All, I am trying to get the USB modem working for Android (Gingerbread Version) Using *usb-modeswitch* and the conf file i am able to run get the USB modem working thing is I need to run the *usb-modeswitch* command.. I want to automate this process.. that is as soon as i connect USB

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

2012-02-15 Thread preetam m.n
Hi Raju, do you see that panel suspend call is being called? - Preetam On Wed, Feb 15, 2012 at 9:36 AM, venkat k raju kvraju@gmail.com wrote: Hi all, there is some issues in power management . can anybody suggest me power management kernel configuration need for lcd display sleep

Re: [android-porting] How to Automate USB Modem Detection

2012-02-15 Thread preetam m.n
As soon as you connect your modem what is it recognised as? you need to change the usb enumeration logic. - Preetam On Wed, Feb 15, 2012 at 4:51 PM, Vikas KM vikki...@gmail.com wrote: HI All, I am trying to get the USB modem working for Android (Gingerbread Version) Using

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

2012-02-15 Thread Glenn Kasten
I think that's the software AAC decoder, so source code should be present in AOSP under frameworks/base/media/libstagefright. Add some logs in software AAC to see where it is passing that error code up to OMXCodec. Another idea is to use a host-based media analyzer tool to examine the headers for

[android-porting] Launcher Requirements

2012-02-15 Thread satur9nine
Hello, I am researching modifications to the Launcher app for a new ICS Android device which should pass CTS. I looked at the CTS document and so far found only two requirements: Widgets (either in Launcher or at least in a separate app) Live Wallpapers (required if the CPU can support it, not

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

2012-02-15 Thread venkat k raju
Hi preetam m.n, from lcd driver right!!! no it not calling. bellow one my boot arguments. setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2 omapdss.def_disp=lcd init=/init omapfb.mode=lcd:320x480MR-16@60rootfstype=ext3 rw rootdelay=3 nohz=off androidboot.console=ttyS2 On

[android-porting] Re: How to Automate USB Modem Detection

2012-02-15 Thread freakingtux
Hello, On Wednesday, February 15, 2012 12:21:24 PM UTC+1, Vikas KM wrote: HI All, I am trying to get the USB modem working for Android (Gingerbread Version) Using *usb-modeswitch* and the conf file i am able to run get the USB modem working thing is I need to run the *usb-modeswitch*