[Q] Link2SD problem on Pranjal's Rom v4.2 - Galaxy 3 Q&A, Help & Troubleshooting

Hey! I have been following the forum pretty well for months now and I love it that there's so much of progress. I am a big fan of Pranjal's Rom and am currently running v4.2 which has Link2SD as a sys app (which btw is a sexy app )
Ok so here's the problem :| When I tried to update a couple of apps I found that my internal storage is almost full This was surprising to me coz i autolink all my apps using Link2SD. I don't even have that much files. So I formatted my second partition, made it ext 4 and again installed a couple of apps.
Here's the thing. The apps seem to be linking to the second partition, but annoyingly enough they are also taking space in my internal storage. Can someone help? I really need space :|
 @pranjal18

madmanmatt616 said:
Hey! I have been following the forum pretty well for months now and I love it that there's so much of progress. I am a big fan of Pranjal's Rom and am currently running v4.2 which has Link2SD as a sys app (which btw is a sexy app )
Ok so here's the problem :| When I tried to update a couple of apps I found that my internal storage is almost full This was surprising to me coz i autolink all my apps using Link2SD. I don't even have that much files. So I formatted my second partition, made it ext 4 and again installed a couple of apps.
Here's the thing. The apps seem to be linking to the second partition, but annoyingly enough they are also taking space in my internal storage. Can someone help? I really need space :|
@pranjal18
Click to expand...
Click to collapse
that's normall.....extend ur ext-sd partition....ow....and try hd2sd by @hillbeast ....it'll move ur dalvik-cache and more of apps tobur ext-sd than link2sd ....or...use kyrillos13's app2sdv2 script ....it does the same
Sent fom my S-II running >>SlimBean build 6.2 WEEKLY<< powered with >>DorimanX kernel 9.31<<

madmanmatt616 said:
Hey! I have been following the forum pretty well for months now and I love it that there's so much of progress. I am a big fan of Pranjal's Rom and am currently running v4.2 which has Link2SD as a sys app (which btw is a sexy app )
Ok so here's the problem :| When I tried to update a couple of apps I found that my internal storage is almost full This was surprising to me coz i autolink all my apps using Link2SD. I don't even have that much files. So I formatted my second partition, made it ext 4 and again installed a couple of apps.
Here's the thing. The apps seem to be linking to the second partition, but annoyingly enough they are also taking space in my internal storage. Can someone help? I really need space :|
@pranjal18
Click to expand...
Click to collapse
thanks @madmanmatt616
since you've formatted your partition, i would suggest you to reflash the whole rom again and run the script in terminal emulator (mentioned in read me file)
your problem had a very easy solution
in link2sd press menu>>more
here you have a few options...touch all the options below "recreate mount scripts"...and , "link dalvik-cache files" and "clean up teh dalvik cache" will give you more internal space!!

the problem could be that the data of the apps are collected in /data/data/"appfolder"
you can figure out with Titanium, which apps are using most space: menu-> overview of app storage use. then u can outsource the folder to sd-ext and make a symlink in /data/data to the outsourced folder.

mankokoma said:
the problem could be that the data of the apps are collected in /data/data/"appfolder"
you can figure out with Titanium, which apps are using most space: menu-> overview of app storage use. then u can outsource the folder to sd-ext and make a symlink in /data/data to the outsourced folder.
Click to expand...
Click to collapse
Can you tell me exactly how to outsource to sd-ext? Just a copy paste would do? Then you suggested a symlink. I do understand why you told this, thing is I am clueless on how to link only one. As far as I could understand, link2sd creates such links from /data/app to the sd-ext. How do I create a link for /data/data/"appfolder" ?
I hope what I said makes sense . Thank you

sorry, so short on time...
MAKE A BACKUP FIRST, JUST IN CASE!
- copy & paste the whole folder to sd-ext with terminal emulator or adb shell:
cp -Rp /data/data/nameoffolder /sd-ext/nameoffolder
- delete the folder in /data/data:
rm -rf /data/data/nameoffolder
symlink:
ln -s /sd-ext/nameoffolder /data/data/nameoffolder

Related

Moving apps back to internal memory

