Original topic:

Dual Messenger/ Clone Apps

(Topic created on: 01-26-2022 12:50 PM)
4039 Views
Vikramaditya015
Active Level 10
Options
Tech Talk
Dual/Clone any app

This is a simple trick for cloning apps. Samsung only supports Clone for Some Apps. Using adb you can Clone any apps 


Follow the steps:-

1. Download required adb files in your Desktop 

2. In adb shell enter this command 

"adb shell pm list users"

image

3. Note down the user ID 

4. Move the apk file in adb folder

5. Now enter this adb command. 

"adb install --user 95 a.apk" ( a - refers to name of the apk )

For ladb

" adb install --user 95 /storage/emulated/0/fff/ a.apk" ( fff- refers to name of the folder )

6. Result 

image

image


I have successfully cloned Activity Launcher .
15 Comments
mHappiee
Expert Level 5
Tech Talk
Does it work without turning On Dual Messenger ?
Vikramaditya015
Active Level 10
Tech Talk
It should be turned on .
0 Likes
Anonymous
Not applicable
Tech Talk
This is for you 🤩🤩

____________$$$$$$
___________$$$$$$$$
___$$$$$$$__$$$$$$__$$$$$$
__$$$$$$$$$_ $$$$$_ $$$$$$$$
___$$$$$$$$$_$$$$$_$$$$$$$$
____$$$$$$$$_ $$$$_$$$$$$$
________$$$$$_$$$_$$$$$
_$$$$$$$$$_ $____$_$$$$$$$$
$$$$$$$$$$ $______$ $$$$$$$$$
$$$$$$$$$$$______ $$$$$$$$$$
_$$$$$$$$$_$_____$_$$$$$$$$
_________$$$$$_$$$_$$$$$
_____$$$$$$$$_ $$$$_$$$$$$$
____$$$$$$$$$_$$$$$_$$$$$$$$
___$$$$$$$$$_ $$$$$_ $$$$$$$
____$$$$$$$__$$$$$$__$$$$$$
____________$$$$$$$$_$$___
_____________$$$$$$_ $$___
______$$$$$_________$$____
_____$$$$$$$_______ $$____
___$$$$$$$$$$$_____$$_____
_____ $$$$$$$$$___ $$______
________$$$$$$$__$$_______
__________$$$$$_$$________
___________$$$$$$_________
____________$$$$__________
_____________$$___________
____________$$____$$$$$$$_
___________ $$___$$$$$$$$$$
___________$$__$$$$$$$$___
___________$$_$$$$$$______
___________$$_$$$$$_______
___________$$$$$$_________
___________$$$$___________
___________$$_____________
Vikramaditya015
Active Level 10
Tech Talk
😆
Tech Talk
Does it work with screen recorder miui (package conflict error)
0 Likes
Vikramaditya015
Active Level 10
Tech Talk
Can you explain in detail?
0 Likes
Tech Talk
I wanted to install miui screen recorder on galaxy but it say package conflict. I think cloning will help that or no?
Edit: I wanted to port but I want to solve this error first
0 Likes
Vikramaditya015
Active Level 10
Tech Talk
It will not help you, but if you like to have screen recording with minimal option then you can do this instead.

In adb shell,
settings put secure assistant com.android.systemui/com.android.systemui.screenrecord.ScreenRecordDialog

And long press the home button. 1716812274538.jpg
0 Likes
Tech Talk
Thx for this alternative
0 Likes