[android-porting] Re: cupcake minor issues

2009-01-22 Thread Dianne Hackborn
Hi! Thanks for the comments. Cupcake is still very much pre-alpha (it isn't even feature complete yet), so set your expectations accordingly. :) Especially the web browser is in the process of going through a lot of work to integrate well with input methods. The issue you are mentioning I believ

[android-porting] Re: Android x86 community website launched!

2009-01-22 Thread Jeroen Ost
Yes that was me and it looks a better now. Jeroen On Jan 22, 8:00 am, squix wrote: > Hi Jeroen > > I just saw that someone added a tutorial about how to build the kernel > for Geode LX to the Wiki, I guess that was you? Thanks! > I "pimped" it a little bit, I hope you don't mind... > > --Dani >

[android-porting] Re: cupcake build error

2009-01-22 Thread Dianne Hackborn
Have you done a clean build? Something looks at of sync. Fwiw, configChanges is defined in res/values/attrs_manifest.xml, and public.xml defines the official identifier for it. On Wed, Jan 21, 2009 at 10:56 PM, Sean McNeil wrote: > > It looks like I'm missing a change even after repo sync. I g

[android-porting] Re: dobule framebuffer problem when porting android on versatile

2009-01-22 Thread 阿磊
I find the problem. Because there is a set statement in "include/linux/amba/clcd.h" "var->yres_virtual = var->yres = (var->yres + 1) & ~1;" It is a wrong statement, because it reset the yres_virtual. So the android framework will cause page flipping problem. I insert "var->yres_virtual = var-

[android-porting] Cupcake Release Date

2009-01-22 Thread gulshan karmani
Hi , Anyone has an idea about Cupcake release date ? Is it going to be soon or after some major product releases of 1.0 phones ? rgds, Gulshan --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com

[android-porting] gears for android on IA

2009-01-22 Thread Chen Yang
I found that gears is missing for android on IA, visiting gears.google.com, it says: Your browser is not currently supported. Please check the list of supported browsers below. While for the emulator provided by google, it shows: Gear is installed. Current version:0.5.2.0 When will the gears.so f

[android-porting] Re: Porting on msm7225

2009-01-22 Thread Tom_porting_android
HI, I have exactly the same problem when using yaffs2. Has anyone a solution? Thanks Tom On Dec 30 2008, 8:53 pm, mowgli wrote: > Hi, > We are trying to port android on MSM 7225 hardware. Currently we are > trying to manually bring up the framework. It fails during the init > with the followi

[android-porting] Re: [android-internals] Re: How to compile external packages using android toolchain.

2009-01-22 Thread vishal bhoj
Hi Nimit , I want to build an external package. I tried compiling a Hello world example with the toolchain provided in the prebuilt directory but when i execute it i get ./a.out: 1: Syntax error: word unexpected (expecting ")") I feel its not getting linked properly. Were you able to compile u

[android-porting] Re: [android-internals] Re: How to compile external packages using android toolchain.

2009-01-22 Thread Nimit Manglick
Hi Vishal, ya there is some problem with android toolchain or i am not sure if it is designed to behave in this behaviour. If you make your hello world program a package and write an Android.mk for it then it works fine. But if u just try to compile using prebuilt gcc binary presnt in prebuily/..

[android-porting] Re: ADB over TCP IP

2009-01-22 Thread divya
Hi, I was able to use adb using the linux machine. Now my requirement is the debugging using the windows. I installed the android usb for windows and have assigned the VID and PID as mentioned in adb.c. As soon as I connect the device it shows New Hardware Found. I followed the steps mentione

[android-porting] Re: [android-internals] Re: How to compile external packages using android toolchain.

2009-01-22 Thread vishal bhoj
Nimit, How did you compile any external packages with it.Were you able to cross compile any package and use on android. I tried building tslib statically and use it on the board using 2007q3 toolchain,ts_print executed but could not find other modules after setting all the paths i finally ended u

[android-porting] Re: S3C 64X0 kerenl tree using git for android platform.

2009-01-22 Thread Praveen
Hi Lim, I compiled your kernel with the tool chain you have provided and got the kernel Image. I tried to boot the smdk6400 board, but it hangs after uncompressing the kernel . can you provide any help on this issue? On Jan 14, 7:23 am, leemgs wrote: > Hi, R.wen > > I stoped  working of android

[android-porting] Why so many .d files after make the android source code

2009-01-22 Thread max
Hi All I am a newer of android open source. I get the source code and following the instructions on the http://source.android.com/download. My linux OS is Fedora 7. After make, there is a lot of .d files, I think it is not a normal thing, can anyone tell me what to do? Max --~--~-~--~-

[android-porting] Re: Why so many .d files after make the android source code

2009-01-22 Thread Dianne Hackborn
Those contain dependency information used by the build system. On Thu, Jan 22, 2009 at 5:05 AM, max wrote: > > Hi All > I am a newer of android open source. > > I get the source code and following the instructions on the > http://source.android.com/download. My linux OS is Fedora 7. After > mak

[android-porting] Re: Cupcake Release Date

2009-01-22 Thread Dianne Hackborn
There is currently no release data; all we have said for the related features is Q1. On Thu, Jan 22, 2009 at 1:54 AM, gulshan karmani wrote: > Hi , > >Anyone has an idea about Cupcake release date ? > >Is it going to be soon or after some major product releases of 1.0 > phones ? > > > rgd

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

2009-01-22 Thread kozak
Hi all, I am trying to compile and execute the simple hello world native app from the NDK (many components are yet to be provided in this I guess). I am using Beagle board OMAP3530 as the hardware device The path for the sample application is ~/mydroid/development/pdk/ndk/samples I have made s

[android-porting] Re: [android-internals] Re: How to compile external packages using android toolchain.

2009-01-22 Thread kozak
Hi all, I have put a similar post in the following link. Didnt find any posting on "native apps or NDK " :)... http://groups.google.com/group/android-porting/browse_thread/thread/2786e7bb280ee4f2 Please have a look at it You can reply as part of the "How to compile external packages using an

