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 7691009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:31:37+00:00 2026-05-31T20:31:37+00:00

On many Android devices you can get into a secret settings menu from Phone

  • 0

On many Android devices you can get into a secret settings menu from Phone app by typing in

*#*#4636#*#*

https://web.archive.org/web/20140205002205/http://technology-headlines.com:80/2010/09/17/4636-android-secret-codes/

There are also some other codes.

Is it also possible to open this stuff programmatically?

I’ve tried this:

Intent intent = new Intent(Intent.ACTION_CALL);    
intent.setData(Uri.parse("tel:*#*#4636#*#*"));
startActivity(intent);

But it just tries to initiate a phone call and of course fails, hangs up and closes the Phone app.

EDIT: The phone *#*#4636#*#* gets saved to my Contact list as "Unknown" but the call just fails. In fact, the secret code only works when you type manually on buttons in Phone app without pressing Call in the end. Is it probably just a hidden feature of Phone app which has nothing to do with calling?
If so, one could open the Phone app programmatically and simulate typing on the buttons.

According to this post
Programmatically press a button in another appplication's activity

this should NOT be possible because if any app on non-rooted phone could just start other apps and press something there, it could take over control of the whole device and do bad things.

Here are some more details but I guess the post is a bit old and even if it worked it may have been changed in current Android versions:
http://mylifewithandroid.blogspot.de/2009/01/generating-keypresses-programmatically.html

So, no easier way to enter secret code?

  • 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-31T20:31:39+00:00Added an answer on May 31, 2026 at 8:31 pm

    Is it also possible to open this stuff programmatically?

    Yes:

        Intent in = new Intent(Intent.ACTION_MAIN);
        in.setClassName("com.android.settings", "com.android.settings.TestingSettings");
        startActivity(in);
    

    You just need to watch logcat output to learn what this magic combination actually opens:

    I/ActivityManager(31362): START {act=android.intent.action.MAIN
    flg=0x10000000 cmp=com.android.settings/.TestingSettings} from pid
    4257

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

Sidebar

Related Questions

I develop app for android. I test it on many devices but I have
I have begun evaluating MonoDroid. (I've built many apps using Android+Eclipse) I created new-from-template
I want to implement a chat server with many Android/Blackberry/iPhone devices connecting to it.
I have an app which I want to run on as many Android phones
Can we make application that support NFC (near field communication) for android devices without
Could someone give me some advice on how I can deploy the Android app
I'm currently working on a project that's based on Android. Without getting into many
I would like to see how many visits my website is getting from Android
In Android application development, I frequently go through the word CallBack in many places.
I am creating a simple Android widget with a typical usecase of having many

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.