Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebrand app to Dsub2000 #25

Merged
merged 1 commit into from
May 18, 2024
Merged

Rebrand app to Dsub2000 #25

merged 1 commit into from
May 18, 2024

Conversation

norohind
Copy link

Advances #5
This PR changes app id from github.daneren2005.dsub to github.paroj.dsub2000. As a side effect, ServerProxy's id was changed from github.daneren2005.serverproxy to github.paroj.serverproxy.
Where I could, I changed name of the application in strings which are shown to end user.
I tested my everyday scenarios of using this app and everything seems to work just fine. I also tested DLNA casting - good.

After this, new builds will install alongside with old application. Thus not updating it and not preserving/migrating user settings/cache from old application. Here's how I migrated my settings and cache to new application (root is required):

  1. cp -r /storage/emulated/0/Android/data/github.daneren2005.dsub/* /storage/emulated/0/Android/data/github.paroj.dsub2000/
  2. rm -rf /data/user/0/github.paroj.dsub2000/*
  3. chown -R u0_a509:u0_a509 /data/user/0/github.paroj.dsub2000/ # Make sure to adjust owner
  4. cp -r /data/user/0/github.daneren2005.dsub/* /data/user/0/github.paroj.dsub2000/
  5. And then manually replace demo server with your own in settings
  6. Manually set desired cache size in settings
  7. Manually check other settings is set to desired values (settings seems to be completely lost during migration, but I'm not sure)

As result, songs cache is preserved, it was most important for me.

@paroj paroj merged commit 0051635 into paroj:edge May 18, 2024
1 check passed
@norohind norohind deleted the rebrand branch January 23, 2025 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants