• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Embedded Software » Android » Android forum » Customizing Android OS for beagleboard XM
Share
Android
  • Forum
Options
  • Subscribe via RSS

Forums

Customizing Android OS for beagleboard XM

This question is not answered
Batuhan Gundogdu
Posted by Batuhan Gundogdu
on Jul 07 2011 05:56 AM
Intellectual395 points

Hello;

 

I have Beagleboard XM and using Anroid OS.Android OS provide me my needs and I dont want to write an app for it.But I want to customize OS itself.

-Changing icons,UI etc.

-Customizing built in applications(camera,gallery)

-Disabling some phone-related options(because it wont run on phone)

Can anybode show me the route that I should go?

android beagleboard xm
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Satish Patel
    Posted by Satish Patel
    on Jul 07 2011 06:13 AM
    Expert4350 points

    Hi Bathuhan,

     

    1. To change icon for individual application; you need to go through application(camera,gallery)->res folder and change icon images.

    2. To disable phone related option: refer to "build/target/product/sdk.mk". Comment components which you do not want and build the system again

     

    -

    satish

    Kindly click the verify answer button on this post if it answer your question.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Batuhan Gundogdu
    Posted by Batuhan Gundogdu
    on Jul 07 2011 06:26 AM
    Intellectual395 points

    First thanks for your answer.

     

    I am using prebuilt image of TI.I want to ask that where can I find source of that apps?

    Than where can I find build/target/product/sdk.mk.

     


    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Satish Patel
    Posted by Satish Patel
    on Jul 07 2011 06:52 AM
    Expert4350 points

    Hi Bathuan,

     

    There are multiple ways again.

    1. if you are using prebuilt images and just would like to play around, they you can manually delete application from "system/app" folder and reboot the system. But I would not recommend this approach.

    2. TI source you can find on @ http://www.ti.com/sitara-android or http://arowboat.org. Kindly follow the user guide for the release you are using

    You can find that directory (build/target/product/sdk.mk) in source code as well

    3. One more approach is go to source directory: packages->apps-><gallery,camera or phone - whatever you want>->AndroidManisfest.xml

    e.g. To disable camera, open

    packages/apps/Camera/AndroidManifest.xml

    and comment following lines

       <intent-filter>

                    <action android:name="android.intent.action.MAIN" />

                    <category android:name="android.intent.category.DEFAULT" />

                    <category android:name="android.intent.category.LAUNCHER" />

                </intent-filter>

    And rebuilt application. It will not be appeared in launcher.
    -
    satish

     

     

    Kindly click the verify answer button on this post if it answer your question.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Saravanakrishnan Krishnamoorthy
    Posted by Saravanakrishnan Krishnamoorthy
    on Jan 19 2012 12:44 PM
    Prodigy230 points

    Hi Sathish,

    Can you point me on how to remove the existing dock applications from the Android Launcher. I would like to remove the phone and browser buttons and keep only the app drawer button. I went through the source code but couldn't notice three buttons being created. I was able to achieve the same with different home replacement app but it would be nice if I could do it with default launcher app. It would be also great if I could replace the phone and browser apps with custom made apps.

    Thanks,

    Krishnan.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Satish Patel
    Posted by Satish Patel
    on Jan 19 2012 22:54 PM
    Expert4350 points

    Hi Krishnamoorthy,

    1. if you would like to remove mentioned apps likes phone, mms etc. from the build itsself, then follow below link. It will help you out

    http://processors.wiki.ti.com/index.php/Android_Memory_Analysis#Run_Time-Volatile_Memory_Customization

    2. Second but ugly way is to remove package from /system/app. I do not recommend this one

    3. Third is as mentioned in above thread, remove intent filter "LAUNCHER".

    I hope this will help you.

    BR,

    satish

    Kindly click the verify answer button on this post if it answer your question.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Saravanakrishnan Krishnamoorthy
    Posted by Saravanakrishnan Krishnamoorthy
    on Jan 20 2012 15:29 PM
    Prodigy230 points

    Thanks Satish for the info. I was able to remove the in-built apps and add my custom apps to the dock by editing the Launcher app.  I followed the RowboPerf source code. 

    Regards,

    Krishnan.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • sairam
    Posted by sairam
    on Mar 02 2012 08:31 AM
    Prodigy150 points

    Hi satish ,

    Please let us know how to remove the lock screen from the Android . We would like to show directly show the screen after lock screen is removed .

    We are very new to android . We would like to get some help in this regard .

    regards

    Sairam.S

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Satish Patel
    Posted by Satish Patel
    on Mar 04 2012 21:43 PM
    Expert4350 points

    Hi Sairam,

    We have documented the same at

    http://processors.wiki.ti.com/index.php/Android_Developer_FAQs#Q:_How_to_auto_disable_key_guard.2Fscreen_lock_after_android_boot.3F_How_to_see_home_screen_instead_of_screen_lock_after_android_boot_.3F

    I hope this will resolve your problem

    BR,

    satish

    Kindly click the verify answer button on this post if it answer your question.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use