Migrate updates
1.91K subscribers
3 files
20 links
Channel for new version updates.
Download Telegram
Hello everyone.
Migrate 3.0 is now released (without alpha)

From now on, there will be two editions of Migrate.

Migrate NG: This is the Non-Google and Beta edition. It is not published on Google Play store. It will continue having in-app updates. Moreover new features will be tested on these builds first. People who did not like firebase analytics, this edition is for you as it does not have firebase SDK anymore. However, Google admob ads are still present.

Migrate GPE: This version is Google Play Edition. It is the stable version. It does not have in-app updates anymore as it violated Google Play policies.

Coming from alpha 3.1, if you update via the in-app updater, you will be switched to the Non-Google Edition.

Download link (NG): https://www.androidfilehost.com/?fid=4349826312261750458

Thank you.
Update: Migrate 3.0.1 release
# Probable fix to Migrate freezing in app size calculation.
# Added translations
# Some more bug fixes

All users should get this update. Migrate-NG users can update right now via in-app update. Migrate-GPE users will get the update once published on Google Play.
Download link from AFH (Migrate-NG): https://www.androidfilehost.com/?fid=4349826312261765642
Update: Migrate 3.0.3 release
# Probable fix to No metadata found after restore
# Slightly tweaked app logo
# Other improvements

Migrate-GPE users need to wait till app is reinstated on Google Play. It might take over a week. You may switch to Migrate-NG.

Download link from AFH (Migrate-NG): https://androidfilehost.com/?fid=4349826312261774793
Migrate 3.1
# More fixes to data not being restored.
# Many minor changes

Migrate NG users: This update brings comes as a new app. Once you install the update, you will be prompted to remove the old version.
This is to avoid further conflicts with the GPE version. Also people can now use GPE and NG simultaneously.

Migrate GPE users: Please wait for sometime, the update should be available on Google Play Store after a few hours.

Download link: Migrate NG: https://www.androidfilehost.com/?fid=4349826312261779921
Migrate 3.1
# More fixes to data not being restored.
# Many minor changes

Migrate NG users: This update brings comes as a new app. Once you install the update, you will be prompted to remove the old version.
This is to avoid further conflicts with the GPE version. Also people can now use GPE and NG simultaneously.

Migrate GPE users: Please wait for sometime, the update should be available on Google Play Store after a few hours.

Download link: Migrate NG: https://www.androidfilehost.com/?fid=4349826312261779946
Migrate helper with fix for characters is available on Google Play. Migrate update coming soon.
Migrate 3.1.1
# Fix app restores with special characters
# Show backup summary after backup

Migrate NG users (on 3.0.3): This update brings comes as a new app. Once you install the update, you will be prompted to remove the old version.
This is to avoid further conflicts with the GPE version. Also people can now use GPE and NG simultaneously.

Migrate GPE users: Please wait for sometime, the update should be available on Google Play Store after a few hours.

Download link: Migrate NG: https://www.androidfilehost.com/?fid=4349826312261780530
migrate_flasher_1.0.apk
7.9 MB
Hello everyone. I have an important announcement.

Since the beginning of this application, Migrate has been relying on TWRP to flash backups. This has been convenient for most users, but not for all. TWRP has not been successful in many cases and there have been complex workarounds like manual_restore method.

This had to be changed. As such, I am presenting Migrate's sister app: Migrate Flasher

1. This app can be used to flash only migrate backup zips without needing to boot TWRP.
2. For actual app restore, the Migrate helper is still needed. This just is an alternative to TWRP.
3. Flashing via TWRP will still be supported for the foreseeable future.
4. This app is still incomplete (not even in alpha stage). I am sharing so that adventures people may try it and give me feedback.
5. You cannot flash any other Mod/ROM using this app.
TAKE A NANDROID BACKUP AND STORE IN YOUR PC BEFORE TRYING (in case anything goes wrong)
Migrate Flasher is now published on Google Play with improvements
https://play.google.com/store/apps/details?id=balti.migrate.flasher

Read the app description to know more.
migrate_4.0_NG.apk
11.1 MB
[Android 11] Migrate 4.0 Gemini is now available for Migrate-NG users as BETA

To get the update, go to Preferences -> Select update channel -> Beta+stable

