Page 2 of 3
Re: Migrate Settings to new device
Posted: 2020-05-20, 14:53 UTC
by Lawsonator
matixx wrote: 2020-02-11, 20:59 UTC
ghisler(Author) wrote: 2020-02-11, 09:43 UTC
Alternatively, create a button in Total Commander bottom toolbar, button type directory, with the following command:
/data/data/com.ghisler.android.TotalCommander
This brings you to an otherwise hidden directory with the Total Commander settings - just copy them to sd card.
To restore, create the same button again and copy the files back. IMPORTANT: After copying, you then need to close TC via task manager so it doesn't overwrite its settings on exit.
Thank you!!!
But why you don't include this workaround in a simple "save config" - "load config" command in Main Menue?
+1
Re: Migrate Settings to new device
Posted: 2020-05-25, 15:35 UTC
by KnoonK
Hello.
Support this great idea.
TC is worlds the best configurable file manager, and this feature will complement it very well.
I install TC to a lot of my friend and relative, then l tune TC like my TC, this really hard: buttons, bookmarks, internet associations, settings, etc.
It would be great if there was a button (export/inport) in the settings menu.
And I could send the file via bluetooth to other phone and that would be amazing.
I hope you will make that in future.
Thanks in advance.
Re: Migrate Settings to new device
Posted: 2020-05-26, 13:31 UTC
by ghisler(Author)
I will consider it. The problem is that the plugins have their own settings which are not accessible from Total Commander.
Re: Migrate Settings to new device
Posted: 2020-05-27, 10:22 UTC
by KnoonK
ghisler(Author) wrote: 2020-05-26, 13:31 UTC
I will consider it. The problem is that the plugins have their own settings which are not accessible from Total Commander.
If you add the ability to export/import only the TC settings that would be already great.
Re: Migrate Settings to new device
Posted: 2020-10-04, 11:36 UTC
by hardbreaker
ghisler(Author) wrote: 2020-05-26, 13:31 UTC
I will consider it. The problem is that the plugins have their own settings which are not accessible from Total Commander.
Hi,
what's about providing an interface for PlugIns? Providing some BlackBox memory, which can be fully managed by PlugIns, but which is stored with the configuration data as a blob ...
Re: Migrate Settings to new device
Posted: 2021-12-08, 19:30 UTC
by Peter_
I backup the apk and data on the old device with adb.exe on a Windows computer and Smartphone connected with USB:
adb backup -f totalcmd-backup.ab -apk com.ghisler.android.TotalCommander
adb backup -f tcpluginsLAN-backup.ab -apk c com.ghisler.tcplugins.LAN
adb backup -f tcplugins_SFTP-backup.ab -apk c com.ghisler.tcplugins.SFTP
adb backup -f tcplugin_FTP-backup.ab -apk c com.ghisler.tcplugins.FTP
And restore it in the new device:
adb restore totalcmd-backup.ab
adb restore tcpluginsLAN-backup.ab
adb restore tcplugins_SFTP-backup.ab
adb restore tcplugin_FTP-backup.ab
Now I have all my bookmarks (tc, LAN, SFTP, FTP) also on the new device.
Re: Migrate Settings to new device
Posted: 2021-12-10, 13:12 UTC
by matixx
Any personal settings missing?
Re: Migrate Settings to new device
Posted: 2023-11-24, 14:20 UTC
by Teal'c
What is the current status? adb backup and Helium no longer work.
Re: Migrate Settings to new device
Posted: 2024-02-21, 15:28 UTC
by georgeb
Anybody still listening here? I'd be interested in the required status-update, too. It's been quite a while since then.

Re: Migrate Settings to new device
Posted: 2024-02-21, 22:17 UTC
by ghisler(Author)
Why is this an issue? When you setup a new device for the first time, Google offers to restore apps with their data from your older devices.
Re: Migrate Settings to new device
Posted: 2024-02-22, 05:04 UTC
by georgeb
ghisler(Author) wrote: 2024-02-21, 22:17 UTC
Why is this an issue? When you setup a new device for the first time, Google offers to restore apps with their data from your older devices.
Ehm, b/c I do not sync to Google or to anywhere else in the notorious cloud.

So call me an "alu-hat-guy" - but I don't trust those tech-giants in terms of privacy for 1 mm.

Re: Migrate Settings to new device
Posted: 2024-07-10, 19:24 UTC
by brahman
The issues are
1.) If f.e. you may want to set up a tablet or a device that is otherwise restricted or special purpose, meaning you don't want to transfer all your apps, then a select custom transfer of apps is not possible using Google's restore service. It's either all or nothing.
2.) In my experience Google's restore service service can create some instability on a new device. I had to wipe my device and set it up fresh because after Google's restore the device became so buggy, it was not usable to me any more.
3.) Exporting and importing settings has become a user friendly standard in many apps. I think it would be great to implement such a service to the user and have it available.
Re: Migrate Settings to new device
Posted: 2024-07-12, 10:14 UTC
by ghisler(Author)
The problem is that Total Commander can't access the settings of the plugins because Android restricts it.
Re: Migrate Settings to new device
Posted: 2024-11-27, 11:55 UTC
by popthezid
I think adding a feature for importing and exporting settings is a great suggestion.
It would be very helpful for people want manually backup data, as well as for those who don't have or don't want to use the Google Play Store.
At the very least, it would allow users to quickly restore most of their bookmarks and custom buttons when reinstalling TC.
About Plugins settings, maybe people not use.
For me, I've experienced the frustration of having my phone's TC accidentally deleted by my child and then spending half a day adding back all the previous bookmarks and buttons one by one.
Re: Migrate Settings to new device
Posted: 2024-11-27, 12:23 UTC
by JOUBE
ghisler(Author) wrote: 2024-07-12, 10:14 UTC
The problem is that Total Commander can't access the settings of the plugins because Android restricts it.
I also find an export and import function very useful, even if it is not possible for plugins. Many Android apps nowadays support this and it is very useful.
For the plugins, a _separate_ export-import function would certainly be possible, which you call up in the plugin itself (similar to how you create a new connection in it)