[android-porting] Android and linux kernel dependencies

2009-01-22 Thread George Kumar
Would android work on any linux 2.6 kernel and does it require a version like 2.6.25 or greater. Why does this dependency exist. ? thanks. George --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/grou

[android-porting] Re: ADB over TCP IP

2009-01-22 Thread David Turner
My bad, Brian's right, to activate this, you need however to be sure that: - the ro.secure property is *not* set when the adbd daemon is launched - /dev/android_adb or /dev/android do *not* exist I naively assumed that you had the adb device on your system. On Wed, Jan 21, 2009 at 9:51 PM, Brian

[android-porting] Re: Why so many .d files after make the android source code

2009-01-22 Thread max
Hi Dianne, Thanks for your kind. If I don't want those files emerge in the top directory of my android open source direcotory, how can I do? max On Jan 23, 1:33 am, Dianne Hackborn wrote: > Those contain dependency information used by the build system. > > On Thu, Jan 22, 2009 at 5:05 AM, m

[android-porting] timer is not working on the latest code base

2009-01-22 Thread ravikbsh
I am trying to port timer APIs to Zoom2 running android. I see that, when i call timer_create, it returns 0 (meaning success). Then the callback never gets called. Following is the code snippet, sigev.sigev_notify = SIGEV_SIGNAL; sigev.sigev_signo = signo; sigev.sigev_valu

[android-porting] Re: Why so many .d files after make the android source code

2009-01-22 Thread Dianne Hackborn
You are saying they are at the -top- level directory? If so, that is not normal. On Thu, Jan 22, 2009 at 2:06 PM, max wrote: > > Hi Dianne, > > Thanks for your kind. > > If I don't want those files emerge in the top directory of my android > open source direcotory, how can I do? > > max > > > >

