Original topic:

Dual Messenger/ Clone Apps

(Topic created on: 06-10-2024 01:14 PM)
699 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
Vikramaditya015
Active Level 10
Tech Talk
Due to it's a system app ,it needs some extra permission which Android System can only grant if the signature matches.(MiUi recorder)
0 Likes
Tech Talk
Okay!
0 Likes
Tech Talk
Wait will it work for modded apk I want both original and modeed
Vikramaditya015
Active Level 10
Tech Talk
Nope. You can't keep both modded and original , due to signature mismatch. Unless you change package id
Tech Talk
The path for ladb is incorrect. It should be /sdcard/fff/a.apk or it doesn't find the file
0 Likes
Vikramaditya015
Active Level 10
Tech Talk
Hmm
0 Likes