S
S
Sherzod Abdurakhmonov2020-06-02 15:05:26
Android
Sherzod Abdurakhmonov, 2020-06-02 15:05:26

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

6 answer(s)
D
Developer, 2020-06-02
@samodum

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

K
Kristal1, 2020-06-02
@Kristal1

Root is right!

N
nuclear_kote, 2020-06-02
@nuclear_kote

https://play.google.com/store/apps/details?id=com....
used to work, don't know now

C
CityCat4, 2020-06-02
@CityCat4

Back up via MobileEdit on your computer. Root is not needed.
Save to phone. Ruth is needed.

R
robprane, 2020-06-03
@robprane

Skit knows how to do it. Very comfortably.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question