[TOOL] CloneMyApp - Android APK Cloner

Search This thread

AlemSalleh

Member
Nov 10, 2012
11
0
Are you sure you're installing the cloned app and not the original? Otherwise, send me a link of the download page of clonemy.app and I'll check it out.


I use WhatsApp Business_2.23.3.7 from apkpure
 

lemagedurage

Member
Oct 31, 2022
27
19
clonemy.app


I use WhatsApp Business_2.23.3.7 from apkpure
I see what the issue is:
Code:
Performing Streamed Install
adb: failed to install WhatsApp 2.apk: Failure [INSTALL_FAILED_DUPLICATE_PERMISSION: Package com.nyhioOSE attempting to redeclare permission com.whatsapp.sticker.READ already owned by com.whatsapp.w4b]

I'm not sure how to fix this right now, so this app is unsupported until I find a fix.
 

AlemSalleh

Member
Nov 10, 2012
11
0
I see what the issue is:
Code:
Performing Streamed Install
adb: failed to install WhatsApp 2.apk: Failure [INSTALL_FAILED_DUPLICATE_PERMISSION: Package com.nyhioOSE attempting to redeclare permission com.whatsapp.sticker.READ already owned by com.whatsapp.w4b]

I'm not sure how to fix this right now, so this app is unsupported until I find a fix.
I think I found solution? I just uninstall the original WhatsApp Business (PlayStore) and I manage to install 5 WhatsApp Business Clone.. This way will work?
 

AlemSalleh

Member
Nov 10, 2012
11
0
Ahhh.. Not work..
 

Attachments

  • IMG_20230208_125359_236.jpg
    IMG_20230208_125359_236.jpg
    30 KB · Views: 68

silverprint786

New member
May 7, 2023
2
0
I couldn't find a straightforward way to clone Android apps, without watermarks and such, so I created clonemy.app to do just that.

Features​

  • Upload an APK file, choose a name, wait, download the cloned APK
  • The clone APK has a new package name, which allows for installing the clone alongside the original
  • Create as many clones as you want
  • Run multiple different versions of an app alongside each other

Limitations​

  • XAPK files are currently not supported
  • Cloning is a complicated process, and some apps are not supported

Technology​

  • Apps are decompiled, package name is changed, display name is changed, after which the app is recompiled and ready for download
  • Cloning is created with Python, on top of Apktool and Android build tools
  • The website is created with Starlette


View attachment 5750549

Mods: XDA Ban Appeals Team confirmed this is not warez after removing a similar post & mistakenly banning me, please PM me if there any doubts.
 

Attachments

  • Untitled-1.jpg
    Untitled-1.jpg
    284 KB · Views: 17
  • Remini-v3.7.213.202195602-mod-hinkkers.com.apk
    21.4 MB · Views: 23

silverprint786

New member
May 7, 2023
2
0
I couldn't find a straightforward way to clone Android apps, without watermarks and such, so I created clonemy.app to do just that.

Features​

  • Upload an APK file, choose a name, wait, download the cloned APK
  • The clone APK has a new package name, which allows for installing the clone alongside the original
  • Create as many clones as you want
  • Run multiple different versions of an app alongside each other

Limitations​

  • XAPK files are currently not supported
  • Cloning is a complicated process, and some apps are not supported

Technology​

  • Apps are decompiled, package name is changed, display name is changed, after which the app is recompiled and ready for download
  • Cloning is created with Python, on top of Apktool and Android build tools
  • The website is created with Starlette


View attachment 5750549

Mods: XDA Ban Appeals Team confirmed this is not warez after removing a similar post & mistakenly banning me, please PM me if there any doubts.
Remini app
 

Attachments

  • Untitled-1.jpg
    Untitled-1.jpg
    284 KB · Views: 12

Prockkaii

Senior Member
Dec 15, 2007
172
52
It seems that the website is not working anymore.
When I upload à file, I've got an error
Am I the only one ?
 
  • Like
Reactions: rodken
Dec 13, 2014
43
12
I tried cloning mario kart tour
the installation of the cloned app works fine, but when I run it, the app says something about device time not matching actual time of day.
Not sure what I could do?
 

lemagedurage

Member
Oct 31, 2022
27
19
clonemy.app
its not possible to change package name?
What clonemy.app does is it changes the package name of the apk file such that you can install multiple apps besides each other. If it had the original package name, you couldn't install it while having the original one installed at the same time.

Now when you use the Mario Kart app, it might read its own package name and send it to Nintendo servers, and they might say: "Hey, that's not the original package name", and then the app shows you an error.

