M
Member1771050
Guest
Have you ever wanted to move those pesky non-movable apps to SD card, but you couldn't because move button was grey? Well, now you can. Before we start, I must note that this doesn't allow for updates of system apps to be moved (e.g. Play Store, GoogleTTS, etc.). So, only regular apps like Onedrive or Amazon store, for example.
Let's begin!
Fire up the terminal on your phone and type following, one line at the time:
This will set default install location to external SD.
NOTE: all further installs will be on external memory!
If you want to check whether you did it right, type:
If you did it right, it should say "external". If you after some time want to revert the action, just type:
I think that this can also be done on non-rooted stock devices, but I need testers for that. If there is a person with L70 who has a non-rooted device, PM me for the testing procedure!
That's it kids!
Let's begin!
Fire up the terminal on your phone and type following, one line at the time:
Code:
su
pm set-install-location 2
NOTE: all further installs will be on external memory!
If you want to check whether you did it right, type:
Code:
pm get-install-location
Code:
su
pm set-install-location 0
I think that this can also be done on non-rooted stock devices, but I need testers for that. If there is a person with L70 who has a non-rooted device, PM me for the testing procedure!
That's it kids!

Last edited by a moderator:

, anyway thank you for replying