Skip to content

Releases: VegaBobo/DSU-Sideloader

v2.03

29 Apr 22:23
Compare
Choose a tag to compare

DSU Sideloader 2.03 (8)

This version improves app stability and fixes some bugs.

  • 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 improvements, merged translations, minor bug fixes, updated dependencies...

New Contributors

v2.01

12 Oct 22:01
Compare
Choose a tag to compare

DSU Sideloader v2 is out!

  • Switched to Jetpack Compose
  • New app design (thanks for @WSTxda, he helped me a lot with some design references, and he also created the new app icon, so, thank you man!)
  • Shizuku support (installation via adb commands is still supported)
  • New operation modes (For more info, check README.md).
  • Installation progress tracking (Available in some operation modes)
  • Installation diagnostics (read logcat and warn user about common errors on DSU installation)
  • Built-in DSU installer (still experimental)
  • Updater (Check about screen)
  • Faster gz installation (Thanks to @Claudemirovsky)
  • Added simplified chinese translations (Thanks to @YuKongA and @AngelaCooljx)
  • Added portuguese (Brazil) translations (Thanks to Hitalo and Dan)
  • Lots of fixes

For more information, check README.md, i've updated it with latest app changes!

Attachments

  • app-release.apk: DSU Sideloader application, recommended, support both, rooted and unrooted devices.
  • module_DSU_Sideloader.zip: Magisk module, that enables DSU Sideloader's system operation mode.
  • module_DSU_Sideloader-gsid.zip: Same as Magisk module, but comes with a custom gsid binary, that may fix DSU installation in some devices.

To know more about operation modes, i highly recommend reading README.md.
TLDR: First, try to install the apk only, if that works well for you, nice, keep using it! if you have some issues with DSU installation, try to install Magisk module that includes gsid.

Unfortunatelly, the v2 changed a lot of stuff, and all translations recieved on v1 have been discountinued, however, translations are still accepted!
Feel free to translate, also, i've made a Crowdin, for those who want to translate, check it: Crowdin

This new version should work as expected, but if you experience any issues, feel free to open a issue, you can also, downgrade to the v1 version.

Enjoy this new version!

v1.04

12 Oct 22:01
Compare
Choose a tag to compare

What's Changed

This is the latest v1 version, we highly recommend you to migrate to DSU Sideloader v2.

This version was build after: #27 merge, after that, newer commits belongs to version 2.

v1.03

20 Feb 20:25
Compare
Choose a tag to compare

Fixed userdata size selection
Added Simplified Chinese translation (thanks @AngelaCooljx)

v1.02

19 Feb 00:38
Compare
Choose a tag to compare

DSU Sideloader 1.02

Changelog:

  • Added Japanese translation (thanks @AndroPlus-org)
  • Support for DSU packages (zip files, for reference)
  • Various improvements (on installation script, debugging and bug fixes)

Also, DSU Sideloader got a XDA post:

Thanks for everyone, when i created this app, i never thought it will become so popular, so, i just want to thank you all!

Diagnosing errors on installation process with this version:

  1. Enable "Debug installation" on app preferences
  2. Install any GSI you like
  3. After DSU installation activity has started, it should start logging!
    • on rooted devices, a new activity will start, showing logs, with a option to export them to internal storage
    • on non-rooted devices, once you run adb command, it should start logging everything to "logcat_dsu.txt" file inside internal storage

v1.01

03 Feb 05:00
Compare
Choose a tag to compare

Fixes crash on some devices
Better support for .gz files

When reporting bugs, please use debug version.

v1.0

31 Jan 21:58
Compare
Choose a tag to compare

First release