To get around that someone would have to reverse engineer the app and specifically find and alter the specific part of the app that sends that information to the servers. And I'm not going to do that :D
 
  • Like
Reactions: rodken

MainPRo105

Member
Apr 10, 2023
32
2
What clonemy.app does is it changes the package name of the apk file such that you can install multiple apps besides each other. If it had the original package name, you couldn't install it while having the original one installed at the same time.

Now when you use the Mario Kart app, it might read its own package name and send it to Nintendo servers, and they might say: "Hey, that's not the original package name", and then the app shows you an error.

To get around that someone would have to reverse engineer the app and specifically find and alter the specific part of the app that sends that information to the servers. And I'm not going to do that :D
and for money you will able to do it?
 

atuy1219

Member
Jun 8, 2023
6
0
Japan
I couldn't find a straightforward way to clone Android apps, without watermarks and such, so I created clonemy.app to do just that.

Features​

  • Upload an APK file, choose a name, wait, download the cloned APK
  • The clone APK has a new package name, which allows for installing the clone alongside the original
  • Create as many clones as you want
  • Run multiple different versions of an app alongside each other

Limitations​

  • XAPK files are currently not supported
  • Cloning is a complicated process, and some apps are not supported

Technology​

  • Apps are decompiled, package name is changed, display name is changed, after which the app is recompiled and ready for download
  • Cloning is created with Python, on top of Apktool and Android build tools
  • The website is created with Starlette


View attachment 5750549

Mods: XDA Ban Appeals Team confirmed this is not warez after removing a similar post & mistakenly banning me, please PM me if there any doubts.
This is a great site!
By the way, are you willing to make this site PWA compliant?
Also, would you be willing to release the source code on Github?
 

lemagedurage

Member
Oct 31, 2022
27
19
clonemy.app
This is a great site!
By the way, are you willing to make this site PWA compliant?
Also, would you be willing to release the source code on Github?
Thanks!

I could make the site PWA compliant, but I'm not sure what the benefits are? There's no offline functionality and I imagine using the website full screen doesn't add much either.

Maybe I'll open source one day but I'd like to make sure that it's not too easy to publish a similar website that adds malware to apps.
 
  • Like
Reactions: rodken

atuy1219

Member
Jun 8, 2023
6
0
Japan
Thanks!

I could make the site PWA compliant, but I'm not sure what the benefits are? There's no offline functionality and I imagine using the website full screen doesn't add much either.

Maybe I'll open source one day but I'd like to make sure that it's not too easy to publish a similar website that adds malware to apps.
I don't like having multiple apps on my home screen, I often search and open apps from the app drawer, and having PWA support would make my home screen smarter as it would appear in the app drawer. (Sorry for my situation)

Your code is great, but I forgot that there are people who abuse that code. I have to think about those people, too. That's too bad, because your code is great.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    I couldn't find a straightforward way to clone Android apps, without watermarks and such, so I created clonemy.app to do just that.

    Features​

    • Upload an APK file, choose a name, wait, download the cloned APK
    • The clone APK has a new package name, which allows for installing the clone alongside the original
    • Create as many clones as you want
    • Run multiple different versions of an app alongside each other

    Limitations​

    • XAPK files are currently not supported
    • Cloning is a complicated process, and some apps are not supported

    Technology​

    • Apps are decompiled, package name is changed, display name is changed, after which the app is recompiled and ready for download
    • Cloning is created with Python, on top of Apktool and Android build tools
    • The website is created with Starlette


    clonemy.app_.png

    Mods: XDA Ban Appeals Team confirmed this is not warez after removing a similar post & mistakenly banning me, please PM me if there any doubts.
    2
    It’s this app:
    I fixed some app renaming bugs, can you try if it works?
    1
    Ah, I see. The AAPT2 version that's used doesn't do well with "use-native-library" in AndroidManifest.xml. But I'm using the latest version of aapt2, so we'll wait for an update and then fix it.

    For now, try an older version of Amazon Prime Video. I tried 3.0.331.22845, which works fine for me.


    Error on my side with Amazon Prime Video
    1
    Works fine with APK Pure version of Amazon Prime Video (Android TV_6.2.3+v14.0.0.601 = https://m.apkpure.com/fr/prime-video-android-tv/com.amazon.amazonvideo.livingroom/)

    Now, I was able to watch Prime video with a account which be different than Fire TV account.
    Because, on the installed app of the Fire TV, Prime video is automatically connected (and linked) with Fire TV account.


    Thanks a lot for your good job !
    1
    {Mod edit: Quoted post has been deleted. Oswald Boelcke, Senior Moderator}
    This was due to a bug with a specific aapt version. I've fixed it now, try clone it again.