[android-porting] Re: OMAP35x EVM .config for 2.6.27 kernel

2009-01-15 Thread Rupesh Gujare
Nestor, Check following threads. http://groups.google.com/group/android-porting/browse_thread/thread/84b363b2a4826d29/a1468920d25ef5d0 http://groups.google.com/group/android-porting/browse_thread/thread/e819c7db7052be87# http://groups.google.com/group/android-porting/browse_thread/thread/a07a6a0d

[android-porting] Re: Porting Android on Freescale IMX31 board

2009-01-15 Thread Rajesh N
HI Deepak, "Use the tool diff to create a patch from a clean linux-2.6.25 kernel source and the android specific linux-2.6.25-android-1.0_r1 kernel source. diff -Naur linux-2.6.25/ linux-2.6.25-android-0.9_r1/ --> android.patch " Deepak , I have done the above step what u mentioned in u r

[android-porting] Re: Sensors

2009-01-15 Thread Mathias Agopian
On Thu, Jan 15, 2009 at 7:11 PM, anand b wrote: > > Mathias, > > I would like to know if gyroscope sensor (mentioned in sensors.h) is > already supported in android. Is there code using this in the android > tree? No. The constant is there so that a 3rd party could implement such a sensor. Mat

[android-porting] Re: Enabling route table with Custom Wifi driver

2009-01-15 Thread vinay
thanks for the information..Android is really doing great on my board.. -vinay On Thu, Jan 15, 2009 at 10:54 PM, dimitr...@android.com < dimitr...@android.com> wrote: > > Hi, > > If you take a look on route utility you will find that it can only set > values. > To get route table just: > cat /pro

[android-porting] Re: Sensors

2009-01-15 Thread anand b
Mathias, I would like to know if gyroscope sensor (mentioned in sensors.h) is already supported in android. Is there code using this in the android tree? Thanks, Anand On Fri, Jan 16, 2009 at 3:43 AM, Mathias Agopian wrote: > > On Thu, Jan 15, 2009 at 1:04 PM, Ken Schultz wrote: >> >> Mathia

[android-porting] Re: SurfaceFlinger and HW integration.

2009-01-15 Thread Mathias Agopian
Hi, On Thu, Jan 15, 2009 at 9:53 AM, F H wrote: > I have a few questions regarding integration of an accelerated capability > into Android. Before we go further, I would like to point out that there are no OpenGL ES driver model in Android 1.0. We're trying very hard to finalize it for the cupc

[android-porting] Re: Help: Boot failed when enabled Android_Power in 2.6.24 on Marvell Board

2009-01-15 Thread Mark Wang
Hi, Qingzhan Thanks for your kind reply. And if you are also working on it or interestred in it, I'd like to exchange and communicate more with you ^_^ That's for certainty that there are great difference between 2.6.24's sys and 2.6.25's especially kobject/kset and related APIs, one example is k

[android-porting] Re: Help: Boot failed when enabled Android_Power in 2.6.24 on Marvell Board

2009-01-15 Thread Qingzhan Zhang
I think you should your kernel ,there are some difference between 2.6.24's sysfs and 2.6.25's. On Thu, Jan 15, 2009 at 5:36 PM, Android Groups wrote: > > Hi, all > > I'm porting Android 1.0 (2.6.25 based) to Marvell PXA9xx board with > 2.6.24 kernel. Considering the workloads of drivers porting,

[android-porting] Re: start point of implement omx enc node class?

2009-01-15 Thread Dave Sparks
You need to implement an OMX encoder and add it to the OMX registery in OpenCore. You'll also probably have to tweak a few things because right now it's hardcoded for the Qualcomm encoder library. On Jan 15, 1:31 am, "forest...@gmail.com" wrote: > when release sample OMX video encoder node,ths,i

[android-porting] Re: Change video hardware on the fly

2009-01-15 Thread Mathias Agopian
On Thu, Jan 15, 2009 at 4:09 PM, Dianne Hackborn wrote: > Multiple screen support has really not been implemented at all, so you > probably have a fair amount of work ahead of you. Mathias can probably help > you some more, but one thing to think about is you probably want to have the > window m

[android-porting] Re: Change video hardware on the fly

2009-01-15 Thread Dianne Hackborn
Multiple screen support has really not been implemented at all, so you probably have a fair amount of work ahead of you. Mathias can probably help you some more, but one thing to think about is you probably want to have the window manager being the one deciding when the switch is to occur, since i

[android-porting] OMAP35x EVM .config for 2.6.27 kernel

2009-01-15 Thread nestor
Can anyone share or provide a link to Android ready .config for the OMAP35X EVM? I would like to get Android (Cupcake) running on this board. Does anyone know of an available porting guide that includes support for the EVM? Regards, Nestor --~--~-~--~~~---~--~~

[android-porting] Re: Sensors

