Open Rafee-M opened 1 year ago
Can confirm the issue
Use adb to install the app, report back with the msg.
There are only two ways to install it after patching:
- Uninstall Facebook App or
- Edit these two permissions inside AndroidManifest.xml
com.facebook.permission.prod.FB_APP_COMMUNICATION -> app.facebook.permission.prod.FB_APP_COMMUNICATION
com.facebook.receiver.permission.ACCESS -> app.facebook.receiver.permission.ACCESS
[ These two permissions prevents the installation of Re-Messenger , if someone have Facebook app on their device ]
- Uninstall Facebook App
This worked perfectly, thanks a lot!
Also, when selecting the Change Package Name
patch it seems error out.
Log:
revanced-manager_patcher_20230430160240867879.log
I assume it's not supported?
Also, an error when trying to install Facebook Lite
Use adb to install the app, report back with the msg.
Same error @oSumAtrIX
I ended up rooting my phone. When selecting install as root, it worked.
P.S This might be a dumb question, but installing as root doesn't involve giving messenger any extra privileges, right?
No.
Use adb to install the app, report back with the msg.
Installing via adb
Performing Streamed Install adb: failed to install ~/platform-tools/Messenger.apk: Failure [INSTALL_FAILED_DUPLICATE_PERMISSION: Package com.facebook.orca attempting to redeclare permission com.facebook.permission.prod.FB_APP_COMMUNICATION already owned by com.facebook.katana]
Installing via package installer
Steps to reproduce
406.0.0.13.115
arm64-v8a
560-640dpi
with ReVanced Builder v3.9.1
.The following packages were uninstalled using uad
com.facebook.appmanager
com.facebook.katana
com.facebook.services
com.facebook.system
Android 12
Which Facebook (Lite) app version do you have installed (or perhaps Facebook Messenger Lite)? I cannot reproduce the issue with Messenger 406.0.0.13.115 myself (with Facebook 409.0.0.27.106 installed).
Edit: I've been able to reproduce the issue - there is a conflict between patched Messenger and Facebook lite. Working on a fix.
One more thing I've notice, when I install successfully re-messenger. The main Facebook app will not be updated through Google Play until I uninstall re-messenger.
Update: the required patch would have to modify the app manifest, which currently fails due to AAPT2 being unable to re-pack resources. I'll continue working on it when arsclib gets merged.
my device has not been given root permission. I get the error "INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.xxx.xxx signatures do not match the previously installed version; ignoring!." when doing it using adb .
There are only two ways to install it after patching:
1. Uninstall Facebook App or 2. Edit these two permissions inside AndroidManifest.xml
com.facebook.permission.prod.FB_APP_COMMUNICATION -> app.facebook.permission.prod.FB_APP_COMMUNICATION
com.facebook.receiver.permission.ACCESS -> app.facebook.receiver.permission.ACCESS
[ These two permissions prevents the installation of Re-Messenger , if someone have Facebook app on their device ]
Can you guide me in editing the permissions?
Can you guide me in editing the permissions?
Open patched Messenger in app like MT Manager
Open AndroidManifest.xml as String pool
Filter com.facebook.permission.prod.FB_APP_COMMUNICATION
& change it to app.facebook.permission.prod.FB_APP_COMMUNICATION
Filter com.facebook.receiver.permission.Access
& change it to app.facebook.receiver.permission.Access
Save & Exit
Sign the app
Install
There are only two ways to install it after patching:
- Uninstall Facebook App or
- Edit these two permissions inside AndroidManifest.xml
com.facebook.permission.prod.FB_APP_COMMUNICATION -> app.facebook.permission.prod.FB_APP_COMMUNICATION
com.facebook.receiver.permission.ACCESS -> app.facebook.receiver.permission.ACCESS
[ These two permissions prevents the installation of Re-Messenger , if someone have Facebook app on their device ]
how do i edit this file?
For support move to one of the links on https://revanced.app
There are only two ways to install it after patching:
- Uninstall Facebook App or
- Edit these two permissions inside AndroidManifest.xml
com.facebook.permission.prod.FB_APP_COMMUNICATION -> app.facebook.permission.prod.FB_APP_COMMUNICATION com.facebook.receiver.permission.ACCESS -> app.facebook.receiver.permission.ACCESS [ These two permissions prevents the installation of Re-Messenger , if someone have Facebook app on their device ]
how do i edit this file?
You can use APKtool_M or MT Manager app.
Just an update: At the moment, I'm just using the root installer. But for that the device needs root
Type
Error at runtime
Bug description
When trying to install Messenger after applying
hide-inbox-ads
installer showsApp not installed
Steps to reproduce
version [ 406.0.0.13.115](406.0.0.13.115)
nodpi
armv8
with Revanced ManagerRelevant log output
Screenshots or videos
Solution
No response
Additional context
Device: OnePlus 9RT Android: 11 App version: 406.0.0.13.115
Acknowledgements