Then go back and check for updates.

Migrate-GPE users may try out the apk from here.

Feedback appreciated. If all goes well, it will be published on Google Play store soon.
Kindly take a nandroid backup before trying.
Forwarded from SayantanRC
Migrate 4.0 is released on Google Play Store.

Download link (clear cache/storage of Google Play Store if still showing old version):

https://play.google.com/store/apps/details?id=balti.migrate

Changelog:

# Compatibility fixes for Android 11
# Add Message center to display important announcements.
# Migrate helper now allows to retry failed apk installs
# Add a "Migrate flasher only" backup option
# Save app icons as png files
# Show number of apps selected for backup in Extra backups screen
# Keep screen on when calculating backup size
# Save last state of selection in extras
# Don't remount /data partition in system test
# Many under the hood changes

Also released on AndroidFileHost and XDA labs. Get it using the note #download

Important info for Migrate-NG beta users: there is a bug in the downloader causing it to crash. You will need to manually download the apk and install. Available on XDA labs / AFH
1
The biggest problem in pushing the next version update of Migrate is Scoped Storage.
Read the problems of it here: https://www.xda-developers.com/android-q-storage-access-framework-scoped-storage/

More explanation from a programming standpoint:
========================
While designing the app, I had never thought that Google will deprecate such a basic thing like Java File. Migrate extensively relies on it and moving from File to a Uri based approach would be a huge trouble. As migrate uses shell scripts, hence raw file paths are absolutely necessary.

Hence I set out to write a library that eases the transformation process. Meet FileX.
https://github.com/SayantanRC/FileX

This library uses DocumentsContract in background, handles all the Uri related stuff and provides familiar functions and fields like mkdirs(), createNewFile(), copyRecursively() etc.

This is an open source library, it is nowhere near stable, but if anyone wants, they can give it a try in their apps. Constructive feedback is welcome.
========================

How does it impact the users?
========================
1. If the FileX library works as intended, Migrate should get native support to backup on SD cards and USB OTG drives.

2. Backups will be much slower than before. It is because Scoped Storage is inherently slow. Depending on ROMs, it may even be more unstable than before; have to wait and see how it plays out...

3. Since Migrate-NG is not distributed via Google Play store, it will continue to offer the current default backup method (under [Internal storage]/Migrate) along with FileX (best of both worlds). Migrate-GPE however, has to target Android 11 and above (blame Google), hence using FileX will be the only option.
========================
Channel photo updated
🎉 Migrate is back from the dead. A new version v6 is approved by Google.

https://play.google.com/store/apps/details?id=balti.migrate

#️⃣ The app has been completely rewritten. There are changes to the vision of the project moving forward - including support for non-root users and license changes. Currently the app is incomplete but you can do basic things like backup and restore of contacts, call logs and SMS.

 Some features removed like backup zip creation and TWRP support. App backup and other backups which required root access, are not yet available but will be added in a future release.

🔮 New features are being planned like calendar backup and scheduled backups.

Please read the whole release notes at - https://github.com/BaltiApps/Migrate-OSS/releases/tag/v6.0.1
🔥20❤‍🔥1
New update - v6.0.2

- Show selection count for each type of backup/ restore
- Settings screen added
- Settings - toggle of light / dark mode
- Settings - toggle app colors - classic theme / system colors
- App icon in About dialog
- Bug fix in restore selection

https://play.google.com/store/apps/details?id=balti.migrate
16🔥9👏3👍1🍌1
New Migrate update - v6.1.0

The biggest feature update is addition of application and data backup and restore for rooted users.

Feedback appreciated.

https://play.google.com/store/apps/details?id=balti.migrate
🔥162👏1
New Update - v6.2.1

- Backup and restore external data. [root feature]
- Clearer description of checkboxes for app backup and restore. [root feature]
- Support the project through in-app purchase.

https://play.google.com/store/apps/details?id=balti.migrate
🔥82👍1
New Update - v6.2.3

- Fix bug preventing restore on non-rooted devices.
- Fix bug preventing the default location (Download/Migrate) from being used.

https://play.google.com/store/apps/details?id=balti.migrate
https://github.com/BaltiApps/Migrate-OSS/releases/tag/v6.2.3
4🔥1