Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 0935ca6

Browse files
authored
Added info on manually extracting files with ADB
And also added SamCool939's name
1 parent 748811e commit 0935ca6

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A list of ABIs and DPIs that were found on your device is available.
1111
Your archived versions are stored internally and made available through the standard SAF interface, so anything that uses SAF will support ProgressArchiver95.
1212
SAF (Storage Access Framework) is used in many apps to select files, such as Discord, Chrome, Termux, Firefox, and the built-in Files app.
1313

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.
1515

1616
Old archive mode only extracts the base.apk, ignoring ABIs. This is intended for versions before 0.50 before the split APK scheme.
1717

@@ -31,9 +31,26 @@ Due to the way ABIs work, some versions of the game may not work on all devices.
3131

3232
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.
3333

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.
50+
3451
## Credits
3552
Original Creator: Luihum#1287
36-
Logo: (nobody yet)
53+
Logo: SamCool939
3754
Testing: Lol Guy (Android 10)
3855
Special Thanks: Christian230102
3956
Translators:

0 commit comments

Comments
 (0)