Answer the question
In order to leave comments, you need to log in
How to extract the APK file of an already purchased application?
Hello!
How to extract the APK file of an already purchased application?
Those. for full access to the lessons of a particular application, full access was purchased. Now there is a need to make small changes in the application (change the background, add some textual information, remove obsolete information, etc.).
Answer the question
In order to leave comments, you need to log in
Root rights are not required.
You connect the wire to your computer and then through adb:
1. adb devices
adb shell pm list packages
2. adb shell pm path com.xxx.app
3. \Android\Sdk\platform-tools>adb pull /data/app/com.xxx .app-dfbERdfDGnhdghD==/base.apk myapp.apk
4. rename myapp.apk to myapp.zip to access data
https://play.google.com/store/apps/details?id=com....
used to work, don't know now
Back up via MobileEdit on your computer. Root is not needed.
Save to phone. Ruth is needed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question