Did you know that Facebook’s messenger app has a hidden settings menu? probably not but then, now you do. Facebook messenger does have a hidden menu, not really indicated for the end user and for this reason hidden. This menu is used by the developers at Facebook for debugging purposes. There is no direct way to launch this hidden menu but if your device is rooted, it is possible. people have previously used this menu to get rid of the messenger Day feature that the company rolled out a few months back. Obviously, Facebook did not want that so they have removed the ability to do that. However, there still are some interesting things you can do.
Before we show you how to access the menu though, you must know that this will require pushing commands through adb or a terminal app on your device. Termux would be a good option in case you want to do it ideal on your phone. Don’t worry though because you don’t have to do anything complicated, but it would certainly help if you’re familiar with ADB or Terminal.
Requirements
A rooted Android device with Facebook messenger installed on it.
If using adb, you will need to enable USB debugging on your Android device. You will also need to install adb and fastboot on your PC along with the needed USB motorists for your Android device.
If you don’t want to use adb, you will need a terminal app installed on your Android device. We’d recommend Termux. [googleplay url=””/]
Don’t miss: 4 basic and beneficial tricks Every Android user must know [#2]
Access the hidden menu in Messenger
Note: If you’re using Termux, or any other terminal app instead of adb, skip to step 5.
Go to your adb installation folder and type in cmd in the address bar, hit Enter. This will open a command prompt window inside the adb directory.
Connect your phone to the PC by means of a USB cable and type the following command to ensure that the connection is proper.
adb devices
If you see your device’s serial number listed, it indicates adb can recognize your device and you can step on with the next steps. You may have to grant access authorization on your phone.
Then enter the command given below to access the adb shell.
adb shell
To get root access, enter the command given below in either adb or Termux.
su
On your phone, grant Superuser access when prompted.
Now push the following command and it must launch the hidden menu in Messenger.
am start -n “com.facebook.orca/com.facebook.messaging.internalprefs.MessengerInternalPreferenceActivity”
Facebook app’s internal menu
Just like Messenger, the original Facebook app too has a hidden menu also only indicated for their developers. but you can access it too in a quite similar fashion. just push the command given below in step 7 above instead. The command is essentially the same except for the package and activity names.
am start -n “com.facebook.katana/com.facebook.katana.internsettingsactivity.InternSettingsActivity”
Enable it permanently on Messenger
Once you’ve done what’s described above, you must see the internal preferences or settings activity on your phone. but to access it again, you will have to repeat the steps above unless you permanently enable it. This can’t be done on the Facebook app but you can permanently enable the menu on Messenger.
To do that, launch Facebook Messenger’s hidden settings menu using the method described above.
Scroll down to an entry labeled Gatekeeper Override.
Here, tap search gatekeepers, type internal and hit OK.
Tap the entry which says messenger_internal_prefs_android and you must notice the subtext change from NO to YES.
Now you can access this menu ideal from your messenger settings and it must no longer be a hidden menu.
Must read: 9 Lite apps to save space and minimize data Usage
A quick look at the settings will verify a point already well established before, that this is not indicated for the end user but for the developers at Facebook. There are a few options that you can safely fiddle with. These include enabling chat heads everywhere, even when the messenger app is open or changing the app’s language.
Read Next
10 Facebook ideas and tricks on Android
Source: XDA