I haven't yet found an answer on how to move apps back to internal memory after applying MoDaCo's ROM. Does anyone have the answer?
Can you not adb pull the app off of the sdcard and the adb push them to /system/app?
ekinnee said:
Can you not adb pull the app off of the sdcard and the adb push them to /system/app?
Click to expand...
Click to collapse
format your memory card to fat32 and then do a "factory reset"
ap2sd doesn't support fat32 and it will just place your apps "where they should be" trying to reverse ap2sd would be a big pain in the ass
*note this will wipe your phone*
But why /system/app?
The /system partition only shows 12 MB free for me. The /data partition is where apps normally are, right? My /data partition shows 91 MB free when I df -h, and my phone reports that it has 91 MB of free internal memory. So they should go on the /data partition, right?
I am new to the site and I dont know how to create a new post so I am going to address my issue here. the other day I downloaded a Iphone theme for my touch pro (Raphael) and now I cannot figure out how to restore it bak to the factory settings. I have done numerous hard resets and nothing has worked!!! HELP ME PLEASE!
At least put it in the right forum. This is the Hero forum.
jonnythan said:
But why /system/app?
The /system partition only shows 12 MB free for me. The /data partition is where apps normally are, right? My /data partition shows 91 MB free when I df -h, and my phone reports that it has 91 MB of free internal memory. So they should go on the /data partition, right?
Click to expand...
Click to collapse
are you talking about stock apps or market apps.... they are located in 2 different areas
/system/app -stock
/data/app -market
OR if you wanna get fancy /system/sd/app -market apps with ap2sd installed
I am talking about market apps. I want to move, for example, EasyMoney back to internal memory. There appears to be no way to do it though.
you must be pretty serious about moving them....alright well don't say I didn't warn you about it being a PITA
Code:
mv /system/sd/app/{name of your app} /data/local
*reboot phone with sd card removed*
*hope phone doesn't lock up on you*
Code:
mv /data/local/{name of your app} /data/app
*reboot into recovery and format sd card to fat32 only*
/data/app is a symlink to /system/sd/app.
If I move something to /data/app it goes into /system/sd/app. Which is right where it started.
I'm not sure I'm being understood here. We have apps2sd, which is great. I have a 500 MB partition for my apps. But now I've got 100 MB of internal memory on the phone that I can't use for apps.
I'd like to use some of that for my most frequently used apps.
jonnythan said:
/data/app is a symlink to /system/sd/app.
If I move something to /data/app it goes into /system/sd/app. Which is right where it started.
I'm not sure I'm being understood here. We have apps2sd, which is great. I have a 500 MB partition for my apps. But now I've got 100 MB of internal memory on the phone that I can't use for apps.
I'd like to use some of that for my most frequently used apps.
Click to expand...
Click to collapse
what I was suggesting was moving it from the link on the sd card to local storage, breaking the link, then moving it to where the link originally pointed before ap2sd. Then finally making it so the link will not be recreated.
I understand what you are saying now, but I don't know how you set that variable.... or if it that can even be done. If so, it can't be done easily.
what you're asking is like makeing a raid setup with your nand and your sd card... that's well beyond what I'm capable of doing.
I've moved several stock apps back and forth between /system/sd/app and /system/app without any problems. Reboot after move is a good idea though.
For market apps there might be an issue when upgrading if they are in the /system/app directory, but I haven't tested that.
flactemnad said:
I've moved several stock apps back and forth between /system/sd/app and /system/app without any problems. Reboot after move is a good idea though.
For market apps there might be an issue when upgrading if they are in the /system/app directory, but I haven't tested that.
Click to expand...
Click to collapse
there will be a problem, android market will not mount /system/app when it goes to update an app from the market. I tried this by accident by copying a a stock app and installing it over it's self (was testing a way to easily remove a stock app) locked the phone up.
There is probally no HUGE advantage in having the stock apps on the sd card as most of them (the ones accessed frequently... widgets etc) would be accessed from the much slower sd card as apposed to the much faster NAND.
The reboot is almost required if the app is running, if you do manage to move the file that's not in the middle of a read you'll get the dreaded com.android.core popup (infinately repeated unable to work around) So it's highly suggested that the app is not running in the backround, or widget on the desktop.
I also highly reccomend the restart when attempting to move apps from your /data/app or /system/sd/app note /system/sd/app is mounted... but not to be confused with any other part of /system
by mistake i deleted the visual voicemail app that comes with the phone and i was wondering if somebody could help me putting it back into the phone, i have the .apk file on my computer already
johnsongrantr said:
there will be a problem, android market will not mount /system/app when it goes to update an app from the market. I tried this by accident by copying a a stock app and installing it over it's self (was testing a way to easily remove a stock app) locked the phone up.
...
Click to expand...
Click to collapse
Thanks for the heads up. I don't have any market apps installed under /system/app, but I do have some stock apps on the sd that I can easily move back to straighten things out to a more proper setup.
aim1126 said:
by mistake i deleted the visual voicemail app that comes with the phone and i was wondering if somebody could help me putting it back into the phone, i have the .apk file on my computer already
Click to expand...
Click to collapse
nvm found an app on the market called apk installer, worked perfectly

