This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Android JB BringUP for customized 4460 blaze board

Other Parts Discussed in Thread: 4460

Hi,

I have to port the android JB 4.2.2 to the customized 4460 board.

As I am new to android Porting/customization can any one tell me what changes in the android File System has to done, how Can know what files needs to be changed/edited.

Will their be any changes that needs to be done at framework level.

If I want to remove the unnecessary libraries from the android File-system, Is it do able if so how can I achieve it...?

what are manifest file, does each and every hardware on board requires it.

Please give some suggestions & some links where I can get broad idea of porting/customizing the android FileSystem.

Regards,

Sainath

  • Hello Sainath,

    I suggest you to use the official Android JB release for OMAP4: http://omapedia.org/wiki/4AJ.2.5P2_OMAP4_Jelly_Bean_Release_Notes

    #Q:  how Can know what files needs to be changed/edited.
    - You must change/create board file for your custom board. See following porting guide:

    http://processors.wiki.ti.com/index.php/TI-Android-JB-PortingGuide


    #Q: Will their be any changes that needs to be done at framework level.

    - It is not needed. However if you want to implement some different or unsupported features for your custom board. You can try to change Framework.

    #Q: If I want to remove the unnecessary libraries from the android File-system, Is it do able if so how can I achieve it...?

    - I think that this wiki page will be useful for your case: http://processors.wiki.ti.com/index.php/Android_Memory_Analysis

    #Q: what are manifest file, does each and every hardware on board requires it.
    - Tool Chain for building Kernel and Drivers

    The Kernel and Driver sources are built using the Android linux-x86 toolchain for ARM GNU/Linux version.

    This tool chain can be obtained when you pull the Android code based on the released manifest that will be given.

    repo init -u git://git.omapzoom.org/platform/omapmanifest.git -b 27.x -m RLS4AJ.2.5P2_JellyBean.xml

    Best regards,

    Yanko