- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2021 11:53 PM in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2021 12:21 AM in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2021 03:49 PM in
Tech Talk+1 for this - I can't imagine it being much more than adding the application com name to the features supported app since it's just using the underlying Android Work / Knox feature.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2021 05:49 PM (Last edited 01-14-2021 06:13 PM ) in
Tech TalkYou can force "dual messenger" installation, but note that app permissions won't work so you won't be able to share pictures:
- Enable developer mode on your phone (Setting > About Phone, then click 7 times on Build number, then Setting > Developer, enable USB)
- Plug your phone to your computer
- On your computer install adb : https://developer.android.com/studio/releases/platform-tools
- Run "adb devices" on your computer terminal to verify that adb can access your phone (it should say "List of devices attached" then list all attached phones)
- Run "adb shell", then "pm list users" to get your dual user ID. You should get something like :
y2s:/ $ pm list users
Users:
UserInfo{0:Benjamin:c13} running
UserInfo{95:DUAL_APP:20001030} running
(where 95 is my dual user ID)
Then type "exit" to exit adb shell
- Download Signal APK : https://signal.org/android/apk/
- Install Signal on your phone with dual user ID by running: "adb install --user 95 Signal-Android-website-prod-universal-release-5.1.9.apk"
(where 95 is your dual user ID and Signal-Android-website-prod-universal-release-5.1.9.apk is the Signal APK you previously downloaded.)
That's it!
PS: Remember to disable developer mode when you're done for security reasons.
More info here: https://forum.xda-developers.com/t/add-non-messenger-apps-to-samsung-dual-messenger.3817250/
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2021 04:05 PM in
Tech TalkI've found a way to do it much simpler, once you have adb shell.
- Enable developer mode on your phone (Setting > About Phone, then click 7 times on Build number, then Setting > Developer, enable USB)
- Plug your phone to your computer
- On your computer install adb : https://developer.android.com/studio/releases/platform-tools
- Run "adb devices" on your computer terminal to verify that adb can access your phone (it should say "List of devices attached" then list all attached phones)
- Run "adb shell", then "pm list users" to get your dual user ID. You should get something like :
y2s:/ $ pm list users
Users:
UserInfo{0:Benjamin:c13} running
UserInfo{95:DUAL_APP:20001030} running
(where 95 is my dual user ID)
type:
pm install-existing --user 95 org.thoughtcrime.securesms
You should see:
Package org.thoughtcrime.securesms installed for user: 95
Done!
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2021 11:45 PM in
Tech TalkIt seems that you need a "regular" messenger app (Whatsapp, FB, Snapchat, FB messenger…) installed in order to have a dual account.
Now that I uninstalled Whatsapp I don't have a "95" dual account anymore… 😕
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2021 08:57 PM in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021 01:54 AM in
Tech TalkCan you please provide further infos on how to do this?
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2021 01:47 PM in
Tech TalkYes, I also need this. Why is Telegram supported but not Signal?
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2022 12:32 AM in
Tech TalkPlease add signal to dual messenger
