-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
### DSU Sideloader v2.02 (testing updater not real update ok) | ||
### DSU Sideloader v2.03 (8) | ||
|
||
- New app design | ||
- Shizuku support | ||
- Built-in DSU installer | ||
- And more... | ||
- Always enforce "settings_dynamic_system" flag when possible. | ||
- May fix installation stuck for some devices | ||
- Write installation script to ExternalFilesDir (only adb operation mode) | ||
- Added developer options, enabled by doing multiple taps in application icon on about section, enables: | ||
- Full logcat logging (may help diagnose installation issues) | ||
- Disable storage checks (only for testing, not recommended) | ||
- Added unlocked bootloader warning | ||
- Other minor fixes and improvements | ||
|
||
Read full changelog here: https://github.com/VegaBobo/DSU-Sideloader/releases/tag/2.01 | ||
Read more at: https://github.com/VegaBobo/DSU-Sideloader/releases/tag/2.03 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "2.02", | ||
"versionCode": 7, | ||
"version": "2.03", | ||
"versionCode": 8, | ||
"zipUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.01/module_DSU_Sideloader.zip", | ||
"changelog": "https://raw.githubusercontent.com/VegaBobo/DSU-Sideloader/master/other/module_updater/latest_changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "2.02", | ||
"versionCode": 7, | ||
"zipUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.01/module_DSU_Sideloader-gsid.zip", | ||
"version": "2.03", | ||
"versionCode": 8, | ||
"zipUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.03/module_DSU_Sideloader-gsid.zip", | ||
"changelog": "https://raw.githubusercontent.com/VegaBobo/DSU-Sideloader/master/other/module_updater/latest_changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"identifier":"dsu_sideloader", | ||
"versionCode": 6, | ||
"versionName": "2.01", | ||
"apkUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.01/app-debug.apk", | ||
"changelogUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/tag/2.01" | ||
"versionCode": 8, | ||
"versionName": "2.02", | ||
"apkUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/download/2.03/app-release.apk", | ||
"changelogUrl": "https://github.com/VegaBobo/DSU-Sideloader/releases/tag/2.03" | ||
} |
This comment has been minimized.
Sorry, something went wrong.
ZjkvirusDec 4, 2023