You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A list of ABIs and DPIs that were found on your device is available.
11
11
Your archived versions are stored internally and made available through the standard SAF interface, so anything that uses SAF will support ProgressArchiver95.
12
12
SAF (Storage Access Framework) is used in many apps to select files, such as Discord, Chrome, Termux, Firefox, and the built-in Files app.
13
13
14
-
If you don't see it, the apps are debuggable, so you can use ADB to extract the files from internal storage. Contact me (Luihum#1287) for instructions on this.
14
+
If you don't see it, the apps are debuggable, so you can use ADB to extract the files from internal storage.
15
15
16
16
Old archive mode only extracts the base.apk, ignoring ABIs. This is intended for versions before 0.50 before the split APK scheme.
17
17
@@ -31,9 +31,26 @@ Due to the way ABIs work, some versions of the game may not work on all devices.
31
31
32
32
This broke traditional APK extraction apps, which were designed with fat APKs in mind. So I made ProgressArchiver95, a tool specifically made to archive Progressbar95 easily.
33
33
34
+
## How to manually extract the files
35
+
First, make sure you have ADB installed on your computer. If you don't, you can get it at htps://developer.android.com/studio/releases/platform-tools.
36
+
37
+
1. Plug your phone with your computer with a USB cable.
38
+
2. Make sure USB debugging is enabled. If it isn't, enable it in the Developer Settings. If you can't find the developer settings:
39
+
40
+
* Open Settings.
41
+
* Open "About my phone" (this may be called differently in some devices)
42
+
* Click "Build number" until it says "You're now a developer".
43
+
* Go back. The Developer Settings should now be unlocked.
44
+
* Enable USB debugging and confirm it.
45
+
46
+
3. On a shell (cmd. PowerShell, bash, zsh, sh, Terminal, etc.), type `adb reconnect offline`. A pop-up should appear on your phone asking whether to allow debugging. Tick the checkbox and confirm.
47
+
4. Type `adb exec-out run-as com.luihum.progressarchiver95 ls files/archive`. This will list all versions you have archived.
48
+
5. Type `adb exec-out run-as com.luihum.progressarchiver95 tar c files/archive/(version) > (version).tar`. This will generate a tar file with the version's files in your current directory.
49
+
6. Open the file (using 7zip or your favorite tar viewer). Extract the files.
0 commit comments