1

Can I, simultaneously, run two instances of the same Facebook app (which is installed once in the system)?

I want to be active on two accounts (I also have iOS and Windows Phone devices if their support for multiple instances of an app is better than Android's. But my Android phone is my main phone, hence I prefer an Android solution.)

Also, can I get parallel notifications from both accounts (I don't need any chat messages, just the notifications from a specific Facebook group on my second account).

MarianD
  • 299
  • 1
  • 4
  • 14
d-b
  • 255
  • 1
  • 4
  • 12

2 Answers2

5

You cannot run two instances of app with same package name because when you try to install it out of the box because the package installer checks if an instance of the package you are trying to install is already present and if present asks if you want to update the existing app.

You can however change the source code of an existing app to fool the system that it is some other app with a different package name by cloning the source code and have a different package name. Reference link here


Also there's another way by making use of the special Facebook lite app.
Facebook has provided a Lite app which is supposed to work for low-data-speed devices consuming less memory. You can install one Facebook native app and another Facebook lite app and use multiple accounts. So you'll be able to get notifications from both the apps.

NOTE: This is possible because Facebook-app and Facebook-lite are two different apps (with two different package names com.facebook.katana and com.facebook.lite respectively)

Manu
  • 3,094
  • 7
  • 22
  • 40
  • Thanks, it wasn't exactly the answer I was looking for - I was more looking for something along the lines on how to launch an app twice (like you can do from CLI on a Mac) - but it solves my problem so that is good enough! – d-b Aug 17 '15 at 15:43
  • Hmm, when I try to install Facebook Lite it tells me that "This item cannot be installed in your device's country" (I'm in Europe). Any workaround for that? – d-b Aug 17 '15 at 15:45
  • 1
    @user23122 Download from http://www.apkmirror.com and install the APK. Enable unknown sources if necessary, you can disable it later. – rjt.rockx Aug 17 '15 at 16:34
  • @user23122 you cannot just launch an app from terminal in android although it is based on linux, it restricts users to launch an app in terminal to compulsorily have a particular Activity Name – Manu Aug 17 '15 at 17:53
  • to do that, goto terminal and type the "am" command with the syntax shown $ am start -n com.package.name/com.package.name.ActivityName – Manu Aug 17 '15 at 17:55
  • Reference link broken, and now goes to a questionable site. – End Anti-Semitic Hate May 22 '20 at 16:01
4

You can use two Facebook account in a single Facebook application. For that you have to install first an application Parallel Space that is easy available from Google Play. There you will get an option for Facebook application, and that Facebook will work in Parallel Space application.

Firelord
  • 25,084
  • 20
  • 124
  • 286
Vijay Gupta
  • 143
  • 1
  • 8