Move2SD with Appmgr ?

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
DIZA
Posts: 3
Joined: 14 Jul 2020 08:35

Move2SD with Appmgr ?

Post by DIZA » 14 Jul 2020 19:59

Hallo und danke für die Aufnahme hier im Forum,

ihr kennt sicherlich die APP "Appmgr III" gibt es eine Möglichkeit das verschieben von APPS auf die SD Karte
mit einem Flow zu automatisieren ? z.B. 1x täglich
Vielen Dank schon mal im Voraus für alle die sich Gedanken dazu machen und eine Idee haben.

Googletranslate:
Hello and thanks for inclusion in the forum,
you probably know the APP "Appmgr III" is there a way to automate the moving of APPS to the SD card with a
flow? e.g. 1x a day

Thank you in advance for everyone who thinks about it and has an idea.

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Move2SD with Appmgr ?

Post by Desmanto » 18 Jul 2020 15:49

You can do it using execute root command, which of course need root. You don't need the Appmgr III.
https://stackoverflow.com/questions/232 ... -using-adb
From the example in the link above, is using VLC

Code: Select all

pm install -s -r /data/app/org.videolan.vlc.betav7neon-1.apk
To move back to internal

Code: Select all

pm install -f -r /mnt/asec/org.videolan.vlc.betav7neon-1/pkg.apk
But I always against move2sd. It breaks app functionality and can't move everything, which waste the space more. If you have limited storage, and have android 6.0 above, you better use adoptable storage method (which I also against it actually, but less evil than move2sd).
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

User avatar
DIZA
Posts: 3
Joined: 14 Jul 2020 08:35

Re: Move2SD with Appmgr ?

Post by DIZA » 20 Jul 2020 13:31

OK, thanks for the feedback. But that's not the way I've been looking for. I am aware of the advantages and disadvantages of moving to SD. Therefore I had the hope to be able to do this with the Appmgr. I have already defined which apps will be moved.

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Move2SD with Appmgr ?

Post by Desmanto » 22 Jul 2020 15:50

If you still want to use Appmgr, you can automate it using Control UI. viewtopic.php?f=6&t=7320
But you got to define some kind of loop here, so it is quite advanced usage already. I don't use Appmgr nor move2sd, so can't test it.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

User avatar
DIZA
Posts: 3
Joined: 14 Jul 2020 08:35

Re: Move2SD with Appmgr ?

Post by DIZA » 03 Aug 2020 20:54

Super interesting function.
I've tried a lot with it now. But I didn't make it.
I think I will have to continue doing it manually.
I'll try a little more with it. Thanks for the hint.

Update:
After many attempts, it worked and it works very well.
Thank you again for the solution.

Post Reply