2009-01-15 Thread Mathias Agopian
On Thu, Jan 15, 2009 at 1:04 PM, Ken Schultz wrote: > > Mathias, > > I am looking to use the cupcake version of sensors.h for the sensor > HAL > layer. > >>In "theory", all you need to do is implement a sensor HAL module >>properly (as documented in sensors.h. pay extreme attention to the >>defin

[android-porting] Re: Sensors

2009-01-15 Thread Ken Schultz
Mathias, I am looking to use the cupcake version of sensors.h for the sensor HAL layer. >In "theory", all you need to do is implement a sensor HAL module >properly (as documented in sensors.h. pay extreme attention to the >definition of the axis and units). Unfortunately, in the current git >rep

[android-porting] Re: IPC in dalvik api

2009-01-15 Thread fadden
On Jan 15, 4:47 am, bazookier wrote: > [...] Can any tell us all the IPC mechanism supported by > the android dalvik api. Like pipe, message, share memory, semaphore, > mutex etc api expose? For native code, you have most everything Linux 2.6 provides. For code written in Java, you have the typ

[android-porting] Re: system server fails to allocate 256k heap

2009-01-15 Thread fadden
On Jan 14, 5:11 pm, fadden wrote: > The VM is calling create_contiguous_mspace_with_name(), which in turn > is calling ashmem_create_region().  So it sounds like the ashmem > driver is unhappy about something. Check the errno value after ashmem_create_region() fails. If it's ENFILE or EMFILE th

[android-porting] SurfaceFlinger and HW integration.

2009-01-15 Thread F H
I have a few questions regarding integration of an accelerated capability into Android. I understand that Android must draw to surfaces in Software. In our environment we can create a buffer that can be drawn to both by Hardware and software, but it is one of our components that must allocate the m

[android-porting] Re: IPC in dalvik api

2009-01-15 Thread Dianne Hackborn
Note that the docs reference here refer to a very different version of the Binder. What we have in Android is similar in concept, but shares none of the same code (we had to rewrite everything because the OpenBinder implementation is MPL and our code needs to use the Apache 2.0 license), and is ve

[android-porting] Re: Enabling route table with Custom Wifi driver

2009-01-15 Thread dimitr...@android.com
Hi, If you take a look on route utility you will find that it can only set values. To get route table just: cat /proc/net/route Dmitry On Jan 14, 10:32 pm, vinay wrote: > hi , > > I am making custom wifi driver up in android. After installing the > wifi driver I am able to run wpa_supplicant a

[android-porting] Re: IPC in dalvik api

2009-01-15 Thread AndyM
Hi Bazookier, Android uses binder for IPC. Hackbod has been kind enough to publish some documentation for binder here: http://www.angryredplanet.com/~hackbod/openbinder/docs/html/index.html Try searching for binder in the other groups like framework, internals and developers for more info. On

[android-porting] Re: /cache use by android

2009-01-15 Thread David Turner
at the moment, things work as follows: userdata-qemu.img is the persistent partition image for /data userdata.img is the *initial* version of /data that gets copied into userdata-qemu.img when you do -wipe-data sdcard.img, if present or specified with -sdcard , corresponds to /sdcard cache.img i

[android-porting] Re: /cache use by android

2009-01-15 Thread Jean-Baptiste Queru
Use the same size for /cache as you do for /system and it'll be enough but not too much. JBQ On Thu, Jan 15, 2009 at 7:51 AM, twebb wrote: > >> for the record, a future release of the SDK will feature "virtual machines", >> where each VM corresponds to a directory holding persistent disk images

[android-porting] Re: /cache use by android

2009-01-15 Thread twebb
> for the record, a future release of the SDK will feature "virtual machines", > where each VM corresponds to a directory holding persistent disk images, > including a cache.img disk image. > Could you add some detail to the "virtual machines" feature and to what you mean by persistent disk image

[android-porting] Re: Android: ALSA SoC Audio issues

2009-01-15 Thread Naveen Krishna Ch
In the AudioFlinger.cpp i found some lines saying (Fix Me) Are they fixed Can any one help me figuring out my issue if (__builtin_expect(result!=NO_ERROR, false)) { LOGW( "obtainBuffer timed out (is the CPU pegged?) " "user=%08x, server=%08x", u, s);

[android-porting] Re: Is there a way possible to get the source of android downloaded to windows XP?

2009-01-15 Thread Manish Sharma
Try this out: For windows user goto "http://android.git.kernel.org/ and click on 'tree' link of the package then 'snapshot' link. This will give you a tar ball. Cheers, Manish On 1/15/09, Madi wrote: > > > Hi All, > > For downloading the source code of android, we need ubuntu linux or > Mac OS

[android-porting] nice shopping plaza

2009-01-15 Thread top-ugg.com
hi,please check my web :www.top-ugg.com we have a lot of nice products at low price and PAYPL accept. sneaker,clothes,bags,and so on --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porti

[android-porting] IPC in dalvik api

2009-01-15 Thread bazookier
These days, we start to research the dalvik vm and find a lot of interesting materials. One thing interesting is the multiprocess support for the virtual machine api. As we don't have much time to read every piece of the framework of the library. For now, we only find the traditional signal suppor

[android-porting] Re: /cache use by android

2009-01-15 Thread Jean-Baptiste Queru
Thanks for refreshing my memory :) JBQ On Thu, Jan 15, 2009 at 3:23 AM, David Turner wrote: > it still is re-created empty, unless you use the -cache option > (in this case, the file is re-used, and created if it doesn't exist yet). > > On Thu, Jan 15, 2009 at 12:18 PM, Jean-Baptiste Queru >

[android-porting] Re: /cache use by android

2009-01-15 Thread David Turner
it still is re-created empty, unless you use the -cache option (in this case, the file is re-used, and created if it doesn't exist yet). On Thu, Jan 15, 2009 at 12:18 PM, Jean-Baptiste Queru wrote: > > Is it still re-created empty? I thought we had made it persistent so > that I could test the d

[android-porting] Re: Is there a way possible to get the source of android downloaded to windows XP?

2009-01-15 Thread Jean-Baptiste Queru
You might have better success asking this question on the repo-discuss mailing list. Cheers, JBQ On Thu, Jan 15, 2009 at 1:46 AM, Madi wrote: > > Hi All, > > For downloading the source code of android, we need ubuntu linux or > Mac OS. > Is there a way I can get the source downloaded in windows

[android-porting] Re: /cache use by android

2009-01-15 Thread Jean-Baptiste Queru
Is it still re-created empty? I thought we had made it persistent so that I could test the download manager's ability to resume downloads across reboots... JBQ On Wed, Jan 14, 2009 at 11:25 PM, David Turner wrote: > for the record, in the current emulator, the /cache partition is re-created > e

[android-porting] Re: Is there a way possible to get the source of android downloaded to windows XP?

2009-01-15 Thread Midhun Agnihotram
You might want to install git for windows (Git on MSys) or browse the git web interface of Andriod and get snapshots. Regards, Midhun. On Thu, Jan 15, 2009 at 3:16 PM, Madi wrote: > > Hi All, > > For downloading the source code of android, we need ubuntu linux or > Mac OS. > Is there a way I ca

[android-porting] Re: Sensors

2009-01-15 Thread Vettey
Mathias, I'd like to asking how the sensors will be emulated in cupcake emulator as the sensors_trout.c and sensors_stub.c are gone in cupcake. - Vettey On 1月10日, 上午6时35分, Mathias Agopian wrote: > On Fri, Jan 9, 2009 at 1:26 AM, pramod gurav wrote: > > > On Fri, Jan 9, 2009 at 12:56 PM, Mathi

[android-porting] Is there a way possible to get the source of android downloaded to windows XP?

2009-01-15 Thread Madi
Hi All, For downloading the source code of android, we need ubuntu linux or Mac OS. Is there a way I can get the source downloaded in windows XP (I Don't require to build it now)? Thank you Regards Madhav --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr

[android-porting] Help: Boot failed when enabled Android_Power in 2.6.24 on Marvell Board

2009-01-15 Thread Android Groups
Hi, all I'm porting Android 1.0 (2.6.25 based) to Marvell PXA9xx board with 2.6.24 kernel. Considering the workloads of drivers porting, I degrade the android to 2.6.24. At present, Many necessary features (ASHMEM, BINDER...) and drivers have been ported successfully and Android homescreen and a

[android-porting] Re: start point of implement omx enc node class?

2009-01-15 Thread forest...@gmail.com
when release sample OMX video encoder node,ths,if enable HARDWARE_OMX,compile failed On 2008年12月4日, 上午7时00分, Dave Sparks wrote: > I believe theOMXdecoder node is an adapter class that wraps anOMX > decoder to make it look like a native PV decoder. I think you need to > do something similar for t

[android-porting] Re: Enabling route table with Custom Wifi driver

2009-01-15 Thread vinay
getprop is displaying network setting, route table and all four DNS nameserver ip address. thanks, -vinay On Jan 15, 11:32 am, vinay wrote: > hi , > > I am making custom wifi driver up in android. After installing the > wifi driver I am able to run wpa_supplicant and dhcpcd to get the IP > add

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

2009-01-15 Thread vishal bhoj
when i did a logcat i get Starting input on non-focused client com.android.internal.view.iinputmethodclient$stub$pr...@4) D/InputManagerService( 554): hide the small icon for the input method W/InputManagerService( 554): Ignoring focus gain of: android.view.inputmethod.inputmethodmanage...@435b5

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

2009-01-15 Thread vishal bhoj
hi, TOuch screen is not working for me on omapzoom. when i run pointer location i don get any values there. when i touch only the top time & date bar slides down and goes back. what has to be changed to get touch screen working in android on omap3evm On Tue, Jan 13, 2009 at 8:37 AM, Kai Wei wrot

[android-porting] Re: Android on OMAP35x ?

2009-01-15 Thread vishal bhoj
NIMIT, how did you get the touch screen working ? On Thu, Jan 15, 2009 at 2:45 AM, vishal bhoj wrote: > NIMIT, > > > remove WAKE_DROPPED from the keys and try, worked for me . with the default > mapping are you getting some characters when you press key ? > > > On Thu, Jan 15, 2009 at 1:59 AM,