link2sd

I installed this and have all apps set. I thought this would save more internal space than just installing to sd? I have not gained any space with this??? I do however notice they load faster at boot though. am I incorrect in thinking it would gain me internal storage?
thanks
Sent from my VM670 using Bumblebee rom and Tapatalk
You need to manually move whatever your want to SD. (In settings you can choose apps, dalvik cache and libs; do not bother with libs, they will be back to /system after reboot). Anything already on SD (the native way, in android_secure on FAT) needs to be moved back to phone first.
N.B. You need a second partition for this on your SD card, in case you have not done it, it will not work at all
I moved everything back to phone then did the link2sd with libs and see no difference in space left
Sent from my VM670 using Tapatalk
is there a way to delete the lib file I did link? very confused why internal storage stayed the same?
Sent from my VM670 using Tapatalk
What lib file? Yeah, you are very confused really.
because you said not to bother with linking the libs..
my real question is this...
should link2sd save more internal space than just moving all apps to sd? if so.. mine did not..
thanks for the help
Sent from my VM670 using Tapatalk
Dunno how are you checking the saved/free space, if it is some widget then I would suggest to reboot the phone.
Hi! I'm on LG Optimus One and Gingerbread-2.3.4-rc4.1 /CM7 rom. My SD has one 512 MB ext3 partition and one 3,5 GB fat32 partition, class 4. When I run link2sd and choose ext3 (or other) type file system I receive this error:
Mount script error
Mount script cannot be created.
mount: mounting/dev/block/void/179:2 on /data/sdext2 failed: Device or resource busy.
I have reformatted the SD and reinstalled the rom more times but the error persists...
Please, Doktornotor, can you help me to found the culprit?
try to partition your sd card via adb. idk why, but when i tried to partition via clockwork, i had sd-ext as read-only. u can check if link2sd is mounting ok in shell (comand: mount) and look for /dev/block/void/179:2 on /data/sdext2 line . also check if ext partition is ro or wr.
Thanks for the hints! After many tries formatting the sd by linux or windows I have reached a conclusion: my SD is faulty and I will retry tomorrow (I hope) with a new one. See you!
Hi! After many tries I've changed my choices, uninstalled link2sd, uninstalled the ROM, keeping my good old SD.
Installed CM 7.1-RC0 6.5.5 by Mik_os, installed DT a2sd, et voila all runs flawlessly... seems like a miracle!

New to CM7

