Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6997439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:17:01+00:00 2026-05-27T20:17:01+00:00

i want to replace the original systemUI.apk form a android 3.x System with a

  • 0

i want to replace the original systemUI.apk form a android 3.x System with a own one. Did anyone try this before or maybe got a openSource project for this

for example the systemUI.apk is the menuBar, i want a own with only back, home and maybe the time, nothing else

THX

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T20:17:02+00:00Added an answer on May 27, 2026 at 8:17 pm

    i found a solution for my problem, maybe this can help other programmers too.
    first of all, I hide the SystemBar with this Answer:

    Is there a way to hide the system bar in Android 3.0? It's an internal device and I'm managing navigation

    Then i create my own home button Service with allways show a home icon on the left side of the top. The Service got a onTouchEvent, looks like this

        public boolean onTouchEvent(MotionEvent event) {
        if(event.getRawY() < 50 && event.getRawX() < 50)
        {
            Context context = getContext();
            Intent startMain = new Intent(Intent.ACTION_MAIN);
            startMain.addCategory(Intent.CATEGORY_HOME);
            startMain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
            context.startActivity(startMain);
        }
        return true;
    }
    

    i hope this can help people out, if not ask me a question 🙂 i will try to help you

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a simple one. I want to replace a sub-string with another sub-string
Let's say I have a string like this: ===== and I want to replace
I want to replace the 'client' field text box in fogbugz when you edit
I want to replace RBSplitView with NSSplitView in my existing project. The application is
I want to replace the last String which is a , with ) .
I want to replace and insert escape character sequences with their escape character values,
I want to replace only the first occurrence of a word in a sentence
I want to replace all the occurrences of a dot( . ) in a
I want to replace with the 4~8 characters of a string with * ,how
I want to replace all mailto: links in html with plain emails. In: text

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.