Help [LB][.182] How to remove the 75% internal storage warning? - Sony Xperia M2

I don't wanna transfer my apps to sd card. Cause, I always have 1GB free space on my Internal Storage. Is there any patch or mod to remove the warning, please let me know.

Use terminal emulator
Type these commands 1) su
2) pm hide com.sonymobile.storagechecker

U need root
Download notification off from play store
And turf off notification form memory

Related

[Q] install apk into external sd card

"adb shell pm set-install-location 2" not work, it does indicated apk will install to external storage. but when I try install a apk, it prompt me no enough space for the app. It has 1GB free space, the app only need 5MB. Why this happen? How to fix it?
fordiy said:
"adb shell pm set-install-location 2" not work, it does indicated apk will install to external storage. but when I try install a apk, it prompt me no enough space for the app. It has 1GB free space, the app only need 5MB. Why this happen? How to fix it?
Click to expand...
Click to collapse
1. Why are you using adb to install an app when you can just click on the apk in your file browser?
2. Have you enabled apps to be installed from foreign sources?
3. Have you set your apps to install to the card install of the internal phone?
4. Have you double checked that you actually have the correct path to the external device? Usually /mnt/sdcard
And what app are you trying to install? I assume that many other apps have worked before... so why are you having a problem, and does that mean your external storage have no apps on it?
i get that too had to do a reset

terminal emulator - install apps to sd?

word of note, i have busybox installed.
I have around 300 apps on my phone, as i have a nice, big SD card. due to several re-flashes i have the apps as .apk files
but the phone itself only has 2 gigs or so of space for apps.. not enough >.>
i tried to do :
busybox install *.apk /data/app
but that filled the phone memory very quickly.
I need to install them directly to SDcard.
Where? i moved an app to SD manually and i don't see it on the SD anywhere.
someone give me a hand?

Is it possible to move/install apps in Android 4.2.2+ to external SD card any more?

Hi is it possible to install apps to external SD card in Android 4.2.2+ any more? I'm sure I remember I used to be able to do this in older versions of android.
I tried the ADB method:
adb shell pm set-install-location 2
but I get an error message saying:
"insufficient storage available"
I tried a whole bunch of apps including Apps2SD, Link2SD, etc, but these all say that because I have an emulated internal SD card that is shared with the OS I can't move my apps. I don't really understand this as I have a 32GB external SD card in my system.
All apps like Link2SD do is open up the application manager anyway, where in the past you had the option to stop the running app and move it to SD. You couldn't do this with all of them, but you could do it with most.
Is there any way around this? I'm surprised not more people would like to move/install their apps to their external SD card.. Many phones are stupidly limited in the amount of internal storage they have, even some of the most expensive ones.
jebus197 said:
Hi is it possible to install apps to external SD card in Android 4.2.2+ any more? I'm sure I remember I used to be able to do this in older versions of android.
I tried the ADB method:
adb shell pm set-install-location 2
but I get an error message saying:
"insufficient storage available"
I tried a whole bunch of apps including Apps2SD, Link2SD, etc, but these all say that because I have an emulated internal SD card that is shared with the OS I can't move my apps. I don't really understand this as I have a 32GB external SD card in my system.
All apps like Link2SD do is open up the application manager anyway, where in the past you had the option to stop the running app and move it to SD. You couldn't do this with all of them, but you could do it with most.
Is there any way around this? I'm surprised not more people would like to move/install their apps to their external SD card.. Many phones are stupidly limited in the amount of internal storage they have, even some of the most expensive ones.
Click to expand...
Click to collapse
I use kitkat carbon custom rom for my xperia arc s. I use link2sd before, and there is no problem with app install on the external sdcard. But now I use mount2sd. For me it's more simple and I don't have to open link2sd and click on app then create link, it's auto by mount2sd. But I use "dirty" method to install link2sd and mount2sd on my phone :laugh: . If you se link2sd, maybe you can try it.
*I sorry, I don't know adb method. I'm just noob. And sorry for my bad english*
Yeah same question for me. What program to use. Thankxs for it. Hugz
Just 4 2 Day
Maybe you should try Mount2SD. IMHO, I think there is possibilities install apps to ext sdcard with this app as long as your phone rooted. Try with this instruction originally from Mount2SD.
*Sorry, I'm just noob. And sorry for my bad english*
if your phone is rooted use luckypatcher

How to make my SD Card my default install location ?