[android-porting] Re: Why so many .d files after make the android source code

2009-01-22 Thread David Turner
they should all be located under out/ if they are in the top directory, something is wrong with your build configuration. can you tell us how you configured your build, which exact commands you made, etc.. ? On Thu, Jan 22, 2009 at 2:06 PM, max wrote: > > Hi Dianne, > > Thanks for your kind.

[android-porting] Re: timer is not working on the latest code base

2009-01-22 Thread David Turner
Hmmm, do you have a small and complete source file for a test that exhibit the problem ? timer management has been modified to properly implement SIGEV_THREAD timers, however SIGEV_SIGNAL ones should not be impacted. are you sure you don't have the signal blocked ? On Thu, Jan 22, 2009 at 2:17 P

[android-porting] Re: Android Surfaces and Locking Questions.

2009-01-22 Thread F H
Thank you Mathias, Very helpful as usual. If I wanted to convey a bit more information between SurfaceFlinger and the client, would it be best to convey it via the control block or add it to the Parcel? Fred. On 1/22/09, Mathias Agopian wrote: > > Hi, > > On Tue, Jan 20, 2009 at 3:37 AM, F H

[android-porting] Re: Android Surfaces and Locking Questions.

2009-01-22 Thread Mathias Agopian
On Thu, Jan 22, 2009 at 2:46 PM, F H wrote: > > Thank you Mathias, > > Very helpful as usual. > > If I wanted to convey a bit more information between SurfaceFlinger > and the client, would it be best to convey it via the control block or > add it to the Parcel? Can you elaborate? What informati

[android-porting] Re: Android Surfaces and Locking Questions.

2009-01-22 Thread F H
It goes back to my desire to use my own allocator for surface memory. I have a degree of enthusiasm to do this because many of our own underlying components (e.g. OpenGL ES, Video Codecs, Blit engines and so on) use our own abstraction rather than a heap. So when a Surface is to be allocated I ne

[android-porting] Re: timer is not working on the latest code base

2009-01-22 Thread ravikbsh
Hi David, Thanks for the quick reply. Yes, i have the complete test code and the make file which simulates this problem. How do it send them? I dont see any option to attach source code. On Jan 22, 4:42 pm, David Turner wrote: > Hmmm, do you have a small and complete source file for a test that

[android-porting] Re: Android Surfaces and Locking Questions.

2009-01-22 Thread Mathias Agopian
On Thu, Jan 22, 2009 at 3:04 PM, F H wrote: > > It goes back to my desire to use my own allocator for surface memory. > I have a degree of enthusiasm to do this because many of our own > underlying components (e.g. OpenGL ES, Video Codecs, Blit engines and > so on) use our own abstraction rather

[android-porting] Re: timer is not working on the latest code base

2009-01-22 Thread David Turner
please send them to me directly (di...@android.com) (or if the source is small, just inline it here) On Thu, Jan 22, 2009 at 3:18 PM, ravikbsh wrote: > > Hi David, > > Thanks for the quick reply. Yes, i have the complete test code and the > make file which simulates this problem. > How do it sen

[android-porting] Re: [android-internals] Re: How to compile external packages using android toolchain.

2009-01-22 Thread Dianne Hackborn
On Fri, Dec 26, 2008 at 8:43 PM, venu wrote: > 1. Can I have anroid w/o the davlick vm, application framework, and APIS ? You can take Linux + whatever user space libraries you want, but I personally I wouldn't call this "Android" any more. > 2. The motivation here is write custom application

[android-porting] UserSpace does not comeup with L2C enabling in Kernel

2009-01-22 Thread gulshan karmani
Hi All, We are on ARM9 platform where L2C enable is mandatory in kernel to acheive right performance. What we observe is that we are not getting the rootfs up with L2C enabled in kernel. how can userspace be dependent on the L2C in Kernel ? I appreciate if someone knows about th