Hey Folks,
I thought I'd share this, because it took me much time to find this solution.
For all those who, like me, get really annoyed by the Transfer data to SD Card, internal storage is 75% full notification, which constantly pops up on stock lollipop roms, even if there is more than 2GB of space left, there is a simple way to get rid of it:
On non-rooted phones, you will have to connect your phone to your pc and use adb. If you don't know what adb is, ask google...
In the adb shell, type this command:
Now you will never see this stupid notification again :)
On rooted phones, you don't need a pc with adb. Simply open terminal emulator and type this commands:
Enjoy!
I thought I'd share this, because it took me much time to find this solution.
For all those who, like me, get really annoyed by the Transfer data to SD Card, internal storage is 75% full notification, which constantly pops up on stock lollipop roms, even if there is more than 2GB of space left, there is a simple way to get rid of it:
On non-rooted phones, you will have to connect your phone to your pc and use adb. If you don't know what adb is, ask google...
In the adb shell, type this command:
Code:
adb shell pm hide com.sonymobile.storagechecker
On rooted phones, you don't need a pc with adb. Simply open terminal emulator and type this commands:
Code:
su
pm hide com.sonymobile.storagechecker
No comments:
Post a Comment