KitKat link play store cache to external sd (root) topic
Im new here and I've been searching for a solution to the play store telling me i need more space.. And I have found it out myself. Like I said, I am new.
So, let's get started.
First, download terminal emulator if you haven't already.
Next, grant superuser permissions by typing su.
Now, make a folder in the directory of your SD card.. For this, use mkdir. I named it play.
My SD card was located in the directory of /sdcard. So, I used the command mkdir /sdcard/play
After that, you will be removing the folder that the Google Play Store downloads files in
and symlinking that folder to your SD card.
So, type the command cd /data/data/com.android.providers.downloads
Then after that command, type rm -r cache
After that, symlink the cache folder to the sdcard.
ln -s /(insert your sdcard folder here)/play(or whatever you named your folder)
Bam. Done.
Now, this will not move all app data and stuff to the sdcard,
This will only make the Play Store download the app you are trying to get to the SD.
Therefore bypassing the not enough space error
To sum all of the commands up, how I used them...
su
mkdir /sdcard/play
cd /data/data/com.android.providers.downloads
rm -r cache
ln -s /sdcard/play cache
Done.
Note: this probably won't work with all phones, my phone is an LG L70 although my old LG (android 2.2) I tried to do this on had the SAME FILE that Play Store downloads to.. AKA downloadfile.apk.
I am not sure if it was in the same location, so I'm saying KitKat just to be safe.
Thank you!
So, let's get started.
First, download terminal emulator if you haven't already.
Next, grant superuser permissions by typing su.
Now, make a folder in the directory of your SD card.. For this, use mkdir. I named it play.
My SD card was located in the directory of /sdcard. So, I used the command mkdir /sdcard/play
After that, you will be removing the folder that the Google Play Store downloads files in
and symlinking that folder to your SD card.
So, type the command cd /data/data/com.android.providers.downloads
Then after that command, type rm -r cache
After that, symlink the cache folder to the sdcard.
ln -s /(insert your sdcard folder here)/play(or whatever you named your folder)
Bam. Done.
Now, this will not move all app data and stuff to the sdcard,
This will only make the Play Store download the app you are trying to get to the SD.
Therefore bypassing the not enough space error
To sum all of the commands up, how I used them...
su
mkdir /sdcard/play
cd /data/data/com.android.providers.downloads
rm -r cache
ln -s /sdcard/play cache
Done.
Note: this probably won't work with all phones, my phone is an LG L70 although my old LG (android 2.2) I tried to do this on had the SAME FILE that Play Store downloads to.. AKA downloadfile.apk.
I am not sure if it was in the same location, so I'm saying KitKat just to be safe.
Thank you!
xda-developers
- one plus one gallery and theme store for cm11 topic
- [Q] Google Play Store has stopped ! topic
- {Themes} CM12S free themes from the Themes Store topic
- LOLLIPOP Google Play Store crash topic
- [Q] Samsung apps store topic
- does Google play store automatically install arm64 version of apps? topic
- External as Internal SD? topic
- [Q] Is it possible to have a file download on internal storage and external? topic
- [Q] External Mic possible? Any tips? topic
- [Q] Browser video with external player? topic
- Copy files over to External Storage topic
- [Q] Lollipop ROM failed to write external SDCard topic
- [Q] Can't write to External SD? topic
- SGP611 external SD write access (Lollipop) topic
- [Q] External SD not writable in Android 5.0 topic
- KitKat link play store cache to external sd (root) topic
- Is root required to roll back to KitKat? topic
- Need Lava X5 stock kitkat rom flashable zip topic
- Using TB To Backup on KitKat and Restore on Lollipop topic
- MT6572 kitkat 4.4.2 topic
0 commentaires:
Enregistrer un commentaire