Re: [android-porting] Froyo 2.2 on MX51, no GUI on LCD at startup.

2010-12-10 Thread Alex Gonzalez
I hope not. I did patch my kernel with all of them, but I might have missed something in the platform code, the conflicts resolution or else. If I only had a clue from the log what the problem might be... On Fri, Dec 10, 2010 at 9:31 PM, Hamilton Vera wrote: > Did you check Freescale patches ?

[android-porting] Re: Flashing U-boot through uart

2010-12-10 Thread Chris Stratton
This is really a question about generic uboot (and probably by extension linux) support for your board which you should take up with the board vendor or author of the uboot port - you haven't yet gotten that working to the point where you are asking an android question. On Dec 9, 6:53 am, PREMRAJ

Re: [android-porting] Re: Needed device nodes

2010-12-10 Thread Deva R
Hi, >My display and touchscreen run under normal circumstances (don't using >android), android will >find the normally used drivers or shall I copy them from regular /dev >to android/dev/ ?? I dont completely get it, but no need for such migration of path., (in device driver code). if you have dis

Re: [android-porting] How to build own application

2010-12-10 Thread Deva R
>So I may need not tell explicitly to build the package? that will do, if you want to build package alone, you can run below commands *Package build* Building .apk in android SDK. No need of eclipse or PDK. `source $MYDROID/build/envsetup.sh` `mmm ` (say #mmm $MYDROID/packages/gallery) >I assume

Re: [android-porting] Froyo 2.2 on MX51, no GUI on LCD at startup.

2010-12-10 Thread Hamilton Vera
Did you check Freescale patches ? http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX51ANDROID_V9&nodeId=018rH3ZrDR633B&fpsp=1&tab=Design_Tools_Tab Maybe you are missing something. On Fri, Dec 10, 2010 at 4:56 PM, Alex wrote: > Hi, > > Porting Android Froyo 2.2 to a Freescale MX5

[android-porting] Froyo 2.2 on MX51, no GUI on LCD at startup.

2010-12-10 Thread Alex
Hi, Porting Android Froyo 2.2 to a Freescale MX51 based board. Kernel boots fine, some errors in logcat that I can live with for the moment, but no GUI. I have seen the penguin on the framebuffer at bootup so I know the LCD is working. I also see the Android letters and the blinkering cursor. The

[android-porting] SDK & AVD Manager Docs for setting up repository?

2010-12-10 Thread todd.lee
I'm new to the group and just looking for some information on publishing our own repository that the SDK manager can access. We're looking to distribute the following: - custom platform based stock android - addon library - images for custom emulator - offline docs - sample code I've been able to

Re: [android-porting] How to build own application

2010-12-10 Thread Srinidhi K V
Hi Deva, >Android build will pickup your applicaiton So I may need not tell explicitly to build the package? I assume package in the sense complete application which includes res, src, Generated files R.java, values, bin etc.. Correct me if I am wrong. Thanks Srinidhi On Fri, Dec 10, 2010 at 8:

Re: [android-porting] can't access SurfaceFlinger

2010-12-10 Thread Deva R
still the permission is failing on Permission.check() http://git.omapzoom.org/?p=platform/frameworks/base.git;a=blob;f=libs/surfaceflinger/SurfaceFlinger.cpp;h=6079a628f00762ed665205986aa6756617271422;hb=refs/heads/p-froyo#l1637 is this apk built separtely outside system build?? from past threads

Re: [android-porting] Re: libaudio

2010-12-10 Thread Deva R
Hi, You can get reference libcamera implementation here.. http://git.omapzoom.org/?p=platform/hardware/ti/omap3.git;a=tree;f=camera-omap3;hb=refs/heads/froyo Needs a bit of porting for omap2420 though., u can start with a stub library (to get the build going for now) On Thu, Dec 9, 2010 at 12:3

Re: [android-porting] Re: Problems by compiling native code

2010-12-10 Thread Deva R
>But it would be very interessting if anybody could explain me which >libraries are necessary for android to get an executable runnable >without statically building? Since android got bionic as libc (not regular GNU libc), all user side binaries should built linking with bionic (for dynamic loading

Re: [android-porting] How to build own application

2010-12-10 Thread Deva R
Hi, Android build will pickup your applicaiton, if you just place complete application folder in $MYDROID/packages/apps/ path. Or else, other way is as simple as making your Android.mk visible to android build., On Fri, Dec 10, 2010 at 4:32 PM, Srinidhi K V wrote: > Hi, > > I have developed a

Re: [android-porting] who can give me android 2.2 system source code ?

2010-12-10 Thread Ashwin Bihari
Srinidhi, If Gingerbread didn't already move to 2.6.35, then yes your steps are correct.. -- Ashwin On Thu, Dec 9, 2010 at 11:16 PM, Srinidhi K V wrote: > Hi Ashwin, > > Thanks for the pointer. I have a Hawk board which is running on Froyo with > 2.6.32 Kernel. I want to move to the 2.6.35 ke

Re: [android-porting] Flashing U-boot through uart

2010-12-10 Thread Tiago Maluta
On Thu, Dec 9, 2010 at 9:53 AM, PREMRAJ SV wrote: > Hello all, >     I am working in hawkboard for porting Android. I have my board > without u-boot being flashed. So i started form the scratch flashing u-boot. > Using windows and tool called AIS generator following the link, > > http://al

[android-porting] How to build own application

2010-12-10 Thread Srinidhi K V
Hi, I have developed an android application which works fine with android phone and Emulator. I want to add this application when I build file system for my Hawk board. Is there a way to do that? Can anybody please provide some pointers on this. Thanks Srinidhi -- unsubscribe: android-porting+u