[TOOL] CloneMyApp - Android APK Cloner

Search This thread

lemagedurage

Member
Oct 31, 2022
27
19
clonemy.app
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.

Fair point, I added PWA to the website
 

atuy1219

Member
Jun 8, 2023
6
0
Japan
Okay, do mind that I'm not showing the pop up to install. But you can use the three dots and press install to install the PWA. If that doesn't work, try to clear cache of your browser app.
Normally, when the PWA is working, you see the "Install app" message, but on this site, you see the "Add to Home screen" message.
I have tried clearing the browser cache, downgrading, and even rebooting to no avail.
 

themys

New member
Jun 22, 2023
3
1
This is a brilliant way to clone app! Thank you for sharing with us!

I do have a small problem. I can’t give it a custom name. Even though I fill in the name that I want for my clone app in the ‘App Name’ field, the apk still installs it as the original app name. Which is confusing since I can’t tell the original apart from the clone. Did I miss a step?
 

Attachments

  • IMG_5658.jpeg
    IMG_5658.jpeg
    65.4 KB · Views: 9
  • IMG_5659.jpeg
    IMG_5659.jpeg
    191.3 KB · Views: 9

lemagedurage

Member
Oct 31, 2022
27
19
clonemy.app
This is a brilliant way to clone app! Thank you for sharing with us!

I do have a small problem. I can’t give it a custom name. Even though I fill in the name that I want for my clone app in the ‘App Name’ field, the apk still installs it as the original app name. Which is confusing since I can’t tell the original apart from the clone. Did I miss a step?

It tries to find where the original name is stored, and changes that. This could go wrong for some apps. If you share which app you're trying to clone I could take a look when I have time.
 

TaZeR369

Senior Member
Aug 28, 2016
199
57
If you have APKTool, wouldnt cloning an app be as simple as editing it's basic values which allows you to change the package name, signature etc. Why the need for this extra tool and the process of de compiling?
 

lemagedurage

Member
Oct 31, 2022
27
19
clonemy.app
If you have APKTool, wouldnt cloning an app be as simple as editing it's basic values which allows you to change the package name, signature etc. Why the need for this extra tool and the process of de compiling?
I actually made the website because the process wasn't that simple with apktool, and just changing the package name references would leave me with more permission related errors, and it was a bit of a chore to fix a bug, recompile, install, and check whether it works. So I figured, why not automate the process and share it with the world?
 

lemagedurage

Member
Oct 31, 2022
27
19
clonemy.app
Great Initiative @lemagedurage!

I am using your tool for this school bus tracking app (long story short, need to track 2 transport buses for diff children as the app publisher is not supporting multiple tracking features).

But running the cloned app does not launch for me, ah bummer!! Can you help check once please?

App Link - https://play.google.com/store/apps/details?id=com.vts.gpsdeskconsumer&hl=en_US.

Thanks!
I tried it with an apk from https://apkcombo.com/gpsdesk-track/com.vts.gpsdeskconsumer/download/apk

However, I managed to clone it twice, have the app installed 3 times, and I could open the app and get to the login screen with each of them. Maybe try again, otherwise it's probably a problem that CloneMyApp can't help with.

One idea: it's possible that the apk you tried to clone is made for the wrong architecture. If this is the case, the original app, before using CloneMyApp, would already fail to open on your phone.
 

Biden2020prez

Member
May 30, 2022
28
2
Hi... cool website. Would you be interested in sharing your python script for cloning apks so I can change the script to run offline for offline apks? that would be really nice.

no pressure
 

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.