First why:
When I got this phone I was disappointed with fact that primary storage isn't switchable and free user data space is approximately 2.2 GB. Which means that all application data goes to internal storage so it is impossible to use apps like Need for Speed, Navigation app, ShowBox and others. I believe you all find that annoying.
After I saw @Dhruvit Pokharna topic I started to poke a little bit over XDA and I noticed that this was done before ( back in 2012 ) and with various Samsung phones. So I decided to change and adapt script for our phone. Original script was created by @mattiadj from whom I still waiting for permission to change script and to publish it. But I'am going to do it anyway.
What the script do:
It swipe internal sd (/storage/sdcard0) with external micro sd (/storage/extSdCard) and viceversa.
"With this you can use default internal sd only for app storage and the external sd to store all apps resource and all others stuff"
required:
- root
- custom recovery
- kernel with init.d support
- BusyBox-v1.23.0-Stericson
- swap_intsd2extsdcard_SM-G355HN
How to and why:
Before installing swap if you moved some apps to sd move it back to phone to avoid conflict of course.
1. Root your phone first
2. Install custom recovery *(here or here)
3. Make a backup. Just in case of zombie attack *
4. Install kernel with init.d support *(here or here)
5. Install BusyBox-v1.23.0-Stericson.zip (flashable provided below )
6. Install swap_intsd2extsdcard_SM-G355HN.zip (flashable provided below)
7. Why * because you have choice
That's it. Your external sd is internal now and you can enjoy your big internal memory.
If you want to reverse it simply go to /system/etc/init.d delete 11extsd2internalsd and reboot your phone.
credits
@mattiadj and @mike1986.
Some screenshot just for you to see switch and mount points:
man help me.
i have some huge games, wild blood, modern combat 3.
i use the gl to sd to link the data,obb in sd.
and
what should i do to these data,obb in sd to flash the int2ext?
edit: can i use that in 355m?
Grindher said:
man help me.
i have some huge games, wild blood, modern combat 3.
i use the gl to sd to link the data,obb in sd.
and
what should i do to these data,obb in sd to flash the int2ext?
edit: can i use that in 355m?
Click to expand...
Click to collapse
Tutotial is simple. Step by step.
I don't see reason why you can't use this if your Phone has same spec as mine .
Check with root explorer following :
/storage/sdcard0
/storage/extSdCard
/dev/block/vold/179:129
If this is it you're good to go..
And for your existing game data just copy it after at proper place
Here is whole script:
mount -o remount,rw /
mount -t vfat -o umask=0000 /dev/block/vold/179:129 /storage/sdcard0
sleep 30
mount -o bind /data/media /storage/extSdCard
chmod 777 /mnt/extSdCard
sleep 10
chown 1023:1023 /storage/extSdCard
chown 1000:1000 /storage/sdcard0
Click to expand...
Click to collapse
please help my. I cant install any apk whith is not from play store. why.? when I try to instal any apk it shows just " not installed " and manage files trought any file mananger is almost impossible to understand where is right place for files which I looking for.
for example where it install games trought play store.?
I done all step by step without any issue. all things instals, flashes very well.
and without these problems all worked good..
thanks for helping and sory for my very bad english..
rihards23 said:
please help my. I cant install any apk whith is not from play store. why.? afret I try to instal any apk it shows just " not installed " and manage files trought any file mananger is almost impossible to understand where is right place for files which I looking for.
for example where it install games trought play store.?
I done all step by step without any issue. all things instals, flashes very well.
and without these problems all worked good..
thanks for helping and sory for my very bad english..
Click to expand...
Click to collapse
Install applications from play store goes to default internal memory without problem.
When you have downloaded apk from some other site only way for now is to copy it to /data/app than change permission and owner and install it from there. I still didn't figured it out why is that only way for download and backuped apks.
Regarding data app I think you mean what was asked in second post. If you used link2sd or some similar app after swaping just check are data and obb are stored under folder /Android in your external SD so that you could use your saved apps resources.
Y300-0100 said:
Install applications from play store goes to default internal memory without problem.
When you have downloaded apk from some other site only way for now is to copy it to /data/app than change permission and owner and install it from there. I still didn't figured it out why is that only way for download and backuped apks.
Regarding data app I think you mean what was asked in second post. If you used link2sd or some similar app after swaping just check are data and obb are stored under folder /Android in your external SD so that you could use your saved apps resources.
Click to expand...
Click to collapse
Maybe this video will clarify procedure because my English terminology is not good.
http://youtu.be/TrlEz-R6uMA
Y300-0100 said:
Install applications from play store goes to default internal memory without problem.
When you have downloaded apk from some other site only way for now is to copy it to /data/app than change permission and owner and install it from there. I still didn't figured it out why is that only way for download and backuped apks.
Regarding data app I think you mean what was asked in second post. If you used link2sd or some similar app after swaping just check are data and obb are stored under folder /Android in your external SD so that you could use your saved apps resources.
Click to expand...
Click to collapse
thanks alot man..:victory:
now I instal apk withot problem.
Thanks bro for your awesome work.:good:
Hi!
File Commander shows the swap (a lot of memory as device memory) and a little amount (the internal, as sd card memory), but when I get into app administration it only shows the small amount of memory as the avaible for applications, I've tried downloading some apps after the process just to see if that amount was static but it keeps going down with every app, so I guess it isn't working, or only games and apps which use large amounts of memory are saved at the external storage?
Edit: I can't neither nstall apps directl from the storage, just from the play store.
Thanks! :good:
Korelev said:
Hi!
File Commander shows the swap (a lot of memory as device memory) and a little amount (the internal, as sd card memory), but when I get into app administration it only shows the small amount of memory as the avaible for applications, I've tried downloading some apps after the process just to see if that amount was static but it keeps going down with every app, so I guess it isn't working, or only games and apps which use large amounts of memory are saved at the external storage?
Edit: I can't neither nstall apps directl from the storage, just from the play store.
Thanks! :good:
Click to expand...
Click to collapse
Aps must be install in real internal sd card. U got 2.2 GB.
All aplication data ( data and obb ) goes to micro SD card.
Procedure how to install non play store app 2 post up and video tutorial is also up.
Y300-0100 said:
Aps must be install in real internal sd card. U got 2.2 GB.
All aplication data ( data and obb ) goes to micro SD card.
Procedure how to install non play store app 2 post up and video tutorial is also up.
Click to expand...
Click to collapse
I see, just installed a game and it's working, thanks!
I found something, I don't know if it is a bug or me doing something wrong, any app that messes with the identity of the phone doesn't seems to work. I've tried with "Tablet Metrics" module with the xposed framework and Rom toolbox lite, also doesn't work changing the device id.
Thanks alot. I love this
I have a trouble
I have 32GB card. Made all as it says in instruction.
But the problem is now when i connect phone via usb to pc its says - Card 2,18GB, Phone - 29.3GB.
But in phone its show's like phone memory 4GB, card - 2,18GB.
Isnt phone memory should be 29.3GB or something like that?
Help please!
artb91 said:
I have a trouble
I have 32GB card. Made all as it says in instruction.
But the problem is now when i connect phone via usb to pc its says - Card 2,18GB, Phone - 29.3GB.
But in phone its show's like phone memory 4GB, card - 2,18GB.
Isnt phone memory should be 29.3GB or something like that?
Help please!
Click to expand...
Click to collapse
Answer to the trouble is in title. If you want to revert it go to /system/etc/init.d and delete 11ext2int.
Y300-0100 said:
Answer to the trouble is in title. If you want to revert it go to /system/etc/init.d and delete 11ext2int.
Click to expand...
Click to collapse
Well, i already did it, ty Revert works very good
But i wanted to know what i can make wrong. I mean i did everything as it wrote in title. But maybe such fail was already corrected by some user.
And also free space was the same for card and phone memory. i mean if free memory on phone is 200mb, then on sd card its also 200mb.
artb91 said:
Well, i already did it, ty Revert works very good
But i wanted to know what i can make wrong. I mean i did everything as it wrote in title. But maybe such fail was already corrected by some user.
And also free space was the same for card and phone memory. i mean if free memory on phone is 200mb, then on sd card its also 200mb.
Click to expand...
Click to collapse
If you looking in settings storage you will see that. It's the way it is because I couldn't swap whole data partition. I only swap extSdCard with legacy sdcard0 or internal memory. Swapping mmcblk0p22 with mmcblk1p1 wouldn't work because p22 is fst ext4 and p1 is vfat.
Can I use this mod to my Samsung galaxy Core 2 SM-G355H??
harold1603 said:
Can I use this mod to my Samsung galaxy Core 2 SM-G355H??
Click to expand...
Click to collapse
Check with root explorer following :
/storage/sdcard0
/storage/extSdCard
/dev/block/vold/179:129
If this is it you're good to go..
Y300-0100 said:
Check with root explorer following :
/storage/sdcard0
/storage/extSdCard
/dev/block/vold/179:129
If this is it you're good to go..
Click to expand...
Click to collapse
thanks for the reply sir
I dont have 179:129 on the vold folder or maybe i cant see this because im not rooted
but yes I have the following only the 179:129 dosent show on the /dev/block/vold
is this a file or folder? the 179:129
Thanks Y300-0100
:good::good::good:
how can use it on core i8262 please??
app installisation error
Y300-0100 said:
First why:
When I got this phone I was disappointed with fact that primary storage isn't switchable and free user data space is approximately 2.2 GB. Which means that all application data goes to internal storage so it is impossible to use apps like Need for Speed, Navigation app, ShowBox and others. I believe you all find that annoying.
After I saw @Dhruvit Pokharna topic I started to poke a little bit over XDA and I noticed that this was done before ( back in 2012 ) and with various Samsung phones. So I decided to change and adapt script for our phone. Original script was created by @mattiadj from whom I still waiting for permission to change script and to publish it. But I'am going to do it anyway.
What the script do:
It swipe internal sd (/storage/sdcard0) with external micro sd (/storage/extSdCard) and viceversa.
"With this you can use default internal sd only for app storage and the external sd to store all apps resource and all others stuff"
required:
- root
- custom recovery
- kernel with init.d support
- BusyBox-v1.23.0-Stericson
- swap_intsd2extsdcard_SM-G355HN
How to and why:
Before installing swap if you moved some apps to sd move it back to phone to avoid conflict of course.
1. Root your phone first
2. Install custom recovery *(here or here)
3. Make a backup. Just in case of zombie attack *
4. Install kernel with init.d support *(here or here)
5. Install BusyBox-v1.23.0-Stericson.zip (flashable provided below )
6. Install swap_intsd2extsdcard_SM-G355HN.zip (flashable provided below)
7. Why * because you have choice
That's it. Your external sd is internal now and you can enjoy your big internal memory.
If you want to reverse it simply go to /system/etc/init.d delete 11extsd2internalsd and reboot your phone.
credits
@mattiadj and @mike1986.
Some screenshot just for you to see switch and mount points:
Click to expand...
Click to collapse
I followed the whole procedure, and internal is swiped to external sd bt when i tried to install any app it says app not installed will ypu plz fix the script to directly install any app so we dont hav to put apk into ./data/app .. thanks
Related
firstly I'm not responsible for any kind of damage caused to you
but I have tried all the things on my galaxy fit before explaining here
It's not copied from somewhere instead It's based on my experience on my galaxy fit.
For Non Rooted Devices
There is nothing other then using app2sd apps. Then move all the movable items to sd card. After installing app2sd all newly installed apps are automatically moved to external storege.
I uses app2sd by sam lu.
But for non rooted users I will highly recommend to root there device and make the best use of this smartphone.
for beginners everything about rooting/custom roms/nandroid backups etc is explained in this thread
http://forum.xda-developers.com/showthread.php?t=1606380
thanks a lot to A.cid for this wonderful guide
For Rooted Device
apps required
1.Root explorer or similiar
2.Link2SD (Link2sd Setup is explained later in this post)
step 1.Removing Useless system apps from stock or custom rom
go to /system/app using root explorer and mount as r/w
now delete unwanted apps
I will prefer freezing the app first using link2sd and then if phone is working fine then you can unfreeze and then delete that app
Step 2. Removing dalvik cache files
go to /data/dalvik-cache
now search for the dalvik cache files of deleted system apps
it will having name like
[email protected]@[email protected]
delete this file
Step 3. Linking files to Sd-ext or second partition of Sd card
if you have finished Link2sd setup then you can proceed further
open link2sd and then create Link for all the apps you want to linked to sd card
check all the 3 box 1. link apk 2. link dex 3. link lib files
and then your app will be moved to the sd-ext partition
if there are apps which are used very frequently then i prefer not linking dex files to sd card. link only apk for them.
currently system apps can't be linked using link2sd
In the case if app is not working properly after linking then remove links for that app.
Plz help me to improve this article.
suggestions and questions are welcomed.
forgive me for my poor english
Plz help in improving this article. If there is anything wrong in this post let me know. and if you have any other simple method to do this plz post here and help beginners to get more space. But try not to post complicated method which beginners find hard to perform
this post is for beginners
Link2SD steup on galaxy fit
Copied from A.cid main article from
http://forum.xda-developers.com/showthread.php?t=1606380
There are a lot of ways and scripts to transfer apps from your internal memory to the sd ext partition, but the most consistent method I found was Link2sd.
This method works across all roms (rooted stock and custom, both) that I’ve tried, even on all variations of CyanogenMod7 (CM7) as well as on ICS CM9, and is very easy to setup and use.
However, if a custom rom already has DarkTremor's a2sd (a2sdgui app will be present) or any similar script, then DO NOT configure them.
for example: Creeds v3 has a2sdgui, and if i want to use Link2sd, then after flashing Creeds, i SHOULD NOT run a2sdgui, and directly install (and configure) Link2sd...if you run/configure a2sdgui, then it will clash with the working of Link2sd.
Similarly, if any custom rom has any memory hack already implemented, then you cannot use Link2sd...
Steps to setup Link2sd:
• Download Link2sd from Play Store (it’s a free app).
• After it gets installed, run it, and allow root access.
• You will get a message to select the format of your sd partition, select “ext3”.
• Link2sd will then automatically create mount scripts that it requires to work, and will then tell you to reboot your phone.
• Do a proper reboot, and not a ‘hot reboot’.
• After rebooting, open up Link2sd, press menu then select “settings”.
• Select/check the options “automatically link newly installed applications to sd”, “auto link notification”, “relink lib files at boot” (and “fast scroll”, if you want).
• For “install location” option, select “internal”.
• Then go to “auto link settings” and select/check all the three options (you can skip/ unselect “link dalvik-cache file” if you wish)
• Done
Now, every new app that you will install will automatically be moved to your sd ext partition.
Link2sd is also an excellent (and fast loading) app manager, with which you can freeze, uninstall, re-install…though you can move only user apps to sd-ext partition.
Also, there is no point in having your entire phone memory empty, so you probably should unlink the dex (dalvik cache) of your apps. I usually link only the apk and lib files, and leave the dex files unlinked and on the phone storage, so as to avoid any sluggishness in operation., though if your phone memory still fills up, you can link the dex of your rarely-used apps, and leave the dex of important and frequently used apps on the phone storage.
Suppose a custom rom has s2e/app2sd pre-implemented, then after a fresh install, FREEZE the app (rather than uninstall), and then install Link2sd...
Also, if you get error "mount script not created", then choose partition as ext4 (rather than ext3 mentioned below), even though your partition might be ext3...(don't know why this happens with some roms )
In some custom Roms Link2sd doesn't mount sd-ext partition even after selecting correct type of partition in that case try to select other types whether they are working or not
Like in Chocobread v3.2 it worked after selecting partition as ext4
Plz view this thread if you are still facing any problem
Go through this thread
http://forum.xda-developers.com/showthread.php?t=1698813
What happens when we install a new app??
I'm not a developer but this is what I experienced
/data directory is the space which is shown as Internal Storage in phone
/system directory has nothing to do with this internal storage
when we install a new app then it during the installation process three things happens
1.it creates an apk file in /data/app
2.creates an .dex file in /data/dalvik-cache
3.creates one folder in /data/data
when we move apps to sd that apk file moved to sd storage in
.android secure folder and creates an .asec file there
so basically that .dex file and data files are responsible for eating our internal space and for the apps which can't be moved to sd that apk file is also responsible.
we can't use widgets if app is on sd storage.
so in order to use widgets we have to move back to internal storage.
this is where Link2sd helps us
link2sd links selected files to sd-ext partition and for system it still appears in internal storage but it's not there actually.
While for system apps
.apk files remains in /system/app
only .dex files are in data/data directory
we can use widgets of system apps even apk files are not in /data/app directory
so it is recommended that if you want to use widget of the app but you don't want it on internal space(as it is using much more space while it is in internal memory)
here is the solution
create an apk file for that app using any backup app
then move that file to /system/app
change the permissions to rw-r--r--
for this simply see the permissions of any other system app and apply same here
to system
Simply partition your sd card via cwm.. U can get as much internal space as u want..
amn_grg said:
Simply partition your sd card via cwm.. U can get as much internal space as u want..
Click to expand...
Click to collapse
Let consider your post now tell me how to install 100 apps having size more than 500 mb
Without using link2sd or a2sd or any simliar app
Sent from my GT-S5670 using xda premium
Nikhil_G said:
Let consider your post now tell me how to install 100 apps having size more than 500 mb
Without using link2sd or a2sd or any simliar app
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
By symlinking apps manually, one by one...:beer:
Possible - yes
Feasible - no
Everything is possible bro!
Typed using a small touchscreen
a.cid said:
By symlinking apps manually, one by one...:beer:
Possible - yes
Feasible - no
Everything is possible bro!
Typed using a small touchscreen
Click to expand...
Click to collapse
Yeah right...
Informative Thread
amn_grg said:
Simply partition your sd card via cwm.. U can get as much internal space as u want..
Click to expand...
Click to collapse
can you detail the procedure please.
vikrant prabhakar said:
can you detail the procedure please.
Click to expand...
Click to collapse
partition ur sd card through cm recovery then install s2e from play store now all cm7 rom come with pre install s2e script .
Another way is to use terminal emulator .
Download terminal emulator from the PlayStore and then run the following codes:
Code:
su
*grant/allow superuser permissions*
Code:
pm set-Install-Location 2
exit
exit
Note: sometimes if you get an error you may have to run
Code:
pm setInstallLocation 2
if it fails.
All this does is it allows moving many apps that aren't normally movable to the SD card. After running these codes you should be able to move apps to the SD card via Settings>Apps.
This code also sets the default location for apps to install into as the SD card.
What i do for more internal memory..!
Partitioning your sd card is an option. But if you have a sd card of less storage then this option is ruled out. I use a 2gb sd card and partitioning it is not very feasible for me. so...
1. If I'm on a stock gingerbread ROM i use this script http://forum.xda-developers.com/showthread.php?t=2303856 .
(I dont use it very often. Only if necessary.) And i odex the ROM if it is de-odexed by using http://forum.xda-developers.com/showthread.php?t=2303856 Universal Odex Script by MatrixDJ96. Odexing works very well!!! :good:
2. For a custom ROM not many modifications are needed. I just remove the unwanted apps using Link2SD. :good:
In this article I will be describing the usage of Link2SD most effectively for android devices running 2.2 or higher or Custom ROMs.
[Note: Your Device MUST be Rooted and have Link2SD installed with a partitioned SD Card. If not Rooted, you may visit my page on Rooting and Partitioning using the link.
http://forum.xda-developers.com/showthread.php?p=37849627#post37849627
Rooting and Partitioning is Universal and can be done almost all the Android Devices using the same way but by using only the right update.zip meant for the particular Device.
Have you installed Link2SD after doing partition, but still are not able to free up enough space? The reason for this problem is that even after you link the application to SD, some portion of the app, remains on the Internal Memory. These files are called DEX files which occupy space in the Dalvik cache of the Internal Memory.
In this Guide I will be teaching you how to move most of the portion of the Application to the SD Card.
There are basically two types of apps. First those which phone memory only, i.e. can’t be moved to external storage without using third party applications. Such as WhatsApp, widgets, Anti-Viruses etc. To move these apps, Simply Select the app and Create Link. Then tick all the three options of Link Apk file, Link Dalvik-Cache files and Link Lib files. Now these apps will be moved to the partitioned storage without affecting their working. (Only a small portion may remain on the Internal memory which cannot be moved and is necessary for the proper working of app.)
The second category is of the apps which can be moved to SD. But Sometimes the problem with these applications is that not the whole part of the Application is stored on the SD card. Some portion remains on the internal storage which maybe annoying because even after Linking these apps nothing happens, instead they occupy even more space on the internal memory.
Now let us begin with the procedure.
1. Install Link2SD.
2. Open Link to SD. Filter the apps which are on Phone Memory only.
3. Select them all and Link them to SD using Create Link. Remember to tick all the 3 options- Link apk files, Link Dalvik (DEX) files & Link Lib files before creating the Link. This should free a lot of space.
4. Now Filter the apps on SD cards. Sort them in the order of Dex Size
5. You will find the culprit apps accused of stealing your precious internal storage.
6. The Dex Size indicates the size the app has been occupying on the internal storage.
7. Now Multi-Select the apps (5-10 at a time, because the whole apps will be moved to internal memory first before being transferred to the SD Card.), Select Actions -> Create Link. Select only Link Dalvik-cache files.
8. First the applications will be moved to SD, then Linked. It will take a minute or so.
9. After they are linked, It will take some time before it shows free internal storage.
10. Similarly do the same for all the other apps which acquire considerable amount of space.
By this method, you will get a lot of free space.
Want to free up even more?
Almost all the devices come with pre-installed Bloat ware, i.e. programs that are hardly use but occupy unnecessary space on the phone memory. Moving them to SD is a good option.
IMPORTANT: Do not uninstall or move system apps which are important for proper functioning of the system. You may end up damaging your device. It is recommended to make a backup of Current ROM using CWM.
The following system apps have been removed by me which do not cause any instability to the system but free up a lot of space.
1. Quickoffice
2. Email
3 Google Maps
If you use these apps, you may consider another option, i.e. converting these apps to user apps. This won’t affect in the functioning of the programs.
1. Select the app in Link2SD.
2. From options, select convert to user app.
3. Now the app will be moved to SD card but will occupy space on internal Memory.
4. Follow the above instructions of Link Dalvik-Cache and moving to SD using App2SD.
5. You are done! You must have freed a lot of space. Now you may start installing New Apps without giving a thought about your internal storage!
You can also free some more space( if occupied) by the following Methods:
1. Clearing the App Cache using App2SD or Link2SD.
2. Clearing the Dalvik-Cache using Link2SD. Link2SD->Options->more->Clear Dalvik Cache.
HIT THANKS IF MY POST HELPED YOU
Remember: Some apps may stop functioning or may Force Close. To fix this problem Re-install the app using Link2SD. :good::highfive:
:/
Actually, this procedure filled my internal storage not freed it :/
Mahmoud Ezzat said:
Actually, this procedure filled my internal storage not freed it :/
Click to expand...
Click to collapse
Yeah! I can see why.
You must have done something wrong. Follow the procedure correctly.
I did
zaeemsheikh said:
Yeah! I can see why.
You must have done something wrong. Follow the procedure correctly.
Click to expand...
Click to collapse
I'm sure I did follow it correctly, I also rebooted to clear any cached fake storage, but it didn't do me any good.
Thanks anyway.
Mahmoud Ezzat said:
I'm sure I did follow it correctly, I also rebooted to clear any cached fake storage, but it didn't do me any good.
Thanks anyway.
Click to expand...
Click to collapse
I've noticed that moving via apps2sd uses internal for dex and libs, they have to be linked in order to save space.
Go to linked, multiselect and choose create links.I have to do this lately after every reboot as it leaves some files unlinked and some uninstalled alltogether!.
I got problem after move installed apps when i create link for it. The apps cannot open and when i remove link, the apps still can't open.
Please find the solution for it.
data to sd?
is it possible to link data to sd? i can't install anything else on my phone because the data partition is full.
yudroid said:
is it possible to link data to sd? i can't install anything else on my phone because the data partition is full.
Click to expand...
Click to collapse
Link those huge data files? Yes you can. Use directory bind / folder mount.
Paradox ST21i
Thanks. I followed the steps but unfortunately the apps still occupy space on the internal memory. e.g. I have 3 apps -
1. Google Play services
2. Titanium backup
3. Maps
After creating a link, these apps still show up on internal memory using 12.25 MB, 12.92MB and 8.28 MB memory respectively. No effect at all. I have followed the exact steps. If i move them to SD card, it frees up some space but i believe that is not what is recommended?
Need someone's help to fix it. I have searched internet and they all talk about the same steps but does not seems to work. My phone is samsung ace S5830.
angarg said:
Thanks. I followed the steps but unfortunately the apps still occupy space on the internal memory. e.g. I have 3 apps -
1. Google Play services
2. Titanium backup
3. Maps
After creating a link, these apps still show up on internal memory using 12.25 MB, 12.92MB and 8.28 MB memory respectively. No effect at all. I have followed the exact steps. If i move them to SD card, it frees up some space but i believe that is not what is recommended?
Need someone's help to fix it. I have searched internet and they all talk about the same steps but does not seems to work. My phone is samsung ace S5830.
Click to expand...
Click to collapse
with titanium integrate them in system memory
apk stays on phone memory
I've observed if I link only the Dex files, the apks stay on the internal memory instead of sd card. I could find them in /data/apk folder. Is this normal, or am I doing something wrong? :fingers-crossed: :silly:
I have rooted my Micromax A 57 and installed custom ROM, the system is working fine, but the only issue is that, I am unable to download apps from Playstore as my cache memory shows only 15% free, I tried link2sd with extended partition, but am unable to clear the cache, before rooting it was something 90% free.
Can some one help me out
Thanks & Regards
Nilesh
Yes it works
it freed my phone from 68 to 258
awesome
Truly awesome idea zaeem
Moving the dex files work.
And if using backup sw, kindly uncheck the auto link option from link2sd. As manually moving frees more space
Sent from my Xperia Arc S using Tapatalk
Link2SD Method & Problem Fixes
I've tried this method twice. I've got it working somewhat.
For the guy who said it took up his space, you've got to go into Link2SD & set the path correctly to your EXT4 2nd SD card partition. For example mine was '/storage/sdext2' for the EXT4 partiton and '/storage/extSDCard' for the fat32/exfat or whatever.
It will move some apps, but my problem is this. When I try to move "System Apps" or even some regular apps like SoundForge that said unmovable for some reason. It would disappear on reboot. I did the "Create/re-create bootup scripts" the "quick reboot user interface" all that. Out of almost 200 apps it said only 42 were moveable...they'll all show up but the whole purpose is to remove bloatware & stuff too that you may still want to use sometime via ur SD cards 2nd EXT4 partition.
After flashing a new ROM on my Note 2 SGH-T889 I was told to erase my partitions & re-partition. I've tried that still with no luck. I still can't move apps like "SoundForge" listed as unmovable without it disappearing on Reboot.
I've set SuperSU to allow su/root on boot. It mounts the ext4 correctly, still can't for the life of me get it working fully. I'm using the Ditto DN3 Hybrid S5/Note 3 ROM.
Do you guys know if maybe I have to install another Kernel or something for this to work?
I haven't found a solution to get the apps to stop disappearing on Reboot yet. Any help would be great on that note!!!
Thanks guys, & good luck!
khayjake/kminor
I'm getting "Android is upgrading: Optimizing apps X of X" when I link, everytime it boots. What should I do to avoid this?
link2sd problem
I have phone Micromax A116 after installing link2sd and creating 2nd partition of ext2 and i am trying to create link it shows remove link even though i have not created link
Some apps just stop responding after I linked it to SD Card, any guide to fix it? @zaeemsheikh
thesims2customs said:
Some apps just stop responding after I linked it to SD Card, any guide to fix it? @zaeemsheikh
Click to expand...
Click to collapse
Try playing with the combination of what you link.
In my case, unlinking internal data (or just linking internal data) solved the issue.
Hello, this is my first post on xda-developers.Although it is for experienced people.
These days I am experiencing a very big problem that needs to be solved.I have spent whole DAYS to find a final solution but still I am almost at 0.I was going mad...It may sound easy but its not.
The problem starts here: After downloading Link2SD and partitioning my external SD in order to save space, I realised that actually Link2SD was not so great as it didnt help that much to save space. Why? Because the most space was not held by apk,dex and lib files but by the data files!!
The result was this
I found many apps that could move data to SD, but most of them with no result: FolderMount,Titanium Backup,GL to SD , directory Bind.
FolderMount: It was the first I tried. For some very strange reason I was getting an "Unknown Error" for some app data that I was trying to move.Also it corrupted some data too.Some random times was working though.
Titanium Backup:The most famous "data2sd" app. I was surprised when I found out this one had the ability to move data to the 2nd partition of the external SD.But it failed, as there was not such an option every time I selected an app. As I understood that is because Titanium Backup can support only some specific paths of the SD card. Mine is data/sdext2 but Titanium wants /data/sd or /system/sd/ or /sd-ext/ . Many Titanium users had the same problem on other threads. But most answers recommended to mount a script in init.d folder. A guy suggested to change the folder name from sdext2 to sd. BOTH of these solutions FAILED. 1) My phone ( no ROM installed) does not support init.d and for some reason every "init.d support" app I downloaded was a waste of time.Additionally I cant even make an init.d folder in system/etc...I dont know why...I make it, but it doesnt appear.
2) When I try to rename "sdext2" folder to "sd" it disappears...
GL TO SD: This is a nice app which was working when I tried it. Though I was not able to move the app data from external SD back to the internal storage.And this is a problem.
Directory Bind: I installed it. The first time it worked, and then it stopped...But except from that it cant move data back to internal storage as GL to SD and it does not list the data which I have moved.Also I have to manually find the path of an app's data.
OK. I know that I gave too much info and some of these may be a little confusing but thats the truth. The biggest mess is Titanium Backup as you can see, which is really a mystery. FolderMount maybe tries to move the data to the 1st partition of the SD and because of the small space shows error.Not sure though.
So lets make it more clear. Are these apps compatible with Link2SD and the partitioned SD card? If not, do you have any solution for the Titanium Backup? Do you know any Link2sd friendly "data2sd" app? What I want is just to find a way to move the data to external SD while I have Link2sd. And its really amazing that Link2SD has more than 10 million downloads and there is not a standard "data2sd" app which is actually more important than Link2sd !
Secondary Question: In many threads I saw the term : "Flash this zip in Recovery"...What does it mean and how can I do it?
Waiting for some answers. If you have any questions or want a more specific explanation about something, just ask me
Thanks a lot!
I use these triple combos on all phones ive tested (Link2sd ext4-4gb on sandisk class 10 32gb + folder mount for data+obb + titanium backup /data/sd terminal mod). You can get phone memory usage as low as 200mb. All these on my past stock tipo st21i, my new stock xperia play, ninetology i9480 and stock galaxy win i8552. My usual setups: 4gb of ext4 - ics and up / ext3/ext2 - depends on phone. I use ext3 for my play. Folder mount: i mount the entire /Android/data to external sd. Titanium? Use this AFTER your link2sd mounts your ext4.
---------- Post added at 06:32 PM ---------- Previous post was at 06:27 PM ----------
I use these triple combos on all phones ive tested (Link2sd ext4-4gb on sandisk class 10 32gb + folder mount for data+obb + titanium backup /data/sd terminal mod). You can get phone memory usage as low as 200mb. All these on my past stock tipo st21i, my new stock xperia play, ninetology i9480 and stock galaxy win i8552. My usual setups: 4gb of ext4 - ics and up / ext3/ext2 - depends on phone. I use ext3 for my play. Folder mount: i mount the entire /Android/data to external sd. Titanium? Use this AFTER your link2sd mounts your ext4.
Check these screenshots. The "ln" is little "L" its not a big "I".
Sent from my R800i using XDA Free mobile app
flash this zip in recovery ~means reboot, access your recovery menu (cwm/twrp), pick flash .zip from file (where did you put those .zip files?), flash it, reboot to normal system, done.
Sent from my R800i using XDA Free mobile app
zzztidurvirus said:
flash this zip in recovery
Click to expand...
Click to collapse
What zip file?
Hi there
I've got a Sony Xperia C (C2305) and it's got a constant problem with disk space. I have installed a 32GB microSD but many of the app's insist on remaining on the 1GB partition (Device Memory) which now means app's are starting to bloat, etc. and I can't even run updates on app's like Whatsapp or Google+ because it says there's insufficient disk space for the download.
I am optimistic and hopeful that if I root / custom ROM the device I can get some life out of the phone.
When I did the Sony Unlock Bootloader check, my phone says under Service Info / Configuration "Rooting Status: Bootloader unlock allowed: No" which I think means I cannot use the Sony Developer tool to unlock the bootloader but I don't know if this also means it is a hopeless cause entirely.
I'd appreciate any insight into whether it is advisable to root / custom ROM my phone (and if it's even possible, given the above information) and whether or not this will enable me a greater deal of flexibility with installing app's on the SD card? 1GB internal is apparently not enough but if I can (with a custom ROM) move Gmail etc. to the SD card then I don't see any long-term challenges with this fix...
Thanks in advance
Brattex said:
Hi there
I've got a Sony Xperia C (C2305) and it's got a constant problem with disk space. I have installed a 32GB microSD but many of the app's insist on remaining on the 1GB partition (Device Memory) which now means app's are starting to bloat, etc. and I can't even run updates on app's like Whatsapp or Google+ because it says there's insufficient disk space for the download.
I am optimistic and hopeful that if I root / custom ROM the device I can get some life out of the phone.
When I did the Sony Unlock Bootloader check, my phone says under Service Info / Configuration "Rooting Status: Bootloader unlock allowed: No" which I think means I cannot use the Sony Developer tool to unlock the bootloader but I don't know if this also means it is a hopeless cause entirely.
I'd appreciate any insight into whether it is advisable to root / custom ROM my phone (and if it's even possible, given the above information) and whether or not this will enable me a greater deal of flexibility with installing app's on the SD card? 1GB internal is apparently not enough but if I can (with a custom ROM) move Gmail etc. to the SD card then I don't see any long-term challenges with this fix...
Thanks in advance
Click to expand...
Click to collapse
Root your device using this guide : CLICK HERE
To solve your Memory problem.
Step 1 : Root Your Device
Step 2 : Install "Link2SD" fom playstore
Step 3 : Open the app (Link2SD) and move all apps from Internal Storage to SD card and the apps that show "updated", long press on them and select "integrate update into system"
Step 4 : Select default application installation directory as SD Card using Link2SD.
iSiddharth said:
Root your device using this guide : CLICK HERE
To solve your Memory problem.
Step 1 : Root Your Device
Step 2 : Install "Link2SD" fom playstore
Step 3 : Open the app (Link2SD) and move all apps from Internal Storage to SD card and the apps that show "updated", long press on them and select "integrate update into system"
Step 4 : Select default application installation directory as SD Card using Link2SD.
Click to expand...
Click to collapse
Firstly, I hit the "thanks" button.
Secondly, I just followed this thread http://forum.xda-developers.com/showpost.php?p=59153643&postcount=171 to root and custom ROM my phone - timing was a little off because I'd have preferred to keep my original Sony ROM and run your fix. I may still need to do it now that I've done the new ROM because some app's still refuse to move to SD on their own.
The title of the app implies it creates a link, rather than moves the app - I will look into it though.
Many thanks!
Brattex said:
Firstly, I hit the "thanks" button.
Secondly, I just followed this thread http://forum.xda-developers.com/showpost.php?p=59153643&postcount=171 to root and custom ROM my phone - timing was a little off because I'd have preferred to keep my original Sony ROM and run your fix. I may still need to do it now that I've done the new ROM because some app's still refuse to move to SD on their own.
The title of the app implies it creates a link, rather than moves the app - I will look into it though.
Many thanks!
Click to expand...
Click to collapse
The same of app sounds like linking but I use this app and many other people also use this app. It moves any App permanently from your desired location to your desired location.
Just flash this by cwm and your internal memory would become 2gb.
LINK: https://drive.google.com/file/d/0BzJt7pK7xZYzMnJyeWxiTHJvcWM/view?usp=sharing&pli=1
iSiddharth said:
Root your device using this guide : CLICK HERE
To solve your Memory problem.
Step 1 : Root Your Device
Step 2 : Install "Link2SD" fom playstore
Step 3 : Open the app (Link2SD) and move all apps from Internal Storage to SD card and the apps that show "updated", long press on them and select "integrate update into system"
Step 4 : Select default application installation directory as SD Card using Link2SD.
Click to expand...
Click to collapse
Hi again - sorry for the late response; moved home and had no internet access for ages!!
I find Link2SD cannot move all apps from Internal Storage to SD card... for example:
Google+ tries to move for a while, then it says:
"Failure
pkg: /data/app/
com.google.android.apps.plus-1.apk
Failure
[INSTALL_FAILED_INVALID_INSTALL_LOCATION]"
I find there are several apps (mostly Google apps) that seem to not be able to move to SD Card?
Another example is with Gmail:
If I hit "Link to SD card" it says
Second partition not found
/dev/block/: device not found
Make sure you have two partitions on your SD card and both are primary.
I'm guessing that means I need to partition my SD card but I'm not sure how I should do that for Android (or can I do something silly like use Windows DIsk Management for this) ?
Is it true that some applications just won't allow you to move them to SD card? I find the limited device memory on the Xperia C crippling. I keep running out of memory and can't even install a 16k app and I hardly have anything on there - the major app's like Gmail and Inbox are using up a large chunk of space.
Rsameer said:
Just flash this by cwm and your internal memory would become 2gb.
Click to expand...
Click to collapse
Thanks, that sounds like a dream - but forgive me, how is it possible that the internal memory will become 2gb with this flash? You're a junior poster so how can I be sure this is safe to use? Can anyone vouch for this?
I've done some google hunting and it seems legit. but I would just like to be sure
Brattex said:
Hi again - sorry for the late response; moved home and had no internet access for ages!!
I find Link2SD cannot move all apps from Internal Storage to SD card... for example:
Google+ tries to move for a while, then it says:
"Failure
pkg: /data/app/
com.google.android.apps.plus-1.apk
Failure
[INSTALL_FAILED_INVALID_INSTALL_LOCATION]"
I find there are several apps (mostly Google apps) that seem to not be able to move to SD Card?
Another example is with Gmail:
If I hit "Link to SD card" it says
Second partition not found
/dev/block/: device not found
Make sure you have two partitions on your SD card and both are primary.
I'm guessing that means I need to partition my SD card but I'm not sure how I should do that for Android (or can I do something silly like use Windows DIsk Management for this) ?
Is it true that some applications just won't allow you to move them to SD card? I find the limited device memory on the Xperia C crippling. I keep running out of memory and can't even install a 16k app and I hardly have anything on there - the major app's like Gmail and Inbox are using up a large chunk of space.
Click to expand...
Click to collapse
Actually, I may have answered my own question by fiddling a bit with Link2SD - there's an option to convert an app (e.g. Google+) to a user app. I am still learning Android but it seems AFAIK that a system app is read-only and in /system/app and that's why it cannot be moved.
So by first following your original advice (@iSiddharth) and selecting the option "Integrate update into system", I think I am now removing the rollback feature of a system app (i.e. it is now a single app instead of a system app plus a separate update). Next, if I convert it to a user app, I can then - after a device reboot - move the app to the SD card (since it is now considered a user app instead of a system app).
At least, I hope my understanding is more or less correct and I'm not messing up my apps!!! I'm leaving all mission critical apps that are in /system where they are in case removing read-only for them could run me into trouble later.
And if I follow this for all of the apps that I need to, I can free up internal memory - AND if that patch / flash from @Rsameer
is legit, I can also get more local memory (+1GB).
maybe this will help you
http://www.informationlord.com/increase-apps-storage-space-of-xperia-c/
Brattex said:
Thanks, that sounds like a dream - but forgive me, how is it possible that the internal memory will become 2gb with this flash? You're a junior poster so how can I be sure this is safe to use? Can anyone vouch for this?
I've done some google hunting and it seems legit. but I would just like to be sure
Click to expand...
Click to collapse
Bro it's safe. Don't worry. I do not post something that I haven't tried myself. And here's a screenshot from my xc.
And also anyone whose posts are gr8r than 100 becomes senior member. I don't use xda quite often and post few messages.
Magdy Yassen said:
maybe this will help you
http://www.informationlord.com/increase-apps-storage-space-of-xperia-c/
Click to expand...
Click to collapse
Bro informationLord requires surveys nowadays. I am not sure but I think we can't post links with surveys on this site.
Rsameer said:
Bro informationLord requires surveys nowadays. I am not sure but I think we can't post links with surveys on this site.
Click to expand...
Click to collapse
I'm trying to help :-/
Flashed but now can't restore
Magdy Yassen said:
I'm trying to help :-/
Click to expand...
Click to collapse
Rsameer said:
Just flash this by cwm and your internal memory would become 2gb.
LINK: https://drive.google.com/file/d/0BzJt7pK7xZYzMnJyeWxiTHJvcWM/view?usp=sharing&pli=1
Click to expand...
Click to collapse
Magdy Yassen said:
maybe this will help you
http://www.informationlord.com/increase-apps-storage-space-of-xperia-c/
Click to expand...
Click to collapse
Hey guys!
Once again sorry for late reply; just had a baby addition into our new home so I've been kinda busy
@Rsameer @Magdy Yassen I have followed the steps and flashed it but now the new ROM hasn't got Google Account Manager, Settings UI, or CWM any more so I can't figure out how to restore my backup? I'm sitting with the new image but I am stuck?
The steps say
"Once Xperia C starts, then simply turn off the phone and again boot into recovery and restore the backup you created earlier using CWM. By this you will restore all the data you had earlier."
but how do I boot into recovery now?
Brattex said:
Hey guys!
Once again sorry for late reply; just had a baby addition into our new home so I've been kinda busy
@Rsameer @Magdy Yassen I have followed the steps and flashed it but now the new ROM hasn't got Google Account Manager, Settings UI, or CWM any more so I can't figure out how to restore my backup? I'm sitting with the new image but I am stuck?
The steps say
"Once Xperia C starts, then simply turn off the phone and again boot into recovery and restore the backup you created earlier using CWM. By this you will restore all the data you had earlier."
but how do I boot into recovery now?
Click to expand...
Click to collapse
Alright, I've worked it out - perhaps a little too hasty in my reply ... the instructions I had said press power and UP button but that wasn't working. I eventually decided to try Power and DOWN button and it worked! I've restored my backup and I am back in business!
Thanks guys - I have successfully merged /sdcard1 and /data together
theres a method
Brattex said:
Hi there
I've got a Sony Xperia C (C2305) and it's got a constant problem with disk space. I have installed a 32GB microSD but many of the app's insist on remaining on the 1GB partition (Device Memory) which now means app's are starting to bloat, etc. and I can't even run updates on app's like Whatsapp or Google+ because it says there's insufficient disk space for the download.
I am optimistic and hopeful that if I root / custom ROM the device I can get some life out of the phone.
When I did the Sony Unlock Bootloader check, my phone says under Service Info / Configuration "Rooting Status: Bootloader unlock allowed: No" which I think means I cannot use the Sony Developer tool to unlock the bootloader but I don't know if this also means it is a hopeless cause entirely.
I'd appreciate any insight into whether it is advisable to root / custom ROM my phone (and if it's even possible, given the above information) and whether or not this will enable me a greater deal of flexibility with installing app's on the SD card? 1GB internal is apparently not enough but if I can (with a custom ROM) move Gmail etc. to the SD card then I don't see any long-term challenges with this fix...
Thanks in advance
Click to expand...
Click to collapse
theres a method to increase internal mem of xc
google Increase Internal mem XC
When I bought this phone (LG Optimus L90 D410 Dual) 2 years ago, when I checked the storage, system was using only 3GB, which left me with 5GB (it has a total of 8GB). But now, when I check how much system storage is using, it is using 5GB, leaving me with only 3GB of storage. How can I make my system data as small as it was back when I bought it?
Hyoretsu said:
When I bought this phone (LG Optimus L90 D410 Dual) 2 years ago, when I checked the storage, system was using only 3GB32GB, which left me with 5GB (it has a total of 8GB). But now, when I check how much system storage is using, it is using 5GB, leaving me with only 3GB of storage. How can I make my system data as small as it was back when I bought it?
Click to expand...
Click to collapse
clear junk data using clean master app or use sd maid pro for better cleaning..... and if you want your storage like before as was your phone new.. you shall carry less apps as less you can... and move apps to sd card for more system storage.....
The thing is, I already use Clean Master (frequently), the apps I install they all use the 3GB of storage I have and I can't move apps to sd card cuz' I'm on 6.0.1 (Cyanogenmod 13)
EDIT: System data was using 5GB before I installed CM 13
Hyoretsu said:
The thing is, I already use Clean Master (frequently), the apps I install they all use the 3GB of storage I have and I can't move apps to sd card cuz' I'm on 6.0.1 (Cyanogenmod 13)
EDIT: System data was using 5GB before I installed CM 13
Click to expand...
Click to collapse
Try debloating your current android installation by removing system apps that you would not use. This can be accomplished using applications such as <Mod snip of warez reference > or system app remover in Google Play.
All the bloatware I have with CM 13 is some apps that only use KB of storage and Gapps (Nano), which they all sums up 293.6MB
Hyoretsu said:
All the bloatware I have with CM 13 is some apps that only use KB of storage and Gapps (Nano), which they all sums up 293.6MB
Click to expand...
Click to collapse
The problem is that the disk is partitioned in such a way that leaves little space for apps.
What you should do:
1. Shrink /system partition where it has enough memory to do all it's stuff, but doesn't take up too much space. You said 3GB worked fine in the past and it probably will now.
2. Allocate the unused space to the /data partition
Warning: If repartitioning goes wrong it will most likely result in a hard brick. Know what you're doing.
Warning 2: Many people say you should never repatition your phone. You will no longer be able to instal updates and the space you take away from the system may be critical storage used for device recovery or some kind of backup or emergency mode. Try app2sd or (if you're hardcore into moving stuff) link2sd.
1st: I thought of resizing the system partition, so I googled it and couldn't find anything, so how do I resize a partition on my phone?
2nd: If I make a backup of my entire phone through TWRP in case anything goes wrong, if I hard brick my device could I just restore the backup?
3rd: I already tried App2SD and Link2SD, but when i partitioned my SD Card, it gave an error. (Gonna move the things inside the SD Card to my PC and try to partition it, so I can specify the error)
if you have upgraded Android it could be that the newer versions are larger than the old one due to more features?
It grew up to 5GB while I was still on stock 5.0.2
bump
Hyoretsu said:
It grew up to 5GB while I was still on stock 5.0.2
Click to expand...
Click to collapse
Can you download X-Plore, click on the 'Disk Map' on the right side bar and screenshot the results?
newbreedsoftware said:
Can you download X-Plore, click on the 'Disk Map' on the right side bar and screenshot the results?
Click to expand...
Click to collapse
Will do that right away
EDIT: Here it is
Hyoretsu said:
Will do that right away
EDIT: Here it is
Click to expand...
Click to collapse
So it looks like your system is taking up less than a GB. Have you used Root Browser to check what is in that MNT folder? The reason I asked is because I checked my Nexus 6 and my LG G Pad 7.0 and I don't see the MNT folder anywhere. I am running Android 5.0.1 on both devices. Below are screenshots of both of my devices
There are 2 links to my home directory (on "asec, expand, media_rw, obb, sdcard, secure and user" folders), and a runtime folder, which has 3 folders(default, read and write), with the 3 of them being a link to the /storage folder
Hyoretsu said:
There are 2 links to my home directory (on "asec, expand, media_rw, obb, sdcard, secure and user" folders), and a runtime folder, which has 3 folders(default, read and write), with the 3 of them being a link to the /storage folder
Click to expand...
Click to collapse
Does your phone support external SD card or is it all internal?
It supports external SD, but I "can't" move anything to it cuz I'm on 6.0.1, so I would have to transform it into Internal Storage and I could transform it into Mixed Storage, but the problem is that whenever my SD Card is Internal or Mixed Storage, it randomly pops out, forcing me to turn off my phone, re-insert my SD card and boot it again. I'm not with it cuz' currently I'm putting some pdf files to it on my PC
Hyoretsu said:
It supports external SD, but I "can't" move anything to it cuz I'm on 6.0.1, so I would have to transform it into Internal Storage and I could transform it into Mixed Storage, but the problem is that whenever my SD Card is Internal or Mixed Storage, it randomly pops out, forcing me to turn off my phone, re-insert my SD card and boot it again. I'm not with it cuz' currently I'm putting some pdf files to it on my PC
Click to expand...
Click to collapse
Have you tried using Apps2SD? Not sure if it works on 6.0 but it works on 5.0 and below.
I cannot get it to work cuz' when I partition my sd card and try to mount script, it showed up the error "file not found". When I checked the directory it specified, I realized that I didn't have the 179:66 file, the one I have is public:179_66. The temporary solution (cuz' the file got deleted when i rebooted my phone) was create a hard link from public:179_66 to 179:66, which resulted on the error "Invalid Argument" (Sorry if something's written worng, English is not my native language)
Hyoretsu said:
I cannot get it to work cuz' when I partition my sd card and try to mount script, it showed up the error "file not found". When I checked the directory it specified, I realized that I didn't have the 179:66 file, the one I have is public:179_66. The temporary solution (cuz' the file got deleted when i rebooted my phone) was create a hard link from public:179_66 to 179:66, which resulted on the error "Invalid Argument" (Sorry if something's written worng, English is not my native language)
Click to expand...
Click to collapse
So back to the main issue, according to your X-Plore results, your system folder is only taking up 876mb. I would download a root file explorer such as Root Explorer and explore the various folders such as Data (2.99gb) and MNT (1.34gb) and see if you have some temp files you can get rid of. There are also apps such as CCleaner that will scan your device for temp/cache files you can safely remove to make more room.