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:
Hello,
With the limited space on Optimus One I decided to try out Link2SD app. I was able to partition my SD card and Link2SD created the script. After reboot I tried linking some of my apps to SD (EasyMoney, Solid Explorer Beta2, Swype Installer and Swype). The first app (Solid Explorer) linked the app file, and delvic cache fine. Every app after that game me error: "Failure. mkdir failed for /data/sdext2/dalvic-cache, File Exists". Also, when I filter it to show only the linked apps even the first app isn't listed.
If I move only the app file it is successful, but every app force closes. Rebooting the phone simply forgets that I even had the applications installed (even after quick reboot). Finally removing the link does absolutely nothing. My guess is that the app never properly linked apps in the first place resulting in the app going into a 'limbo'. Now I have used some space in my SD partition and can't use the app or reclaim the space.
I am new to all this, but am researching what my fault is. Can someone point to what am I doing wrong? How do I get link2SD to simply move my apps to the partition to free up my internal space.
In a nutshell:
1. First app successfully moved, but link2SD still shows no apps are listed. Subsequent apps cannot be moved since dalvic-cache folder (or file) already exists).
2.. Moving only the app data results in FC. Rebooting results apps disappearing with no way to reclaim the used space.
How did you partition your SD card, and how is it formatted? Any other partitions on the card?
The SD card currently has two FAT32 partitions, both set as primary. Partitioned is using Minitool Partition Wizard.
Typically, the 2nd partition is formatted as ext2/3/4. If for some reason you need both partitions to be FAT, there's a setting in link2sd where you can specify that the 2nd partition is FAT. This is important because link2sd makes a script which is run when you boot up your phone, which mounts the partitions appropriately.
sorry if Out Of topic.
but anyone can tell me.
how to use link2sd.,.?
btw i'am using PARANOIDROID custom rom now.
SaveeOztra said:
sorry if Out Of topic.
but anyone can tell me.
how to use link2sd.,.?
btw i'am using PARANOIDROID custom rom now.
Click to expand...
Click to collapse
If you have second partition on SD the Link2SD moves apps to sd-ext.
When starting the first time, make sure to select the correct filesystem. CWM makes ext4 I think..
If you are already by that with incorrect partition, go Options=>More=>Recreate mount scripts.
I recommend to activate Auto Link in settings to have no need to worry about apps being linked.
I think that's all what you need, if you are basic. I have done that too.
Hi,
First of all, thank you a lot for all the development effort that has been put in to bring the AOKP ROM up to this fantastic standard. I have been using the ICS AOKP for quite a while, and just switched over to the JB ROM. It feels a lot faster and smoother, thank you!
I have got a question on Link2SD after flashing this ROM. Apologies beforehand, if this is not the forum to post that. I had used Link2SD while on ICS to move most of the apps to the SD card. Now after flashing JB, Link2SD does not re-mount the SD card secondary partition. I selected all the options mentioned (ext2/3/4/FAT) but it fails to mount with any of those options. So I'm not able to re-link any of my apps. Does anyone know how to fix this and get my apps back?
I also tried the following as per suggestions in some of the threads: 1) mounting it in recovery: not working; gives the message error mounting sd-ext (2) deleting some of the apps like Downloads and Email: still not working even after deleting those two apps.
Any help will be much appreciated. Thanks in advance!
I never had any problem with link2sd and ANY rom. Im on CM 10.1
Till ICS it was easy to directly download and flash roms and Gapps.
But JB roms need trimming.
What i do is.. after a clean wipe I flash any JB rom. Then remove unwanted apps.. Instal Link2sd..
change few minor system apps to user apps (not recommended, if you dont know.. what you are doing).
After linking these apps.. I always have enough mem for Gapps.
In Gapps also you have few apps which you can convert to user app and then link it.
rr0yy said:
I never had any problem with link2sd and ANY rom. Im on CM 10.1
Till ICS it was easy to directly download and flash roms and Gapps.
But JB roms need trimming.
What i do is.. after a clean wipe I flash any JB rom. Then remove unwanted apps.. Instal Link2sd..
change few minor system apps to user apps (not recommended, if you dont know.. what you are doing).
After linking these apps.. I always have enough mem for Gapps.
In Gapps also you have few apps which you can convert to user app and then link it.
Click to expand...
Click to collapse
My issue is now fixed, but in a hard way. Formatted the secondary SD card partition, and then Link2SD automatically recognized it. All the apps are gone, but at least I got the secondary partition active. Spent another half-hour downloading all the needed apps again from the Play store.
Link2Sd not working for me on CM10.1 Rom
I am using TouchWiz JB V2 Rom
I have tried ti install int2Ext+ (CronMod Fixed version fro 4.2.2) Still no luck
Also installed Link2Sd but it gave
Unable to create mout script error
I partiotned my sdcard using recovery (CWM 5.0.2.6) (it created Ext3)
Then (Delected the sdext partition using "Mini Partition Tool Wizard" then created new partition for Ext4)
But still no luck Nothing seems to work
adcool2007 said:
I am using TouchWiz JB V2 Rom
I have tried ti install int2Ext+ (CronMod Fixed version fro 4.2.2) Still no luck
Also installed Link2Sd but it gave
Unable to create mout script error
I partiotned my sdcard using recovery (CWM 5.0.2.6) (it created Ext3)
Then (Delected the sdext partition using "Mini Partition Tool Wizard" then created new partition for Ext4)
But still no luck Nothing seems to work
Click to expand...
Click to collapse
Hi
І have also had the problem.
I removed the system software of Google voice search, voice dialing, search . (Titanium Backup / un-install all user & system apps)
format ext2 or ext4.
Run Link2sd
Apparently there was no room in the system or chmod / chown
Can you tell which version of kernel you are using?
If you are on 3.x.x version, sorry to tell you that these scripts are not working till today.
rishabhgangwar said:
Can you tell which version of kernel you are using?
If you are on 3.x.x version, sorry to tell you that these scripts are not working till today.
Click to expand...
Click to collapse
Hi
Kernel 3.0.8-perf+chocolate [email protected] #1
I have Install [UNOFFICIAL] [ROM] [4.2.2] [29.3.13] Android Open Kang Project (AOKP)|Build #1 - P500
But link2d is not working.
I tried formatting ext2 and ext4, no result was not, error mount script.I knew it or not enough memory or wrong permissions set.
I mentioned that Titanium Backup can delete system apk you need to unmount the partition.
I removed the system software of Google voice search, voice dialing, search . (Titanium Backup / un-install all user & system apps)
Run Link2sd :victory:
I also had problems with link2SD.
piavia said:
Hi
Kernel 3.0.8-perf+chocolate [email protected] #1
I have Install [UNOFFICIAL] [ROM] [4.2.2] [29.3.13] Android Open Kang Project (AOKP)|Build #1 - P500
But link2d is not working.
I tried formatting ext2 and ext4, no result was not, error mount script.I knew it or not enough memory or wrong permissions set.
I mentioned that Titanium Backup can delete system apk you need to unmount the partition.
I removed the system software of Google voice search, voice dialing, search . (Titanium Backup / un-install all user & system apps)
Run Link2sd :victory:
Click to expand...
Click to collapse
Thanks a lot man Pavai
u save me ....:victory:
The standard and not-really-necessary idea of doing a factory-reset wipe when flashing is the problem here. I also had that zong my sdext making it read-only and nothing, nothing except re-partitioning the sdcard helped.
not working !
hi ! I have a problem , I've tried to partition sd card with cwm, minitool partition , tried ext 2,ext 3 , ext 4 , flash again ROM , install first link2sd , recreate mount scripts every time i change the method but no matter what i do , it keep telling me that the 2nd partition is not mounted and wont let me recreate mount script . ( Mount script cannot be created ) . If anyone can help me , i'll very much appreciate . Thanks !
LG P500 , CM10.1
Edit : Got it to work with CM7 .
Link 2 sd second partition is removed after installing a new custom ROM , help plz
Hi, Link 2 sd second partition is removed after installing a new custom ROM , (i lost my 2gb) how to fix it ??? how can i get my second partition storage back ? Please help me out
You can open menu on link 2 sd, and in the "more" section, click 2 re-link libraries and re-link files.
Sent from my LG-P500 using xda app-developers app
HELPPP
i used link2sd and i deleted something and all of a sudde the network disappeared after restarting when i go to mobile networks it says THIS OPTION DOES NOT SUPPORT CURRENT ROM... help pls asap.. **** i regret it so much
---------- Post added at 11:32 AM ---------- Previous post was at 11:18 AM ----------
I deleted something probably dialer with LINK2SD and now my mobile network doesnt work when i do to the settings it says THIS OPTION DOES NOT SUPPORT CURRENT ROM.. please help asap..
hashdoom said:
Hi,
First of all, thank you a lot for all the development effort that has been put in to bring the AOKP ROM up to this fantastic standard. I have been using the ICS AOKP for quite a while, and just switched over to the JB ROM. It feels a lot faster and smoother, thank you!
I have got a question on Link2SD after flashing this ROM. Apologies beforehand, if this is not the forum to post that. I had used Link2SD while on ICS to move most of the apps to the SD card. Now after flashing JB, Link2SD does not re-mount the SD card secondary partition. I selected all the options mentioned (ext2/3/4/FAT) but it fails to mount with any of those options. So I'm not able to re-link any of my apps. Does anyone know how to fix this and get my apps back?
I also tried the following as per suggestions in some of the threads: 1) mounting it in recovery: not working; gives the message error mounting sd-ext (2) deleting some of the apps like Downloads and Email: still not working even after deleting those two apps.
Any help will be much appreciated. Thanks in advance!
Click to expand...
Click to collapse
Hi, you can do one of these things, by adb shell run e2fsck -fpDC0 /dev/block/mmcblk0p2 to your second partition or using gparted run a full check of second partition of your SD card in a computer card reader, after that will work. I have the same problem, but in my case i have to do this procedure EVERY DAY because at next start the read only problem starts over... ANY BETTER SOLUTION APRECIATED !!!
After factory reset, I had a read-only ext4 partition. Had to start over.
Common cause of link2sd not creating its mount scripts is too little room on /system. Try adb shell df | grep system. Need a few meg. If this be the problem, need to trim the ROM.
Can,t understand ... How to Do it In Micromax A27...in custom Rom
tell me how to do it in Micromax A27 in custom Rom Dreamboltxv2
A lot of separate issues here and in various threads:
1. Sd-ext read only after factory reset. I never do that. Had that very thing happen. Save all data from partitions to computer, repartition and copy it back.
2. Not enough room on system to process/form mount script. JB and onward, ROMs need trimming. > 3meg needed, 9meg should be plenty.
3. No room on data. Link2sd can still work and fix that. If sdext can be mounted, that is ... and a launcher can live long enough to get to lin2sd and start it!
4. Other errors creating the mount script. I am now getting "device busy ... maybe ext4 not supported ... try vfat ... etc." Ext4 is supported. I have a copy of the script which I can place myself.
5. Data integrity problems in Kitkat based ROMs. Repeated recreation of dexes on data, using it up (Link2sd's Achilles heel). Sometimes, recreating that script can stop this. If one can get it re-created. Issues 3, 4. Link2sd can get the space back, problem is keeping it.
I have raised the issues with Link2sd authors.
Hi, I have try to read all information in this beautiful and complex forum. I'm interested to increase my internal memory space and i have try to use Link2sd, but after 2 weeks i have noticed that all memory it is full.
I have put on my smartphone the BALT ROM, but i cannot write under that topic because i don't have sufficient posts.
Someone can help me to reach this point? Pls help me because I have try to repeat all operations 3 times but in all cases i have obtain the same result.
Thx in advance
Ivan Aka KaiserOrn
I have read that Link2SD can have some problem with 4.2.2, it is true ? How can i fix it or exist others software similar to avoid this problem ?
KaiserOrn said:
I have read that Link2SD can have some problem with 4.2.2, it is true ? How can i fix it or exist others software similar to avoid this problem ?
Click to expand...
Click to collapse
I used Link2SD on CM10.1.4 (Android 4.2.2) of Jenkins. I've not problems. Before install ROM need partition SD Card on FAT32 and ext4 partitions. Now can install ROM. After install ROM, install Link2SD. Open Link2SD and select ext4, wait to make script. When script make you'll get a notification that the script is done and to you need reboot phone. Reboot phone. After reboot phone, open Link2SD and in Settings check Auto link. Exit from Link2SD and it is it.
When you install applications, you can get notification that is memory full. After this notification, reboot phone and memory will be O.K.
I do all your same step, and usually after reboot i have about 70 MB free, but in this last day i have noticed that i have an icon that tell me that my internal memory is full.
My only difference from u is that i use ext3 part and not ext4, but i think it is the same.
DO u have any suggestion ?
KaiserOrn said:
I do all your same step, and usually after reboot i have about 70 MB free, but in this last day i have noticed that i have an icon that tell me that my internal memory is full.
My only difference from u is that i use ext3 part and not ext4, but i think it is the same.
DO u have any suggestion ?
Click to expand...
Click to collapse
Not problem with ext3.
Try open Link2SD and try made Create a link manually. Maybe for some applications need to be done manually.
Can u link me all your config for Link2SD pls ?
EDIT: I have try to move all app to SD card (but inner space is less than before)
KaiserOrn said:
Can u link me all your config for Link2SD pls ?
Click to expand...
Click to collapse
Settings and Auto link settings:
KaiserOrn said:
Can u link me all your config for Link2SD pls ?
EDIT: I have try to move all app to SD card (but inner space is less than before)
Click to expand...
Click to collapse
Not to SD Card. You need try "Create link". If you can not, then it means that the link has automatically created.
ZmisiS said:
Not to SD Card. You need try "Create link". If you can not, then it means that the link has automatically created.
Click to expand...
Click to collapse
I putt all as linked and i have ONLY10 MB free it is normal ?
How to partition to ext4 through CWM?
ZmisiS said:
I used Link2SD on CM10.1.4 (Android 4.2.2) of Jenkins. I've not problems. Before install ROM need partition SD Card on FAT32 and ext4 partitions. Now can install ROM. After install ROM, install Link2SD. Open Link2SD and select ext4, wait to make script. When script make you'll get a notification that the script is done and to you need reboot phone. Reboot phone. After reboot phone, open Link2SD and in Settings check Auto link. Exit from Link2SD and it is it.
When you install applications, you can get notification that is memory full. After this notification, reboot phone and memory will be O.K.
Click to expand...
Click to collapse
Does CM 7/10 support Link2SD? And if yes, which types of partitions? I have an ext2 partition but it does not work on cm7-based JellyBread v5.
How do I partition it to ext4 through TJstyle's cwm 5?
KaiserOrn said:
I putt all as linked and i have ONLY10 MB free it is normal ?
Click to expand...
Click to collapse
How many applications you have installed? I've with default apps installed about 60 apps and 110 MB free. After install ROM I installed this:
http://forum.xda-developers.com/showthread.php?t=2157251
After, I install Link2SD and it is it. My applications:
---------- Post added at 03:29 PM ---------- Previous post was at 03:26 PM ----------
freak744 said:
Does CM 7/10 support Link2SD? And if yes, which types of partitions? I have an ext2 partition but it does not work on cm7-based JellyBread v5.
How do I partition it to ext4 through TJstyle's cwm 5?
Click to expand...
Click to collapse
Need be ext3 or ext4. JellyBread I don't tried.
I don't partition with CWM. I do it with MiniTool Partition Wizard Home Edition. I installed it on PC and I connect phone with PC over USB.
I open MiniTool ... and made partition.
Select FAT32 Primary partition and ext4 Primary partition.
http://forum.xda-developers.com/wiki/SD_card_partitioning
ZmisiS said:
How many applications you have installed? I've with default apps installed about 60 apps and 110 MB free. After install ROM I installed this:
http://forum.xda-developers.com/showthread.php?t=2157251
After, I install Link2SD and it is it. My applications:
Click to expand...
Click to collapse
I have less 40 apps but no space, it is very strange but i don't understand why this happen. Do u have any idea? Can u ask inside BALTROM topic pls
EDIT: I don't understand very well what this app "Odex Me" work. If i use it i cannot not any type of theme so my phone will be all back and similar to terminal ?
KaiserOrn said:
I have less 40 apps but no space, it is very strange but i don't understand why this happen. Do u have any idea? Can u ask inside BALTROM topic pls
EDIT: I don't understand very well what this app "Odex Me" work. If i use it i cannot not any type of theme so my phone will be all back and similar to terminal ?
Click to expand...
Click to collapse
With Odex Me free memory in Internal memory is bigger.
ZmisiS said:
With Odex Me free memory in Internal memory is bigger.
Click to expand...
Click to collapse
Can u explain me what kind of limitation give this kind of application pls? I don't understand very well from its topic
KaiserOrn said:
Can u explain me what kind of limitation give this kind of application pls? I don't understand very well from its topic
Click to expand...
Click to collapse
I don't understand you. I used OdexMe.apk and Link2SD. Since then I have internal memory and more than I need. I have no interference or slowing down the system. All works O.K.
Do u suggest me, to re-install all over again using your same application order?
KaiserOrn said:
Do u suggest me, to re-install all over again using your same application order?
Click to expand...
Click to collapse
Go in CWM. Now go on wipe data reset, wipe cashe partition and in Advanced, go on wipe dalvik cashe. Flash ROM. After flash ROM again go on wipe data reset, wipe cashe partition and in Advanced, go on wipe dalvik cashe. Reboot Phone. Wait to system up, and it is about 5 minutes.
On SD Card you need have ODEXME.apk. Download it from here:
http://forum.xda-developers.com/showthread.php?t=2157251
Install Root Explorer. Open it and copy odexme.apk and paste it in system/app. Made Permissions for this .apk (rw,r,r). Reboot Phone. After Reboot Phone go in Applications and click on this Odexme.apk and follows instructions. Reboot Phone. After Reboot Phone open Root Explorer and go in system/app and check whether each application has its odex. If have, it is it.
Now install Link2SD. Open Link2SD and select ext4. Wait to make script. When made script, you will notification than script is made. Reboot Phone. After Reboot Phone, open Link2SD, go on Settings and check Auto link. Exit from Link2SD.
Before, you for Link2SD need partition SD Card on Primary FAT32 and primary ext4.
ZmisiS said:
How many applications you have installed? I've with default apps installed about 60 apps and 110 MB free. After install ROM I installed this:
http://forum.xda-developers.com/showthread.php?t=2157251
Click to expand...
Click to collapse
I have try to resinstall all. After ROM install (BALTROM), I have chose from explorer manager the app that i must install. I start it and it automatically restart my devide several time. After it finished, I have try to go into settings but every time cellphone crash (shut down).
Do u have any ideas?
KaiserOrn said:
I have try to resinstall all. After ROM install (BALTROM), I have chose from explorer manager the app that i must install. I start it and it automatically restart my devide several time. After it finished, I have try to go into settings but every time cellphone crash (shut down).
Do u have any ideas?
Click to expand...
Click to collapse
I not use BALTROM. I don't know. I use CM10.1.4 of Jenkins.
Do u know if CM10.1.4 is fully translate in Italy? Because otherwise my parents cannot understand English
Increase space for apps, the end of " Insufficient Storage Available" in device ...
Hi!
I have a new post with a better and functional solution here:
http://forum.xda-developers.com/ascend-g6/general/send-apps-to-sd-card-avoid-low-storage-t3344880
Any one that try it, please let me know how it goes with you.
sd card
hello the mobile does not recognize my sdcard of 16gb after I make a ext4 partition of 6 gb and a fat32 partition of 10gb. Any suggestion?
lalahamid said:
hello the mobile does not recognize my sdcard of 16gb after I make a ext4 partition of 6 gb and a fat32 partition of 10gb. Any suggestion?
Click to expand...
Click to collapse
How do you made it?
Both partitions must primary.
The pv or phone cant see ext4 partition, only after mounted and in data
Sent using XDA One
persona78 said:
How do you made it?
Both partitions must primary.
The pc or phone cant see ext4 partition, only after mounted and in data
Sent using XDA One
Click to expand...
Click to collapse
Sent using XDA One
mount partition
I have made both partitions as primary and then followed your instructions. When I execute link2sd after installing from sdcard it asks to choose the format for the second partition of the sdcard. then I select fat32 an reboot.
after following your instructions the apps are beeing installed to the ext2 folder (also to the app folder).
But when I check the phones internal memory, it shows a decrease of space, after installing an app.
The Settings only show the phones internal memory an the one fat32 partition of the external sdcard. but nor the ext4 partition?
lalahamid said:
I have made both partitions as primary and then followed your instructions. When I execute link2sd after installing from sdcard it asks to choose the format for the second partition of the sdcard. then I select fat32 an reboot.
after following your instructions the apps are beeing installed to the ext2 folder (also to the app folder).
But when I check the phones internal memory, it shows a decrease of space, after installing an app.
The Settings only show the phones internal memory an the one fat32 partition of the external sdcard. but nor the ext4 partition?
Click to expand...
Click to collapse
Noooo!
When asks to choose the format for the second partition of the sdcard you must select EXT4 than reboot. Still the same you had created with mini partition tool, but he need to recreate to create the mount script to.
That's why it fails.
Sent using XDA One
persona78 said:
Noooo!
When asks to choose the format for the second partition of the sdcard you must select EXT4 than reboot. Still the same you had created with mini partition tool, but he need to recreate to create the mount script to.
That's why it fails.
Sent using XDA One
Click to expand...
Click to collapse
I also tried with ext4 and rebootin but then it still doesnt mount. I have to repeat the mounting process again with link2sd but it doesnt mount. I did not find init.d file.
Do I have to make any setting changes while creating a ext4 partition?
lalahamid said:
I also tried with ext4 and rebootin but then it still doesnt mount. I have to repeat the mounting process again with link2sd but it doesnt mount. I did not find init.d file.
Do I have to make any setting changes while creating a ext4 partition?
Click to expand...
Click to collapse
If you don't have the file or folder you can created, create a folder and must have 755 permission.
You need that folder....
Sent using XDA One
Installing apps
Hello,
untill now this method worked really great. I followed all the steps and everything went fine. Now the time has come to check if it works, I downloaded some app in de playstore, but whenever it's done installing my phone reboots instantly. Does anyone know how this comes?
thanks in advance
berenvacht said:
Hello,
untill now this method worked really great. I followed all the steps and everything went fine. Now the time has come to check if it works, I downloaded some app in de playstore, but whenever it's done installing my phone reboots instantly. Does anyone know how this comes?
thanks in advance
Click to expand...
Click to collapse
Hi!
This is a light version. Has missing some permissions ( fixed ) and busybox tools ... :/ ( fixed to )
It create a full root WITH option to send your apps to sd card automatically!
How?
Because it create a funtional init.d folder in system/etc where you can put your own scripts to start on boot, giving you full control from your ROM/phone and if you have a ext4 partition in sd card ( 3 GB that's enough ), it will send your apps to sd card releasing storage.
LTE device have a default 2GB /data storage for apps and user definitions, phone call, etc. 3G device is worse!!!
So for a LTE device, 3GB from sd partition + 2GB from data partition = 5GB!
To show you why don´t need more, i have at this momente 61 app in /data/app ( in sd ext4 partition ) that fill 750MB - > 61 apps!!!
If you have a LTE device and your /data partiton is resized you can push a litle the size from external partition to 4GB ( that's enough ), im still trying to find a good size for external partition.
Why don´t need a bigger size?
Because there are file that still inside data partition, in /data/data and dalvik-cache, that still filling up data partition... you can´t take them all ...
3G devices need to be rooted with SuperSu zip first ( i don´t know way ) ... im a LTE user.
UPDATE-Kinguser-3.4.0-Modded_V2.zip
https://mega.nz/#!HoZniaSC
Key:
!tmmKUs-lnmAJo0Y4rcvxgZjYgsath0iTDBUYa7-T3YE
And this video shows how ROM works with a external ext4 partition in sd card what means that all apps go to sd card and let internal storage free:
https://youtu.be/7st6838_aAg
Use it only if you need it. Is your option.
I hope this helps you.
is when is installing? When start doing this?!
persona78 said:
Can you explan it better?!
is when is installing? When start doing this?!
Click to expand...
Click to collapse
I created a shortcut sdext2 and renamed it to app, after i renamed the originally app to _app. directly after completing the process, I wanted to test if it worked. So I started downloading some apps. When it's done installing the app it reboots my phone. When its rebooted the app is not installed on my phone.
---------- Post added at 04:43 PM ---------- Previous post was at 04:28 PM ----------
berenvacht said:
I created a shortcut sdext2 and renamed it to app, after i renamed the originally app to _app. directly after completing the process, I wanted to test if it worked. So I started downloading some apps. When it's done installing the app it reboots my phone. When its rebooted the app is not installed on my phone.
Click to expand...
Click to collapse
Also when I create the shortcut sdext2, the shortcut has other permissions, should I change these permissions to the permissions of the 'original' app folder?
Step by Step
berenvacht said:
I created a shortcut sdext2 and renamed it to app, after i renamed the originally app to _app. directly after completing the process, I wanted to test if it worked. So I started downloading some apps. When it's done installing the app it reboots my phone. When its rebooted the app is not installed on my phone.
---------- Post added at 04:43 PM ---------- Previous post was at 04:28 PM ----------
Also when I create the shortcut sdext2, the shortcut has other permissions, should I change these permissions to the permissions of the 'original' app folder?
Click to expand...
Click to collapse
See if you miss same thing:
need root
Need to have the ext4 partiton in sd card ( i use mini partition tool for windows)
Do backup from your data, apps, contacts, msg, etc, with default app in phone to restore after factory reset
download Root browser and link2sd from Google play, go to data app look for it (Root Browser: black folder with a android pirate and Link2 sd: Blue sd card icon) and copy to sd card
do factory reset but in inicial settings DON´T ACTIVATE GOOGLE ACCOUNT turn all connection off.
install Root Browser and link2sd from sd card
execute link2sd to mount ext4 partition from sd card, reboot
execute Root Browser, go to data a rename app folder to _app
look for sdext2 and create a short cut and paste in the same place, rename it app, reboot
activate Google account, now all should be working fine.
you will noticed that link2sd and root browser are missing, is because they are in _app and that folder is no longer in use, the apps can be deleted. Don´t install link2sd again, only root browser if you need it.
Tell me if you understand it
persona78 said:
See if you miss same thing:
need root
Need to have the ext4 partiton in sd card ( i use mini partition tool for windows)
Do backup from your data, apps, contacts, msg, etc, with default app in phone to restore after factory reset
download Root browser and link2sd from Google play, go to data app look for it (Root Browser: black folder with a android pirate and Link2 sd: Blue sd card icon) and copy to sd card
do factory reset but in inicial settings DON´T ACTIVATE GOOGLE ACCOUNT turn all connection off.
install Root Browser and link2sd from sd card
execute link2sd to mount ext4 partition from sd card, reboot
execute Root Browser, go to data a rename app folder to _app
look for sdext2 and create a short cut and paste in the same place, rename it app, reboot
activate Google account, now all should be working fine.
you will noticed that link2sd and root browser are missing, is because they are in _app and that folder is no longer in use, the apps can be deleted. Don´t install link2sd again, only root browser if you need it.
Tell me if you understand it
Click to expand...
Click to collapse
I followed all steps again, but still the same problem. The strange thing is that the whole method works fine, except installing the apps. It's like my phone doesn't accept me using a ext4 partition instead of the 'original app'. Maybe it's because of a software restriction android uses in their operating systems... I have no clue at all. I will keep searching the internet, as soon as find something I will post it here.
You should definitely change the permissions too. However this method seems convenient, it will reduce the lifetime of your sd card and you will risk data loss. I think the repartition script is better.
The time life still the same, only the apk goes to sd card.
So is like any other file, like mp3 for example, it writes the file (apk ) , than only reads when need it to load in RAM ( I think you know that all the work is in RAM ). The apps lib files and dalvik-cache still in data partition.
If you do a factory reset the apps still gonna be there, you don't loose them, only need to re-create the process in phone, reboot and they will automatically installed.
This and the resize of data partition will make you a huge amount of data storage, i have 8,5Gb for data storage ....
Hi!
I re-edit the main post with a functional solution.
lalahamid said:
hello the mobile does not recognize my sdcard of 16gb after I make a ext4 partition of 6 gb and a fat32 partition of 10gb. Any suggestion?
Click to expand...
Click to collapse
try this option, this works but was tested in 4.4.2 ROM
http://forum.xda-developers.com/ascend-g6/general/send-apps-to-sd-card-avoid-low-storage-t3344880
Hi!
Diferent version from KingUser root zip.
It create a full root WITH option to send your apps to sd card automatically!
How?
Because it create a funtional init.d folder in system/etc where you can put your own scripts to start on boot, giving you full control from your ROM/phone and if you have a ext4 partition in sd card ( 3 GB that's enough ), it will send your apps to sd card releasing storage.
LTE device have a default 2GB /data storage for apps and user definitions, phone call, etc. 3G device is worse!!!
So for a LTE device, 3GB from sd partition + 2GB from data partition = 5GB!
To show you why don´t need more, i have at this momente 61 app in /data/app ( in sd ext4 partition ) that fill 750MB - > 61 apps!!!
If you have a LTE device and your /data partiton is resized you can push a litle the size from external partition to 4GB ( that's enough ), im still trying to find a good size for external partition.
Why don´t need a bigger size?
Because there are file that still inside data partition, in /data/data and dalvik-cache, that still filling up data partition... you can´t take them all ...
3G devices need to be rooted with SuperSu zip first ( i don´t know way ) ... im a LTE user.
UPDATE-Kinguser-3.4.0-Modded_V2.zip
https://mega.nz/#!HoZniaSC
Key:
!tmmKUs-lnmAJo0Y4rcvxgZjYgsath0iTDBUYa7-T3YE
And this video shows how ROM works with a external ext4 partition in sd card what means that all apps go to sd card and let internal storage free:
https://youtu.be/7st6838_aAg
Use it only if you need it. Is your option.
I hope this helps you.