Hi all,
So last night I decided to give Cyanogenmod7 a try. I came from MIUI.us 2.1.20 - I just love MIUI, but it's a bit too demanding for the Milestone. So I have CM7 up and running, and it is a lot more snappy. But now, I'm having trouble installing some apps.
I tried installing my bank's banking app, but it didn't install - checked the market and it doesn't appear. Same thing with WhatsApp!! If it were working, I might just become a CM7 user..but it's not working.
Am I missing something? I installed after doing a full wipe, after which I installed DT A2SD scripts and then gapps-20111216 (although didn't see gmail or market etc after gapps, so installed those via apk).
What's the deal here?
Thanks.
Sent from my Milestone using Tapatalk
Ok, just wiped again, and reinstalled all. CM7 then gapps then dt a2sd. So far it's working.
Sent from my Milestone using Tapatalk
googleservicesframework.apk and vending.apk are all you need for using market. Try to reinstall them. May you success.
Ok, so now my problem is A2SD. It's not working! A2SDGUI refuses to go in, and when I do a check, I get a segmentation fault...I've never had this issue before. I've tried reinstalling DT A2SD from withing recovery and still, nothing. Please assist, I just need to get set up properly now.
Regards
Sent from my Milestone using Tapatalk
DT scripts dont work ...use an external partition (app2ext)
d.casper.b: CM7 for Milestone already comes with its own ap2ext scripts that are automatically used if there is ext partition present on your sdcard.
You should not install any 3rd party app2ext scripts as they are very likely to be conflicting with the scripts that are already there.
Thanks kabaldan.
I'll check it out.
I was even going so far as trying to use Link2SD from the market..
How'd I know if it's working? By monitoring the available internal storage?
Sent from my Milestone using Tapatalk
d.casper.b said:
Thanks kabaldan.
I'll check it out.
I was even going so far as trying to use Link2SD from the market..
How'd I know if it's working? By monitoring the available internal storage?
Sent from my Milestone using Tapatalk
Click to expand...
Click to collapse
when you will enable app2ext you will see the total space in your storage rise to 197 mb
I am not winning. I did a factory reset and flashed cm7 and gapps (not dt a2sd).
I did a test, internal storage was at 191mb, then I installed opera mobile and it went down to 182mb. Then uninstalled it again. Went into cyanogenmod settings and set install location to external. Installed opera again, but it was no different. Moving it to sd under 'manage applications' increased the internal memory again, but that's just moving the app to the FAT32 partition of the sd card.
So it's not seeming to work for me for some reason.
Sent from my Milestone using Tapatalk
EDIT: I really don't want to be a nuisance, but now, looking at the available storage using "Quick System Info", I noticed after uninstalling "Opera Mobile", 9mb was freed on internal storage & 13mb on the ext partition.
So, perhaps it is working, and since the dalvik cache is (I assume) on internal storage, the storage is still decreasing. Am I correct? If so, is there a way to also move dalvik cache to the ext partition - I had it like this on MIUI & never looked at available memory ever again.
First of all, have you really partitioned your SD card? Make sure you followed the 3rd step on this guide: http://www.mrmuh.com/2012/01/update-a-motorola-milestone-from-motorola-firmware-to-cyanogenmod-7/ . You should have your SD Card partitioned with two partitions, the first should be FAT32 that's used normally on Android, and the second EXT3 or EXT4. Obviously, make sure you have a backup of your FAT32 partition before partitioning.
Second, you should understand how the apps2ext scripts on CM7 work. Application installs that would be stored on internal memory are rerouted to the EXT3/4 partition on the SDCard. This happens at the underlying system (linux) level, Android (that runs on top of linux) is not aware of this rerouting, so, as far as Android "knows", apps that are rerouted to the EXT partition are on the phone's internal memory. That means that you should make sure that apps you need installed on the EXT partition of the SD card are shown in "Applications > Manage applications" list to be installed on the internal memory. Yep, it's confusing, but once you understand how it works and why it works that way, it makes sense.
Third, the fact that apps are rerouted to the EXT partition doesn't mean that everything about the app will live on the ext partition: it means only the main application package will live on the ext partition, application data is still stored on the internal memory. For most apps, the amount of data used for application data are much smaller than the application package, but in some apps the amount of application data from the app may often surpass the size of the app itself - for example, in my phone, Tweekdeck stores about 9Mb of data, which is about 10 times the size of the application itself (820kb) - presumably this amount of data is cached tweets, pictures, etc. But that case is usually the exception, not the rule, I've just mentioned it so you understand that using apps2ext doesn't mean your internal memory will always stay unused, it just means it will be used (way) less.
Finally, regarding the CyanogenMod Settings location setting, if you understood what I said above, you should now understand that it should actually be set to always install to "Internal", rather than external. However, there's a bug in this that you should be advised, that not all apps will respect this setting: some apps will install to external regardless of how you've configured that setting (meaning the app will use Froyo/Gingerbread native Apps2SD, hence being installed to the FAT partition of the SDCard). So, when you install a new app, check on app management if it didn't get installed to the SDCard, and move it to the internal memory if that's the case. For these kind of apps, you'll have to do it every time you update the app too.
Thanks, I edited my previos post..
I actually have 3 partitions, a FAT32, an ext2 (maybe it's ext3, but doubt it - partitioned some months ago, so my memory's hazy), and a SWAP - which I should get rid of, but am too lazy.
I understand entirely what you've said, I know that internal is really ext if working, and sd is FAT32 partition.
You see, I'm just new to this rom and have to trial and error until I understand, with miui you just flashed the rom and the a2sd scripts and didn't bother again (maybe only to move an app that installed to FAT partition). But it seems CM7 is simply just to flash the rom and you're good to go. But as I was pondering in my previous post...is there any way to move dalvik cache to ext?
Thanks for putting up with me..I'm almost there.
Sent from my Milestone using Tapatalk
d.casper.b said:
Thanks, I edited my previos post..
I actually have 3 partitions, a FAT32, an ext2 (maybe it's ext3, but doubt it - partitioned some months ago, so my memory's hazy), and a SWAP - which I should get rid of, but am too lazy.
I understand entirely what you've said, I know that internal is really ext if working, and sd is FAT32 partition.
You see, I'm just new to this rom and have to trial and error until I understand, with miui you just flashed the rom and the a2sd scripts and didn't bother again (maybe only to move an app that installed to FAT partition). But it seems CM7 is simply just to flash the rom and you're good to go. But as I was pondering in my previous post...is there any way to move dalvik cache to ext?
Thanks for putting up with me..I'm almost there.
Sent from my Milestone using Tapatalk
Click to expand...
Click to collapse
in the market you will find an app called s2e which moves app data, davlik cache to sd
also link2sd also free's up more space and makes cm7 snappier
please don't install such things to CM7 for Milestone unless you know what you are doing and you are able to resolve conflicts with the existing scripts
dalvik-cache is already moved automatically
if you want to free more space in /data, enable lib2ext to move native libraries to ext - it's mentioned in the changelog for 7.1.2 release
app data itself should not be moved as it can cause instability
d.casper.b said:
Thanks, I edited my previos post..
I actually have 3 partitions, a FAT32, an ext2 (maybe it's ext3, but doubt it - partitioned some months ago, so my memory's hazy), and a SWAP - which I should get rid of, but am too lazy.
Click to expand...
Click to collapse
Yeah, get rid of swap, there won't be any use for it (for now anyway) and it's best for you at this point to have a known working structure (two partitions, 1st FAT, 2nd ext3/4) for your SD as you're troubleshooting your problems/questions, it'll make it easier for us too as this will eliminate potential points of failure or inconsistencies. And you should really consider upgrading to a journaled filesystem, either ext3 or ext4. Using ext2 is unreliable because Android doesn't umount the ext partition cleanly on reboot or shutdown, so you may have problems with apps disappearing or misbehaving every other reboot. Using ext3/4 with journal elimitates this problem since the journal is just replayed for the uncleanly umounted partition and the filesystems behaves more consistently.
d.casper.b said:
You see, I'm just new to this rom and have to trial and error until I understand, with miui you just flashed the rom and the a2sd scripts and didn't bother again (maybe only to move an app that installed to FAT partition). But it seems CM7 is simply just to flash the rom and you're good to go. But as I was pondering in my previous post...is there any way to move dalvik cache to ext?
Click to expand...
Click to collapse
The apps2ext script built on CM7 should do this by default - you probably already have your dalvik-cache on the ext partition. To check this, go into OR, enter the console and type: "ls /sddata/dalvik-cache" . If it returns a list of files, you've already got the dalvik-cache on your ext partition. Another option is setting the option dalvik.vm.dexopt-cache-only to 1 in the file /system/build.prop . This will put all dalvik-caches (both from user apps and system apps) on the phone's internal cache partition, thus still freeing space on the internal memory but without using the ext partition, but that's not recommended if you install too many apps because the cache partition may run out space and that will spawn all kinds of weird behavior on Android. The safer route is just using the default configuration anyway (user apps dalvik-cache on sd-ext).
Another option to further reduce internal memory use is using lib2ext, that will move user apps native libraries to the ext partition, but the memory gain in this case is dependent on which apps you use and how big their native libraries (if they even have one) are. To activate it, just go into the Terminal app (with Android booted) and type:
$ su
# lib2ext
And reboot. The libraries will be moved to the ext partition during boot. Make sure you have a big enough ext partition to hold everything (apps, dalvik-cache and apps libs) - the size to recommend is very dependent on how many apps you use and how big they are, but I'd say 512Mb would be the bare minimum.
in the market you will find an app called s2e which moves app data, davlik cache to sd
also link2sd also free's up more space and makes cm7 snappier
Click to expand...
Click to collapse
DON'T! JUST DON'T! These third-party apps will cause all kinds of problems with CM7 builtin apps2ext.
EDIT: Oh well, Kabaldan already put all my rambling much more succintly than I could... I'm way too talky
well i was jus trying to help.. .anyway guys thanks i guess i won't be needing those apps anymore ...sorry for my noobness
Thank you so much guys!
It seems like it's working. I will check out lib2ext & the other suggestions tonight or over the weekend (on my way to work now).
I must say, I thought the move to CM7 would be a temporary one, but the speed gain is just what I needed, & the tweaks I thought I'd miss I am finding hidden in the settings .
Just wondering on the battery now - but I've been fiddling non-stop.
So let me play a bit more the weekend & I'll merge my ext2 and SWAP partition into one ext3 partition.
Thanks all, and kabaldan for your hard work on this rom.
Sent from my Milestone using Tapatalk
Just as I was on my way...
Everything's running fine, A2SD works. But now, I partitioned my SD card with a 2nd partition (ext3, it was ext2), but now widgets are not loading. Checked the apps install location, and it's 'internal', ie. ext3. I never had this before. I think maybe it's due to the filesystem now?
EDIT: Ok, ext2 is doing the same. I can't keep starting from scratch the whole time guys.
EDIT2: It's now suddenly working! Just have a Fat32 and an Ext3 partition. But I don't understand because it's been setup like this twice before with no success. I'll hold thumbs!
PS, CyanogenMod is quite up my alley now, speed is awesome and I'm happy.
Sent from my Milestone using Tapatalk

What is Hybrid2SD

Ok so I installed hercolubus ROM and after doing that i read him instructing how to enable Hybrid2SD...while on kyrillos also i read about the same but didn't care much but now i really wanna kno what it is..
M srry for asking such noob question but i tried searching everywhere...
Check the G3MOD thread. It should tell you there or just search the question because I know for a fact it has been asked many times. The answers are always on the forums.You just have to find them
Sent from my GT-I5800
In G3Mod they talk about data2sd...is it same?
When I go to CWM it already shows the option to partiiton the SD card...so y do H2SD?
at least tell me if should I do it if I have a class 4 sdcard?
coz for data2sd it was written u should have class 6....
b2bt said:
at least tell me if should I do it if I have a class 4 sdcard?
coz for data2sd it was written u should have class 6....
Click to expand...
Click to collapse
No.
Its not necessary.
But the speed will definitely slow down.
I used HybridData2SD and my phone used to lag for around 2 minutes after installing an app.
[email protected] said:
No.
Its not necessary.
But the speed will definitely slow down.
I used HybridData2SD and my phone used to lag for around 2 minutes after installing an app.
Click to expand...
Click to collapse
Actually I'm using a class 2 SD card but my phone is just as fast with Hybrid data2sd on and with it off. To answer OP's question Hybrid data2sd is a way for you to get more space for apps I'm not sure how it works but it just does. To enable just make a partition using CWM and to check if it's working use Titanium backup it'll tell you how much free space you have.
Sent from my GT-I5800 using xda app-developers app
I will try to explain in simple lang....
On android OS, users applications and data is stored in /data folder (partition) in internal memory. Since g3 have less memory, it has restrictions on how many apps you can install and blah blah...
So out greate developers do a trick to increase internal memory.
When we have partitioned SD card, there in new partition, they create a similar folder stucture of /data. and link internal memorys /data to point to sd card data folder. This link is similar to a shortcut. Android OS thinks that the /data folder is there in internal memory and it reads and writes to it but actually that data goes to sd-ext partition and thus the size of internal memory dose not increases as you install apps. This is Data2SD
/data has many folder...majorly for app (/data/app) and for dalvic cache (/data/data). If you are not mounting entire /data to sd-ext, but selectively mapping each folder you want to sd-ext, then this is called HybridData2SD. For ex, I prefer app dir (/data/app) to be mounted on sd-ext but not the cache (/data/data). Cache should be on phone as its accessed so much and makes my phone lag If i put it on sd-ext.
hope this clears the concept.
(Thanks to OP for giving me chance to write my 100th post)
bsuhas said:
I will try to explain in simple lang....
On android OS, users applications and data is stored in /data folder (partition) in internal memory. Since g3 have less memory, it has restrictions on how many apps you can install and blah blah...
(Thanks to OP for giving me chance to write my 100th post)
Click to expand...
Click to collapse
thts a gr8 explanation...i will just try to do the same (keeping the app folder and not cache ) as my phone used to lag earlier when i just blindly enabled h2sd...
the dev of the rom has just given a zip to be extracted in root of the sdcard...ill try to find out how to keep only /data/app
b2bt said:
thts a gr8 explanation...i will just try to do the same (keeping the app folder and not cache ) as my phone used to lag earlier when i just blindly enabled h2sd...
the dev of the rom has just given a zip to be extracted in root of the sdcard...ill try to find out how to keep only /data/app
Click to expand...
Click to collapse
Sure.
If you are on G3mod, things are made very simple using kmapp. Search XDA about it. its a application which will do it for you.
For fugumod, its quiet difficult....(you may need to create some files on sd card ot edit script in init.d)
Otherwises, use Link2SD application. its free, availabel on market. It will do task even on granular level - on each app level. You can select app and choose option 'create link', it will give you option to link app, cache, lib files. select app only. that's it. its my favorite currently.
bsuhas said:
Sure.
If you are on G3mod, things are made very simple using kmapp. Search XDA about it. its a application which will do it for you.
For fugumod, its quiet difficult....(you may need to create some files on sd card ot edit script in init.d)
Otherwises, use Link2SD application. its free, availabel on market. It will do task even on granular level - on each app level. You can select app and choose option 'create link', it will give you option to link app, cache, lib files. select app only. that's it. its my favorite currently.
Click to expand...
Click to collapse
then whats the difference between between data2sd and link2sd
Arjav23 said:
then whats the difference between between data2sd and link2sd
Click to expand...
Click to collapse
Data2sd = Entire /data folder mapped to sd-ext. so every app you install, its apk will definitely go to sd-ext. Also /data/data folder (that is where user data is stored) and also davlic cache folder is automatilly mapped to sd-ext.
link2sd = Manually select which app's apk file ( and dex, lib also) to go to sd-ext. You have more control here, not every app goes to sd-ext.
bsuhas said:
Data2sd = Entire /data folder mapped to sd-ext. so every app you install, its apk will definitely go to sd-ext. Also /data/data folder (that is where user data is stored) and also davlic cache folder is automatilly mapped to sd-ext.
link2sd = Manually select which app's apk file ( and dex, lib also) to go to sd-ext. You have more control here, not every app goes to sd-ext.
Click to expand...
Click to collapse
So which is Better?
Sent from my GT-I5800 using xda premium
Arjav23 said:
then whats the difference between between data2sd and link2sd
Click to expand...
Click to collapse
data2sd will create shortcut to all..everything inside /data folder
for e.g. /data/app, /data/cache, /data/lib, etc
hybrid2sd is selecting what part of the app will reside in sdcard for e.g. /data/app (u don't want /data/lib and /data/cache,etc )
link2sd...is first of all an app...in this you can select a single app and then decide which folder will reside in sdcard for e.g. /data/app (u don't want /data/lib and /data/cache,etc )
basically link2sd is similar to hybrid2sd but its an app
Its all written up there
b2bt said:
data2sd will create shortcut to all..everything inside /data folder
for e.g. /data/app, /data/cache, /data/lib, etc
hybrid2sd is selecting what part of the app will reside in sdcard for e.g. /data/app (u don't want /data/lib and /data/cache,etc )
link2sd...is first of all an app...in this you can select a single app and then decide which folder will reside in sdcard for e.g. /data/app (u don't want /data/lib and /data/cache,etc )
basically link2sd is similar to hybrid2sd but its an app
Its all written up there
Click to expand...
Click to collapse
So which is better
Sent from my GT-I5800 using xda premium
So Data2SD and Hybrid2SD..these are scripts...and Link2SD is an app which is using the script to move things....AM I right?
Arjav23 said:
So which is better
Sent from my GT-I5800 using xda premium
Click to expand...
Click to collapse
I like link2sd...give it a try
Nil253259 said:
So Data2SD and Hybrid2SD..these are scripts...and Link2SD is an app which is using the script to move things....AM I right?
Click to expand...
Click to collapse
I guess so...yes...

[Q] Best way for app2sd?

Guys I m newbie.
Want to know what is the best script or app or MOD which is best for moving apps and data to external memory and will help improving performance of our phone.
I am using Gingersnap 2.3 by neko, but s2e does not work on it?
Please hepl me with this.
Is this mod is safe to use?( Interactive Data2sd )
http://forum.xda-developers.com/showthread.php?t=1042828
Search for cronmod and you can choose a2sd, d2ext or intext
imloy said:
Guys I m newbie.
Want to know what is the best script or app or MOD which is best for moving apps and data to external memory and will help improving performance of our phone.
I am using Gingersnap 2.3 by neko, but s2e does not work on it?
Please hepl me with this.
Is this mod is safe to use?( Interactive Data2sd )
http://forum.xda-developers.com/showthread.php?t=1042828
Click to expand...
Click to collapse
http://www.xda-developers.com/android/move-selected-apps-to-sd-with-link2sd-app/
Also for me Link2SD is the best solution, I've a rooted phone with stock rom, I followed the guide and I choose to put 1 GB in the second partition for APP. Now after 1 year I've more than 500 addition MB of apps!
rodem77 said:
Also for me Link2SD is the best solution, I've a rooted phone with stock rom, I followed the guide and I choose to put 1 GB in the second partition for APP. Now after 1 year I've more than 500 addition MB of apps!
Click to expand...
Click to collapse
I am a big fan of cronmod's scripts. You can put the script in the init.d folder of the rom's .zip before you flash it, or you can flash one of cronmod's .zips immediately after flashing a ROM (before first boot).
I like them because they are fully automatic. You can install tons of apps, and they get put on your sd-ext without having to link them, or do anything to them. I used link2sd for a long time before I found cronmod's scripts. After a while I still ended up running out of space, and I would have to go back into link2sd to figure out what ELSI I could link.
With cronmod's scripts your internal folders ( like /data or /data/app depending on the script) get automatically mounted to to sd-ext. This effectively adds to your internal storage. I see it as more of a fix, while link2sd is more like a band-aid.
Sent from my LG-VM670 using xda app-developers app
upconvert said:
I am a big fan of cronmod's scripts. You can put the script in the init.d folder of the rom's .zip before you flash it, or you can flash one of cronmod's .zips immediately after flashing a ROM (before first boot).
I like them because they are fully automatic. You can install tons of apps, and they get put on your sd-ext without having to link them, or do anything to them. I used link2sd for a long time before I found cronmod's scripts. After a while I still ended up running out of space, and I would have to go back into link2sd to figure out what ELSI I could link.
With cronmod's scripts your internal folders ( like /data or /data/app depending on the script) get automatically mounted to to sd-ext. This effectively adds to your internal storage. I see it as more of a fix, while link2sd is more like a band-aid.
Sent from my LG-VM670 using xda app-developers app
Click to expand...
Click to collapse
Hi, thankyou for the tips, yes link2sd will not give you infinite space, once you start to have a lot of apps, them continue to write some data (cache, etc.) on your internal memory and this will lead you to fill your internal memory. So in my opinion with a non rooted phone, simple move app to sd is like a band-aid while link2sd on rooted phone is like a powerfull band-aid.
About the script, it will move ALL and let you to install infinite apps? I've readed that these kind of script give you also some stability problem on some apps and also decrease speed of the phone while for now, with link2sd i've no problem at all, I moved also gapps.
rodem77 said:
Hi, thankyou for the tips, yes link2sd will not give you infinite space, once you start to have a lot of apps, them continue to write some data (cache, etc.) on your internal memory and this will lead you to fill your internal memory. So in my opinion with a non rooted phone, simple move app to sd is like a band-aid while link2sd on rooted phone is like a powerfull band-aid.
About the script, it will move ALL and let you to install infinite apps? I've readed that these kind of script give you also some stability problem on some apps and also decrease speed of the phone while for now, with link2sd i've no problem at all, I moved also gapps.
Click to expand...
Click to collapse
Im using cronmod (int2ext+) and I haven't experienced any problems, I guess (haven't tested) they just released a script that will work with 4.2.1 The only app that ive seen with noticeable lag was titanium backup, but other than that its been great
Ive also used link2sd and that works extremely well also.
rodem77 said:
Hi, thankyou for the tips, yes link2sd will not give you infinite space, once you start to have a lot of apps, them continue to write some data (cache, etc.) on your internal memory and this will lead you to fill your internal memory. So in my opinion with a non rooted phone, simple move app to sd is like a band-aid while link2sd on rooted phone is like a powerfull band-aid.
About the script, it will move ALL and let you to install infinite apps? I've readed that these kind of script give you also some stability problem on some apps and also decrease speed of the phone while for now, with link2sd i've no problem at all, I moved also gapps.
Click to expand...
Click to collapse
Obviously, not infinite, but on my ov I have about 180 mb for my data partition. Using the d2ext script with a 2 gb sd-ext partition means that I increase that by literally over 1000%. I have absolutely no stability problems with the scripts. Sometimes a particular rom won't boot with a particular script, but I've always been able to find at least one script that will play nice with any rom I've used.
I really liked link2sd when I started using it, but eventually running out of space again, and constantly having to link apps got old. The script will move ALL of your apps without you having to tell it what to do, and your apps will still "think" they are installed on the phone, so widgets will work fine.
thanks!!!!!
Thanks guys!!!
I m now using int2ext+ by cronmod ....works perfect!!!!
very stable and smooth...:good:
:angel:

Categories

Resources