[android-porting] Re: Can I use goldfish to build kernel for gphone?

2009-09-01 Thread bfriedman
If by gphone you mean the G1 or dev phone you will need the msm kernel and build the msm_defconfig. Goldfish is for the android emulator platform. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group

[android-porting] Camera Stress Test

2010-04-23 Thread bfriedman
I am working with the Android-2.1-r2 build system and I am trying to run the camera stress tests found under the packages/apps/Camera/tests directory. When I run the command as stated in StressTests.java: "am instrument -w com.android.camera.tests/ com.android.camera.CameraStressTestRunner" I get

[android-porting] Android SDK 1.0 Port to PXA270 Init Seg Fault

2009-02-12 Thread bfriedman
Hello, I am working on porting android to a PXA270 development board. I have followed the numerous instructions that are supplied out there for extracting the root file system from the emulator. I have built the 2.6.25 kernel for my board i also tested it with another build and it works. Whe

[android-porting] Touchscreen Driver Issues on PXA platform

2009-02-19 Thread bfriedman
I am porting Android to a PXA development platform. I am using a UCB1400 touchscreen. I have built the kernel and I can get Android to boot however the touchscreen is not working. The touch screen is assigned to event0 and there is no event1. Inside dev/input I only have event0 and mice. I have en

[android-porting] Mounting non-yaffs2 off NAND

2009-03-13 Thread bfriedman
We are currently working with the ADP1. We are trying to mount a non- yaffs2 system off the nand, such as cramfs or jffs2. Has anyone been able to successfully mount a non-yaffs2 system off nand? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googleg

[android-porting] How to reduce system memory on the ADP1

2009-03-13 Thread bfriedman
While doing work with the ADP1 we wanted to reduce the system ram from the default 101MB. Normally you can do this is the kernel command line with a mem=xM, this however does not work. After some research we discovered that upon boot-up the system memory size is set to 101MB via the file board-tro