[android-porting] CHROOT problem

2009-01-28 Thread Rajesh N
Hi Friends, I am in last stage of porting android over imx31 platform , when the shell script is executed to change root to android , using chroot , it is reporting problem chroot: cannot change root directory to /sd/system/bin/sh: Not a directory I changed the mode of system directory to

[android-porting] Re: Using NDK for native apps (Segmentation fauult)

2009-01-28 Thread Chen Yang
Just fyi, i have successfully compiled the sample application for x86 target and run successfully with some similar modifications. :) -- Chen On Fri, Jan 23, 2009 at 3:29 AM, kozak c.a.subraman...@gmail.com wrote: Hi all, I am trying to compile and execute the simple hello world native app

[android-porting] Re: Android1.0 on to s3c6400 + Home sceen Lock

2009-01-28 Thread abhishek srivasatava
hi Ananth i build an application in android SdK(HelloAndroid) i took the hole source code and put in syatem/bin/HelloAndroid and tried to excute HelloAndroid.apk but it's giving error i tried witout ./dalvikvm and with dalvikvm without dalvikvm--- [r...@linux bin]$ ./HelloAndroid.apk

[android-porting] Re: CHROOT problem

2009-01-28 Thread David Turner
/system/bin/sh is a regular file, not a directory. I assume the problem is the parameter passed to chroot() On Wed, Jan 28, 2009 at 1:02 AM, Rajesh N rajesh.andr...@gmail.com wrote: Hi Friends, I am in last stage of porting android over imx31 platform , when the shell script is executed to

[android-porting] Re: inverted touch on ads7846 chip

2009-01-28 Thread girish
the cupcake power should be properly enabled in kernel space. 2009/1/28 virstud russia.proje...@gmail.com I have whis problem too. repo sync kernel 2.6.27 pxafb work. enable android power drv, PM drv keypad work. spi driver work. ads7846 (tsc2046) work. On touching the touchcreen at

[android-porting] Re: Supported devices on x86 hardware

2009-01-28 Thread squix
Cool. Thank you! I inserted your specifications into the wiki. Feel free to adapt it you make progress or post here again and I will update. Are there more x86 devices out there running android? On Jan 28, 1:48 am, mizmit1222 mizmit1...@gmail.com wrote: Hi, I've only tried to port cupcake,

[android-porting] Re: inverted touch on ads7846 chip

2009-01-28 Thread virstud
cd mydroid grep -R cupcake ./ not result What is cupcake? And how it is linked with ads7846? On 28 янв, 21:15, girish neo.driz...@gmail.com wrote: the cupcake power should be properly enabled in kernel space. 2009/1/28 virstud russia.proje...@gmail.com I have whis problem too. repo

[android-porting] Re: Android x86?

2009-01-28 Thread Erica Baker ♛
Done, thanks Dima! On Wed, Jan 28, 2009 at 11:22 AM, Dima Zavin d...@android.com wrote: Actually, you don't need the -b cupcake anymore. It's been merged down to master, so please update the doc :) Thanks. --Dima On Tue, Jan 27, 2009 at 10:56 PM, EricaJoy ericajoyba...@gmail.comwrote:

[android-porting] Re: Removing Camera Services Hardcoding

2009-01-28 Thread Dave Sparks
It doesn't seem difficult to deal with dynamic changes in preview. The application will make a request through setParameters() and this may result in a change in the preview heap. It's too late to get this change into Cupcake, but we should be able to work on this in the next release. On Jan

[android-porting] dhcpcd refuses to die after turning wifi off.

2009-01-28 Thread AndyM
init.svc.dhcpcd is showing STOPPED, even though the dhcpcd process is still running. setprop ctl.stop dhcpcd does not stop it. This is a problem because when I turn wifi off, it is still running in the background. Then when I turn wifi back on, dhcpcd tries to run again but terminates early. I

[android-porting] recovery, bootloader and diskinstaller

2009-01-28 Thread twebb
Other than the brief comments in recovery.c and firmware.c, are there more detailed documents explaining the android startup process, from power on to opening screen? I don't necessarily care about the G1 implementation details but am interested in the android-specific features. In designing a

[android-porting] Re: recovery, bootloader and diskinstaller

2009-01-28 Thread Dima Zavin
diskinstaller is only used for x86 to create a bootable installer. On Wed, Jan 28, 2009 at 3:21 PM, twebb taliaferr...@gmail.com wrote: Other than the brief comments in recovery.c and firmware.c, are there more detailed documents explaining the android startup process, from power on to

[android-porting] Re: Building OpenCore

2009-01-28 Thread rcp2...@gmail.com
Hi, Is this normal? After following the steps below, after executing 'lunch' and selecting generic, the following errors appeared (see below): Is this normal?? You're building on Linux generic-eng simulator Lunch menu... pick a combo: 1. generic-eng 2. simulator Which would you

[android-porting] Re: android DNS fail to resolve website IP adddres

2009-01-28 Thread vinay
hi, DNS started working after setting net dns proprty.. , setprop net.dns1 primary-dns-server-ip thanks, -vinay On Wed, Jan 21, 2009 at 12:10 PM, Sean McNeil seanmcne...@gmail.com wrote: eth1 isn't a valid device for tracking. Take a look at

[android-porting] Re: Audio support

2009-01-28 Thread reedhuang
Hi Daniel, Could you paste or send me your asound.conf file? I am having the same WM9713 codec and I have no idea how to get the correct values such as type and card name for the AndroidPlayback device. Could you tell me how you found that? Thanks. Reed On Dec 16 2008, 6:56 pm, Daniel Youn