[android-porting] gpstest for emulator is not working

2010-06-28 Thread Uma Sankar
Hi all, I compiled the hardware/libhardware_legacy/tests/gpstest/gpstest.cpp and installed(copied) this application in Android emulator. When I execute this (through adb shell) its not completes the init functionality. I kept the two printfs before and after to "sGpsInterface->init()" this call i

[android-porting] Re: Diffrece Between Android Kernel and Linux Kernel

2010-06-28 Thread Pankaj
Hi Thank you very much for the reply. I think discussion is goting some wrong way. I am newbee in android poriting . Actually i want to run android in my PCB. It has superH arch processor. I am sucsessfully compiled android source code for the superh arch. Also i have kernel which is sucessfull

[android-porting] Can test a custom rom on emulator?

2010-06-28 Thread Crown
i can test a custom rom on emulator??i am beginner on rom developer, and i want know if a make a custom rom i can test in a emulator.. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] [Kernel 2.6.31 + Eclair 2.1 porting] init.rc commands not interpreted

2010-06-28 Thread fpirou
Hi, I am newbies at android porting. I compiled 2.6.31 linux kernel and Android 2.1 (eclair) for an iMX25 (ARM926EJ-S) target. But, when I mount Android file system, using an NFS server, on top of linux kernel the /init.rc bash commands are NOT interpreted, as shown below: Is there some package

[android-porting] [Kernel 2.6.31 + Eclair 2.1 porting] init.rc commands not interpreted

2010-06-28 Thread fpirou
Hi, I am newbies at android porting. I compiled both 2.6.31 linux kernel and android 2.1 (eclair) for iMX25 based target (ARM926EJ-S) without errors. But, when mounting android file system, through NFS, on top of linux kernel, the bash shell commands of the /init/init.rc file are NOT interpreted

[android-porting] Re: Porting to device without Back and Menu Button

2010-06-28 Thread Aadorn
Hello, I am in process of validating this approach on this, hope it helps. - modify base/services/java/com/android/server/ WindowManagerService.java to allow injecting keys from one app to another - create an app that has inject key event permission to simulate BACK button, and close itself immed

[android-porting] Re: Regarding H264 PV Encoder

2010-06-28 Thread scs sek
Is this known issue? On Sat, Jun 26, 2010 at 4:04 AM, scs sek wrote: > Hi, > > I am not able to see the playback of the clip which is recorded using PV > H264 Encoder. I can see only green display. I am using Eclair. > Any one has faced this problem? > > > -- unsubscribe: android-porting+uns

[android-porting] cgroup errors?

2010-06-28 Thread DJ_Steve
helo, wondering if anyone has any ideas how to get rid of the tons of errors i have like below:: I/ActivityManager( 540): moveTaskToBack: 4 W/SchedPolicy( 540): add_tid_to_cgroup failed to write '665' (Permission denied); background=0 W/ActivityManager( 540): Failed setting process group of 665

[android-porting] Re: Kernel panic - not syncing: Attempted to kill init!

2010-06-28 Thread Brad Davis
On Jun 27, 12:54 am, Ranganath s wrote: > > I2C: ready > DRAM: 64 MB > Flash: 2 MB > NAND: 128 MiB I have 2.1 running on an Atmel AT91SAM9263-EK board. Running is the operative word here. 64MB Dram is not enough to run the standard Android image. I removed Bluetooth, Camera, Mms, Phone, a

Re: [android-porting] [Kernel 2.6.31 + Eclair 2.1 porting] init.rc commands not interpreted

2010-06-28 Thread Sean McNeil
/init.rc is not a bash script. It is an init script and it is interpreted by the init process. On 06/28/2010 05:01 PM, fpirou wrote: Hi, I am newbies at android porting. I compiled 2.6.31 linux kernel and Android 2.1 (eclair) for an iMX25 (ARM926EJ-S) target. But, when I mount Android file sy