[android-porting] Porting Android to PowerPC

2011-03-02 Thread giangiammy
Hi all, I've seen some very old messages about this topic. I'm now starting to port Android on a powerpc architecture (a MPC5121, e300 core). Is there some material available? Did someone make/completed a porting and made it available (or can give me some advice?) for example, I'm evaluating if

[android-porting] Porting of OpenGL on powerpc board

2011-04-12 Thread giangiammy
hi all, i'm porting Android on a new board, and I have the framebuffer working correctly, but the bootanimation program showing just a black screen. (bootanimation is looping, as I see messages on console, and all the inisialization gave no errors ...) (the porting is on Freescale - mpc5121, power

[android-porting] Re: native android opengl application

2011-04-23 Thread giangiammy
you should take a look at the san angeles demo: is included in the standard android framework bye giammy -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

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

2011-04-30 Thread giangiammy
Hi, in a similar situation (porting on a custom kernel of the android patches), I got the standard diff from a vanilla kernel to the android kernel, and then applied by hand the patches to my custom kernel version. bye giammy -- unsubscribe: android-porting+unsubscr...@googlegroups.com website

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

2011-05-03 Thread giangiammy
Hi, the kernel I am using is a 2.6.24. It comes from a Frescale Board Package Support (the CD coming with evaluation board, including cross-compiler tools, ltib, and kernel source with dirver for the evaluation board). This is the BSP for 5121 for example: http://www.freescale.com/webapp/sps/d

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

2011-05-09 Thread giangiammy
Hi! > I have applied these patches manually, but i was not able patch > - fs/proc/proc_misc.c > and > - fs/proc/task_mmu.c file. > I skipped those two files. Is it OK? I do not know if it's OK, but I had the same problem and the kernel seems to be working :-) > So i have unchecked t

[android-porting] Version Control for an Android branch

2011-05-12 Thread giangiammy
Hi all, First of all, let me say I have experience in using GIT/REPO as a user, I never set up a GIT/REPO server. I got the Android source, and made the porting on a new target. Now I will work on this code with other programmers, so I'd like to set up a local version control server for my firm s