Hello,
I have SanDisk 8GB microsd card Class 2. My phone is Samsung Galaxy Core 2 (SM-G355).
My phone total storage is 4gb out of which 1.82 gb is used for phone and others for apps and my own files.
Currently my microsd is only 8gb drive in my phone ( only 1 partition now )
I want to install asphalt 8, modern combat 5, gta sa ( total about 4 or 5 GB). My sd card have 8 gb space so i want to install my apps in my sd card and not in my little phone memory. I am unable to do it myself and it is no use of sd card with 7.4 GB free of my sd card, i want it for apps.
I do not have a sd card reader for my pc so is there anyway i can do it via phone using twrp or cwm or link2d (free) ?
I have put some pics which tell about my phone and sd card in attachment (please see)
Thanks,
Pr0Ankit
install location
Pr0Ankit said:
Hello,
I have SanDisk 8GB microsd card Class 2. My phone is Samsung Galaxy Core 2 (SM-G355).
My phone total storage is 4gb out of which 1.82 gb is used for phone and others for apps and my own files.
Currently my microsd is only 8gb drive in my phone ( only 1 partition now )
I want to install asphalt 8, modern combat 5, gta sa ( total about 4 or 5 GB). My sd card have 8 gb space so i want to install my apps in my sd card and not in my little phone memory. I am unable to do it myself and it is no use of sd card with 7.4 GB free of my sd card, i want it for apps.
I do not have a sd card reader for my pc so is there anyway i can do it via phone using twrp or cwm or link2d (free) ?
I have put some pics which tell about my phone and sd card in attachment (please see)
Thanks,
Pr0Ankit
Click to expand...
Click to collapse
The best way is to do it in phone app manager.
You can move apps from downloaded section not allready on your SDCard ( internal ) to external (extSDCard).
Click on the app and use the enabled Move to the SdCard option button.
The second way is to use ADB shell command adb shell pm set-install-location 2.
Code:
pm get-install-location: returns the current install location.
0 [auto]: Let system decide the best location
1 [internal]: Install on internal device storage
2 [external]: Install on external media
pm set-install-location: changes the default install location.
NOTE: this is only intended for debugging; using this can cause
applications to break and other undersireable behavior.
0 [auto]: Let system decide the best location
1 [internal]: Install on internal device storage
2 [external]: Install on external media
Regards
Thank you Stratos for you help but actually when i move app from appmanager it moves only 36 mb out of 1.5 GB and the remaining 1 gb obb files are on my internal memory. I do not want to move them, I want to directly install them ONLY on sdcard and the google play / google chrome should not download anything to internal memory. I want my external sdcard to act as my internal memory. Is there any way I can fool my phone ?
Pr0Ankit said:
Thank you Stratos for you help but actually when i move app from appmanager it moves only 36 mb out of 1.5 GB and the remaining 1 gb obb files are on my internal memory. I do not want to move them, I want to directly install them ONLY on sdcard and the google play / google chrome should not download anything to internal memory. I want my external sdcard to act as my internal memory. Is there any way I can fool my phone ?
Click to expand...
Click to collapse
Try second options, If U don't know how to do it right, just ask or search xda/google.
Or swap internal with external :
http://forum.xda-developers.com/galaxy-core/general/mod-t3070988
StratOS_HTC said:
Try second options, If U don't know how to do it right, just ask or search xda/google.
Or swap internal with external :
http://forum.xda-developers.com/galaxy-core/general/mod-t3070988
Click to expand...
Click to collapse
Hi Again,
Thanks for your help. The second option which you provided worked for me to move my apps to sd card and play games but in that case i have to install my apps first in internal memory and then move it to external sd card using GL To SD and i have to mount it everytime i restart phone. I can play games now and install more apps but is there anyway i can install directly say 3gb or 4gb on external without moving ?
Thanks,
Pr0Ankit
Pr0Ankit said:
Hi Again,
Thanks for your help. The second option which you provided worked for me to move my apps to sd card and play games but in that case i have to install my apps first in internal memory and then move it to external sd card using GL To SD and i have to mount it everytime i restart phone. I can play games now and install more apps but is there anyway i can install directly say 3gb or 4gb on external without moving ?
Thanks,
Pr0Ankit
Click to expand...
Click to collapse
Uninstall games.
Use adb/terminal emulator :
pm set-install-location 2
All the instalation will be made from now on external card. Default is 0 (auto)
install game.
As told u can always swap location with @Y300-0100 init.d script if U want from previous post.
The set location does not works. Even when i do it using adb tool and it shows my current install location as external when i install N.O.V.A.3 it says insufficient storage space available ?
:/
Please help me. I do not want to go in much detail about swapping memories cuz it might result in corrupting my sd card/ phone memory or I would end up bricking / bootlooping my phone. Furthermore the link you gave me says that I need a kernel with init.d support . I dont know if i have the kernel with init.d support or not. And I installed Busybox from google play store and not from a script. Will it work ?
Thanks.

[Guide] [For Noobs] Install Games Bigger than your INTERNAL SD/PHONE MEMORY

I am gonna make this thread short and simple.
In this thread Im gonna show u how 2 install games bigger than your phone storage.
Lets say your phone storage is 3gb and u installed gangstar vegas in it.
And now u want to play fifa 16.
But unfortunately,you dont have enough space.
So, lets start.....
1)Download Xposed Installer from here
2)Download Xinternal SD from here
3)Download Handle External Storage(only 4.4 users,JB users dont need it) from here
4)Install all 3 app.
5)open xposed and update framework.
6)Navigate to modules and enable Xinternal Sd and Handle extSD.
7)reboot/softboot
8)Now open xinternal SD and Select the apps.(Selected/Enabled apps will mount your external SD as Internal.So,Your game data on external sd will work like internal.)
9)Path will be like ExtSD/Android/obb=Internal Sd/Android/obb
N.B : If u want to download apps directly to External Sd from google play.
U just need to enable Ext=Int mount from xinternalSd for google play app.
reserved
Might also want to to leave a disclaimer. Many apps are blocking being installed on SD cards and more and more are being used if xposed is installed.

Categories

Resources