[android-porting] porting froyo to imx51

2010-12-06 Thread Vinay
Hi, I'm trying to port froyo to imx 51 board. I have followed the instructions given in the document: iMx Android R7 User guide. I have not encountered any error while building the u-boot, kernel and android images. However the board does not boot and hangs at a particular point. The log

[android-porting] Re: Android library on build system

2010-12-06 Thread Anders Widen
I need to have some shared resources and some app specific: Compiling should combine both resource paths. project/ project/sharedresources/res project/app1/res project/app2/res I tried a lot of combinations of things in the .mk file but they all gave errors when trying to build. Any ideas? On

Re: [android-porting] porting froyo to imx51

2010-12-06 Thread Hamilton Vera
Hi Vinay, Freescale provides a R9 with froyo (the kernel remains 2.6.31): http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX51ANDROID_V9parentCode=IMX51ANDROIDfpsp=1nodeId=018rH3ZrDR633B Please let me know if you unable to find this release. Thanks Hamilton Vera On Mon, Dec 6,

[android-porting] Where and how is the __initdata used in nand driver?

2010-12-06 Thread w d
Hi, Now,I'm porting Android nand driver. I found a variable __initdata: *static struct s3c2410_uartcfg smdkc100_uartcfgs[] _initdata = {..},* Where and how is __initdata used. Thanks! dwlinux -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] about RTTI support

2010-12-06 Thread Ryan Wei
Hi All I found that the default cflags include -fno-rtti in android build system. Is that means android doesn't support RTTI? If I want to use dynamic_cast in my cxx source code, how can I do that? thanks. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Android kernel 2.6.32 on OMAP2430 kernel panic: Attempted to kill init Problem

2010-12-06 Thread Vivek
Hi, Thank u for your inputs. The board has only 128MB RAM. I have also changed the RAM size to 128MB and checked. But still I have the same problem. Regards, Vadi. On Dec 2, 10:59 pm, Ashwin Bihari abih...@gmail.com wrote: You're going to have a REAL hard time getting Android 2.2 up on a

Re: [android-porting] porting froyo to imx51

2010-12-06 Thread Matt Shao
what kind of board you are using? BBG EVK? You can try later FreeScale Release like R8 or R9... 2010/12/6 Vinay vinayku...@gmail.com Hi, I'm trying to port froyo to imx 51 board. I have followed the instructions given in the document: iMx Android R7 User guide. I have not encountered any

[android-porting] Exceptions for telephony API

2010-12-06 Thread Lay
Dear Android porters, I have problems with the Android UI related to telephony functions. SMS, settings cannot work properly. From the log files, I noticed that whenever any telephony API is run, an exception will be thrown. Some examples are; com.android.internal.telephony.CommandException:

[android-porting] Re: porting froyo to imx51

2010-12-06 Thread Vinay
Hi Matt and Hamilton, I'm so sorry. I have made a mistake in my post. I have actually used R9. Not R7. And I'm using imx51 BBG EVK. I did refer to the iMx android R9 user guide. The log which I have posted was when I used R9. Kindly excuse for the mistake. Please let me know how I can go about

[android-porting] Re: Booting Android

2010-12-06 Thread Stefan
According to the error message, is it possible my sd card i am booting from is the problem? I use ext2 format as described everywhere, but as it says in the error log: last sysfs file: /sys/devices/platform/mxsdhci.1/mmc_host/mmc0/ mmc0:0007/block/m mcblk0/mmcblk0p1/uevent Another question is:

[android-porting] Re: Android kernel 2.6.32 on OMAP2430 kernel panic: Attempted to kill init Problem

2010-12-06 Thread Brad Davis
You still have to reduce the amount of applications (number or size) running. Standard Android really needs 192meg to run the standard image. On Dec 6, 12:43 am, Vivek vivekgulat...@gmail.com wrote: Hi,        Thank u for your inputs. The board has only 128MB RAM. I have also changed the RAM

[android-porting] Re: wifi scanning problem

2010-12-06 Thread Vishveshwar
Amar, Have you checked omapzoom? Take a look at their configuration at git.omapzoom.org. It should give you some good pointers. HTH, Vishveshwar On Nov 25, 7:13 pm, amar nath amar...@gmail.com wrote: Hi, I have omap3530 evm board and i am using wl1271 daughter card for wifi.I ported froyo

Re: [android-porting] Re: Android library on build system

2010-12-06 Thread Ying Wang
Try something like: LOCAL_RESOURCE_DIR := project/sharedresources/res project/app1/res $(LOCAL_RESOURCE_DIR) If it fails again, please paste the error message here. On Mon, Dec 6, 2010 at 1:54 AM, Anders Widen anders...@gmail.com wrote: I need to have some shared resources and some app

[android-porting] unable to retrieve Gps data

2010-12-06 Thread Ne0
Hi guys, Im trying to interface a USB based GPS device on Beagleboard running Android eclair. I have connected the GPS device through a USB hub. Everytime I connect the GPS device, i get the following msg on the console: it uses the USB-serial adapter pl2303 driver. when i connect the gps to the

Re: [android-porting] Re: porting froyo to imx51

2010-12-06 Thread Hamilton Vera
Hi Vinay, do you get any tux image when the kernel goes up? Or any touchscreen calibration procedure? []'s Hamilton Vera On Mon, Dec 6, 2010 at 1:30 PM, Vinay vinayku...@gmail.com wrote: Hi Matt and Hamilton, I'm so sorry. I have made a mistake in my post. I have actually used R9. Not R7.

[android-porting] GingerBread Src Code

2010-12-06 Thread Li Yong
Hi guys: Google has released the Gingerbread. Do you guys kown how to get the Gingerbread src code ? Thank you, -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: porting froyo to imx51

2010-12-06 Thread Vinay
Hi Hamilton, I have actually connected imx51 board to a 17 TFT Dell Monitor. And, Yes I did get the touch screen calibration procedure. But nothing seemed to proceed after that. So I reconfigured my u-boot parameters: Instead of: BBG U-Boot setenv bootargs_android 'setenv bootargs ${bootargs}

[android-porting] Re: porting froyo to imx51

2010-12-06 Thread Vinay
Hi Halimton, Things are resolved. I was able to boot froyo. There were no issues in fact, may be it wanted to test my patience :) I really wonder why it took so long to boot. This morning I started the board and was looking around hunting for solutions, and then it surprised me.. Thanks, Vinay

[android-porting] Power management Issue in OMAP3 EVM

2010-12-06 Thread Arun Joseph
Hi, I am trying to get suspend/resume enabled in OMAP3 EVM with rowboat sources. For this I enabled power management feature (set hw.nopm to false). When I press power key, early-suspend handlers are getting executed and surfaceflinger is down. But It takes 6-7 seconds to enter into linux suspend